]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
[PATCH] ACPICA: Fixed possible corruption of global GPE list
authorBob Moore <robert.moore@intel.com>
Wed, 15 Aug 2007 18:58:15 +0000 (14:58 -0400)
committerWilly Tarreau <w@1wt.eu>
Wed, 17 Oct 2007 19:30:21 +0000 (21:30 +0200)
commit51abbf21739d5aa4eae4723dcd79af08ab82a664
treec3bb711b291c903d99fb93d811b045f50a970244
parent1990f30743c7c98b039fdf32d2581e1d9737d75e
[PATCH] ACPICA: Fixed possible corruption of global GPE list

ACPICA: Fixed possible corruption of global GPE list

Fixed a problem in acpi_ev_delete_gpe_xrupt where the global interrupt
list could be corrupted if the interrupt being removed was at
the head of the list. Reported by Linn Crosetto.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/events/evgpeblk.c