On Thu, Jun 2, 2011 at 11:45 PM, Xiangliang Yu <yuxiangl@xxxxxxxxxxx> wrote: > > >>Subject: Re: BUG: linux-2.6.39 kernel panic issue when hot-plut disk during I/O > >>On 6/2/2011 8:27 PM, Xiangliang Yu wrote: >>> Hi, all >>> I upgrade kernel version to 2.6.39 and find out a kernel panic when I test the MVSAS driver: kernel panic if hot-plug disk during I/O. But the driver is OK in version 2.6.37 > >>If it is a stable reproduction can you bisect it? > What I use is latest kernel version (2.6.39). Right, if the driver consistently fails in 2.6.39 and runs fine in 2.6.37 then you can use git bisect [1] to possibly find the commit that broke things. git bisect start git bisect bad v2.6.39 git bisect good v2.6.37 <run test> git bisect good/bad depending on test results. Although you might try 2.6.38 first to cut down on the number of kernels you need to test. -- Dan [1]: http://www.kernel.org/pub/software/scm/git/docs/git-bisect-lk2009.html -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html