public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/30] Use menuconfig objects
Date: Fri, 13 Apr 2007 11:50:36 +0200	[thread overview]
Message-ID: <20070413115036.1be7c595@hyperion.delvare> (raw)
In-Reply-To: <Pine.LNX.4.61.0704102046520.32056@yvahk01.tjqt.qr>

Jan,

On Tue, 10 Apr 2007 21:17:40 +0200 (MEST), Jan Engelhardt wrote:
> the following patch series turns some menus into menuconfigs, so they 
> can be disabled whilst "walking" thorugh the parent menu (check the 
> videos [1], [2] to see what I mean), enabling for disabling lots of 
> options _quickly_.
> 
> I'll send the patches (as a reply to this mail) piece by piece out
> when I figure out the maintainers to Cc for each.
> 
> [1] 6.04 MB(1000s) 70 sec http://jengelh.hopto.org/mc/without.ogg
> [2] 1.96 MB(1000s) 44 sec http://jengelh.hopto.org/mc/with.ogg

You might want to try the -q flag of quilt push and quilt pop.

> I have not poked on all subsystems (it is quite a lot), but I can 
> already give a glimpse (`ls -1`) of who gets one and who does not.
> And, I am not completely finished changing some subsystems - but
> the patches are already big enough for a first wave. I want to get
> some feedback first. Thanks!
> 
> `ls -1`:
> 	menuconfig-acpi.diff
> 	menuconfig-apm.diff
> 	menuconfig-ata.diff
> 	menuconfig-block.diff
> 	menuconfig-connector.diff
> 	menuconfig-crypto.diff
> 	menuconfig-crypto2.diff
> 	menuconfig-dccp.diff
> 	menuconfig-fusion.diff
> 	menuconfig-i2c.diff
> 	menuconfig-i2o.diff
> 	menuconfig-ide.diff
> 	menuconfig-ieee1394.diff
> 	menuconfig-md.diff
> 	menuconfig-modules.diff
> 	menuconfig-mtd.diff
> 	menuconfig-net-ipvs.diff
> 	menuconfig-net-sctp.diff
> 	menuconfig-net-tipc.diff
> 	menuconfig-netdev-arcnet.diff
> 	menuconfig-netdev-phy.diff
> 	menuconfig-netdev-tr.diff
> 	menuconfig-netdev.diff
> 	menuconfig-oldcd.diff
> 	menuconfig-parport.diff
> 	menuconfig-pcihotplug.diff
> 	menuconfig-pcmcia.diff
> 	menuconfig-pnp.diff
> 	menuconfig-scsi.diff
> 	menuconfig-w1.diff

As far as I can see, the hwmon subsystem would benefit from that too.

