On 05.11.23 21:33, Benno Lossin wrote: > On 05.11.23 19:40, Sergio González Collado wrote: >> The longest length of a symbol (KSYM_NAME_LEN) was increased to 512 >> in the reference [1]. This patch adds a kunit test to check the longest >> symbol length. >> >> [1] https://lore.kernel.org/lkml/20220802015052.10452-6-ojeda@xxxxxxxxxx/ >> >> Signed-off-by: Sergio González Collado <sergio.collado@xxxxxxxxx> >> --- >> lib/Kconfig.debug | 9 +++ >> lib/Makefile | 1 + >> lib/longest_symbol_kunit.c | 120 +++++++++++++++++++++++++++++++++++++ >> 3 files changed, 130 insertions(+) >> create mode 100644 lib/longest_symbol_kunit.c > > I am a bit confused why this is *only* sent to the rust-for-linux list. > Especially since there is no rust code and the changes do not change anything > that Rust code uses. > > Shouldn't this go to linux-kernel list and the maintainers of lib/Makefile > instead? Seems I missed the "To: linux-kself" and others, sorry for the noise. -- Cheers, Benno