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

2023-11-10 Thread Martin Rodriguez Reboredo
On 11/5/23 15:40, Sergio González Collado wrote: [...] diff --git a/lib/Makefile b/lib/Makefile index 740109b6e2c8..82ac084b6bc6 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -402,6 +402,7 @@ obj-$(CONFIG_FORTIFY_KUNIT_TEST) += fortify_kunit.o obj-$(CONFIG_STRCAT_KUNIT_TEST) +=

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

2023-11-07 Thread kernel test robot
-sergio.collado%40gmail.com patch subject: [PATCH] Kunit to check the longest symbol length config: sparc-allyesconfig (https://download.01.org/0day-ci/archive/20231108/202311080319.fcep5dtc-...@intel.com/config) compiler: sparc64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download

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

2023-11-06 Thread kernel test robot
-sergio.collado%40gmail.com patch subject: [PATCH] Kunit to check the longest symbol length config: i386-randconfig-014-20231106 (https://download.01.org/0day-ci/archive/20231107/202311070705.7afwz7q4-...@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https

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

2023-11-05 Thread Benno Lossin
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]

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

2023-11-05 Thread Benno Lossin
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-oj...@kernel.org/ > >

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

2023-11-05 Thread Martin Rodriguez Reboredo
On 11/5/23 15: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-oj...@kernel.org/ Signed-off-by:

[PATCH] Kunit to check the longest symbol length

2023-11-05 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. [1] https://lore.kernel.org/lkml/20220802015052.10452-6-oj...@kernel.org/ Signed-off-by: Sergio González Collado --- lib/Kconfig.debug