On Mon, Nov 28, 2022 at 10:28:11AM +0900, Masahiro Yamada wrote:
On Mon, Nov 28, 2022 at 10:22 AM Sasha Levin <sashal@xxxxxxxxxx> wrote:
This is a note to let you know that I've just added the patch titled
kbuild: refactor single builds of *.ko
to the 5.10-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:
kbuild-refactor-single-builds-of-.ko.patch
and it can be found in the queue-5.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.
commit 880750ab053e6202f4d9ce3a8174a0e9dda1b96d
Author: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Date: Sun Aug 28 11:39:50 2022 +0900
kbuild: refactor single builds of *.ko
[ Upstream commit f110e5a250e3c5db417e094b3dd86f1c135291ca ]
Remove the potentially invalid modules.order instead of using
the temporary file.
Also, KBUILD_MODULES is don't care for single builds. No need to
cancel it.
Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Stable-dep-of: 055f37f84e30 ("KVM: x86: emulator: update the emulation mode after rsm")
I do not know anything about the Stable-dep-of tag,
but 055f37f84e30 is a one-liner in C file.
Kbuild seems to be unrelated.
Any dependency between them?
Right, it got dragged in because of context. I've cleaned it up and
dropped the kbuild patches, thanks!
--
Thanks,
Sasha