The patch titled Subject: mm-oom_reaper-report-success-failure-v6-fix has been removed from the -mm tree. Its filename was mm-oom_reaper-report-success-failure-v6-fix.patch This patch was dropped because it was folded into mm-oom_reaper-report-success-failure.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-oom_reaper-report-success-failure-v6-fix mm/oom_kill.c: In function 'oom_kill_process': mm/oom_kill.c:749: error: implicit declaration of function 'K' mm/oom_kill.c:749: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'int' mm/oom_kill.c:749: warning: format '%lu' expects type 'long unsigned int', but argument 5 has type 'int' mm/oom_kill.c:749: warning: format '%lu' expects type 'long unsigned int', but argument 6 has type 'int' mm/oom_kill.c:749: warning: format '%lu' expects type 'long unsigned int', but argument 7 has type 'int' Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/oom_kill.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN mm/oom_kill.c~mm-oom_reaper-report-success-failure-v6-fix mm/oom_kill.c --- a/mm/oom_kill.c~mm-oom_reaper-report-success-failure-v6-fix +++ a/mm/oom_kill.c @@ -410,6 +410,8 @@ static DECLARE_WAIT_QUEUE_HEAD(oom_victi bool oom_killer_disabled __read_mostly; +#define K(x) ((x) << (PAGE_SHIFT-10)) + #ifdef CONFIG_MMU /* * OOM Reaper kernel thread which tries to reap the memory used by the OOM @@ -419,7 +421,6 @@ static struct task_struct *oom_reaper_th static struct task_struct *task_to_reap; static DECLARE_WAIT_QUEUE_HEAD(oom_reaper_wait); -#define K(x) ((x) << (PAGE_SHIFT-10)) static bool __oom_reap_task(struct task_struct *tsk) { struct mmu_gather tlb; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch drivers-gpu-drm-i915-intel_spritec-fix-build.patch drivers-gpu-drm-i915-intel_tvc-fix-build.patch sched-add-schedule_timeout_idle.patch mm-oom_reaper-report-success-failure.patch drivers-input-eliminate-input_compat_test-macro.patch mm-kasan-stackdepot-implementation-enable-stackdepot-for-slab-fix.patch arm-arch-arm-include-asm-pageh-needs-personalityh.patch mm.patch include-linux-apply-__malloc-attribute-checkpatch-fixes.patch include-linux-nodemaskh-create-next_node_in-helper.patch ksm-introduce-ksm_max_page_sharing-per-page-deduplication-limit-fix-2.patch mm-oom-rework-oom-detection-checkpatch-fixes.patch mm-use-watermak-checks-for-__gfp_repeat-high-order-allocations-checkpatch-fixes.patch drivers-net-wireless-intel-iwlwifi-dvm-calibc-fix-min-warning.patch do_shared_fault-check-that-mmap_sem-is-held.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.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