Re: [PATCH] modpost: support arbitrary symbol length in modversion

2023-01-13 Thread Gary Guo
On Thu, 12 Jan 2023 14:40:59 -0700 Lucas De Marchi wrote: > On Wed, Jan 11, 2023 at 04:11:51PM +0000, Gary Guo wrote: > > > > struct modversion_info { > >-unsigned long crc; > >-char name[MODULE_NAME_LEN]; > >+/* Offset of the next modvers

[PATCH] modpost: support arbitrary symbol length in modversion

2023-01-11 Thread Gary Guo
l symbol length to 512") Link: https://github.com/Rust-for-Linux/linux/pull/379 Signed-off-by: Gary Guo --- arch/powerpc/kernel/module_64.c | 3 ++- include/linux/module.h | 6 -- kernel/module/version.c | 21 + scri

Re: [PATCH] modpost: support arbitrary symbol length in modversion

2023-01-19 Thread Gary Guo
On Tue, 17 Jan 2023 11:22:45 -0800 Lucas De Marchi wrote: > On Tue, Jan 17, 2023 at 06:51:44PM +0100, Michal Suchánek wrote: > >Hello, > > > >On Fri, Jan 13, 2023 at 06:18:41PM +, Gary Guo wrote: > >> On Thu, 12 Jan 2023 14:40:59 -0700 > >> Lucas De M

Re: [PATCH] modpost: support arbitrary symbol length in modversion

2023-01-19 Thread Gary Guo
On Thu, 19 Jan 2023 16:18:57 +0100 Michal Suchánek wrote: > On Thu, Jan 19, 2023 at 03:09:36PM +0000, Gary Guo wrote: > > On Tue, 17 Jan 2023 11:22:45 -0800 > > Lucas De Marchi wrote: > > > > > And the additional 0's should compress well > > > so I'm no