diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2019-12-06 22:03:01 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2019-12-14 15:53:04 +0900 |
commit | e8193650bf38bf531f19de36ae3afdee32627191 (patch) | |
tree | 8644c9798233ef2dc31d2b20c41f77f195dc106d /scripts/faddr2line | |
parent | eefb8c124fd969e9a174ff2bedff86aa305a7438 (diff) | |
download | linux-e8193650bf38bf531f19de36ae3afdee32627191.tar.bz2 |
mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST}
UTS_VERSION is set to struct uts_namespace, hence a too long string
should be truncated so it fits in 64 characters.
On the other hand, LINUX_COMPILE_BY/HOST are not set to uts_namespace.
They are just used in the banners, which do not have specific length
limitation.
I dug into the git history, but I could not find the reason why
these two strings must fit in 64 characters. Remove them.
Now that UTS_VERSION is the only user of UTS_TRUNCATE, I squashed it.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/faddr2line')
0 files changed, 0 insertions, 0 deletions