All of lore.kernel.org
 help / color / mirror / Atom feed
* module tool with 2.6.9 limitation issue
@ 2004-11-11 18:09 yiding_wang
  2004-11-12  4:08 ` Randy.Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: yiding_wang @ 2004-11-11 18:09 UTC (permalink / raw)
  To: arjan, rddunlap; +Cc: linux-kernel, yiding_wang

I am using moudle-init-tools-3.1-pre6 with kernel 2.6.9. The new insmod seems have restrictions which failed using parameters to load a driver module.

My module parameter is in the form of modname="*************** ****", a quite long one.
Run - insmod modname.o modname="*********** *******" (with a script), it complains about the space and treats the string next to the space to be a "Unknown parameter".

By replacing the space with any character, then it complains 
"modname: string parameter too long"

Reducing the length of the parameter to less than 1k character works fine.

Same long parameter string wit space in between works fine under 2.4.25 with original insmod.

Questions:
1, Is this a bug or new insmod has restrictions? 
2, If it is restriction on special character such as space, or limitation on parameter length, then why and what is the limit? 
3, If insmod has limitation, then what is better way to pass long parameter with some special character? 

Thanks!

Eddie

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-11-15  1:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-11 18:09 module tool with 2.6.9 limitation issue yiding_wang
2004-11-12  4:08 ` Randy.Dunlap
2004-11-12  4:16   ` [PATCH] handle quoted module parameters Randy.Dunlap
2004-11-15  1:14     ` Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.