]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - arch/arm64/Kconfig
scripts/sorttable: Rename 'sortextable' to 'sorttable'
authorShile Zhang <shile.zhang@linux.alibaba.com>
Wed, 4 Dec 2019 00:46:31 +0000 (08:46 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 13 Dec 2019 09:47:58 +0000 (10:47 +0100)
commit1091670637be8bd34a39dd1ddcc0a10a7c88d4e2
treea2d3f545b8c33d71f620ba2dacd495ca44fd295a
parent57cafdf2a04e161b9654c4ae3888a7549594c499
scripts/sorttable: Rename 'sortextable' to 'sorttable'

Use a more generic name for additional table sorting usecases,
such as the upcoming ORC table sorting feature. This tool is
not tied to exception table sorting anymore.

No functional changes intended.

[ mingo: Rewrote the changelog. ]

Signed-off-by: Shile Zhang <shile.zhang@linux.alibaba.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: linux-kbuild@vger.kernel.org
Link: https://lkml.kernel.org/r/20191204004633.88660-6-shile.zhang@linux.alibaba.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
18 files changed:
arch/arc/Kconfig
arch/arm/Kconfig
arch/arm64/Kconfig
arch/microblaze/Kconfig
arch/mips/Kconfig
arch/parisc/Kconfig
arch/powerpc/Kconfig
arch/s390/Kconfig
arch/x86/Kconfig
arch/xtensa/Kconfig
init/Kconfig
scripts/.gitignore
scripts/Makefile
scripts/link-vmlinux.sh
scripts/sortextable.c [deleted file]
scripts/sortextable.h [deleted file]
scripts/sorttable.c [new file with mode: 0644]
scripts/sorttable.h [new file with mode: 0644]