The patch titled fix "Fix for LKDTM MEM_SWAPOUT crashpoint" has been removed from the -mm tree. Its filename was fix-for-lkdtm-mem_swapout-crashpoint-fix.patch This patch was dropped because it was folded into fix-for-lkdtm-mem_swapout-crashpoint.patch ------------------------------------------------------ Subject: fix "Fix for LKDTM MEM_SWAPOUT crashpoint" From: Ankita Garg <ankita@xxxxxxxxxx> Fix whitespace. Signed-off-by: Ankita Garg <ankita@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/misc/lkdtm.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/misc/lkdtm.c~fix-for-lkdtm-mem_swapout-crashpoint-fix drivers/misc/lkdtm.c --- a/drivers/misc/lkdtm.c~fix-for-lkdtm-mem_swapout-crashpoint-fix +++ a/drivers/misc/lkdtm.c @@ -157,7 +157,8 @@ void jp_ll_rw_block(int rw, int nr, stru struct scan_control; -unsigned long jp_shrink_inactive_list(unsigned long max_scan, struct zone *zone, struct scan_control *sc) +unsigned long jp_shrink_inactive_list(unsigned long max_scan, + struct zone *zone, struct scan_control *sc) { lkdtm_handler(); jprobe_return(); _ Patches currently in -mm which might be from ankita@xxxxxxxxxx are origin.patch fix-for-lkdtm-mem_swapout-crashpoint.patch fix-for-lkdtm-mem_swapout-crashpoint-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