[PATCH v2 0/3] param: optional /sys/module/*/parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux