From: David Decotigny <david.decotigny@google.com>
To: Randy Dunlap <rdunlap@xenotime.net>,
Jason Wessel <jason.wessel@windriver.com>,
Rusty Russell <rusty@rustcorp.com.au>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
kgdb-bugreport@lists.sourceforge.net
Cc: Greg Kroah-Hartman <gregkh@suse.de>,
Michal Schmidt <mschmidt@redhat.com>,
Richard Kennedy <richard@rsk.demon.co.uk>,
Linus Walleij <linus.walleij@stericsson.com>,
Dmitry Torokhov <dtor@vmware.com>,
Kay Sievers <kay.sievers@vrfy.org>,
Lucas De Marchi <lucas.demarchi@profusion.mobi>,
Satoru Moriya <satoru.moriya@hds.com>,
David Decotigny <david.decotigny@google.com>
Subject: [PATCH v2 0/3] param: optional /sys/module/*/parameters
Date: Tue, 1 Nov 2011 16:50:32 -0700 [thread overview]
Message-ID: <cover.1320191327.git.david.decotigny@google.com> (raw)
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
next reply other threads:[~2011-11-01 23:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 23:50 David Decotigny [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1320191327.git.david.decotigny@google.com \
--to=david.decotigny@google.com \
--cc=dtor@vmware.com \
--cc=gregkh@suse.de \
--cc=jason.wessel@windriver.com \
--cc=kay.sievers@vrfy.org \
--cc=kgdb-bugreport@lists.sourceforge.net \
--cc=linus.walleij@stericsson.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lucas.demarchi@profusion.mobi \
--cc=mschmidt@redhat.com \
--cc=rdunlap@xenotime.net \
--cc=richard@rsk.demon.co.uk \
--cc=rusty@rustcorp.com.au \
--cc=satoru.moriya@hds.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.