[folded-merged] mm-oom-distinguish-blockable-mode-for-mmu-notifiers-checkpatch-fixes.patch removed from -mm tree

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

 



The patch titled
     Subject: mm-oom-distinguish-blockable-mode-for-mmu-notifiers-checkpatch-fixes
has been removed from the -mm tree.  Its filename was
     mm-oom-distinguish-blockable-mode-for-mmu-notifiers-checkpatch-fixes.patch

This patch was dropped because it was folded into mm-oom-distinguish-blockable-mode-for-mmu-notifiers.patch

------------------------------------------------------
From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Subject: mm-oom-distinguish-blockable-mode-for-mmu-notifiers-checkpatch-fixes

ERROR: spaces required around that ':' (ctx:VxW)
#1007: FILE: mm/mmu_notifier.c:192:
+						!blockable ? "non-": "");
 						                   ^
Cc: Michal Hocko <mhocko@xxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/mmu_notifier.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/mm/mmu_notifier.c~mm-oom-distinguish-blockable-mode-for-mmu-notifiers-checkpatch-fixes
+++ a/mm/mmu_notifier.c
@@ -189,7 +189,7 @@ int __mmu_notifier_invalidate_range_star
 			if (_ret) {
 				pr_info("%pS callback failed with %d in %sblockable context.\n",
 						mn->ops->invalidate_range_start, _ret,
-						!blockable ? "non-": "");
+						!blockable ? "non-" : "");
 				ret = _ret;
 			}
 		}
_

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

mm-oom-distinguish-blockable-mode-for-mmu-notifiers.patch
mm-oom-distinguish-blockable-mode-for-mmu-notifiers-fix.patch
mm-zero-out-the-vma-in-vma_init.patch
mm-selftest-add-map_populate-test-fix.patch
proc-kcore-hold-lock-during-read-fix.patch
kernel-hung_taskc-allow-to-set-checking-interval-separately-from-timeout-fix.patch
fs-epoll-robustify-irq-safety-with-lockdep_assert_irqs_enabled-fix.patch
checkpatch-check-for-if-0-if-1-fix.patch
checkpatch-warn-when-a-patch-doesnt-have-a-description-fix.patch
fs-epoll-simply-config_net_rx_busy_poll-ifdefery-fix.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