Comment 34 for bug 1441104

Revision history for this message
陈伟琪 (gameboy709494) wrote : Re: USB 3.0 storage safely remove issue: re-detect the device(that I have removed already) soon

I clone git:
git clone git://kernel.ubuntu.com/ubuntu/ubuntu-trusty.git
and I build my kernel :

git checkout -b mybisect remote/master
and
git reset --hard 8bb495e3f0240
(I build before ,so i have to reset --hard and run git git clean -f -d )

commit 8bb495e3f02401ee6f76d1b1d77f3ac9f079e376
Author: Linus Torvalds <email address hidden>
Date: Sun Jun 30 15:13:29 2013 -0700

    Linux 3.10

and following https://wiki.ubuntu.com/KernelTeam/GitKernelBuild build my kernel

chen@chen-Server:~/Files/kernel/ubuntu-trusty$ ls ../
linux-firmware-image_3.10.0-custom-1_amd64.deb
linux-headers-3.10.0-custom_3.10.0-custom-1_amd64.deb
linux-image-3.10.0-custom_3.10.0-custom-1_amd64.deb
linux-libc-dev_3.10.0-custom-1_amd64.deb
old
ubuntu-trusty

And This bug still here.
I ran uname -a
Linux chen-Server 3.10.0-custom #1 SMP Tue Apr 14 21:46:54 CST 2015 x86_64 x86_64 x86_64 GNU/Linux
Look, I boot the right kernel.
I must missing something...

I keep looking into it, by booting the live-cd ubuntu, another ways...