]> asedeno.scripts.mit.edu Git - linux.git/commit
ACPI: acpi_pad: Fix memory leak in power saving threads
authorLenny Szubowicz <lszubowi@redhat.com>
Tue, 27 Mar 2018 13:56:40 +0000 (09:56 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 Mar 2018 10:04:58 +0000 (12:04 +0200)
commit8b29d29abc484d638213dd79a18a95ae7e5bb402
tree32af5d675dc76c2294ad3172efd3969fd8d7de0d
parent3eb2ce825ea1ad89d20f7a3b5780df850e4be274
ACPI: acpi_pad: Fix memory leak in power saving threads

Fix once per second (round_robin_time) memory leak of about 1 KB in
each acpi_pad kernel idling thread that is activated.

Found by testing with kmemleak.

Signed-off-by: Lenny Szubowicz <lszubowi@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_pad.c