- file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes.patch removed from -mm tree

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

 



The patch titled
     file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes.patch

This patch was dropped because it was folded into file-capabilities-allow-sigcont-within-session-v2.patch

------------------------------------------------------
Subject: file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

ERROR: need spaces around that '==' (ctx:VxV)
#41: FILE: security/commoncap.c:535:
+	if (sig == SIGCONT && (task_session_nr(current)==task_session_nr(p)))
 	                                               ^

total: 1 errors, 0 warnings, 15 lines checked
Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Serge E. Hallyn <serue@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 security/commoncap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN security/commoncap.c~file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes security/commoncap.c
--- a/security/commoncap.c~file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes
+++ a/security/commoncap.c
@@ -532,7 +532,7 @@ int cap_task_kill(struct task_struct *p,
 		return 0;
 
 	/* sigcont is permitted within same session */
-	if (sig == SIGCONT && (task_session_nr(current)==task_session_nr(p)))
+	if (sig == SIGCONT && (task_session_nr(current) == task_session_nr(p)))
 		return 0;
 
 	if (secid)
_

Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are

origin.patch
uml-update-address-space-affected-by-pud_clear.patch
proc-fix-proc_kill_inodes-to-kill-dentries-on-all-proc-superblocks.patch
acpi-make-acpi_procfs-default-to-y.patch
hugetlb-split-alloc_huge_page-into-private-and-shared-components.patch
revert-task-control-groups-example-cpu-accounting-subsystem.patch
mips-undo-locking-on-error-path-returns.patch
pidns-place-under-config_experimental.patch
fix-64kb-blocksize-in-ext3-directories.patch
file-capabilities-allow-sigcont-within-session-v2.patch
file-capabilities-allow-sigcont-within-session-v2-checkpatch-fixes.patch
x86-disable-preemption-in-delay_tsc.patch
aic94xx_sds-rename-flash_size.patch
mips-pcspkr-build-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