Re: [PATCH v4] Kunit to check the longest symbol length

2024-10-07 Thread Shuah Khan
On 9/24/24 11:23, 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. This test can also help other efforts for longer symbol lenght, Spelling - length Can you

[PATCH v4] Kunit to check the longest symbol length

2024-09-24 Thread Sergio González Collado
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. This test can also help other efforts for longer symbol lenght, like [2]. [1] https://lore.kernel.org/lkml/20220802015052.10452-6-oj...@kernel