Re: [patch 5/7] CAN: Add virtual CAN netdevice driver

2007-07-16 Thread Oliver Hartkopp
Original-Message Subject: Re: [patch 5/7] CAN: Add virtual CAN netdevice driver Date: Thu, 12 Jul 2007 00:52:58 +0200 From: Patrick McHardy [EMAIL PROTECTED] To: Oliver Hartkopp [EMAIL PROTECTED] Patrick McHardy wrote: Oliver Hartkopp wrote: Hi Patrick, what's your

Re: [NET]: gen_estimator deadlock fix

2007-07-16 Thread Jarek Poplawski
On Fri, Jul 13, 2007 at 03:42:31PM +0200, Jarek Poplawski wrote: ... On Fri, Jul 13, 2007 at 03:26:42PM +0300, Ranko Zivojnovic wrote: I've been a bit tight on time today, and only now I see that maybe you have done too much. Of course, you can do it your way, but I think it should be easier

Re: [Bugme-new] [Bug 8766] New: 802.1q VLAN stacking + REORDER_HDR is broken

2007-07-16 Thread Andrew Morton
On Sun, 15 Jul 2007 23:57:32 -0700 (PDT) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=8766 Summary: 802.1q VLAN stacking + REORDER_HDR is broken Product: Networking Version: 2.5 KernelVersion: 2.6.20 Platform: All

Re: Races in net_rx_action vs netpoll?

2007-07-16 Thread Jarek Poplawski
On Fri, Jul 13, 2007 at 10:55:08AM +0200, Jarek Poplawski wrote: On Thu, Jul 12, 2007 at 03:54:32PM +0200, Olaf Kirch wrote: ... One thing I was a little worried about was whether dev-npinfo can go away all of a sudden. It's really just protected by an rcu_readlock... ... BTW, I don't think

build #307 failed for 2.6.22-g8f41958 in linux/./drivers/net/slip.c

2007-07-16 Thread Toralf Förster
Hello, the build with the attached .config failed, make ends with: ... CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o: In function `sl_setup': slip.c:(.text+0x4e371): undefined reference to `free_netdev' drivers/built-in.o: In function `sl_bump':

Re: IPSec freeze

2007-07-16 Thread Beschorner Daniel
Beschorner Daniel wrote: Today a new site joined our Linux IPSec VPN, now all the other routers (all 2.6.22) freeze hard reproducible. Do the other routers all do IPsec or just one of them? They all do IPSec, that seems to be their mistake. The unencrypted traffic between the routers

Re: build #307 failed for 2.6.22-g8f41958 in linux/./drivers/net/slip.c

2007-07-16 Thread Evgeniy Polyakov
On Mon, Jul 16, 2007 at 10:09:56AM +0200, Toralf Förster ([EMAIL PROTECTED]) wrote: # # Networking # # CONFIG_NET is not set CONFIG_LLC=y CONFIG_WIRELESS_EXT=y CONFIG_IEEE80211=y CONFIG_IEEE80211_CRYPT_WEP=y This is a result of 'select' usage in Kconfig. Although this patch can help too.

Re: [patch 5/7] CAN: Add virtual CAN netdevice driver

2007-07-16 Thread David Miller
From: Oliver Hartkopp [EMAIL PROTECTED] Date: Mon, 16 Jul 2007 08:05:49 +0200 This issue has blocked any ongoing activities for one week now. Too bad, Patrick is a volunteer just like any other netdev contributor and you cannot dictate when he or anyone else devotes his or her time to reviewing

Re: [PATCH 2/2] Virtual ethernet device driver

2007-07-16 Thread Pavel Emelianov
Patrick McHardy wrote: Pavel Emelianov wrote: Patrick McHardy wrote: + + if (tb[IFLA_IFNAME]) + nla_strlcpy(ifname, tb[IFLA_IFNAME], IFNAMSIZ); + else + snprintf(ifname, IFNAMSIZ, DRV_NAME %%d); Does this work? The other device is not registered at

