[Bug 49151] NULL pointer dereference in pata_acpi
From: <hidden>
Date: 2012-11-15 18:05:17
https://bugzilla.kernel.org/show_bug.cgi?id=49151
--- Comment #37 from Szymon Janc <szymon@janc.net.pl> 2012-11-15 18:05:10 ---Hi,
I did some bisecting (10 successful boots == good) and got this:
30dcf76acc695cbd2fa919e294670fe9552e16e7 is the first bad commit
commit 30dcf76acc695cbd2fa919e294670fe9552e16e7
Author: Matthew Garrett [off-list ref]
Date: Mon Jun 25 16:13:04 2012 +0800
libata: migrate ACPI code over to new bindings
Now that we have the ability to directly glue the ACPI namespace to the
driver model in libata, we don't need the custom code to handle the same
thing. Remove it and migrate the functions over to the new code.
Signed-off-by: Matthew Garrett [off-list ref]
Signed-off-by: Holger Macht [off-list ref]
Signed-off-by: Lin Ming [off-list ref]
Signed-off-by: Jeff Garzik [off-list ref]
I've also added some prints:
pacpi_port_start is called before pacpi_qc_issue but ata_do_set_mode is called
after pacpi_qc_issue.. that seems not right, right?
Hope this will help someone familiar with that code..
I'll upload full dmesg as well.
--
BR
Szymon Janc
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.