public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* SysFS 'module' params with CONFIG_MODULES=n
@ 2005-11-11 15:32 Tom Rini
  2005-11-12  4:33 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2005-11-11 15:32 UTC (permalink / raw)
  To: Greg KH, lkml

On 2.6.14, and probably newer, a system where CONFIG_MODULES=n
/sys/module/foo/parameters/param fails:

# cat /sys/module/tcp_bic/parameters/low_window
cat: /sys/module/tcp_bic/parameters/low_window: Permission denied

But just changing MODULES to y:

# cat /sys/module/tcp_bic/parameters/low_window
14

Is this intentional or fixable?  Just an observation right now, thanks.

-- 
Tom Rini
http://gate.crashing.org/~trini/

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

end of thread, other threads:[~2005-11-12 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-11 15:32 SysFS 'module' params with CONFIG_MODULES=n Tom Rini
2005-11-12  4:33 ` Greg KH
2005-11-12 19:49   ` Jason Wessel

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