Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*RFC\:\s+\[2\.6\s+patch\]\s+disallow\s+modular\s+IPv6\s*$/: 88 ]

Total 88 documents matching your query.

1. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
Date: Wed, 1 Oct 2003 21:47:43 +0200 (CEST)
Well, maybe you are right, but I certainly liked the feature, that I could just add a module to a currently running kernel's configuration, compile and insmod it. But, if this is how it is (going to
/archives/netdev/2003-10/msg00017.html (9,584 bytes)

2. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: "Theodore Ts'o" <tytso@xxxxxxx>
Date: Tue, 30 Sep 2003 10:21:54 -0400
FWIW, I agree with Dave. Most of the time, enabling a device driver won't cause the core kernel to change, sure. However, there will be cases (such as enabling wireless ethernet drivers as modules, f
/archives/netdev/2003-10/msg00040.html (12,108 bytes)

3. RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: eff Garzik <jgarzik@xxxxxxxxx>
Date: Mon, 29 Sep 2003 00:59:41 +0200
It seems modular IPv6 doesn't work 100% reliable, e.g. after looking at the code it doesn't seem to be a good idea to compile a kernel without IPv6 support and later build and install IPv6 modules. I
/archives/netdev/2003-09/msg00817.html (9,688 bytes)

4. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: >
Date: Sun, 28 Sep 2003 20:18:42 -0300
Em Mon, Sep 29, 2003 at 12:59:41AM +0200, Adrian Bunk escreveu: Please, don't... We're going in the all modules direction, not the other way around, distro (general purpose) kernels would get big blo
/archives/netdev/2003-09/msg00818.html (10,150 bytes)

5. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: arzik@xxxxxxxxx>
Date: Mon, 29 Sep 2003 01:24:03 +0200
E.g. from include/net/tcp.h: <-- snip --> ... struct tcp_skb_cb { union { struct inet_skb_parm h4; struct inet6_skb_parm h6; } header; /* For incoming frames */ ... <-- snip --> This is broken since
/archives/netdev/2003-09/msg00819.html (10,535 bytes)

6. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: asio <felipewd@xxxxxxxxxxxx>
Date: Sun, 28 Sep 2003 20:39:10 -0300
Em Mon, Sep 29, 2003 at 01:24:03AM +0200, Adrian Bunk escreveu: Its not just this, look at all the CONFIG_IPV6 related #ifdefs in the core tcp/ip v4 code, the point is that this is a (currently) need
/archives/netdev/2003-09/msg00820.html (12,333 bytes)

7. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxxxx>
Date: Sun, 28 Sep 2003 20:47:58 -0300
Em Sun, Sep 28, 2003 at 08:39:10PM -0300, Arnaldo C. Melo escreveu: s/leaving it in the kernel/making it always statically linked in the kernel if selected/g Sorry... - Arnaldo
/archives/netdev/2003-09/msg00821.html (10,650 bytes)

8. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxxxx>
Date: Mon, 29 Sep 2003 02:14:39 +0200
What about the following solution (the names and help texts for the config options might not be optimal, I hope you understand the intention): config IPV6_SUPPORT bool "IPv6 support" config IPV6_ENAB
/archives/netdev/2003-09/msg00822.html (11,082 bytes)

9. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxxxx>
Date: Sun, 28 Sep 2003 21:32:30 -0300
Em Mon, Sep 29, 2003 at 02:14:39AM +0200, Adrian Bunk escreveu: Humm, and the idea is? This seems confusing, could you elaborate on why such scheme is a good thing? - Arnaldo
/archives/netdev/2003-09/msg00823.html (11,517 bytes)

10. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: >
Date: Mon, 29 Sep 2003 09:29:19 +0300 (EEST)
IPv6 modularity is critical for all the Linux distributions who wish to give the users the possibility to turn on IPv6 if they wish, but turning it on by default for everybody is not realistic. IMHO,
/archives/netdev/2003-09/msg00826.html (9,299 bytes)

11. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxxxxxxxxxxxxx>
Date: Mon, 29 Sep 2003 10:02:55 +0100
The idea is that you then have ifdefs on CONFIG_IPV6_SUPPORT not on CONFIG_IPV6_MODULE. The underlying point being that your static kernel should not change if you change an option from 'n' to 'm'. I
/archives/netdev/2003-09/msg00827.html (11,656 bytes)

12. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: la <pekkas@xxxxxxxxxx>
Date: Mon, 29 Sep 2003 11:15:48 -0300
Em Mon, Sep 29, 2003 at 10:02:55AM +0100, David Woodhouse escreveu: That part I understood :) But that will only happen if CONFIG_IPV6_SUPPORT is always enabled, no? That is a good goal, yes, so lets
/archives/netdev/2003-09/msg00830.html (14,085 bytes)

13. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxxxxxxx>
Date: Mon, 29 Sep 2003 15:29:26 +0100
No. It (kernel changing according to 'm' options) happens at the moment, and it's evil and broken. Adrian proposes that it should not happen at all. The suggestion is that if your kernel was built wi
/archives/netdev/2003-09/msg00831.html (13,200 bytes)

14. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxxxxxx>
Date: Mon, 29 Sep 2003 16:28:24 +0200
I guess I am one of those I-wanna-triple-my-kernel-performanceby-compiling-the-kernel-for-exactly-what-I-have hordes. Although I don't think it actually triples my kernel performance ))-: Those peop
/archives/netdev/2003-09/msg00832.html (15,093 bytes)

15. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: aldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
Date: Mon, 29 Sep 2003 10:38:30 -0400
No, this is the behavior we want, and we can write Kconfig help entries that explain it. Anybody want to do a sanity check against CONFIG_IP6_NF_IPTABLES - that looks like another gotcha if it isn't
/archives/netdev/2003-09/msg00833.html (12,877 bytes)

16. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: cme@xxxxxxxxxxxxxxxx>
Date: Mon, 29 Sep 2003 15:46:08 +0100
In 2.7 we really should just stop the CONFIG_xxx_MODULE definitions being available during builds of the static kernel. -- dwmw2
/archives/netdev/2003-09/msg00834.html (11,841 bytes)

17. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxxxx>
Date: Mon, 29 Sep 2003 22:11:29 -0700
I think the idea is totally broken. At first, Adrian comments that changing the layout of structs based upon a config option is broken, then he proposes a config option that does nothing except chang
/archives/netdev/2003-09/msg00855.html (11,832 bytes)

18. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: xxxxx>
Date: Mon, 29 Sep 2003 22:09:16 -0700
Not in this case. For things inside the kernel, what ipv6 is doing is completely legal. Changing your config setting in any way in the main kernel tree can change just about anything else in the kern
/archives/netdev/2003-09/msg00856.html (10,574 bytes)

19. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: s@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 29 Sep 2003 22:17:12 -0700
I totally disagree, what ipv6 is doing is perfectly fine.
/archives/netdev/2003-09/msg00858.html (11,194 bytes)

20. Re: RFC: [2.6 patch] disallow modular IPv6 (score: 1)
Author: ller" <davem@xxxxxxxxxx>
Date: Tue, 30 Sep 2003 07:31:45 +0100
Your right. -- dwmw2
/archives/netdev/2003-09/msg00864.html (11,486 bytes)


This search system is powered by Namazu