- 1. MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: d S. Miller" <davem@xxxxxxxxxx>
- Date: Wed, 09 Apr 2003 20:41:57 +0900 (JST)
- This patch (against 2.5.67) converts MOD_{INC,DEC}_USE_COUNT in net/ipv{4,6} to try_module_get() and module_put(). Thanks you. Index: net/ipv4/ip_gre.c == RCS file: /cvsroot/usagi/usagi-backport/lin
- /archives/netdev/2003-04/msg00078.html (16,327 bytes)
- 2. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: bert Olsson <Robert.Olsson@xxxxxxxxxxx>
- Date: Wed, 09 Apr 2003 18:00:04 -0700 (PDT)
- This patch (against 2.5.67) converts MOD_{INC,DEC}_USE_COUNT in net/ipv{4,6} to try_module_get() and module_put(). Applied, but let's recognize that ipv6 is totally broken in this area. The try_modul
- /archives/netdev/2003-04/msg00082.html (8,579 bytes)
- 3. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: x>
- Date: Thu, 10 Apr 2003 06:54:38 +0400 (MSD)
- Why not to delete this things instead? Calls of these functions from inside of module is completely meaningless. I remember I put them there just to mimic behaviour of another devices, but it was ju
- /archives/netdev/2003-04/msg00083.html (7,952 bytes)
- 4. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: <davem@xxxxxxxxxx>
- Date: Wed, 09 Apr 2003 23:29:18 -0700 (PDT)
- Better to implement correctly than to outright delete. Please review. diff -Nru a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c -- a/net/ipv4/ip_gre.c Wed Apr 9 23:34:23 2003 +++ b/net/ipv4/ip_gre.c Wed Apr
- /archives/netdev/2003-04/msg00084.html (15,865 bytes)
- 5. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: adi@xxxxxxxxxx>
- Date: Thu, 10 Apr 2003 16:11:51 -0300
- I'm studying how to properly do this for net_proto_family, hope to get this done in the weekend. I'm doing the try_module_get(net_families[family]->owner) at sock_create, etc. - Arnaldo Em Wed, Apr 0
- /archives/netdev/2003-04/msg00089.html (8,980 bytes)
- 6. MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: YOSHIFUJI Hideaki / <yoshfuji@xxxxxxxxxxxxxx>
- Date: Wed, 09 Apr 2003 20:41:57 +0900 (JST)
- Hello. This patch (against 2.5.67) converts MOD_{INC,DEC}_USE_COUNT in net/ipv{4,6} to try_module_get() and module_put(). Thanks you. Index: net/ipv4/ip_gre.c == RCS file: /cvsroot/usagi/usagi-backpo
- /archives/netdev/2003-04/msg00346.html (16,327 bytes)
- 7. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Wed, 09 Apr 2003 18:00:04 -0700 (PDT)
- This patch (against 2.5.67) converts MOD_{INC,DEC}_USE_COUNT in net/ipv{4,6} to try_module_get() and module_put(). Applied, but let's recognize that ipv6 is totally broken in this area. The try_modul
- /archives/netdev/2003-04/msg00350.html (8,661 bytes)
- 8. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: kuznet@xxxxxxxxxxxxx
- Date: Thu, 10 Apr 2003 06:54:38 +0400 (MSD)
- Hello! Why not to delete this things instead? Calls of these functions from inside of module is completely meaningless. I remember I put them there just to mimic behaviour of another devices, but it
- /archives/netdev/2003-04/msg00351.html (7,990 bytes)
- 9. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: "David S. Miller" <davem@xxxxxxxxxx>
- Date: Wed, 09 Apr 2003 23:29:18 -0700 (PDT)
- Better to implement correctly than to outright delete. Please review. diff -Nru a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c -- a/net/ipv4/ip_gre.c Wed Apr 9 23:34:23 2003 +++ b/net/ipv4/ip_gre.c Wed Apr
- /archives/netdev/2003-04/msg00352.html (15,961 bytes)
- 10. Re: MOD_{INC,SEC}_USE_COUNT() in net/ipv{4,6} (score: 1)
- Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
- Date: Thu, 10 Apr 2003 16:11:51 -0300
- I'm studying how to properly do this for net_proto_family, hope to get this done in the weekend. I'm doing the try_module_get(net_families[family]->owner) at sock_create, etc. - Arnaldo Em Wed, Apr 0
- /archives/netdev/2003-04/msg00357.html (9,125 bytes)
This search system is powered by
Namazu