The patch titled Subject: uaccess-reimplement-probe_kernel_address-using-probe_kernel_read-fix has been removed from the -mm tree. Its filename was uaccess-reimplement-probe_kernel_address-using-probe_kernel_read-fix.patch This patch was dropped because it was folded into uaccess-reimplement-probe_kernel_address-using-probe_kernel_read.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: uaccess-reimplement-probe_kernel_address-using-probe_kernel_read-fix Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mm/alignment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/arm/mm/alignment.c~uaccess-reimplement-probe_kernel_address-using-probe_kernel_read-fix arch/arm/mm/alignment.c --- a/arch/arm/mm/alignment.c~uaccess-reimplement-probe_kernel_address-using-probe_kernel_read-fix +++ a/arch/arm/mm/alignment.c @@ -803,7 +803,7 @@ do_alignment(unsigned long addr, unsigne } } } else { - fault = probe_kernel_address(instrptr, instr); + fault = probe_kernel_address((void *)instrptr, instr); instr = __mem_to_opcode_arm(instr); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are uaccess-reimplement-probe_kernel_address-using-probe_kernel_read.patch uaccess-reimplement-probe_kernel_address-using-probe_kernel_read-fix-fix.patch mm-fix-declarations-of-nr-delta-and-nr_pagecache_reclaimable-fix.patch mm-oom_kill-fix-the-wrong-task-mm-==-mm-checks-in-oom_kill_process-fix.patch mm-vmstatc-uninline-node_page_state.patch mm-vmstatc-uninline-node_page_state-fix.patch mm-cmac-suppress-warning.patch memcg-fix-thresholds-for-32b-architectures-fix-fix.patch kasan-various-fixes-in-documentation-checkpatch-fixes.patch mm-slub-kasan-enable-user-tracking-by-default-with-kasan=y-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