[obsolete] linux-next-git-rejects.patch removed from -mm tree

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

 



The patch titled
     Subject: linux-next-git-rejects
has been removed from the -mm tree.  Its filename was
     linux-next-git-rejects.patch

This patch was dropped because it is obsolete

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: linux-next-git-rejects

Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/fork.c |   23 -----------------------
 1 file changed, 23 deletions(-)

--- a/kernel/fork.c~linux-next-git-rejects
+++ a/kernel/fork.c
@@ -2630,29 +2630,6 @@ noinline static int copy_clone_args_from
  * determine.
  */
 static inline bool clone3_stack_valid(struct kernel_clone_args *kargs)
-<<<<<<< HEAD
-{
-	if (kargs->stack == 0) {
-		if (kargs->stack_size > 0)
-			return false;
-	} else {
-		if (kargs->stack_size == 0)
-			return false;
-
-		if (!access_ok((void __user *)kargs->stack, kargs->stack_size))
-			return false;
-
-#if !defined(CONFIG_STACK_GROWSUP) && !defined(CONFIG_IA64)
-		kargs->stack += kargs->stack_size;
-#endif
-	}
-
-	return true;
-}
-
-static bool clone3_args_valid(struct kernel_clone_args *kargs)
-=======
->>>>>>> linux-next/akpm-base
 {
 	if (kargs->stack == 0) {
 		if (kargs->stack_size > 0)
_

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

mm.patch
mm-swap-disallow-swapon-on-zoned-block-devices-fix.patch
mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region-checkpatch-fixes.patch
mm-introduce-reported-pages-fix.patch
mm-oom-avoid-printk-iteration-under-rcu-fix.patch
hugetlb-remove-duplicated-code-checkpatch-fixes.patch
hugetlb-remove-unused-hstate-in-hugetlb_fault_mutex_hash-fix.patch
mm-annotate-refault-stalls-from-swap_readpage-fix.patch
usb-kcov-collect-coverage-from-hub_event-fix.patch
linux-next-rejects.patch
diff-sucks.patch
drivers-block-null_blk_mainc-fix-layout.patch
drivers-block-null_blk_mainc-fix-uninitialized-var-warnings.patch
bitops-introduce-the-for_each_set_clump8-macro-fix-fix.patch
drivers-tty-serial-sh-scic-suppress-warning.patch
kernel-forkc-export-kernel_thread-to-modules.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