kernel-hacking-2024-linux-s.../drivers/acpi
Johann Felix Soden c8dc9de109 ACPI: buffer array too short in drivers/acpi/system.c
Since "ff_gbl_lock" has a length of 11 chars and is copied with sprintf
to char buffer[10], there is a problem. We need char buffer[12] because
of the closing zero byte.

Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-03-12 17:57:22 -04:00
..
dispatcher ACPI: track opregion names to avoid driver resource conflicts. 2008-02-07 00:59:18 -05:00
events Merge branches 'release' and 'stats' into release 2008-02-07 03:13:36 -05:00
executer ACPI: fix build warning 2008-02-21 02:01:30 -05:00
hardware ACPI suspend: Execute _WAK with the right argument 2008-02-14 00:28:05 -05:00
namespace
parser
resources
sleep ACPI: replace remaining __FUNCTION__ occurrences 2008-03-11 01:58:41 -04:00
tables Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into release 2008-02-07 03:09:43 -05:00
utilities ACPI: replace remaining __FUNCTION__ occurrences 2008-03-11 01:58:41 -04:00
ac.c
acpi_memhotplug.c
asus_acpi.c asus_acpi: add support for F3Sa 2008-02-07 00:46:38 -05:00
battery.c ACPI: battery: add sysfs serial number 2008-02-05 21:15:50 -05:00
bay.c Merge branches 'release' and 'fluff' into release 2008-02-07 03:38:22 -05:00
blacklist.c ACPI: DMI: quirk for FSC ESPRIMO Mobile V5505 2008-02-14 02:43:39 -05:00
bus.c ACPI: replace remaining __FUNCTION__ occurrences 2008-03-11 01:58:41 -04:00
button.c
cm_sbs.c
container.c
debug.c
dock.c Merge branches 'release' and 'fluff' into release 2008-02-07 03:38:22 -05:00
ec.c ACPI: EC: Use proper handle for boot EC 2008-02-14 15:58:47 -05:00
event.c ACPI: static acpi_chain_head 2008-02-14 01:04:18 -05:00
fan.c ACPI fan: extract return values using PTR_ERR 2008-02-15 18:21:30 -05:00
glue.c ACPI: misc cleanups 2008-02-07 03:33:23 -05:00
Kconfig ACPI: WMI: Improve Kconfig description 2008-02-08 00:36:49 -05:00
Makefile ACPI: SBS: Host controller must initialize before SBS. 2008-02-09 03:22:13 -05:00
numa.c ACPI: misc cleanups 2008-02-07 03:33:23 -05:00
osl.c ACPI: Fix a duplicate log level 2008-03-11 00:52:19 -04:00
pci_bind.c ACPI: misc cleanups 2008-02-07 03:33:23 -05:00
pci_irq.c Merge branches 'release' and 'fluff' into release 2008-02-07 03:38:22 -05:00
pci_link.c ACPI: misc cleanups 2008-02-07 03:33:23 -05:00
pci_root.c
power.c ACPI: remove duplicated warning message 2008-02-07 00:49:28 -05:00
processor_core.c ACPI: use ACPI_DEBUG_PRINT instead of printk in acpi_processor_hotplug_notify() 2008-03-11 13:40:43 -04:00
processor_idle.c ACPI: TSC breaks atkbd suspend 2008-02-19 20:05:06 -05:00
processor_perflib.c ACPI: cpufreq: Print _PPC changes via cpufreq debug layer 2008-02-07 14:47:40 -05:00
processor_thermal.c ACPI: register ACPI Processor as generic thermal cooling device 2008-02-01 23:18:19 -05:00
processor_throttling.c ACPI: throttling: fix build warning 2008-02-02 03:56:18 -05:00
sbs.c ACPI: SBS: Host controller must initialize before SBS. 2008-02-09 03:22:13 -05:00
sbshc.c ACPI: SBS: Host controller must initialize before SBS. 2008-02-09 03:22:13 -05:00
sbshc.h
scan.c ACPI: replace remaining __FUNCTION__ occurrences 2008-03-11 01:58:41 -04:00
system.c ACPI: buffer array too short in drivers/acpi/system.c 2008-03-12 17:57:22 -04:00
tables.c
thermal.c Merge branches 'release' and 'menlo' into release 2008-02-07 03:18:04 -05:00
toshiba_acpi.c
utils.c ACPICA: Warn if packages with invalid references are evaluated 2008-03-11 23:57:20 -04:00
video.c ACPI: replace remaining __FUNCTION__ occurrences 2008-03-11 01:58:41 -04:00
wmi.c wmi: (!x & y) strikes again 2008-02-13 07:36:27 -08:00