linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] param: optional /sys/module/*/parameters
@ 2011-11-01 23:50 David Decotigny
  2011-11-01 23:50 ` [PATCH v2 1/3] param: make destroy_params() private David Decotigny
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: David Decotigny @ 2011-11-01 23:50 UTC (permalink / raw)
  To: Randy Dunlap, Jason Wessel, Rusty Russell, linux-doc,
	linux-kernel, kgdb-bugreport
  Cc: Greg Kroah-Hartman, Michal Schmidt, Richard Kennedy,
	Linus Walleij, Dmitry Torokhov, Kay Sievers, Lucas De Marchi,
	Satoru Moriya, David Decotigny

Hi,

Thank you Rusty for your review.

Here is the v2. I hope it is easier to understand. It also adds
doc for the new Kconfig knob.

Description:

  These patches turn /sys/module/*/parameters into an optional feature
  that can be enabled/disabled at compilation time. The goal is to
  encourage module developers to expose more of their parameters with
  fewer hesitations (eg. memory concerns, etc.), as the burden on
  small systems can now be avoided by disabling
  /sys/module/*/paramaters/ altogether at compile-time. On larger
  systems, having more module parameters exposed would help
  debugging/auditing of live systems.

Regards,


############################################
# Patch Set Summary:

David Decotigny (3):
  param: make destroy_params() private
  param: simple refactoring
  param: make /sys/module/*/paramaters optional

 Documentation/ABI/stable/sysfs-module |    3 +
 Documentation/DocBook/kgdb.tmpl       |    3 +-
 fs/sysfs/Kconfig                      |   15 ++++-
 include/linux/moduleparam.h           |   14 +----
 kernel/module.c                       |    9 +++
 kernel/params.c                       |  108 ++++++++++++++++-----------------
 6 files changed, 82 insertions(+), 70 deletions(-)

-- 
1.7.3.1


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

end of thread, other threads:[~2011-11-03  1:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 23:50 [PATCH v2 0/3] param: optional /sys/module/*/parameters David Decotigny
2011-11-01 23:50 ` [PATCH v2 1/3] param: make destroy_params() private David Decotigny
2011-11-01 23:50 ` [PATCH v2 2/3] param: simple refactoring David Decotigny
2011-11-01 23:50 ` [PATCH v2 3/3] param: make /sys/module/*/paramaters optional David Decotigny
2011-11-02  0:24   ` Greg KH
2011-11-02 23:02     ` David Decotigny
2011-11-03  1:29       ` Greg KH
2011-11-02 13:30   ` Jason Wessel
2011-11-02 16:24     ` [Kgdb-bugreport] " Tim Bird
2011-11-02 21:51       ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).