Re: [PATCHv2 2.6.24] fib: fix route replacement, fib_info is shared

2008-01-28 Thread Jarek Poplawski
On 28-01-2008 00:20, Jarek Poplawski wrote: Hi, I have a few questions below: Julian Anastasov wrote, On 01/26/2008 01:41 PM: ... --- linux-2.6.24/net/ipv4/fib_hash.c_orig2008-01-25 10:45:06.0 +0200 +++ linux-2.6.24/net/ipv4/fib_hash.c 2008-01-26 14:11:34.0 +0200 @@

Re: [PATCHv2 2.6.24] fib: fix route replacement, fib_info is shared

2008-01-28 Thread Jarek Poplawski
On Mon, Jan 28, 2008 at 09:33:02AM +0100, Jarek Poplawski wrote: ... from fib_node_alias() with right tos but greater fib_priority, but from fib_find_alias() of course... arek P. -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED]

Re: 2.6.24 regression: Wake On Lan in sky2 broken on Mac mini

2008-01-28 Thread Tino Keitel
On Mon, Jan 28, 2008 at 09:21:30 +0100, Mikael Pettersson wrote: Tino Keitel writes: Hi folks, with 2.6.24-rc8, Wake On LAN doesn't work anymore as it used to with 2.6.23 on my Mac mini Core Duo. I saw that this was reported in http://bugzilla.kernel.org/show_bug.cgi?id=9721 and

Re: [PATCHv2 2.6.24] fib: fix route replacement, fib_info is shared

2008-01-28 Thread Jarek Poplawski
On Mon, Jan 28, 2008 at 09:33:02AM +0100, Jarek Poplawski wrote: ... [...] Are these aliases in the node sorted by fib_priority too? [...] OK, I see they are! Sorry for bothering, Jarek P. -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

2.6.24 regression: Wake On Lan in sky2 broken on Mac mini

2008-01-28 Thread Tino Keitel
Hi folks, with 2.6.24-rc8, Wake On LAN doesn't work anymore as it used to with 2.6.23 on my Mac mini Core Duo. I saw that this was reported in http://bugzilla.kernel.org/show_bug.cgi?id=9721 and on netdev a patch for the sky2 driver was sent by Stephen Hemminger. This patch fixed WOL for me after

[PATCH 4/6] [DCCP]: Fix the adjustments to AWL and SWL

2008-01-28 Thread Gerrit Renker
This fixes a problem and a potential loophole with regard to seqno/ackno validity: the problem is that the initial adjustments to AWL/SWL were only performed at the begin of the connection, during the handshake. Since the Sequence Window feature is always greater than Wmin=32 (7.5.2), it is

[PATCH 5/6] [DCCP]: Merge now-reduced connect_init() function

2008-01-28 Thread Gerrit Renker
After moving the assignment of GAR/ISS from dccp_connect_init() to dccp_transmit_skb(), the former function becomes very small, so that a merger with dccp_connect() suggested itself. Signed-off-by: Gerrit Renker [EMAIL PROTECTED] --- net/dccp/output.c | 18 +- 1 files changed,

[PATCH 2/6] [DCCP]: Bug in initial acknowledgment number assignment

2008-01-28 Thread Gerrit Renker
Step 8.5 in RFC 4340 says for the newly cloned socket Initialize S.GAR := S.ISS, but what in fact the code (minisocks.c) does is Initialize S.GAR := S.ISR, which is wrong (typo?) -- fixed by the patch. Signed-off-by: Gerrit Renker [EMAIL PROTECTED] ---

[DCCP] [Patch 0/6] [BUG-Fix]: Fixes for CCID3, seqnos, and dccp_probe

2008-01-28 Thread Gerrit Renker
This is a set of bug fixes for CCID3 and general DCCP. Please consider patches #1, #2, #3. The remainder are for the test tree (but are fixes nonetheless) and may not apply directly onto mainline; with regard to patch #6, please see note at end of message. Patch #1: Fixes a CCID3 bug: when loss

