This is a note to let you know that I've just added the patch titled sh: remove meaningless archclean line to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: sh-remove-meaningless-archclean-line.patch and it can be found in the queue-5.15 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 7bc030eb406f9fbfed89e07d6cc215eb323a05d5 Author: Masahiro Yamada <masahiroy@xxxxxxxxxx> Date: Wed Oct 13 15:36:21 2021 +0900 sh: remove meaningless archclean line [ Upstream commit 10c6ae274fe29f732ca9bbcd7016e9827673c954 ] The vsyscall directory is cleaned up by the ordinary way via arch/sh/kernel/Makefile: obj-$(CONFIG_VSYSCALL) += vsyscall/ Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx> Stable-dep-of: d83806c4c0cc ("purgatory: fix disabling debug info") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 88ddb6f1c75b0..7814639006213 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -200,7 +200,6 @@ archprepare: archclean: $(Q)$(MAKE) $(clean)=$(boot) - $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall archheaders: $(Q)$(MAKE) $(build)=arch/sh/kernel/syscalls all