The patch titled Subject: kcov-prefault-the-kcov_area-fix has been removed from the -mm tree. Its filename was kcov-prefault-the-kcov_area-fix.patch This patch was dropped because it was folded into kcov-prefault-the-kcov_area.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kcov-prefault-the-kcov_area-fix code cleanup Cc: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Dmitry Vyukov <dvyukov@xxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Mark Rutland <mark.rutland@xxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kcov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN kernel/kcov.c~kcov-prefault-the-kcov_area-fix kernel/kcov.c --- a/kernel/kcov.c~kcov-prefault-the-kcov_area-fix +++ a/kernel/kcov.c @@ -330,9 +330,8 @@ static void kcov_fault_in_area(struct kc unsigned long *area = kcov->area; unsigned long offset; - for (offset = 0; offset < kcov->size; offset += stride) { + for (offset = 0; offset < kcov->size; offset += stride) READ_ONCE(area[offset]); - } } static int kcov_ioctl_locked(struct kcov *kcov, unsigned int cmd, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kcov-prefault-the-kcov_area.patch kcov-prefault-the-kcov_area-fix-fix.patch kcov-prefault-the-kcov_area-fix-fix-fix.patch mm-fix-oom_kill-event-handling-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