Re: Bug: linux/acpi may execute notify handler that has been removed

2007-09-27 Thread Zhang Rui
On Thu, 2007-09-27 at 14:33 +0800, Alexey Starikovskiy wrote: > Shaohua Li wrote: > > On Thu, 2007-09-27 at 10:24 +0400, Alexey Starikovskiy wrote: > >> Shaohua Li wrote: > >>> On Thu, 2007-09-27 at 11:30 +0800, Zhang Rui wrote: > Hi, all, > > I found a bug that linux/acpi may execut

Re: Bug: linux/acpi may execute notify handler that has been removed

2007-09-26 Thread Alexey Starikovskiy
Shaohua Li wrote: > On Thu, 2007-09-27 at 10:24 +0400, Alexey Starikovskiy wrote: >> Shaohua Li wrote: >>> On Thu, 2007-09-27 at 11:30 +0800, Zhang Rui wrote: Hi, all, I found a bug that linux/acpi may execute notify handler that has been removed. When a system notify(

Re: Bug: linux/acpi may execute notify handler that has been removed

2007-09-26 Thread Shaohua Li
On Thu, 2007-09-27 at 10:24 +0400, Alexey Starikovskiy wrote: > Shaohua Li wrote: > > On Thu, 2007-09-27 at 11:30 +0800, Zhang Rui wrote: > >> Hi, all, > >> > >> I found a bug that linux/acpi may execute notify handler that > >> has been removed. > >> > >> When a system notify(0~0x7f) is received,

Re: Bug: linux/acpi may execute notify handler that has been removed

2007-09-26 Thread Alexey Starikovskiy
Shaohua Li wrote: > On Thu, 2007-09-27 at 11:30 +0800, Zhang Rui wrote: >> Hi, all, >> >> I found a bug that linux/acpi may execute notify handler that >> has been removed. >> >> When a system notify(0~0x7f) is received, linux/acpi will >> first invoke the generic system notify handler (acpi_bus_no

Re: Bug: linux/acpi may execute notify handler that has been removed

2007-09-26 Thread Shaohua Li
On Thu, 2007-09-27 at 11:30 +0800, Zhang Rui wrote: > Hi, all, > > I found a bug that linux/acpi may execute notify handler that > has been removed. > > When a system notify(0~0x7f) is received, linux/acpi will > first invoke the generic system notify handler (acpi_bus_notify) > and then invoke t

Re: Bug: linux/acpi may execute notify handler that has been removed

2007-09-26 Thread Zhang Rui
On Thu, 2007-09-27 at 12:53 +0800, Alexey Starikovskiy wrote: > Zhang Rui wrote: > > Attachment is the patch for battery hotplug support. > There is it? Oops, the battery hotplug patch is attached. Thanks, Rui --- Begin Message --- add battery hotplug support for ACPI battery driver. http://bugzi

Re: Bug: linux/acpi may execute notify handler that has been removed

2007-09-26 Thread Alexey Starikovskiy
Zhang Rui wrote: > Attachment is the patch for battery hotplug support. There is it? > Any ideas about this bug? Regards, Alex. - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majord

Bug: linux/acpi may execute notify handler that has been removed

2007-09-26 Thread Zhang Rui
Hi, all, I found a bug that linux/acpi may execute notify handler that has been removed. When a system notify(0~0x7f) is received, linux/acpi will first invoke the generic system notify handler (acpi_bus_notify) and then invoke the per-device notify handler if present. In my case, I add some cod