-- 
Jean Delvare

  parent reply	other threads:[~2007-04-13  9:51 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-10 19:17 [PATCH 0/30] Use menuconfig objects Jan Engelhardt
2007-04-10 19:22 ` [PATCH 01/30] Use menuconfig objects - ACPI Jan Engelhardt
2007-04-10 19:48 ` [PATCH 02/30] Use menuconfig objects - APM Jan Engelhardt
2007-04-10 19:50 ` [PATCH 03/30] Use menuconfig objects - libata Jan Engelhardt
2007-04-10 19:52 ` [PATCH 04/30] Use menuconfig objects - block layer Jan Engelhardt
2007-04-10 19:53 ` [PATCH 05/30] Use menuconfig objects - connector Jan Engelhardt
2007-04-11  7:24   ` Evgeniy Polyakov
2007-04-10 20:45 ` [PATCH 06/30] Use menuconfig objects - crypto Jan Engelhardt
2007-04-10 20:46 ` [PATCH 07/30] Use menuconfig objects - crypto hw Jan Engelhardt
2007-04-10 21:07 ` [PATCH 08/30] Use menuconfig objects - DCCP Jan Engelhardt
2007-04-10 21:10 ` [PATCH 09/30] Use menuconfig objects - fusion Jan Engelhardt
2007-04-10 21:11 ` [PATCH 10/30] Use menuconfig objects - I2C Jan Engelhardt
2007-04-11  8:14   ` Jean Delvare
2007-04-11  8:32     ` Jan Engelhardt
2007-04-11 12:28       ` [PATCH 10/30 #2] " Jan Engelhardt
2007-04-13  9:04         ` Jean Delvare
2007-04-10 21:13 ` [PATCH 11/30] Use menuconfig objects - I2O Jan Engelhardt
2007-04-10 21:14 ` [PATCH 12/30] Use menuconfig objects - IDE Jan Engelhardt
2007-04-10 21:17 ` [PATCH 13/30] Use menuconfig objects - IEEE1394 Jan Engelhardt
2007-04-10 22:21   ` Stefan Richter
2007-04-27 20:56   ` Stefan Richter
2007-04-28  7:47     ` Jan Engelhardt
2007-04-28 10:41       ` Stefan Richter
2007-04-28 10:57         ` Jan Engelhardt
2007-04-28 11:37           ` Stefan Richter
2007-04-29 13:01             ` Jan Engelhardt
2007-04-10 21:18 ` [PATCH 14/30] Use menuconfig objects - MD Jan Engelhardt
2007-04-10 21:22 ` [PATCH 15/30] Use menuconfig objects - module menu Jan Engelhardt
2007-04-10 21:22 ` [PATCH 16/30] Use menuconfig objects - MTD Jan Engelhardt
2007-04-10 21:25 ` [PATCH 17/30] Use menuconfig objects - IPVS Jan Engelhardt
2007-04-11  4:55   ` Simon Horman
2007-04-10 21:26 ` [PATCH 18/30] Use menuconfig objects - SCTP Jan Engelhardt
2007-04-10 21:27 ` [PATCH 19/30] Use menuconfig objects - TIPC Jan Engelhardt
2007-04-10 21:31 ` [PATCH 20/30] Use menuconfig objects - ARCNET Jan Engelhardt
2007-04-11  8:30   ` Esben Nielsen
2007-04-11  8:38     ` Jan Engelhardt
2007-04-11  9:10       ` Esben Nielsen
2007-04-10 21:33 ` [PATCH 21/30] Use menuconfig objects - PHY Jan Engelhardt
2007-04-10 21:35 ` [PATCH 22/30] Use menuconfig objects - toeknring Jan Engelhardt
2007-04-10 21:36 ` [PATCH 23/30] Use menuconfig objects - netdev Jan Engelhardt
2007-04-10 21:37 ` [PATCH 24/30] Use menuconfig objects - oldcd Jan Engelhardt
2007-04-11  7:55   ` Jan Engelhardt
2007-04-11  8:12     ` Andrew Morton
2007-04-11 18:53       ` Stefan Richter
2007-04-10 21:39 ` [PATCH 25/30] Use menuconfig objects - parport Jan Engelhardt
2007-04-10 21:40 ` [PATCH 26/30] Use menuconfig objects - pcihotplug Jan Engelhardt
2007-04-10 21:41 ` [PATCH 27/30] Use menuconfig objects - PCMCIA Jan Engelhardt
2007-04-10 21:42 ` [PATCH 28/30] Use menuconfig objects - PNP Jan Engelhardt
2007-04-10 21:42 ` [PATCH 29/30] Use menuconfig objects - SCSI Jan Engelhardt
2007-04-10 21:43 ` [PATCH 30/30] Use menuconfig objects - W1 Jan Engelhardt
2007-04-10 22:04 ` [PATCH 0/30] Use menuconfig objects Stefan Richter
2007-04-10 21:40   ` David Lang
2007-04-10 22:41     ` Stefan Richter
2007-04-10 22:09   ` Jan Engelhardt
2007-04-10 23:19     ` Adrian Bunk
2007-04-11  5:52       ` Robert P. J. Day
2007-04-12 22:50 ` Andrew Morton
2007-04-12 23:07   ` Randy Dunlap
2007-04-12 23:18     ` Jan Engelhardt
2007-04-12 23:30       ` Randy Dunlap
2007-04-12 23:16   ` Jan Engelhardt
2007-04-12 23:35     ` Andrew Morton
2007-04-13  9:50 ` Jean Delvare [this message]
2007-04-13 16:02   ` Jan Engelhardt
2007-05-10 22:38 ` Andrew Morton
2007-05-11  6:05   ` Jan Engelhardt
2007-05-11  6:18     ` Andrew Morton
2007-05-11  7:47       ` Jan Engelhardt
  -- strict thread matches above, loose matches on Subject: below --
2007-04-10 22:12 Al Boldi
2007-04-10 22:30 ` Jan Engelhardt
2007-04-11  4:42   ` Al Boldi
2007-04-11  7:48     ` Jan Engelhardt
2007-04-11 16:53       ` Stefan Richter
2007-04-11 17:05         ` Jan Engelhardt
2007-04-11 17:30         ` Sam Ravnborg
2007-04-11 18:32       ` Al Boldi

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=20070413115036.1be7c595@hyperion.delvare \
    --to=khali@linux-fr.org \
    --cc=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox