Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 594375 Details for
Bug 772730
Kernel panic after ACPI power event with x86_64 kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
debug.patch
debug.patch (text/plain), 847 bytes, created by
Lan Tianyu
on 2012-06-26 07:17:48 UTC
(
hide
)
Description:
debug.patch
Filename:
MIME Type:
Creator:
Lan Tianyu
Created:
2012-06-26 07:17:48 UTC
Size:
847 bytes
patch
obsolete
>diff --git a/drivers/acpi/ac.c b/drivers/acpi/ac.c >index 6512b20..5978464 100644 >--- a/drivers/acpi/ac.c >+++ b/drivers/acpi/ac.c >@@ -254,7 +254,9 @@ static void acpi_ac_notify(struct acpi_device *device, u32 event) > dev_name(&device->dev), event, > (u32) ac->state); > acpi_notifier_call_chain(device, event, (u32) ac->state); >- kobject_uevent(&ac->charger.dev->kobj, KOBJ_CHANGE); >+ >+ if (ac->charger.dev) >+ kobject_uevent(&ac->charger.dev->kobj, KOBJ_CHANGE); > } > > return; >diff --git a/drivers/power/power_supply_core.c b/drivers/power/power_supply_core.c >index 6ad6127..7c7c8d3 100644 >--- a/drivers/power/power_supply_core.c >+++ b/drivers/power/power_supply_core.c >@@ -210,6 +210,7 @@ create_triggers_failed: > kobject_set_name_failed: > device_add_failed: > put_device(dev); >+ psy->dev = NULL; > success: > return rc; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 772730
:
551654
|
551655
|
551656
|
551658
|
551677
|
572207
| 594375 |
595219