Messages in this thread |  | | | From | Rusty Russell <> | | Subject | Re: [PATCH] kernel/params.c: fix the module name length in param_sysfs_builtin | | Date | Mon, 21 Jan 2008 22:16:11 +1100 |
| |
On Monday 21 January 2008 20:08:25 Denis Cheng wrote: > the original code use KOBJ_NAME_LEN for built-in module name length, > that's defined to 20 in linux/kobject.h, but this is not enough appearntly, > many module names are longer than this; > #define KOBJ_NAME_LEN 20
Thanks, applied. I was surprisedto learn that we have a 35-char source filename in the kernel.
And congratulations to nf_conntrack_l3proto_ipv4_compat.c!
Cheers, Rusty.
|  |