linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re:
@ 2001-12-25 16:17 Manfred Spraul
  2001-12-25 19:14 ` Re: Legacy Fishtank
  0 siblings, 1 reply; 8+ messages in thread
From: Manfred Spraul @ 2001-12-25 16:17 UTC (permalink / raw)
  To: Colonel; +Cc: linux-kernel

> When I went to build 2.4.17 on a dinky box (486, 16M RAM), the
> config option was missing.  The box is a wall mount and is not very
> capable of multiple kernel experimentation alas.  Can someone
> supply some background as to what has happened?

It seems that RTNETLINK is now unconditionally enabled, I don't know
why.

--
    Manfred




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

* Re:
  2001-12-25 16:17 Manfred Spraul
@ 2001-12-25 19:14 ` Legacy Fishtank
  2001-12-25 19:24   ` RTNETLINK J Sloan
                     ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Legacy Fishtank @ 2001-12-25 19:14 UTC (permalink / raw)
  To: Manfred Spraul; +Cc: Colonel, linux-kernel

On Tue, Dec 25, 2001 at 05:17:01PM +0100, Manfred Spraul wrote:
> > When I went to build 2.4.17 on a dinky box (486, 16M RAM), the
> > config option was missing.  The box is a wall mount and is not very
> > capable of multiple kernel experimentation alas.  Can someone
> > supply some background as to what has happened?
> 
> It seems that RTNETLINK is now unconditionally enabled, I don't know
> why.

It's required by newer RedHat and MDK initscripts, perhaps others.
ip, iproute and similar utilities use it, and so since it's commonly
required DaveM made it unconditional...  I think the checkin comment was
something along the lines of "make it unconditional unless Alan
complains about kernel bloat" :)

	Jeff



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

* Re: RTNETLINK
  2001-12-25 19:14 ` Re: Legacy Fishtank
@ 2001-12-25 19:24   ` J Sloan
  2001-12-25 22:02     ` RTNETLINK Alan Cox
  2001-12-25 21:23   ` Kurt Roeckx
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: J Sloan @ 2001-12-25 19:24 UTC (permalink / raw)
  To: Legacy Fishtank; +Cc: Manfred Spraul, Colonel, linux-kernel

Legacy Fishtank wrote:

> It's required by newer RedHat and MDK initscripts, perhaps others.
> ip, iproute and similar utilities use it, and so since it's commonly
> required DaveM made it unconditional...  I think the checkin comment was
> something along the lines of "make it unconditional unless Alan
> complains about kernel bloat" :)

Hmm, perhaps RTNETLINK should be enabled
IFF networking is selected? I see to remember
that was the idea being bandied about...

Anyway, Merry Christmas to all -

jjs


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

* Re:
  2001-12-25 19:14 ` Re: Legacy Fishtank
  2001-12-25 19:24   ` RTNETLINK J Sloan
@ 2001-12-25 21:23   ` Kurt Roeckx
  2001-12-25 22:03   ` Re: Alan Cox
  2002-01-03  0:06   ` Re: David S. Miller
  3 siblings, 0 replies; 8+ messages in thread
From: Kurt Roeckx @ 2001-12-25 21:23 UTC (permalink / raw)
  To: Legacy Fishtank; +Cc: Manfred Spraul, Colonel, linux-kernel

On Tue, Dec 25, 2001 at 02:14:41PM -0500, Legacy Fishtank wrote:
> On Tue, Dec 25, 2001 at 05:17:01PM +0100, Manfred Spraul wrote:
> > It seems that RTNETLINK is now unconditionally enabled, I don't know
> > why.
> 
> It's required by newer RedHat and MDK initscripts, perhaps others.
> ip, iproute and similar utilities use it, and so since it's commonly
> required DaveM made it unconditional...  I think the checkin comment was
> something along the lines of "make it unconditional unless Alan
> complains about kernel bloat" :)

But ifconfig and route don't use it, and now you can't do certain
things you could before.

One thing that comes to mind is showing the ipv6 routig cache,
because it only made that proc entry when it's not enabled.

Should I mention my kernel got bigger?

(I also was under the impression that this was a stable series.)


Kurt


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

