linux/tools/testing/selftests/net/mptcp
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
..
.gitignore SPDX patches for 5.7-rc1. 2020-04-03 13:12:26 -07:00
config selftests: mptcp: add ADD_ADDR timeout test case 2020-11-04 17:45:53 -08:00
diag.sh selftests: mptcp: launch mptcp_connect with timeout 2021-04-02 14:21:50 -07:00
Makefile selftests: mptcp: add packet mark test case 2021-04-16 15:23:10 -07:00
mptcp_connect.c selftests: mptcp: add a test case for MSG_PEEK 2021-04-23 14:06:32 -07:00
mptcp_connect.sh kbuild: replace LANG=C with LC_ALL=C 2021-05-02 00:43:35 +09:00
mptcp_join.sh selftests: mptcp: add the net device name testcase 2021-04-07 14:09:40 -07:00
mptcp_sockopt.sh selftests: mptcp: add packet mark test case 2021-04-16 15:23:10 -07:00
pm_netlink.sh selftests: mptcp: avoid calling pm_nl_ctl with bad IDs 2021-03-30 17:42:23 -07:00
pm_nl_ctl.c selftests: mptcp: add addr argument for del_addr 2021-03-30 17:42:23 -07:00
settings selftests: increase timeout to 10 min 2021-01-27 16:53:55 -08:00
simult_flows.sh selftests: mptcp: launch mptcp_connect with timeout 2021-04-02 14:21:50 -07:00