[folded-merged] kernel-kmodc-check-for-null-in-call_usermodehelper_exec-update.patch removed from -mm tree

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

 



Subject: [folded-merged] kernel-kmodc-check-for-null-in-call_usermodehelper_exec-update.patch removed from -mm tree
To: penguin-kernel@xxxxxxxxxxxxxxxxxxx,oleg@xxxxxxxxxx,penguin-kernel@xxxxxxxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Mon, 30 Sep 2013 13:41:08 -0700


The patch titled
     Subject: kernel-kmodc-check-for-null-in-call_usermodehelper_exec-update
has been removed from the -mm tree.  Its filename was
     kernel-kmodc-check-for-null-in-call_usermodehelper_exec-update.patch

This patch was dropped because it was folded into kernel-kmodc-check-for-null-in-call_usermodehelper_exec.patch

------------------------------------------------------
From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Subject: kernel-kmodc-check-for-null-in-call_usermodehelper_exec-update

Switch to EINVAL.

Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
Cc: Oleg Nesterov <oleg@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/kmod.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/kmod.c~kernel-kmodc-check-for-null-in-call_usermodehelper_exec-update kernel/kmod.c
--- a/kernel/kmod.c~kernel-kmodc-check-for-null-in-call_usermodehelper_exec-update
+++ a/kernel/kmod.c
@@ -573,7 +573,7 @@ int call_usermodehelper_exec(struct subp
 
 	if (!sub_info->path) {
 		call_usermodehelper_freeinfo(sub_info);
-		return -ENOENT;
+		return -EINVAL;
 	}
 	helper_lock();
 	if (!khelper_wq || usermodehelper_disabled) {
_

Patches currently in -mm which might be from penguin-kernel@xxxxxxxxxxxxxxxxxxx are

kernel-kmodc-check-for-null-in-call_usermodehelper_exec.patch
syscallsh-use-gcc-alias-instead-of-assembler-aliases-for-syscalls.patch
scripts-mod-modpostc-handle-non-abs-crc-symbols.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