* [PATCHSET] Multiarch kconfig cleanup
@ 2003-01-02 18:20 Tomas Szepe
2003-01-02 19:54 ` Linus Torvalds
2003-01-02 23:05 ` Geert Uytterhoeven
0 siblings, 2 replies; 9+ messages in thread
From: Tomas Szepe @ 2003-01-02 18:20 UTC (permalink / raw)
To: torvalds, jgarzik, zaitcev, davem, linux-kernel, sparclinux,
linux-m68k, netfilter-devel, phillim2, rmk
Hello,
On with the [mainly networking oriented] Kconfig clean-up saga.
This is the first time I'm trying to get more than 3 people to work
together so I'd be grateful if you didn't kick me too hard should I have
screwed up.
I'm not including the patches, because that would mean everyone receives
a 115K bundle. Instead,
wget -r http://www.pinerecords.com/kala/linux/2.5.54-config-cleanup/
will get you:
# filename (s/\.diff//) short description
(BEGIN yesterday's stuff)
1/36 x01 Create a parent entry for gigabit eth interfaces
2/36 x02 Show the 10/100 megabit eth submenu conditionally
3/36 x03 Show the arcnet submenu conditionally
4/36 x04 Show the wireless LAN submenu conditionally
5/36 x05 Show the tokenring submenu conditionally
6/36 x06 Show the WAN submenu conditionally
7/36 x07 Show the NET_PCMCIA submenu conditionally
8/36 x08 Show the ATM drivers submenu conditionally
9/36 x09 Make CONFIG_ACPI the parent of the ACPI submenu
10/36 x10 Show the PCMCIA/CardBus submenu conditionally
11/36 x11 Show the PCI hotplug submenu conditionally
12/36 x12 Show the PCMCIA SCSI submenu conditionally
13/36 x13 Show the QOS submenu conditionally
14/36 x14 Overhaul netfilter configuration
(END yesterday's stuff)
(START netdev unification)
15/36 x15-arch-alpha Tear down alpha NETDEVICES config
16/36 x15-arch-arm Tear down arm NETDEVICES config
17/36 x15-arch-cris Tear down cris NETDEVICES config
18/36 x15-arch-ia64 Tear down ia64 NETDEVICES config
19/36 x15-arch-m68k SPECIAL: Tear down m68k NETDEVICES config
20/36 x15-arch-m68k_nommu Tear down m68k_nommu NETDEVICES config
21/36 x15-arch-mips32 Tear down mips32 NETDEVICES config
22/36 x15-arch-mips64 Tear down mips64 NETDEVICES config
23/36 x15-arch-parisc Tear down parisc NETDEVICES config
24/36 x15-arch-ppc Tear down ppc NETDEVICES config
25/36 x15-arch-ppc64 Tear down ppc64 NETDEVICES config
26/36 x15-arch-sparc32 SPECIAL: Tear down sparc32 NETDEVICES config
27/36 x15-arch-sparc64 Tear down sparc64 NETDEVICES config
28/36 x15-arch-superh Tear down superh NETDEVICES config
29/36 x15-arch-v850 Tear down v850 NETDEVICES config
30/36 x15-arch-x86 Tear down x86 NETDEVICES config
31/36 x15-arch-x86_64 Tear down x86_64 NETDEVICES config
32/36 x15-net.0 Show the atm submenu depending on architecture
33/36 x15-net.1-sparc 1/2 Add missing bus dependencies to netdev menus
34/36 x15-net.2-m68k 2/2 -""- (and re-add m68k specific drivers)
35/36 x16 Add the unified NETDEVICES submenu
36/36 x17 Bring the "Networking support" menu to life
(END netdev unification)
sparc32 and m68k are special in that they define their specific netdevices
in arch/{sparc,m68k}/Kconfig.
ACKLIST is as follows, i.e. people listed please ACK at least:
Jeff Garzik more or less all (sorry)
Pete Zaitcev #26, #32, #33, #35
David Miller #26, #27, #32, #33, #35
Russell King #16, #35
Mike Phillips #5
(m68k people) #19, #20, #34, #35
(ACPI team) #9
(netfilter team) #14
Linus Torvalds all (sorry)
The patches are to be applied sequentially. Everything is against 2.5.54.
If you want to just test the patchset, grab & apply
http://www.pinerecords.com/kala/linux/2.5.54-config-cleanup/all/all.diff.gz
x86 seems to work as expected. I also tried to compile sparc32 but found
out 2.5.54 vanilla itself was broken for it -- the .config looked sane,
though.
--
Tomas Szepe <szepe@pinerecords.com>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-02 18:20 [PATCHSET] Multiarch kconfig cleanup Tomas Szepe
@ 2003-01-02 19:54 ` Linus Torvalds
2003-01-02 21:31 ` Tomas Szepe
2003-01-02 23:05 ` Geert Uytterhoeven
1 sibling, 1 reply; 9+ messages in thread
From: Linus Torvalds @ 2003-01-02 19:54 UTC (permalink / raw)
To: Tomas Szepe
Cc: jgarzik, zaitcev, davem, linux-kernel, sparclinux, linux-m68k,
netfilter-devel, phillim2, rmk
On Thu, 2 Jan 2003, Tomas Szepe wrote:
>
> This is the first time I'm trying to get more than 3 people to work
> together so I'd be grateful if you didn't kick me too hard should I have
> screwed up.
I'd really like to see the organizational patches first (ie the
net/Kconfig type of changes), and leave the "conditional menu" patches for
later, especially as they would seem to be improved by an extension to the
config language (ie the "menucond" thing).
Also, I don't fetch patches, I'd much rather just be mailbombed.
Linus
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-02 19:54 ` Linus Torvalds
@ 2003-01-02 21:31 ` Tomas Szepe
0 siblings, 0 replies; 9+ messages in thread
From: Tomas Szepe @ 2003-01-02 21:31 UTC (permalink / raw)
To: Linus Torvalds
Cc: jgarzik, zaitcev, davem, linux-kernel, sparclinux, linux-m68k,
netfilter-devel, phillim2, rmk
> [torvalds@transmeta.com]
>
> > This is the first time I'm trying to get more than 3 people to work
> > together so I'd be grateful if you didn't kick me too hard should I have
> > screwed up.
>
> I'd really like to see the organizational patches first (ie the
> net/Kconfig type of changes), and leave the "conditional menu" patches for
> later, especially as they would seem to be improved by an extension to the
> config language (ie the "menucond" thing).
>
> Also, I don't fetch patches, I'd much rather just be mailbombed.
In a minute, I'm sending the organizational stuff rediffed,
that's patches 15-36 from the original batch as 1-22. I'll
only send to Linus & CC lkml.
--
Tomas Szepe <szepe@pinerecords.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-02 18:20 [PATCHSET] Multiarch kconfig cleanup Tomas Szepe
2003-01-02 19:54 ` Linus Torvalds
@ 2003-01-02 23:05 ` Geert Uytterhoeven
2003-01-02 23:10 ` Jeff Garzik
1 sibling, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2003-01-02 23:05 UTC (permalink / raw)
To: Tomas Szepe
Cc: Linus Torvalds, Jeff Garzik, zaitcev, David S. Miller,
Linux Kernel Development, sparclinux, Linux/m68k, netfilter-devel,
phillim2, Russell King
On Thu, 2 Jan 2003, Tomas Szepe wrote:
> On with the [mainly networking oriented] Kconfig clean-up saga.
>
> This is the first time I'm trying to get more than 3 people to work
> together so I'd be grateful if you didn't kick me too hard should I have
> screwed up.
> 19/36 x15-arch-m68k SPECIAL: Tear down m68k NETDEVICES config
Looks OK.
> 20/36 x15-arch-m68k_nommu Tear down m68k_nommu NETDEVICES config
Not under our jurisdiction.
> 34/36 x15-net.2-m68k 2/2 -""- (and re-add m68k specific drivers)
Actually CONFIG_ARIADNE2 and CONFIG_NE2K_ZORRO are the same. We introduced the
latter in the old Configure.help when the Ariadne II driver got X-Surf support,
but forgot to replace the former in the Makefile logic. And the driver is still
called ariadne2.c.
linux-m68k: Should we kill CONFIG_NE2K_ZORRO, or kill CONFIG_ARIADNE2 and
rename the driver to ne2k-zorro.c?
> 35/36 x16 Add the unified NETDEVICES submenu
Looks OK.
> sparc32 and m68k are special in that they define their specific netdevices
> in arch/{sparc,m68k}/Kconfig.
Mainly to avoid seeing too many entries for devices we can't support (e.g. old
ISA adapters)...
> ACKLIST is as follows, i.e. people listed please ACK at least:
> (m68k people) #19, #20, #34, #35
> x86 seems to work as expected. I also tried to compile sparc32 but found
> out 2.5.54 vanilla itself was broken for it -- the .config looked sane,
> though.
Disclaimer: I didn't try to compile, I just looked at the patches.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-02 23:05 ` Geert Uytterhoeven
@ 2003-01-02 23:10 ` Jeff Garzik
2003-01-04 20:24 ` Geert Uytterhoeven
0 siblings, 1 reply; 9+ messages in thread
From: Jeff Garzik @ 2003-01-02 23:10 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Tomas Szepe, Linus Torvalds, zaitcev, David S. Miller,
Linux Kernel Development, sparclinux, Linux/m68k, netfilter-devel,
phillim2, Russell King
Geert Uytterhoeven wrote:
> linux-m68k: Should we kill CONFIG_NE2K_ZORRO, or kill CONFIG_ARIADNE2 and
> rename the driver to ne2k-zorro.c?
I'm not linux-m68k, but let me add my small voice in preference to the
latter, using ne2k-zorro as the name across the board.
If I had my druthers, I would s/pcnet_cs/ne2k_cs/ too... hmmmmmm :)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-02 23:10 ` Jeff Garzik
@ 2003-01-04 20:24 ` Geert Uytterhoeven
2003-01-04 22:39 ` Alan Cox
0 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2003-01-04 20:24 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Linux Kernel Development, Linux/m68k
On Thu, 2 Jan 2003, Jeff Garzik wrote:
> Geert Uytterhoeven wrote:
> > linux-m68k: Should we kill CONFIG_NE2K_ZORRO, or kill CONFIG_ARIADNE2 and
> > rename the driver to ne2k-zorro.c?
>
> I'm not linux-m68k, but let me add my small voice in preference to the
> latter, using ne2k-zorro as the name across the board.
>
> If I had my druthers, I would s/pcnet_cs/ne2k_cs/ too... hmmmmmm :)
And I guess you want to rename mac8390 (which just got renamed from daynaport
:-) to ne2k-nubus, too?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-04 20:24 ` Geert Uytterhoeven
@ 2003-01-04 22:39 ` Alan Cox
2003-01-04 22:11 ` Geert Uytterhoeven
0 siblings, 1 reply; 9+ messages in thread
From: Alan Cox @ 2003-01-04 22:39 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Jeff Garzik, Linux Kernel Development, Linux/m68k
On Sat, 2003-01-04 at 20:24, Geert Uytterhoeven wrote:
> >
> > If I had my druthers, I would s/pcnet_cs/ne2k_cs/ too... hmmmmmm :)
>
> And I guess you want to rename mac8390 (which just got renamed from daynaport
> :-) to ne2k-nubus, too?
8390 is the better name. ne2000 and ne/2 are specific product names.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-04 22:39 ` Alan Cox
@ 2003-01-04 22:11 ` Geert Uytterhoeven
2003-01-04 23:46 ` Alan Cox
0 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2003-01-04 22:11 UTC (permalink / raw)
To: Alan Cox; +Cc: Jeff Garzik, Linux Kernel Development, Linux/m68k
On 4 Jan 2003, Alan Cox wrote:
> On Sat, 2003-01-04 at 20:24, Geert Uytterhoeven wrote:
> > > If I had my druthers, I would s/pcnet_cs/ne2k_cs/ too... hmmmmmm :)
> >
> > And I guess you want to rename mac8390 (which just got renamed from daynaport
> > :-) to ne2k-nubus, too?
>
> 8390 is the better name. ne2000 and ne/2 are specific product names.
So zorro8390 would be better than ne2k-zorro?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCHSET] Multiarch kconfig cleanup
2003-01-04 22:11 ` Geert Uytterhoeven
@ 2003-01-04 23:46 ` Alan Cox
0 siblings, 0 replies; 9+ messages in thread
From: Alan Cox @ 2003-01-04 23:46 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Jeff Garzik, Linux Kernel Development, Linux/m68k
On Sat, 2003-01-04 at 22:11, Geert Uytterhoeven wrote:
> On 4 Jan 2003, Alan Cox wrote:
> > On Sat, 2003-01-04 at 20:24, Geert Uytterhoeven wrote:
> > > > If I had my druthers, I would s/pcnet_cs/ne2k_cs/ too... hmmmmmm :)
> > >
> > > And I guess you want to rename mac8390 (which just got renamed from daynaport
> > > :-) to ne2k-nubus, too?
> >
> > 8390 is the better name. ne2000 and ne/2 are specific product names.
>
> So zorro8390 would be better than ne2k-zorro?
I think so. I bet Novell think so too 8)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-01-04 22:54 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-02 18:20 [PATCHSET] Multiarch kconfig cleanup Tomas Szepe
2003-01-02 19:54 ` Linus Torvalds
2003-01-02 21:31 ` Tomas Szepe
2003-01-02 23:05 ` Geert Uytterhoeven
2003-01-02 23:10 ` Jeff Garzik
2003-01-04 20:24 ` Geert Uytterhoeven
2003-01-04 22:39 ` Alan Cox
2003-01-04 22:11 ` Geert Uytterhoeven
2003-01-04 23:46 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox