[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1320191327.git.david.decotigny@google.com>
Date: Tue, 1 Nov 2011 16:50:32 -0700
From: David Decotigny <david.decotigny@...gle.com>
To: Randy Dunlap <rdunlap@...otime.net>,
Jason Wessel <jason.wessel@...driver.com>,
Rusty Russell <rusty@...tcorp.com.au>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
kgdb-bugreport@...ts.sourceforge.net
Cc: Greg Kroah-Hartman <gregkh@...e.de>,
Michal Schmidt <mschmidt@...hat.com>,
Richard Kennedy <richard@....demon.co.uk>,
Linus Walleij <linus.walleij@...ricsson.com>,
Dmitry Torokhov <dtor@...are.com>,
Kay Sievers <kay.sievers@...y.org>,
Lucas De Marchi <lucas.demarchi@...fusion.mobi>,
Satoru Moriya <satoru.moriya@....com>,
David Decotigny <david.decotigny@...gle.com>
Subject: [PATCH v2 0/3] param: optional /sys/module/*/parameters
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists