[folded-merged] block-support-embedded-device-command-line-partition-fix.patch removed from -mm tree

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

 



Subject: [folded-merged] block-support-embedded-device-command-line-partition-fix.patch removed from -mm tree
To: yongjun_wei@xxxxxxxxxxxxxxxxx,caizhiyong@xxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 11 Sep 2013 13:51:21 -0700


The patch titled
     Subject: block: fix error return code in parse_parts()
has been removed from the -mm tree.  Its filename was
     block-support-embedded-device-command-line-partition-fix.patch

This patch was dropped because it was folded into block-support-embedded-device-command-line-partition.patch

------------------------------------------------------
From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
Subject: block: fix error return code in parse_parts()

Fix to return -EINVAL in the parts parse error handling case instead of
0(may overwrite to 0 by parse_subpart()), as done elsewhere in this
function.

Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
Cc: Cai Zhiyong <caizhiyong@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 block/cmdline-parser.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN block/cmdline-parser.c~block-support-embedded-device-command-line-partition-fix block/cmdline-parser.c
--- a/block/cmdline-parser.c~block-support-embedded-device-command-line-partition-fix
+++ a/block/cmdline-parser.c
@@ -135,6 +135,7 @@ static int parse_parts(struct cmdline_pa
 
 	if (!newparts->subpart) {
 		pr_warn("cmdline partition has no valid partition.");
+		ret = -EINVAL;
 		goto fail;
 	}
 
_

Patches currently in -mm which might be from yongjun_wei@xxxxxxxxxxxxxxxxx are

origin.patch
block-support-embedded-device-command-line-partition.patch
mm-memory-hotplug-enable-memory-hotplug-to-handle-hugepage-fix.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