[PATCH 1/6] [CCID3]: Function returned wrong value

2008-01-28 Thread Gerrit Renker
This fixes a bug in the reverse lookup of p, given a value f(p) (used in the reverse-lookup of the first/synthetic loss interval in RFC 3448, 6.3.1): instead of p, the function returned the smallest table value f(p). The smallest tabulated value of 10^6 * f(p) = sqrt(2*p/3) + 12 *

[PATCH 3/6] [DCCP]: Bug-Fix - AWL was never updated

2008-01-28 Thread Gerrit Renker
This patch was triggered by finding the following message in the syslog: kernel: dccp_check_seqno: DCCP: Step 6 failed for DATAACK packet, [...] P.ackno exists or LAWL(82947089) = P.ackno(82948208) = S.AWH(82948728), sending SYNC... Note the difference

[PATCH 6/6] [DCCP-PROBE]: Reduce noise in output and convert to ktime_t

2008-01-28 Thread Gerrit Renker
This fixes the problem that dccp_probe output can grow quite large without apparent benefit (many identical data points), creating huge files (up to over one Gigabyte for a few minutes' test run) which are very hard to post-process (in one instance it got so bad that gnuplot ate up all memory plus

[PATCH 1/1] replace logical- by bit-or in smctr_make_tx_status_code(), drivers/net/tokenring/smctr.c

2008-01-28 Thread Roel Kluin
drivers/net/tokenring/smctr.h:50:#define IBM_PASS_SOURCE_ADDR0x01 -- replace logical- by bit-or for IBM_PASS_SOURCE_ADDR Signed-off-by: Roel Kluin [EMAIL PROTECTED] --- diff --git a/drivers/net/tokenring/smctr.c b/drivers/net/tokenring/smctr.c index 93da3a3..ec29766 100644 ---

Re: [PATCH][INET_DIAG]: Fix inet_diag_lock_handler error path

2008-01-28 Thread Herbert Xu
On Mon, Jan 28, 2008 at 12:20:50AM -0200, Arnaldo Carvalho de Melo wrote: Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=9825 The inet_diag_lock_handler function uses ERR_PTR to encode errors but its callers were testing against NULL. Thanks for catching this Arnaldo! -- Visit Openswan

[INET]: Prevent out-of-sync truesize on ip_fragment slow path

2008-01-28 Thread Herbert Xu
Hi: [INET]: Prevent out-of-sync truesize on ip_fragment slow path When ip_fragment has to hit the slow path the value of skb-truesize may go out of sync because we would have updated it without changing the packet length. This violates the constraints on truesize. This patch postpones the

[PATCH net-2.6.25] [IPV6] ADDRLABEL: Fix double free on label deletion.

2008-01-28 Thread YOSHIFUJI Hideaki / 吉藤英明
If an entry is being deleted because it has only one reference, we immediately delete it and blindly register the rcu handler for it, This results in oops by double freeing that object. This patch fixes it by consolidating the code paths for the deletion; let its rcu handler delete the object if

[PACTH 1/1] drivers/net/usb: AX88178 100Mbps problem

2008-01-28 Thread Reinin Oyama
Asix 88178 does not work under 100Mbps connection. This patch correct the problem. kernel version: 2.6.24 asix_driver_patch.gz Description: application/gzip

Re: [Cbe-oss-dev] [PATCH 1/5] spidernet: add missing initialization

2008-01-28 Thread Jens Osterkamp
Jeff, this series of 5 patches by Ishizaki-san runs fine on the blade, I tested it for a few days. Besides it fixes a nasty bug in spidernet RX descriptor handling. Can you please consider it for 2.6.25 ? Thanks ! Jens On Wednesday 23 January 2008, Jens Osterkamp wrote: On Friday 11

appearing again: kernel: eth0: too many iterations (6) in nv_nic_irq

2008-01-28 Thread Carlos Carvalho
It seems that this problem with NVidia's nic comes up more and more... From time to time we get this in the log: Jan 27 14:43:12 duvel kernel: eth0: too many iterations (6) in nv_nic_irq. We algo get Jan 27 11:32:43 duvel kernel: KERNEL: assertion ((int)tcp_packets_in_flight(tp) = 0) failed at

Re: appearing again: kernel: eth0: too many iterations (6) in nv_nic_irq

2008-01-28 Thread Stephen Hemminger
On Mon, 28 Jan 2008 11:32:55 -0200 [EMAIL PROTECTED] (Carlos Carvalho) wrote: It seems that this problem with NVidia's nic comes up more and more... From time to time we get this in the log: Jan 27 14:43:12 duvel kernel: eth0: too many iterations (6) in nv_nic_irq. We algo get Jan 27

Re: [PATCH 1/3] ethtool: fix typo on setting speed 10000

2008-01-28 Thread Kok, Auke
Jeff Garzik wrote: Auke Kok wrote: From: Jesse Brandeburg [EMAIL PROTECTED] fix the typo in speed 1 setting. Signed-off-by: Jesse Brandeburg [EMAIL PROTECTED] Signed-off-by: Auke Kok [EMAIL PROTECTED] --- ethtool.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

ipcomp regression in 2.6.24

2008-01-28 Thread Beschorner Daniel
Has someone an idea which patch could have damaged ipcomp? Daniel With 2.6.24 IPSEC/ESP tunnels to older kernels establish fine, data flows in both directions, but no data comes out of the tunnel. Needed to disable ipcomp. -- To unsubscribe from this list: send the line unsubscribe netdev in

Re: [PATCH 3/6] [DCCP]: Bug-Fix - AWL was never updated

2008-01-28 Thread Ian McDonald
On Jan 28, 2008 11:16 PM, Gerrit Renker [EMAIL PROTECTED] wrote: This patch was triggered by finding the following message in the syslog: kernel: dccp_check_seqno: DCCP: Step 6 failed for DATAACK packet, [...] P.ackno exists or LAWL(82947089) = P.ackno(82948208)

[PATCH] [AX25]: Kill ax25_bind() user triggable printk.

2008-01-28 Thread maximilian attems
on the last run overlooked that sfuzz triggable message. move the message to the corresponding comment. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/ax25/af_ax25.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/net/ax25/af_ax25.c

[PATCH] [AX25]: Beautify x25_init() version printk.

2008-01-28 Thread maximilian attems
kill ref to old version and dup Linux. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- net/x25/af_x25.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 92cfe8e..d0dbce0 100644 --- a/net/x25/af_x25.c +++ b/net/x25/af_x25.c

RE: sky2: tx hang on dual-port Yukon XL when rx csum disabled

2008-01-28 Thread Brandeburg, Jesse
Tony Battersby wrote: I am experiencing network tx hangs on a dual-port SK-9E22 with sky2 in 2.6.24. The problem is triggered by both ports transmitting at high speed simultaneously. This problem is 100% quickly reproducible. Here is the setup: PC #1 with Intel PRO/1000 NIC: e1000 IP

Re: sky2: tx hang on dual-port Yukon XL when rx csum disabled

2008-01-28 Thread Stephen Hemminger
On Mon, 28 Jan 2008 13:43:19 -0500 Tony Battersby [EMAIL PROTECTED] wrote: I am experiencing network tx hangs on a dual-port SK-9E22 with sky2 in 2.6.24. The problem is triggered by both ports transmitting at high speed simultaneously. This problem is 100% quickly reproducible. Here is the

Re: [PATCH] [NET]: Remove PowerPC code from fec.c

2008-01-28 Thread Arnd Bergmann
On Friday 25 January 2008, Jochen Friedrich wrote: Maybe the wording should be changed to: This driver is now only used on ColdFire (m68knommu) processors. Conditional PowerPC code has been removed. How about adding a pointer to the driver that is now used on powerpc, for the people that

Re: sky2: tx hang on dual-port Yukon XL when rx csum disabled

2008-01-28 Thread Tony Battersby
What bus and chipset is in use on the systems with sky2? I have seen problems when using PCI-X on AMD systems (documented in AMD errata) due to multiple outstanding transactions. Motherboard: SuperMicro PDSME Chipset: Intel E7230 Processor: Intel Pentium D 3.4 GHz (note: tried both SMP and

Udev coldplugging loads 8139too driver instead of 8139cp

2008-01-28 Thread Frederik Himpe
Linux 2.6.24 kernel gives the following messages when udev coldplugging loads the driver for my NIC: 8139too :00:0b.0: This (id 10ec:8139 rev 20) is an enhanced 8139C+ chip 8139too :00:0b.0: Use the 8139cp driver for improved performance and stability. ACPI: PCI Interrupt Link [LNK1]

Re: Null pointer dereference when bringing up bonding device on kernel-2.6.24-2.fc9.i686

2008-01-28 Thread Jay Vosburgh
Benny Amorsen [EMAIL PROTECTED] wrote: https://bugzilla.redhat.com/show_bug.cgi?id=430391 I know what this is, I'll fix it. -J --- -Jay Vosburgh, IBM Linux Technology Center, [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe netdev in the

Null pointer dereference when bringing up bonding device on kernel-2.6.24-2.fc9.i686

2008-01-28 Thread Benny Amorsen
https://bugzilla.redhat.com/show_bug.cgi?id=430391 Bringing up interface bond0: BUG: unable to handle kernel NULL pointer dereference at virtual address printing eip: c0506fd8 *pde = 7f5f8067 Oops: [#1] SMP Modules linked in: bonding ipv6 xt_pkttype ipt_LOG ipt_iprange ipt_REJECT

Re: [PATCH] [NET] 9p: kill dead static inline buf_put_string

2008-01-28 Thread Eric Van Hensbergen
On Jan 25, 2008 4:46 PM, Ilpo Järvinen [EMAIL PROTECTED] wrote: From: =?ISO-8859-1?q?Ilpo=20J=E4rvinen?= [EMAIL PROTECTED] Signed-off-by: Ilpo Järvinen [EMAIL PROTECTED] Acked-by: Eric Van Hensbergen [EMAIL PROTECTED] -eric -- To unsubscribe from this list: send the line unsubscribe

sky2: tx hang on dual-port Yukon XL when rx csum disabled

2008-01-28 Thread Tony Battersby
I am experiencing network tx hangs on a dual-port SK-9E22 with sky2 in 2.6.24. The problem is triggered by both ports transmitting at high speed simultaneously. This problem is 100% quickly reproducible. Here is the setup: PC #1 with Intel PRO/1000 NIC: e1000 IP address 192.168.1.1 running

Re: 2.6.24 regression: Wake On Lan in sky2 broken on Mac mini

2008-01-28 Thread Stephen Hemminger
On Mon, 28 Jan 2008 09:48:55 +0100 Tino Keitel [EMAIL PROTECTED] wrote: On Mon, Jan 28, 2008 at 09:21:30 +0100, Mikael Pettersson wrote: Tino Keitel writes: Hi folks, with 2.6.24-rc8, Wake On LAN doesn't work anymore as it used to with 2.6.23 on my Mac mini Core Duo. I saw

Re: sky2: tx hang on dual-port Yukon XL when rx csum disabled

2008-01-28 Thread Tony Battersby
Brandeburg, Jesse wrote: make sure to disable the default Linux arp behavior for this kind of test on PC3 by* [EMAIL PROTECTED] echo 1 /proc/sys/net/ipv4/conf/all/arp_filter [EMAIL PROTECTED] echo 1 /proc/sys/net/ipv4/conf/eth0/arp_filter [EMAIL PROTECTED] echo 1

[2.6 patch] security/selinux/netlabel.c: fix double free

2008-01-28 Thread Adrian Bunk
This patch fixes a double free (security_netlbl_sid_to_secattr() already calls netlbl_secattr_destroy() when it returns !0) introduced by commit 45c950e0f839fded922ebc0bfd59b1081cc71b70 and spotted by the Coverity checker. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- ---

Re: [Bugme-new] [Bug 9836] New: e1000 network driver doesn't recognize (and load on) its hardware

2008-01-28 Thread Andrew Morton
On Mon, 28 Jan 2008 05:32:00 -0800 (PST) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=9836 Summary: e1000 network driver doesn't recognize (and load on) its hardware Product: Drivers Version: 2.5

RE: [Bugme-new] [Bug 9836] New: e1000 network driver doesn't recognize (and load on) its hardware

2008-01-28 Thread Brandeburg, Jesse
Andrew Morton wrote: On Mon, 28 Jan 2008 05:32:00 -0800 (PST) [EMAIL PROTECTED] wrote: http://bugzilla.kernel.org/show_bug.cgi?id=9836 Problem Description: recently e1000 network drivers stopped working when right after switching on or rebooting our Intel server. While trying to 'modprobe

[2.6 patch] remove the obsolete xircom_tulip_cb driver

2008-01-28 Thread Adrian Bunk
The xircom_tulip_cb driver has been replaced the xircom_cb driver, and since it depended on BROKEN_ON_SMP it e.g. was no longer present in many distribution kernels. This patch therefore removes it. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/net/tulip/Kconfig | 15

Re: [2.6 patch] security/selinux/netlabel.c: fix double free

2008-01-28 Thread Paul Moore
On Monday 28 January 2008 5:35:40 pm Adrian Bunk wrote: On Mon, Jan 28, 2008 at 05:23:46PM -0500, Paul Moore wrote: Thanks for finding this mistake, however, I'd rather see it fixed by removing the netlbl_secattr_destroy() call in security_netlbl_sid_to_secattr() as it really shouldn't be

Re: [PATCH 2/2] ixgb: enable sun hardware support for broadcom phy

2008-01-28 Thread Kok, Auke
Matheos Worku wrote: Jeff Garzik wrote: Auke Kok wrote: From: Matheos Worku [EMAIL PROTECTED] Implement support for a SUN-specific PHY. SUN provides a modified 82597-based board with their own PHY that works with very little modification to the code. This patch implements this new PHY

Re: [2.6 patch] security/selinux/netlabel.c: fix double free

2008-01-28 Thread Adrian Bunk
On Mon, Jan 28, 2008 at 05:23:46PM -0500, Paul Moore wrote: On Monday 28 January 2008 5:09:38 pm Adrian Bunk wrote: This patch fixes a double free (security_netlbl_sid_to_secattr() already calls netlbl_secattr_destroy() when it returns !0) introduced by commit

Re: [2.6 patch] security/selinux/netlabel.c: fix double free

2008-01-28 Thread Paul Moore
On Monday 28 January 2008 5:09:38 pm Adrian Bunk wrote: This patch fixes a double free (security_netlbl_sid_to_secattr() already calls netlbl_secattr_destroy() when it returns !0) introduced by commit 45c950e0f839fded922ebc0bfd59b1081cc71b70 and spotted by the Coverity checker. Hi Adrian,

[PATCH] bonding: fix race that causes invalid statistics

2008-01-28 Thread Andy Gospodarek
I've seen reports of invalid stats in /proc/net/dev for bonding interfaces, and found it's a pretty easy problem to reproduce. Since the current code zeros the bonding stats when a read is requested and a pointer to that data is returned to the caller we cannot guarantee that the caller has

net-2.6.25 status...

2008-01-28 Thread David Miller
I've been busy here at LCA08 rebasing the net-2.6.25 tree getting it ready for pushing to Linus. Most of the conflicts were to the usual places, such as the feature removal schedule text file, things like drivers/net/{Kconfig,Makefile} etc. I just send Linus a pull request so if he takes it

Re: [PATCH] bonding: fix race that causes invalid statistics

2008-01-28 Thread Chris Snook
Jay Vosburgh wrote: Andy Gospodarek [EMAIL PROTECTED] wrote: + memcpy(stats,local_stats,sizeof(net_device_stats)); FYI, this generates a compiler error (missing the word struct in here). Other than not compiling, the patch seems reasonable. I'll fix it up and include it in

Re: [PATCH] bonding: fix race that causes invalid statistics

2008-01-28 Thread Jay Vosburgh
Andy Gospodarek [EMAIL PROTECTED] wrote: + memcpy(stats,local_stats,sizeof(net_device_stats)); FYI, this generates a compiler error (missing the word struct in here). Other than not compiling, the patch seems reasonable. I'll fix it up and include it in the series I'll post

Re: [PATCH net-2.6.25] [IPV6] ADDRLABEL: Fix double free on label deletion.

2008-01-28 Thread David Miller
From: YOSHIFUJI Hideaki / 吉藤英明 [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 21:02:22 +0900 (JST) If an entry is being deleted because it has only one reference, we immediately delete it and blindly register the rcu handler for it, This results in oops by double freeing that object. This patch

Re: [PATCH] PHYLIB: Locking fixes for PHY I/O potentially sleeping

2008-01-28 Thread David Miller
From: Andy Fleming [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 18:29:39 -0600 Jeff, Dave, any chance we can get this one in for 2.6.25? It will allow a number of other drivers to start using PHY Lib. I'm sure Nate can resend if needed. This shouldn't be a problem. I just did my initial merge

Re: [PATCH] bonding: fix race that causes invalid statistics

2008-01-28 Thread Andy Gospodarek
On Mon, Jan 28, 2008 at 03:59:03PM -0800, Jay Osbourn wrote: Andy Gospodarek [EMAIL PROTECTED] wrote: +memcpy(stats,local_stats,sizeof(net_device_stats)); FYI, this generates a compiler error (missing the word struct in here). Other than not compiling, the patch seems

Re: [PATCH] [NET]: Remove PowerPC code from fec.c

2008-01-28 Thread Greg Ungerer
-- Forwarded message -- Date: Fri, 25 Jan 2008 15:33:45 +0100 From: Jochen Friedrich [EMAIL PROTECTED] To: Garzik, Jeff [EMAIL PROTECTED] Cc: Vitaly Bordug [EMAIL PROTECTED], Scott Wood [EMAIL PROTECTED], Kumar Gala [EMAIL PROTECTED], Geert Uytterhoeven [EMAIL

Re: [PATCH] PHYLIB: Locking fixes for PHY I/O potentially sleeping

2008-01-28 Thread Jeff Garzik
Andy Fleming wrote: Jeff, Dave, any chance we can get this one in for 2.6.25? It will allow a number of other drivers to start using PHY Lib. I'm sure Nate can resend if needed. On Jan 3, 2008, at 17:36, Nate Case wrote: PHY read/write functions can potentially sleep (e.g., a PHY accessed

Re: Udev coldplugging loads 8139too driver instead of 8139cp

2008-01-28 Thread Michael Tokarev
Frederik Himpe wrote: Linux 2.6.24 kernel gives the following messages when udev coldplugging loads the driver for my NIC: 8139too :00:0b.0: This (id 10ec:8139 rev 20) is an enhanced 8139C+ chip 8139too :00:0b.0: Use the 8139cp driver for improved performance and stability. There

Re: [PATCHv2 2.6.24] fib: fix route replacement, fib_info is shared

2008-01-28 Thread Julian Anastasov
Hello, On Mon, 28 Jan 2008, Jarek Poplawski wrote: BTW, the way add works wasn't questioned now, but it seems could be, or man ip should call it e.g. ip route add - add new destination, and append ip route append (unless I have old man). add is similar to prepend, only that

Re: [PATCH] PHYLIB: Locking fixes for PHY I/O potentially sleeping

2008-01-28 Thread Andy Fleming
Jeff, Dave, any chance we can get this one in for 2.6.25? It will allow a number of other drivers to start using PHY Lib. I'm sure Nate can resend if needed. On Jan 3, 2008, at 17:36, Nate Case wrote: PHY read/write functions can potentially sleep (e.g., a PHY accessed via I2C). The

Re: appearing again: kernel: eth0: too many iterations (6) in nv_nic_irq

2008-01-28 Thread Andy Gospodarek
On Mon, Jan 28, 2008 at 11:32:55AM -0200, Carlos Carvalho wrote: It seems that this problem with NVidia's nic comes up more and more... From time to time we get this in the log: Jan 27 14:43:12 duvel kernel: eth0: too many iterations (6) in nv_nic_irq. We algo get Jan 27 11:32:43 duvel

Re: Udev coldplugging loads 8139too driver instead of 8139cp

2008-01-28 Thread Stephen Hemminger
On Tue, 29 Jan 2008 03:46:08 +0300 Michael Tokarev [EMAIL PROTECTED] wrote: Frederik Himpe wrote: Linux 2.6.24 kernel gives the following messages when udev coldplugging loads the driver for my NIC: 8139too :00:0b.0: This (id 10ec:8139 rev 20) is an enhanced 8139C+ chip 8139too

Re: appearing again: kernel: eth0: too many iterations (6) in nv_nic_irq

2008-01-28 Thread Carlos Carvalho
Stephen Hemminger ([EMAIL PROTECTED]) wrote on 28 January 2008 08:06: On Mon, 28 Jan 2008 11:32:55 -0200 [EMAIL PROTECTED] (Carlos Carvalho) wrote: It seems that this problem with NVidia's nic comes up more and more... From time to time we get this in the log: Jan 27 14:43:12 duvel

[PATCH] SELinux: Fix double free in selinux_netlbl_sock_setsid()

2008-01-28 Thread Paul Moore
As pointed out by Adrian Bunk, commit 45c950e0f839fded922ebc0bfd59b1081cc71b70 caused a double-free when security_netlbl_sid_to_secattr() fails. This patch fixes this by removing the netlbl_secattr_destroy() call from that function since we are already releasing the secattr memory in

[0/3] [IPSEC]: Add async/aead support

2008-01-28 Thread Herbert Xu
Hi Dave: I've rebased the IPsec AEAD/async patches for the current net-2.6.25 tree. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmVHI~} [EMAIL PROTECTED] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To

[PATCH 2/3] [IPSEC]: Allow async algorithms

2008-01-28 Thread Herbert Xu
[IPSEC]: Allow async algorithms Now that ESP uses authenc we can turn on the support for async algorithms in IPsec. Signed-off-by: Herbert Xu [EMAIL PROTECTED] --- net/xfrm/xfrm_algo.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/xfrm/xfrm_algo.c

[PATCH 3/3] [IPSEC]: Add support for combined mode algorithms

2008-01-28 Thread Herbert Xu
[IPSEC]: Add support for combined mode algorithms This patch adds support for combined mode algorithms with GCM being the first algorithm supported. Combined mode algorithms can be added through the xfrm_user interface using the new algorithm payload type XFRMA_ALG_AEAD. Each algorithms is

[PATCH 1/3] [IPSEC]: Use crypto_aead and authenc in ESP

2008-01-28 Thread Herbert Xu
[IPSEC]: Use crypto_aead and authenc in ESP This patch converts ESP to use the crypto_aead interface and in particular the authenc algorithm. This lays the foundations for future support of combined mode algorithms. Signed-off-by: Herbert Xu [EMAIL PROTECTED] --- include/net/esp.h | 52

Re: [0/3] [IPSEC]: Add async/aead support

2008-01-28 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Tue, 29 Jan 2008 14:10:47 +1100 Hi Dave: I've rebased the IPsec AEAD/async patches for the current net-2.6.25 tree. I've queued this up into a local tree, thanks Herbert. I'm going to keep the real net-2.6.25.git tree untouched until Linus pulls

Re: [PATCH] SELinux: Fix double free in selinux_netlbl_sock_setsid()

2008-01-28 Thread David Miller
From: Paul Moore [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 21:20:26 -0500 As pointed out by Adrian Bunk, commit 45c950e0f839fded922ebc0bfd59b1081cc71b70 caused a double-free when security_netlbl_sid_to_secattr() fails. This patch fixes this by removing the netlbl_secattr_destroy() call from

Re: [PATCH] [NET] 9p: kill dead static inline buf_put_string

2008-01-28 Thread David Miller
From: Eric Van Hensbergen [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 15:42:44 -0600 On Jan 25, 2008 4:46 PM, Ilpo Järvinen [EMAIL PROTECTED] wrote: From: =?ISO-8859-1?q?Ilpo=20J=E4rvinen?= [EMAIL PROTECTED] Signed-off-by: Ilpo Järvinen [EMAIL PROTECTED] Acked-by: Eric Van Hensbergen [EMAIL

Re: [PATCH] [AX25]: Beautify x25_init() version printk.

2008-01-28 Thread David Miller
From: maximilian attems [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 18:31:10 +0100 kill ref to old version and dup Linux. Signed-off-by: maximilian attems [EMAIL PROTECTED] Applied -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED]

Re: [PATCH] [AX25]: Kill ax25_bind() user triggable printk.

2008-01-28 Thread David Miller
From: maximilian attems [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 18:31:09 +0100 on the last run overlooked that sfuzz triggable message. move the message to the corresponding comment. Signed-off-by: maximilian attems [EMAIL PROTECTED] Applied. -- To unsubscribe from this list: send the line

Re: [INET]: Prevent out-of-sync truesize on ip_fragment slow path

2008-01-28 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 22:12:59 +1100 Hi: [INET]: Prevent out-of-sync truesize on ip_fragment slow path When ip_fragment has to hit the slow path the value of skb-truesize may go out of sync because we would have updated it without changing the packet

Re: [PATCH][INET_DIAG]: Fix inet_diag_lock_handler error path

2008-01-28 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Mon, 28 Jan 2008 22:03:10 +1100 On Mon, Jan 28, 2008 at 12:20:50AM -0200, Arnaldo Carvalho de Melo wrote: Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=9825 The inet_diag_lock_handler function uses ERR_PTR to encode errors but its callers

Re: [PATCHv2 2.6.24] fib: fix route replacement, fib_info is shared

2008-01-28 Thread David Miller
From: Julian Anastasov [EMAIL PROTECTED] Date: Sat, 26 Jan 2008 14:41:32 +0200 (EET) fib_info can be shared by many route prefixes but we don't want duplicate alternative routes for a prefix+tos+priority. Last change was not correct to check fib_treeref because it accounts usage from

Feel more pleasure in love!

2008-01-28 Thread drandsu
Join the world of boundless enjoyments! http://uiwm.measureremember.com -- 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: [PATCHv2 2.6.24] fib_trie: apply fixes from fib_hash

2008-01-28 Thread David Miller
From: Julian Anastasov [EMAIL PROTECTED] Date: Sat, 26 Jan 2008 14:44:36 +0200 (EET) Update fib_trie with some fib_hash fixes: - check for duplicate alternative routes for prefix+tos+priority when replacing route - properly insert by matching tos together with priority - fix alias

Re: [PATCH net-2.6.25 4/7][ATM]: [br2864] routed support

2008-01-28 Thread Chung-Chi Lo
On Jan 26, 2008 8:20 PM, chas williams - CONTRACTOR [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED],Chung- Chi Lo writes: By the way, this routed mode patch doesn't include encaps=VCMUX and RFC2684 routed protocol decapsulation? yep. eric believes the following should fix both