public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Command line parameter not passed to module in linux-next
@ 2009-02-27 17:01 Christof Schmitt
  2009-03-02  0:45 ` Rusty Russell
  0 siblings, 1 reply; 3+ messages in thread
From: Christof Schmitt @ 2009-02-27 17:01 UTC (permalink / raw)
  To: linux-kernel, rusty

The linux-next kernel does not pass charp parameters from the kernel
command line to modules:

# cat /proc/cmdline 
dasd=4d70-4d73 root=/dev/dasdc1 zfcp.device=0.0.181d,0x500507630310c562,0x401040C300000000 zfcp.dbfsize=4096  BOOT_IMAGE=0 

# cat /sys/module/zfcp/parameters/device 
<NULL>

It seems that this patches introduces the problem:
	commit 9f229de63cf02297c0e0fbaa8d74b962cceff435
	Author: Rusty Russell <rusty@rustcorp.com.au>
	Date:   Fri Feb 20 10:31:19 2009 +1100

	    param:fix-charp-sysfs-write

Reverting the patch on linux-next fixes the problem:

# cat /sys/module/zfcp/parameters/device 
0.0.181d,0x500507630310c562,0x401040C300000000

--
Christof Schmitt

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

end of thread, other threads:[~2009-03-02  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-27 17:01 Command line parameter not passed to module in linux-next Christof Schmitt
2009-03-02  0:45 ` Rusty Russell
2009-03-02  8:38   ` Christof Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox