https://bugzilla.kernel.org/show_bug.cgi?id=16142 Borislav Petkov <bbpetkov@xxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bbpetkov@xxxxxxxx --- Comment #9 from Borislav Petkov <bbpetkov@xxxxxxxx> 2010-06-15 06:38:58 --- Hi, ok, here's what you can do: 1. Switch to libata and done, no bug. IDE is deprecated anyways. If you'd still like to help us fix this and keep using ide, here are some more things to do :) 1. Can you connect your machine to another over a serial console so that you can catch a clean OOPS. If you don't have a serial cable, you can try doing this with a netconsole, see <Documentation/networking/netconsole.txt> in the kernel sources. And if even that is not an option, try making a picture which contains the first oops from the beginning and doesn't cut off the register dump. Something like your https://bugzilla.kernel.org/attachment.cgi?id=26730 but without the shaky effects :) 2. Go to your kernel source tree and do objdump -d drivers/ide/ide-io.o | less then look for the line similar to "000000000000070b <ide_complete_rq>:" and copy/paste here the whole block all the way to the end of that function, i.e. line that looks like " 755: c3 retq" 3. Just to make sure, I think your "shaky" picture showed that there are no proprietary kernel modules your using, e.g. nvidia GPU drivers, but let me make sure I see it correctly: you're not installing any closed-source, proprietary crap, right? I think this is all for now, thanks for your help. Regards, Boris. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html