All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] minor changes to kconfig/streamline_config.pl
@ 2012-08-09 13:23 Bill Pemberton
  2012-08-09 13:23 ` [PATCH 1/4] localmodconfig: set default value for ksource in streamline_config.pl Bill Pemberton
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bill Pemberton @ 2012-08-09 13:23 UTC (permalink / raw)
  To: linux-kbuild; +Cc: rostedt

All of these are changes to streamline_config.pl

The first one fixes a warning message that perl emits when running the
script.  It also has the the side effect of fixing a bug.

The second two convert the open calls to use the 3 parameter open that
is now preferred in modern perl.

The last one is a simple fix to make perlcritic happy.

Bill Pemberton (4):
  localmodconfig: set default value for ksource in streamline_config.pl
  localmodconfig: rework find_config in streamline_config.pl
  localmodconfig: use 3 parameter open in streamline_config.pl
  localmodconfig: use my variable for loop in streamline_config.pl

 scripts/kconfig/streamline_config.pl | 48 +++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 26 deletions(-)

-- 
1.7.11.3


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/4] [GIT PULL] localmodconfig: clean ups and fixes
@ 2012-10-01 13:30 Steven Rostedt
  2012-10-01 13:30 ` [PATCH 2/4] localmodconfig: Rework find_config in streamline_config.pl Steven Rostedt
  0 siblings, 1 reply; 9+ messages in thread
From: Steven Rostedt @ 2012-10-01 13:30 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, Bill Pemberton

[-- Attachment #1: Type: text/plain, Size: 1218 bytes --]


Linus,

Bill Pemberton added some changes to make streamline-config.pl
work again as a stand-alone tool (outside of make localmodconfig).

Also, he added a couple of updates to make the code be more
"Perl proper".

*Note* I changed the gpg subkey that I use to sign with because the
old one is about to expire. You may need to refresh my key to
get the new subkeys.

Main key which you should have:
  5ED9 A48F C54C 0A22 D1D0  804C EBC2 6CDB 5A56 DE73

Old subkey (expires tomorrow):
  C66DAA00

New subkey:
  71B30B4C

Please pull the latest localmodconfig-v3.7 tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig.git
localmodconfig-v3.7

Head SHA1: 88050b21c2ca96aff36dc2cb1f29ee72d0a70fe6


Bill Pemberton (4):
      localmodconfig: Set default value for ksource in streamline_config.pl
      localmodconfig: Rework find_config in streamline_config.pl
      localmodconfig: Use 3 parameter open in streamline_config.pl
      localmodconfig: Use my variable for loop in streamline_config.pl

----
 scripts/kconfig/streamline_config.pl |   48 ++++++++++++++++------------------
 1 file changed, 22 insertions(+), 26 deletions(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2012-10-01 13:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-09 13:23 [PATCH 0/4] minor changes to kconfig/streamline_config.pl Bill Pemberton
2012-08-09 13:23 ` [PATCH 1/4] localmodconfig: set default value for ksource in streamline_config.pl Bill Pemberton
2012-08-09 14:07   ` Steven Rostedt
2012-08-09 14:16     ` [PATCH 1/4] localmodconfig: set default value for ksource in Bill Pemberton
2012-08-09 14:58       ` Steven Rostedt
2012-08-09 13:23 ` [PATCH 2/4] localmodconfig: rework find_config in streamline_config.pl Bill Pemberton
2012-08-09 13:23 ` [PATCH 3/4] localmodconfig: use 3 parameter open " Bill Pemberton
2012-08-09 13:23 ` [PATCH 4/4] localmodconfig: use my variable for loop " Bill Pemberton
2012-10-01 13:30 [PATCH 0/4] [GIT PULL] localmodconfig: clean ups and fixes Steven Rostedt
2012-10-01 13:30 ` [PATCH 2/4] localmodconfig: Rework find_config in streamline_config.pl Steven Rostedt

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.