[PATCH try#4] Blackfin ethernet driver: on chip ethernet MAC controller driver

2007-07-16 Thread Bryan Wu
This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip ethernet MAC controller. [try#2] - add timeout control - kill dma_config_reg bitfields - some trivial cleanup [try#3] - add endianess check - add DRV_NAME, DRV_VERSION... driver information string

Re: [PATCH 2/2] Virtual ethernet device driver

2007-07-16 Thread Pavel Emelianov
Patrick McHardy wrote: Pavel Emelianov wrote: Patrick McHardy wrote: Pavel Emelianov wrote: + if (data != NULL data[VETH_INFO_PEER] != NULL) { + err = nla_parse_nested(tb, IFLA_INFO_MAX, + data[VETH_INFO_PEER], ifla_policy); +

Re: TCP stalls in current git, possibly splice related

2007-07-16 Thread Johannes Berg
On Fri, 2007-07-13 at 13:05 +0200, Jens Axboe wrote: On Fri, Jul 13 2007, Johannes Berg wrote: On Thu, 2007-07-12 at 16:12 -0400, James Morris wrote: I'm seeing TCP connection stalls with current git, and a bisect found the following as a possible cause: I'm also seeing stalls with

Re: [RFC 0/3] netlink/generic netlink multicast group rework

2007-07-16 Thread Johannes Berg
On Wed, 2007-07-04 at 16:30 +0200, Johannes Berg wrote: This is just a repost of the patches that I posted previously because they were buried deeply in the ACPI thread and I'm hoping that now other people will also take a look. Ping? Has anybody had a chance to look into this? I've been

Re: build #307 failed for 2.6.22-g8f41958 in linux/./drivers/net/slip.c

2007-07-16 Thread Toralf Förster
Am Montag, 16. Juli 2007 10:32 schrieb Evgeniy Polyakov: This is a result of 'select' usage in Kconfig. Although this patch can help too. Hi, unfortunatly the patch doesn't help : [EMAIL PROTECTED] ~/devel/linux-2.6 $ cp ../results/config.rnd.307 .config [EMAIL PROTECTED] ~/devel/linux-2.6 $

Re: build #307 failed for 2.6.22-g8f41958 in linux/./drivers/net/slip.c

2007-07-16 Thread Evgeniy Polyakov
On Mon, Jul 16, 2007 at 11:36:19AM +0200, Toralf Förster ([EMAIL PROTECTED]) wrote: Am Montag, 16. Juli 2007 10:32 schrieb Evgeniy Polyakov: This is a result of 'select' usage in Kconfig. Although this patch can help too. Hi, unfortunatly the patch doesn't help : It does not help with

Re: build #307 failed for 2.6.22-g8f41958 in linux/./drivers/net/slip.c

2007-07-16 Thread Toralf Förster
Right, applying the patch below to the git tree removes the build failure. Am Montag, 16. Juli 2007 11:47 schrieb Evgeniy Polyakov: On Mon, Jul 16, 2007 at 11:36:19AM +0200, Toralf Förster ([EMAIL PROTECTED]) wrote: Am Montag, 16. Juli 2007 10:32 schrieb Evgeniy Polyakov: This is a

[PATCH] [IrDA] Fix IrDA build failure

2007-07-16 Thread Samuel Ortiz
Hi Dave, When having built-in IrDA, we hit the following error: `irda_sysctl_unregister' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o `irda_proc_unregister' referenced in section `.init.text' of net/built-in.o: defined in

Re: [PATCH] [IrDA] Fix IrDA build failure

2007-07-16 Thread Evgeniy Polyakov
Hi Samuel. On Mon, Jul 16, 2007 at 02:17:15PM +0300, Samuel Ortiz ([EMAIL PROTECTED]) wrote: This is due to the irda_init fix recently added, where we call __exit routines from an __init one. It is a build failure that I didn't catch because it doesn't show up when building IrDA as a module.

Re: TCP stalls in current git, possibly splice related

2007-07-16 Thread Jens Axboe
On Mon, Jul 16 2007, Johannes Berg wrote: On Fri, 2007-07-13 at 13:05 +0200, Jens Axboe wrote: On Fri, Jul 13 2007, Johannes Berg wrote: On Thu, 2007-07-12 at 16:12 -0400, James Morris wrote: I'm seeing TCP connection stalls with current git, and a bisect found the following as

[PATCH net-2.6.22-rc7] xfrm beet interfamily support

2007-07-16 Thread Joakim Koskela
Hi all, Here's again a cleaned-up and corrected version of the patch adding support for ipv4/ipv6 interfamily addressing for the ipsec BEET (Bound End-to-End Tunnel) mode, as specified by the ietf draft found at: http://www.ietf.org/internet-drafts/draft-nikander-esp-beet-mode-07.txt The

Re: [PATCH] [IrDA] Fix IrDA build failure

2007-07-16 Thread Adrian Bunk
On Mon, Jul 16, 2007 at 03:56:26PM +0400, Evgeniy Polyakov wrote: Hi Samuel. On Mon, Jul 16, 2007 at 02:17:15PM +0300, Samuel Ortiz ([EMAIL PROTECTED]) wrote: This is due to the irda_init fix recently added, where we call __exit routines from an __init one. It is a build failure that I

Re: [PATCH] [IrDA] Fix IrDA build failure

2007-07-16 Thread Evgeniy Polyakov
On Mon, Jul 16, 2007 at 02:07:44PM +0200, Adrian Bunk ([EMAIL PROTECTED]) wrote: What about having all of them __devinit/__devexit? That would be completely wrong. Hi Adrian. Then why should irda have __init/__exit at first point - replacing that with appropriate 'dev' prefix I suggested.

[PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread Gerrit Renker
[IPv6]: Can not set the IPV6_PKTINFO option The Linux manpage of ipv6(7) mentions the IPV6_PKTINFO option (and it is defined in header files), but there is no setsockopt support for it. Aliasing to IPV6_RECVPKTINFO fixes this, and checking datagram_recv_ctl() in net/ipv6/datagram.c confirms

Re: [PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Mon, 16 Jul 2007 13:41:23 +0100), Gerrit Renker [EMAIL PROTECTED] says: [IPv6]: Can not set the IPV6_PKTINFO option The Linux manpage of ipv6(7) mentions the IPV6_PKTINFO option (and it is defined in header files), but there is no setsockopt support for

Re: [PATCH net-2.6.22-rc7] xfrm beet interfamily support

2007-07-16 Thread Arnaldo Carvalho de Melo
On 7/16/07, Joakim Koskela [EMAIL PROTECTED] wrote: Hi all, Here's again a cleaned-up and corrected version of the patch adding support for ipv4/ipv6 interfamily addressing for the ipsec BEET (Bound End-to-End Tunnel) mode, as specified by the ietf draft found at:

Re: [irda-users] [PATCH] [IrDA] Fix IrDA build failure

2007-07-16 Thread Samuel Ortiz
On Mon, Jul 16, 2007 at 02:17:15PM +0300, Samuel Ortiz wrote: Hi Dave, When having built-in IrDA, we hit the following error: `irda_sysctl_unregister' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o `irda_proc_unregister'

Re: [2.6 patch] more ACSI removal

2007-07-16 Thread Geert Uytterhoeven
On Mon, 16 Jul 2007, Jens Axboe wrote: On Fri, Jul 13 2007, Geert Uytterhoeven wrote: On Fri, 13 Jul 2007, Adrian Bunk wrote: This patch removes some code that became dead code after the ATARI_ACSI removal. When was it removed? Nobody seems to have informed the m68k people... It

Re: [2.6 patch] more ACSI removal

2007-07-16 Thread Jens Axboe
On Mon, Jul 16 2007, Geert Uytterhoeven wrote: On Mon, 16 Jul 2007, Jens Axboe wrote: On Fri, Jul 13 2007, Geert Uytterhoeven wrote: On Fri, 13 Jul 2007, Adrian Bunk wrote: This patch removes some code that became dead code after the ATARI_ACSI removal. When was it removed?

Re: [Bugme-new] [Bug 8755] New: ip -6 route change behaves like ip -6 route add

2007-07-16 Thread Patrick McHardy
Simon Arlott wrote: On 15/07/07 16:07, Patrick McHardy wrote: Changing an existing route: # ip -6 r show 2002::/16 2002::/16 dev sit0 metric 1024 expires 4482618sec mtu 1480 advmss 7140 hoplimit 4294967295 # ip -6 r change 2002::/16 dev sit0 mtu 1280 RTNETLINK answers: File exists ^ This

Re: [NET]: gen_estimator deadlock fix

2007-07-16 Thread Patrick McHardy
Jarek Poplawski wrote: There is probably quite easy way to get rid of this one race only by e.g. replacing *bstats field with NULL in gen_kill_estimator, and check for this in est_timer just after taking a lock. The gain from an api change would be mainly faster gen_kill_ and

Re: [PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Mon, 16 Jul 2007 21:56:05 +0900 (JST)), YOSHIFUJI Hideaki / 吉藤英明 [EMAIL PROTECTED] says: In article [EMAIL PROTECTED] (at Mon, 16 Jul 2007 13:41:23 +0100), Gerrit Renker [EMAIL PROTECTED] says: [IPv6]: Can not set the IPV6_PKTINFO option The Linux

Re: [patch 5/7] CAN: Add virtual CAN netdevice driver

2007-07-16 Thread Patrick McHardy
Oliver Hartkopp wrote: Patrick McHardy wrote: Still configuration of the network device based on module parameters. What about people that want loopback and non-loopback devices at the same time? the people get the loopback functionality in ANY case. There is indeed no difference from

Re: IPSec freeze

2007-07-16 Thread Beschorner Daniel
Today a new site joined our Linux IPSec VPN, now all the other routers (all 2.6.22) freeze hard reproducible. The problem is more general und ugly than I thought. I took 2 arbitrary boxes, one behind an Ethernet (A, Kernel 2.6.21, MTU 1500), one behind ADSL (B, 2.4.x, 1492). Established

Re: [patch 5/7] CAN: Add virtual CAN netdevice driver

2007-07-16 Thread Patrick McHardy
Oliver Hartkopp wrote: This issue has blocked any ongoing activities for one week now. You also won't be happy if someone raises objections on your code and then vanishes for discussions for a week (except on other topics on the ML). Take 2(!) minutes from your valuable time to *understand*

Re: [PATCH 2/2] Virtual ethernet device driver

2007-07-16 Thread Patrick McHardy
Pavel Emelianov wrote: Patrick McHardy wrote: You don't have a struct ifinfomsg for the peer device. At some point we might want to add support for specifying initial flags for the device (some easily supportable ones are IFF_PROMISC, IFF_ALLMULTI, IFF_NOARP) and ideally that should also be

Re: IPSec freeze

2007-07-16 Thread Patrick McHardy
Beschorner Daniel wrote: Today a new site joined our Linux IPSec VPN, now all the other routers (all 2.6.22) freeze hard reproducible. The problem is more general und ugly than I thought. I took 2 arbitrary boxes, one behind an Ethernet (A, Kernel 2.6.21, MTU 1500), one behind ADSL (B,

Re: IPSec freeze

2007-07-16 Thread Beschorner Daniel
Today a new site joined our Linux IPSec VPN, now all the other routers (all 2.6.22) freeze hard reproducible. The problem is more general und ugly than I thought. I took 2 arbitrary boxes, one behind an Ethernet (A, Kernel 2.6.21, MTU 1500), one behind ADSL (B, 2.4.x,

Still problems receving multicasts with r8169.c driver from linux kernel (2.6.22.1) + patches

2007-07-16 Thread Reither Robert
Hi Francois, sorry, i 4got to add the netdev-cc should not happen again ;-) I still cannot access some patches (maybe u get them via browser cache or no right restrictions?) So, i added all your patches(1-21) from the bz2 file in the root-dir to a plain driver from 2.6.22.1 ... Fact is: I

Re: [PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread Gerrit Renker
Quoting YOSHIFUJI Hideaki / 吉藤英明: | Current IPV6_PKTINFO is not equal to IPV6_RECVPKTINFO | but a sticky option to set source address / interface | for outgoing packet. Thanks for the update, but there is no `current' IPV6_PKTINFO - set/getsockopt() on this will result in ENOPROTOOPT. Manpage

Re: [RFC 0/3] netlink/generic netlink multicast group rework

2007-07-16 Thread Patrick McHardy
Johannes Berg wrote: On Wed, 2007-07-04 at 16:30 +0200, Johannes Berg wrote: This is just a repost of the patches that I posted previously because they were buried deeply in the ACPI thread and I'm hoping that now other people will also take a look. Ping? Has anybody had a chance to look

Re: [PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread Herbert Xu
Gerrit Renker [EMAIL PROTECTED] wrote: Manpage date says 1999-06-29 but in fact manpages are from up-to-date lenny/sid. I think Yoshifuji-san's point is not that your manpages package is out-of-date, but that the manpage itself is out-of-date. That is, someone needs to send a patch to the

Re: IPSec freeze

2007-07-16 Thread Patrick McHardy
Beschorner Daniel wrote: I'm running IPsec in the same setup as you describe above without problems. I'm probably not seeing ICMP frag requireds on the wire though since I believe the entire path is = 1492. Could you try to find out whether those are responsible? It's definitely the first

Re: [PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread Gerrit Renker
| That is, someone needs to send a patch to the upstream manpages | maintainer and fix the documentation to actually describe what the | code does. | If it is simply replacing IPV6_PKTINFO with IPV6_RECVPKTINFO then I'd be happy to do this. Anything more complicated than that - it would be

Re: [PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Mon, 16 Jul 2007 22:02:29 +0800), Herbert Xu [EMAIL PROTECTED] says: Gerrit Renker [EMAIL PROTECTED] wrote: Manpage date says 1999-06-29 but in fact manpages are from up-to-date lenny/sid. I think Yoshifuji-san's point is not that your manpages

Re: IPSec freeze

2007-07-16 Thread Beschorner Daniel
I recreated the same setup here, but things work fine even with different MTUs. Please try to narrow it down further or capture some more information (serial console/netconsole, CONFIG_DETECT_SOFTLOCKUP, ..). Did you turn on IPSec compression? - To unsubscribe from this list: send the line

Re: [PATCH]: Can not set the IPV6_PKTINFO option

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Mon, 16 Jul 2007 15:14:06 +0100), Gerrit Renker [EMAIL PROTECTED] says: | That is, someone needs to send a patch to the upstream manpages | maintainer and fix the documentation to actually describe what the | code does. | If it is simply replacing

[**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. This patch is just a tentative implementation of RFC3542 IPV6_PKTINFO sticky option, and is NOT intended to be applied so far. We need to check if this is okay in RFC POV, anyway. --- [RFC] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option. Signed-off-by: YOSHIFUJI Hideaki [EMAIL

Re: IPSec freeze

2007-07-16 Thread Patrick McHardy
Beschorner Daniel wrote: I recreated the same setup here, but things work fine even with different MTUs. Please try to narrow it down further or capture some more information (serial console/netconsole, CONFIG_DETECT_SOFTLOCKUP, ..). Did you turn on IPSec compression? No. Please send the

Re: IPSec freeze

2007-07-16 Thread Patrick McHardy
Patrick McHardy wrote: Beschorner Daniel wrote: I recreated the same setup here, but things work fine even with different MTUs. Please try to narrow it down further or capture some more information (serial console/netconsole, CONFIG_DETECT_SOFTLOCKUP, ..). Did you turn on IPSec compression?

Re: [PATCH] [IrDA] Fix IrDA build failure

2007-07-16 Thread Sam Ravnborg
On Mon, Jul 16, 2007 at 03:56:26PM +0400, Evgeniy Polyakov wrote: Hi Samuel. On Mon, Jul 16, 2007 at 02:17:15PM +0300, Samuel Ortiz ([EMAIL PROTECTED]) wrote: This is due to the irda_init fix recently added, where we call __exit routines from an __init one. It is a build failure that I

Re: IPSec freeze

2007-07-16 Thread Patrick McHardy
Patrick McHardy wrote: Beschorner Daniel wrote: I recreated the same setup here, but things work fine even with different MTUs. Please try to narrow it down further or capture some more information (serial console/netconsole, CONFIG_DETECT_SOFTLOCKUP, ..). Did you turn on IPSec compression?

[PATCH] TCP: remove unused argument to cong_avoid op

2007-07-16 Thread Stephen Hemminger
None of the existing TCP congestion controls use the rtt value pased in the ca_ops-cong_avoid interface. Which is lucky because seq_rtt could have been -1 when handling a duplicate ack. Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] --- a/include/net/tcp.h 2007-07-16 14:25:36.0

Re: IPSec freeze

2007-07-16 Thread Beschorner Daniel
Did you turn on IPSec compression? No. Please send the policy you're using. I managed to reproduce a crash with ipcomp, will try to fix it later. Yes, I can confirm this. After disabling IPComp the crashes went away. Thank you Daniel - To unsubscribe from this list: send the

Re: [**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread Vlad Yasevich
YOSHIFUJI Hideaki / 吉藤英明 wrote: Hello. This patch is just a tentative implementation of RFC3542 IPV6_PKTINFO sticky option, and is NOT intended to be applied so far. We need to check if this is okay in RFC POV, anyway. ok. comments from just the RFC pov. diff --git

Re: [patch 5/7] CAN: Add virtual CAN netdevice driver

2007-07-16 Thread Oliver Hartkopp
Patrick McHardy wrote: Oliver Hartkopp wrote: the people get the loopback functionality in ANY case. There is indeed no difference from the view of the users, if you change this switch. The possibility to enable the loopback on vcan driver level is only to ... 1. Test the loopback

Re: [patch 5/7] CAN: Add virtual CAN netdevice driver

2007-07-16 Thread Oliver Hartkopp
Patrick McHardy wrote: Possible. You could have spent your time working on other obvious issues, I'm pretty certain running scripts/checkpatch will show you quite a few. Ugh! Indeed! Thanks for the hint!! I'll fix this immediately. Is there anything else that can be checked beforehand?

Re: [ofa-general] [PATCH 2.6.23] iw_cxgb3: remove the cm_id reference on listen failures.

2007-07-16 Thread Roland Dreier
thanks, applied. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] mac80211: fix GCC warning on 64bit platforms

2007-07-16 Thread Jiri Benc
net/mac80211/ieee80211.c: In function ieee80211_register_hw: net/mac80211/ieee80211.c:4989: warning: comparison of distinct pointer types lacks a cast Fix by casting from size_t to unsigned as size of ieee80211_tx_status_rtap_hdr structure will never be greater than that. Signed-off-by: Jiri

[PATCH try#5] Blackfin ethernet driver: on chip ethernet MAC controller driver

2007-07-16 Thread Bryan Wu
This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip ethernet MAC controller. [try#2] - add timeout control - kill dma_config_reg bitfields - some trivial cleanup [try#3] - add endianess check - add DRV_NAME, DRV_VERSION... driver information string

Re: IPSec freeze

2007-07-16 Thread Beschorner Daniel
Today a new site joined our Linux IPSec VPN, now all the other routers (all 2.6.22) freeze hard reproducible. No oops, no sysreq, only hard reset rewakes them. Ok, I did a longer test and nothing crashed in the mean time without IPComp. So it really must have been the reason. BTW now I see

Re: [**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Mon, 16 Jul 2007 11:31:28 -0400), Vlad Yasevich [EMAIL PROTECTED] says: YOSHIFUJI Hideaki / 吉藤英明 wrote: Hello. This patch is just a tentative implementation of RFC3542 IPV6_PKTINFO sticky option, and is NOT intended to be applied so far. We need to

[PATCH 5/7][ATM]: [lanai] sram_test_word() must be __devinit

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: [lanai] sram_test_word() must be __devinit Signed-off-by: Adrian Bunk [EMAIL PROTECTED] Signed-off-by: chas williams [EMAIL PROTECTED] --- commit 9b3515b17a74eff9aad7409dd64888cf0cd03d4d tree 6b10b2df62cd24cfc86558c70ecc761e5bcaf724 parent b7560ad591d64544359766df2f2c687e9e65 author

[PATCH 3/7][ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro.

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: [nicstar] Replace C code with call to ARRAY_SIZE() macro. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] Signed-off-by: chas williams [EMAIL PROTECTED] --- commit e9e4b3e9524fd445fcc06f56678a6b7f3d1d5f3a tree 7edafbabdafaad229fb728c1c74e6bca60a0c58c parent

[PATCH 2/7][ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS.

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS. From: Robert P. J. Day [EMAIL PROTECTED] Signed-off-by: chas williams [EMAIL PROTECTED] --- commit 6bab08f73e2c24665a523f15a4ebe4002be38a91 tree 2c6d28e064934b097f37b3b766900b7bb77264b4 parent

[PATCH 1/7][ATM]: Replacing kmalloc/memset combination with kzalloc.

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: Replacing kmalloc/memset combination with kzalloc. Signed-off-by: vignesh babu [EMAIL PROTECTED] Signed-off-by: chas williams [EMAIL PROTECTED] --- commit ffc2850a65ef863fe52650e5e1bc7ac3e098bbb8 tree 1e66e6f29dbda236b826cfdd6ce1b053d15224d9 parent 99d24edeb6abc6ca3a0d0fbdb83c664c04403c8c

[PATCH 7/7][ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kconfig variable

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kconfig variable Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] Signed-off-by: chas williams [EMAIL PROTECTED] --- commit c6023af8babdaefc46d8ac7e3293f4bb87537422 tree f9aaecd241f8263b58caa6929f8b84002227c176 parent

[PATCH 4/7][ATM]: [lanai] change VENDOR to DEVICE

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: [lanai] change VENDOR to DEVICE There were 2 bad named macros in pci_ids (LANAI 2 and IHB). Rename it to DEVICE, because it's device id. Also some cleanup in the pci_device_id table (use PCI_VDEVICE). Cc: Mitchell Blank Jr [EMAIL PROTECTED] Signed-off-by: Jiri Slaby [EMAIL PROTECTED]

[PATCH 6/7][ATM]: [drivers] ioremap balanced with iounmap

2007-07-16 Thread chas williams - CONTRACTOR
[ATM]: [drivers] ioremap balanced with iounmap Signed-off-by: Amol Lad [EMAIL PROTECTED] Signed-off-by: chas williams [EMAIL PROTECTED] --- commit 15fa4d7e8fda822d42bc202fe390b52309ee9d86 tree bb741ef4aba074d449f6199522f746a64c3ab244 parent 9b3515b17a74eff9aad7409dd64888cf0cd03d4d author Amol

Re: [PATCH try#5] Blackfin ethernet driver: on chip ethernet MAC controller driver

2007-07-16 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article [EMAIL PROTECTED] (at Tue, 17 Jul 2007 00:49:02 +0800), Bryan Wu [EMAIL PROTECTED] says: +static void bf537mac_set_multicast_list(struct net_device *dev) +{ + u32 sysctl; + + if (dev-flags IFF_PROMISC) { + printk(KERN_INFO %s: set to promisc mode\n,

Re: [PATCH] crash in 2.6.22-git2 sysctl_set_parent()

2007-07-16 Thread Linas Vepstas
On Fri, Jul 13, 2007 at 07:06:56PM -0600, Eric W. Biederman wrote: .data = ipv4_devconf.loop, .maxlen = sizeof(int), .mode = 0644, + .child = 0x0, .proc_handler

Re: [PATCH] crash in 2.6.22-git2 sysctl_set_parent()

2007-07-16 Thread Linas Vepstas
On Fri, Jul 13, 2007 at 03:47:02PM -0700, David Miller wrote: From: [EMAIL PROTECTED] (Linas Vepstas) Date: Fri, 13 Jul 2007 15:05:15 -0500 This is a patch ( bug report) for a crash in sysctl_set_parent() in 2.6.22-git2. Problem: 2.6.22-git2 crashes with a stack trace

Re: [NET]: gen_estimator deadlock fix

2007-07-16 Thread Ranko Zivojnovic
Patrick McHardy wrote: Jarek Poplawski wrote: There is probably quite easy way to get rid of this one race only by e.g. replacing *bstats field with NULL in gen_kill_estimator, and check for this in est_timer just after taking a lock. You are absolutely right - I definitely

Re: [**RFC**] [IPV6]: Support RFC3542 IPV6_PKTINFO socket option.

2007-07-16 Thread Vlad Yasevich
Hi Yoshifuji-san Some more comments below... YOSHIFUJI Hideaki / 吉藤英明 wrote: Thank you. Here's take 2. diff --git a/net/ipv6/datagram.c b/net/ipv6/datagram.c index b1fe7ac..119363a 100644 --- a/net/ipv6/datagram.c +++ b/net/ipv6/datagram.c @@ -496,7 +496,58 @@ int

[PATCH] Fix Tsi108 ethernet driver performance

2007-07-16 Thread Alexandre Bounine
From: Alexandre Bounine [EMAIL PROTECTED] This patch improves performance of the Tsi108 Ethernet driver by changing interrupt handling for frame receive path. It reduces number of interrupts generated for received frames and therefore lowers CPU utilization by the device driver.

Re: [Bugme-new] [Bug 8755] New: ip -6 route change behaves like ip -6 route add

2007-07-16 Thread Simon Arlott
On 16/07/07 14:01, Patrick McHardy wrote: Simon Arlott wrote: On 15/07/07 16:07, Patrick McHardy wrote: Adding a route using change: # ip -6 r change 2002::/17 dev sit0 mtu 1280 # ip -6 r show 2002::/17 2002::/17 dev sit0 metric 1024 expires 21334368sec mtu 1280 advmss 1220 hoplimit 4294967295

Re: IPSec freeze

2007-07-16 Thread Patrick McHardy
Beschorner Daniel wrote: I managed to reproduce a crash with ipcomp, will try to fix it later. Yes, I can confirm this. After disabling IPComp the crashes went away. The crash happens in xfrm_bundle_ok when walking the bundle upwards following xfrm_dst-u.next. The loop should be stopped

Re: [PATCH net-2.6.22-rc7] xfrm beet interfamily support

2007-07-16 Thread Patrick McHardy
Joakim Koskela wrote: diff --git a/net/ipv4/xfrm4_input.c b/net/ipv4/xfrm4_input.c index fa1902d..7a39f4c 100644 --- a/net/ipv4/xfrm4_input.c +++ b/net/ipv4/xfrm4_input.c @@ -108,7 +108,8 @@ int xfrm4_rcv_encap(struct sk_buff *skb, __u16 encap_type) if (x-mode-input(x, skb))

[PATCH] ethtool: add register dump support for SMSC LAN911x/LAN921x

2007-07-16 Thread Steve Glendinning
This patch adds support for SMSC's LAN911x and LAN921x families of embedded ethernet controllers to ethtool's dump registers (-d) command. This patch is for use with the smsc911x driver. Signed-off-by: Steve Glendinning [EMAIL PROTECTED] --- Makefile.am|3 +- ethtool-util.h |4 ++

[1/4][BNX2]: Support NVRAM on 5709.

2007-07-16 Thread Michael Chan
[BNX2]: Support NVRAM on 5709. The NVRAM interface is slightly modified on the 5709. To properly support it, we need to change the buffered flag in the flash data structure into multiple flags to indicate buffered operation, address translation, and the use of write enable (WREN). The 5709

kernel module to list sockets with their multicast group joins and respective processes

2007-07-16 Thread Steffen Maier
Hello, below in the text you find a small kernel module as a proof of concept, that allows a listing of all current multicast group joins for (UDP/IPv4) sockets (NOTE: sockets, neither IP-level nor netdevice-level) along with the corresponding process(es) and filedescriptors. Why did I do

[2/4][BNX2]: Add delay before reading firmware version.

2007-07-16 Thread Michael Chan
[BNX2]: Add delay before reading firmware version. The management firmware may still be loading during bnx2_init_one() because of the D3hot - D0 transition and the firmware version may not be available without waiting a bit. Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git

[3/4][BNX2]: Use constants for stats ticks.

2007-07-16 Thread Michael Chan
[BNX2]: Use constants for stats ticks. Change all stats related magic numbers to constants. Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 28399d8..2dd002b 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@ -4123,7 +4123,7 @@

[4/4][BNX2]: Update version to 1.6.3.

2007-07-16 Thread Michael Chan
[BNX2]: Update version to 1.6.3. Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 2dd002b..a729da0 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c @@ -54,8 +54,8 @@ #define DRV_MODULE_NAMEbnx2 #define PFX

Re: kernel module to list sockets with their multicast group joins and respective processes

2007-07-16 Thread David Stevens
sockets that join different groups receive messages from the respective other group (if they are only bound to the wildcard address). Obviously this is handled differently in Linux for IPv4, where the socket matching for incoming message is done solely on the 4-tuple of addresses and

Re: [PATCH] mac80211: fix GCC warning on 64bit platforms

2007-07-16 Thread David Miller
From: Jiri Benc [EMAIL PROTECTED] Date: Mon, 16 Jul 2007 18:46:53 +0200 net/mac80211/ieee80211.c: In function ieee80211_register_hw: net/mac80211/ieee80211.c:4989: warning: comparison of distinct pointer types lacks a cast Fix by casting from size_t to unsigned as size of

Re: [PATCH] crash in 2.6.22-git2 sysctl_set_parent()

2007-07-16 Thread David Miller
From: [EMAIL PROTECTED] (Linas Vepstas) Date: Mon, 16 Jul 2007 12:25:35 -0500 On Fri, Jul 13, 2007 at 03:47:02PM -0700, David Miller wrote: From: [EMAIL PROTECTED] (Linas Vepstas) Date: Fri, 13 Jul 2007 15:05:15 -0500 This is a patch ( bug report) for a crash in sysctl_set_parent()

Re: [PATCH] [2.6.22] Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c

2007-07-16 Thread Jeff Garzik
Micah Gruber wrote: This patch fixes a potential null dereference bug where we dereference nic before a null check. This patch simply moves the dereferencing after the null check. Signed-off-by: Micah Gruber [EMAIL PROTECTED] --- a/drivers/net/s2io.c +++ b/drivers/net/s2io.c @@ -789,12

Re: Please pull 'upstream-jgarzik' branch of wireless-2.6

2007-07-16 Thread Jeff Garzik
John W. Linville wrote: The following changes since commit 71780f59e127bb281a9302d430495ca9586c14e7: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6 are found in the git repository at:

Re: [PATCH 1/1] eHEA: Introducing support vor DLPAR memory add

2007-07-16 Thread Jeff Garzik
Thomas Klein wrote: This patch adds support for DLPAR memory add to the eHEA driver. To detect whether memory was added the driver uses its own memory mapping table and checks for kernel addresses whether they're located in already known memory sections. If not the function ehea_rereg_mrs() is

Re: r8169 in 2.6.22 release still not detecting link

2007-07-16 Thread Francois Romieu
Andrew Paprocki [EMAIL PROTECTED] : [...] Just writing to let you know that I'm still not getting a link on either r8169 port with the stock 2.6.22 kernel. I haven't been able to get any other network interface working on this device yet, as it only has a mini-PCI slot and I haven't found

Re: [PATCH] Fix Tsi108 ethernet driver performance

2007-07-16 Thread Jeff Garzik
Alexandre Bounine wrote: From: Alexandre Bounine [EMAIL PROTECTED] This patch improves performance of the Tsi108 Ethernet driver by changing interrupt handling for frame receive path. It reduces number of interrupts generated for received frames and therefore lowers CPU utilization by the

Re: [patch 1/2] s390: scatter-gather for inbound traffic in qeth driver

2007-07-16 Thread Jeff Garzik
Ursula Braun wrote: From: Frank Blaschka [EMAIL PROTECTED] For large incoming packets PAGE_SIZE/2 qeth creates a fragmented skb by adding pointers to qdio pages to the fragment list of the skb. This avoids allocating big chunks of consecutive memory. Also copying data from the qdio buffer to

Re: [PATCH] macb: Use generic PHY layer

2007-07-16 Thread Jeff Garzik
applied both patches - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [2.6 patch] EP93XX_ETH must select MII

2007-07-16 Thread Jeff Garzik
Adrian Bunk wrote: From: John Donoghue [EMAIL PROTECTED] CONFIG_EP93XX_ETH=y, CONFIG_MII=n results in an obvious link error. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED]

Re: [PATCH] gianfar: kill unused header

2007-07-16 Thread Jeff Garzik
Kumar Gala wrote: A long time ago we used OCP with the gianfar driver. Eventually when we kill arch/ppc including this will cause issues so lets just kill it now. Signed-off-by: Kumar Gala [EMAIL PROTECTED] applied - To unsubscribe from this list: send the line unsubscribe netdev in the

Re: [PATCH 1/1] myri10ge: Remove nonsensical limit in the tx done routine

2007-07-16 Thread Jeff Garzik
Brice Goglin wrote: Remove nonsensical limit in the tx done routine. Specifically, the loop will always terminate after processing = 1 rings worth of frames, as the mcp index is not refetched, so the removed conditional could never be true. Signed-off-by: Brice Goglin [EMAIL PROTECTED] ---

Re: [PATCH 1/1] 8139cp: implement the missing dev-tx_timeout

2007-07-16 Thread Jeff Garzik
Francois Romieu wrote: Signed-off-by: Mika Lansirinne [EMAIL PROTECTED] --- drivers/net/8139cp.c | 27 --- 1 files changed, 24 insertions(+), 3 deletions(-) applied, thanks for helping out Francois - To unsubscribe from this list: send the line unsubscribe netdev

Re: [linux-usb-devel] [PATCH]: cdc-subset to support new vendor/product ID

2007-07-16 Thread Jeff Garzik
jing xiang wrote: This patch is for cdc subset to support Mavell vendor/product ID. Signed-off-by: Jing Xiang [EMAIL PROTECTED] --- linux-2.6.21.5/drivers/usb/net/cdc_subset.c.orig2007-07-14 13:57:37.543028144 +0800 +++ linux-2.6.21.5/drivers/usb/net/cdc_subset.c 2007-07-14

Re: [PATCH 1/5] atl1: remove irq_sem

2007-07-16 Thread Jeff Garzik
Jay Cliburn wrote: Remove unnecessary irq_sem code. Signed-off-by: Chris Snook [EMAIL PROTECTED] Signed-off-by: Jay Cliburn [EMAIL PROTECTED] applied 1-5 - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH 1/3] forcedeth bug fix: cicada phy

2007-07-16 Thread Jeff Garzik
Ayaz Abdulla wrote: This patch contains errata fixes for the cicada phy. It only renamed the defines to be phy specific. Signed-off-by: Ayaz Abdulla [EMAIL PROTECTED] applied 1-3 - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED]

  1   2   >