* Re: RTNETLINK
  2001-12-25 19:24   ` RTNETLINK J Sloan
@ 2001-12-25 22:02     ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2001-12-25 22:02 UTC (permalink / raw)
  To: J Sloan; +Cc: Legacy Fishtank, Manfred Spraul, Colonel, linux-kernel

> 
> Legacy Fishtank wrote:
> 
> > It's required by newer RedHat and MDK initscripts, perhaps others.
> > ip, iproute and similar utilities use it, and so since it's commonly
> > required DaveM made it unconditional...  I think the checkin comment was
> > something along the lines of "make it unconditional unless Alan
> > complains about kernel bloat" :)
> 
> Hmm, perhaps RTNETLINK should be enabled
> IFF networking is selected? I see to remember
> that was the idea being bandied about...
> 
> Anyway, Merry Christmas to all -
> 
> jjs
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


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

* Re:
  2001-12-25 19:14 ` Re: Legacy Fishtank
  2001-12-25 19:24   ` RTNETLINK J Sloan
  2001-12-25 21:23   ` Kurt Roeckx
@ 2001-12-25 22:03   ` Alan Cox
  2002-01-03  0:06   ` Re: David S. Miller
  3 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2001-12-25 22:03 UTC (permalink / raw)
  To: Legacy Fishtank; +Cc: Manfred Spraul, Colonel, linux-kernel

> It's required by newer RedHat and MDK initscripts, perhaps others.
> ip, iproute and similar utilities use it, and so since it's commonly

Basically because Dave refused to recognize lots of embedded setups don't
need the netlink crap and couldn't just accept defaulting it to Y we all
get lumbered with it

> required DaveM made it unconditional...  I think the checkin comment was
> something along the lines of "make it unconditional unless Alan
> complains about kernel bloat" :)

And I did complain. "Red Hat needs XYZ so we make it mandatory" is not an
appropriate approach to a problem.

Alan

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

* Re:
  2001-12-25 19:14 ` Re: Legacy Fishtank
                     ` (2 preceding siblings ...)
  2001-12-25 22:03   ` Re: Alan Cox
@ 2002-01-03  0:06   ` David S. Miller
  2002-01-03  0:23     ` Re: Alan Cox
  3 siblings, 1 reply; 8+ messages in thread
From: David S. Miller @ 2002-01-03  0:06 UTC (permalink / raw)
  To: alan; +Cc: garzik, manfred, klink, linux-kernel

   From: Alan Cox <alan@lxorguk.ukuu.org.uk>
   Date: Tue, 25 Dec 2001 22:03:59 +0000 (GMT)
   
   > required DaveM made it unconditional...  I think the checkin comment was
   > something along the lines of "make it unconditional unless Alan
   > complains about kernel bloat" :)
   
   And I did complain. "Red Hat needs XYZ so we make it mandatory" is not an
   appropriate approach to a problem.

[ Just got back from British Columbia... ]

No you did not complain.  I asked you specifically if it was ok, and
your response was that turning netlink/rtnetlink on by default was
fine with you.

It has zilch to do with redhat anything, in fact I had to ask vendors
first if they could still fit the kernel on their boot disks if I
added ~5K of object code to kernels with networking enabled.

It has everything to do with iproute2 and tcp_diag using it.

Franks a lot,
David S. Miller
davem@redhat.com

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

* Re:
  2002-01-03  0:06   ` Re: David S. Miller
@ 2002-01-03  0:23     ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2002-01-03  0:23 UTC (permalink / raw)
  To: David S. Miller; +Cc: alan, garzik, manfred, klink, linux-kernel

> No you did not complain.  I asked you specifically if it was ok, and
> your response was that turning netlink/rtnetlink on by default was
> fine with you.

But not forcing it always on - thats not what I said.

|   From: Alan Cox <alan@redhat.com>
|   Date: Wed, 31 Oct 2001 13:09:16 -0500 (EST)
|
|   Ask Arjan. I'm certainly of the opinion it should edefault to Y in Linus
|   config.in

Alan


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

end of thread, other threads:[~2002-01-03  0:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-25 16:17 Manfred Spraul
2001-12-25 19:14 ` Re: Legacy Fishtank
2001-12-25 19:24   ` RTNETLINK J Sloan
2001-12-25 22:02     ` RTNETLINK Alan Cox
2001-12-25 21:23   ` Kurt Roeckx
2001-12-25 22:03   ` Re: Alan Cox
2002-01-03  0:06   ` Re: David S. Miller
2002-01-03  0:23     ` Re: Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).