Bug 48211
Summary: | kernel BUG, ata_dev_acpi_handle | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Dan van der Ster (dan) |
Component: | Serial ATA | Assignee: | Jeff Garzik (jgarzik) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, florian, mjg59-kernel, sec |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.6 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 56331 | ||
Attachments: | Patch to fix NULL ptr dereference in ata_dev_acpi_handle |
Description
Dan van der Ster
2012-10-02 21:01:26 UTC
ata_dev_acpi_handle - NULL ptr deref Can you post a brief summary of the problem report to linux-ide@vger.kernel.org and cc mjg@redhat.com as it's probably the libata ACPI code that is breaking here. Alan Created attachment 82641 [details]
Patch to fix NULL ptr dereference in ata_dev_acpi_handle
Hi Dan,
Can you please apply this and see if it fixed the problem?
Thanks.
Hi Aaron, Yes, that patch fixes the problem. Thanks! Dan null ptr at the time the external PMP enclosure is started, patch fixes the problem. applied to #upstream-fixes A patch referencing this bug report has been merged in Linux v3.7-rc7: commit 60817a680b1bd3341b6909fab7d8a1fcc3a78369 Author: Aaron Lu <aaron.lu@intel.com> Date: Tue Oct 9 15:37:48 2012 +0800 libata-acpi: Fix NULL ptr derference in ata_acpi_dev_handle |