This is a note to let you know that I've just added the patch titled scripts/kallsyms.c Make the comment up-to-date with current implementation to the 6.1-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: scripts-kallsyms.c-make-the-comment-up-to-date-with-current-implementation.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From adc40221bf676f3e722d135889a7b913b4162dc2 Mon Sep 17 00:00:00 2001 From: Yuma Ueda <cyan@xxxxxxxxxxxx> Date: Fri, 18 Nov 2022 22:36:31 +0900 Subject: scripts/kallsyms.c Make the comment up-to-date with current implementation From: Yuma Ueda <cyan@xxxxxxxxxxxx> commit adc40221bf676f3e722d135889a7b913b4162dc2 upstream. The comment in scripts/kallsyms.c describing the usage of scripts/kallsyms does not reflect the latest implementation. Fix the comment to be equivalent to what the usage() function prints. Signed-off-by: Yuma Ueda <cyan@xxxxxxxxxxxx> Reviewed-by: Miguel Ojeda <ojeda@xxxxxxxxxx> Link: https://lore.kernel.org/r/20221118133631.4554-1-cyan@xxxxxxxxxxxx Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- scripts/kallsyms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c @@ -5,7 +5,8 @@ * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * - * Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S + * Usage: kallsyms [--all-symbols] [--absolute-percpu] + * [--base-relative] in.map > out.S * * Table compression uses all the unused char codes on the symbols and * maps these to the most used substrings (tokens). For instance, it might Patches currently in stable-queue which might be from cyan@xxxxxxxxxxxx are queue-6.1/scripts-kallsyms.c-make-the-comment-up-to-date-with-current-implementation.patch