The patch titled Subject: selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes has been removed from the -mm tree. Its filename was selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes.patch This patch was dropped because it was folded into selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes WARNING: Improper SPDX comment style for 'tools/testing/selftests/ptrace/get_syscall_info.c', please use '//' instead #38: FILE: tools/testing/selftests/ptrace/get_syscall_info.c:1: +/* SPDX-License-Identifier: GPL-2.0+ WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #38: FILE: tools/testing/selftests/ptrace/get_syscall_info.c:1: +/* SPDX-License-Identifier: GPL-2.0+ total: 0 errors, 2 warnings, 279 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: "Dmitry V. Levin" <ldv@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/ptrace/get_syscall_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/tools/testing/selftests/ptrace/get_syscall_info.c~selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info-checkpatch-fixes +++ a/tools/testing/selftests/ptrace/get_syscall_info.c @@ -1,5 +1,5 @@ -/* SPDX-License-Identifier: GPL-2.0+ - * +// SPDX-License-Identifier: GPL-2.0+ +/* * Copyright (c) 2018 Dmitry V. Levin <ldv@xxxxxxxxxxxx> * All rights reserved. * _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmscanc-add-checks-for-incorrect-handling-of-current-reclaim_state.patch selftests-ptrace-add-a-test-case-for-ptrace_get_syscall_info.patch