[folded-merged] zram-panic-when-use-ext4-over-zram-fix.patch removed from -mm tree

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

 



The quilt patch titled
     Subject: zram-panic-when-use-ext4-over-zram-fix
has been removed from the -mm tree.  Its filename was
     zram-panic-when-use-ext4-over-zram-fix.patch

This patch was dropped because it was folded into zram-panic-when-use-ext4-over-zram.patch

------------------------------------------------------
From: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
Subject: zram-panic-when-use-ext4-over-zram-fix
Date: Tue, 10 Dec 2024 18:38:35 +0900

simplify zram_write_page() -ENOMEM return

Link: https://lkml.kernel.org/r/20241210093835.GN16709@xxxxxxxxxx
Signed-off-by: Sergey Senozhatsky <senozhatsky@xxxxxxxxxxxx>
Cc: caiqingfu <caiqingfu@xxxxxxxxxxxxx>
Cc: Minchan Kim <minchan@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/block/zram/zram_drv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/block/zram/zram_drv.c~zram-panic-when-use-ext4-over-zram-fix
+++ a/drivers/block/zram/zram_drv.c
@@ -1668,7 +1668,7 @@ compress_again:
 
 	if (last_comp_len && (last_comp_len != comp_len)) {
 		zs_free(zram->mem_pool, handle);
-		handle = (unsigned long)ERR_PTR(-ENOMEM);
+		handle = -ENOMEM;
 	}
 	/*
 	 * handle allocation has 2 paths:
_

Patches currently in -mm which might be from senozhatsky@xxxxxxxxxxxx are

zram-panic-when-use-ext4-over-zram.patch





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

  Powered by Linux