- acpi-memory-leakages-in-drivers-acpi-thermalc.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     acpi: memory leakages in drivers/acpi/thermal.c

has been removed from the -mm tree.  Its filename is

     acpi-memory-leakages-in-drivers-acpi-thermalc.patch

This patch was probably dropped from -mm because
it has now been merged into a subsystem tree or
into Linus's tree, or because it was folded into
its parent patch in the -mm tree.


From: Vasily Averin <vvs@xxxxx>

acpi_thermal_write_trip_points() and acpi_thermal_add() do not call kfree()
for allocated memory on the error path.

Signed-off-by: Vasily Averin <vvs@xxxxx>
Cc: "Brown, Len" <len.brown@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/acpi/thermal.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/acpi/thermal.c~acpi-memory-leakages-in-drivers-acpi-thermalc drivers/acpi/thermal.c
--- devel/drivers/acpi/thermal.c~acpi-memory-leakages-in-drivers-acpi-thermalc	2006-04-10 23:16:26.000000000 -0700
+++ devel-akpm/drivers/acpi/thermal.c	2006-04-10 23:16:26.000000000 -0700
@@ -1329,7 +1329,7 @@ static int acpi_thermal_add(struct acpi_
 
 	result = acpi_thermal_add_fs(device);
 	if (result)
-		return_VALUE(result);
+		goto end;
 
 	init_timer(&tz->timer);
 
_

Patches currently in -mm which might be from vvs@xxxxx are

memory-leak-in-acpi_evaluate_integer.patch
fw-memory-leakages-in-driver-acpi-videoc.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux