OpenCloudOS-Kernel/arch
Masahiro Yamada 77a88274dc kbuild: replace LANG=C with LC_ALL=C
LANG gives a weak default to each LC_* in case it is not explicitly
defined. LC_ALL, if set, overrides all other LC_* variables.

  LANG  <  LC_CTYPE, LC_COLLATE, LC_MONETARY, LC_NUMERIC, ...  <  LC_ALL

This is why documentation such as [1] suggests to set LC_ALL in build
scripts to get the deterministic result.

LANG=C is not strong enough to override LC_* that may be set by end
users.

[1]: https://reproducible-builds.org/docs/locales/

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Reviewed-by: Matthias Maennich <maennich@google.com>
Acked-by: Matthieu Baerts <matthieu.baerts@tessares.net> (mptcp)
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-05-02 00:43:35 +09:00
..
alpha mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
arc mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
arm kbuild: add a script to remove stale generated files 2021-05-02 00:43:35 +09:00
arm64 Merge branch 'akpm' (patches from Andrew) 2021-04-30 14:38:01 -07:00
csky mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
h8300 mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
hexagon mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
ia64 mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
m68k mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
microblaze mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
mips mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
nds32 mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
nios2 mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
openrisc mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
parisc mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
powerpc kbuild: replace LANG=C with LC_ALL=C 2021-05-02 00:43:35 +09:00
riscv mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
s390 Merge branch 'akpm' (patches from Andrew) 2021-04-30 14:38:01 -07:00
sh sh: syscalls: switch to generic syscallhdr.sh 2021-05-02 00:43:34 +09:00
sparc sparc: syscalls: switch to generic syscallshdr.sh 2021-05-02 00:43:34 +09:00
um mm: move mem_init_print_info() into mm_init() 2021-04-30 11:20:42 -07:00
x86 Merge branch 'akpm' (patches from Andrew) 2021-04-30 14:38:01 -07:00
xtensa Merge branch 'akpm' (patches from Andrew) 2021-04-30 14:38:01 -07:00
.gitignore
Kconfig mm/vmalloc: hugepage vmalloc mappings 2021-04-30 11:20:40 -07:00