Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Jarek Poplawski
On Sun, Jan 27, 2008 at 02:11:26AM +0100, Jarek Poplawski wrote: ... > But comment#3 is "ambiguous"... It looks like you don't want to show > us too much... So, apparently you change the route, but it seems this > route exists; you have this: > 10.0.0.0/8 dev eth0 scope link > but probably also

Re: [Bugme-new] [Bug 9825] New: GPF in kernel when /sbin/ss used for display DCCP sockets.

2008-01-26 Thread Andrew Morton
> On Sat, 26 Jan 2008 13:18:40 -0800 (PST) [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=9825 > >Summary: GPF in kernel when /sbin/ss used for display DCCP > sockets. >Product: Networking >Version: 2.5 > KernelVer

Re: netatalk slow after system upgrade (possibly kernel problem?)

2008-01-26 Thread Andrew Morton
(cc netdev) > On Fri, 25 Jan 2008 12:55:42 +0100 Michael Monnerie <[EMAIL PROTECTED]> wrote: > Dear lists, > > I've been spending a LOT of time trying to find out where's the problem, > but can't find it and therefore seek urgent help now. We have the > following system: > > Server with VMwar

Re: [Lksctp-developers] [PATCH] SCTP: Fix kernel panic while received retransmitted ASCONF chunk 3 times

2008-01-26 Thread Vlad Yasevich
Ack. Good catch. What do you use to generate this traffic? This also looks like a good test to add to our regression test suite. Thanks -vlad On Jan 26, 2008, at 11:09 AM, Wei Yongjun <[EMAIL PROTECTED]> wrote: While endpoint recived the ASCONF chunk with the same serial number for 3 ti

Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Jarek Poplawski
On Sat, Jan 26, 2008 at 04:19:34PM +0100, Jarek Poplawski wrote: > On Sat, Jan 26, 2008 at 03:27:00PM +0100, Andreas Schwab wrote: > > Jarek Poplawski <[EMAIL PROTECTED]> writes: > > > > > And, after re-reading this bugzilla report, I'm pretty sure the thing > > > should be done with 'ip route cha

Re: iproute2 (addr flush) infinite loop when unprivileged users

2008-01-26 Thread Alon Bar-Lev
On 1/26/08, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > iptunnel.c:(.text+0x51c): undefined reference to `__constant_htons' > > iptunnel.o:iptunnel.c:(.text+0x535): more undefined references to > > `__constant_htons' follow > > collect2: ld returned 1 exit status > > make[1]: *** [ip] Error 1

Compex FreedomLine 32 PnP-PCI2 broken with de2104x

2008-01-26 Thread Ondrej Zary
Hello, I was having problems with these FreedomLine cards with Linux before but tested it thoroughly today. This card uses DEC 21041 chip and has TP and BNC connectors: 00:12.0 Ethernet controller [0200]: Digital Equipment Corporation DECchip 21041 [Tulip Pass 3] [1011:0014] (rev 21) de2104x

Re: iproute2 (addr flush) infinite loop when unprivileged users

2008-01-26 Thread Stephen Hemminger
On Sat, 26 Jan 2008 10:58:58 +0200 "Alon Bar-Lev" <[EMAIL PROTECTED]> wrote: > On 1/26/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > > On 1/26/08, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > The issue is that iproute is just blindly sending the deletes and > > > not asking for acknowledgmen

Re: iproute2 (addr flush) infinite loop when unprivileged users

2008-01-26 Thread Stephen Hemminger
On Sat, 26 Jan 2008 10:58:58 +0200 "Alon Bar-Lev" <[EMAIL PROTECTED]> wrote: > On 1/26/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > > On 1/26/08, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > The issue is that iproute is just blindly sending the deletes and > > > not asking for acknowledgmen

Re: iproute2 (addr flush) infinite loop when unprivileged users

2008-01-26 Thread Stephen Hemminger
On Sat, 26 Jan 2008 10:58:58 +0200 "Alon Bar-Lev" <[EMAIL PROTECTED]> wrote: > On 1/26/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > > On 1/26/08, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > > The issue is that iproute is just blindly sending the deletes and > > > not asking for acknowledgmen

[PATCH] SCTP: Fix kernel panic while received retransmitted ASCONF chunk 3 times

2008-01-26 Thread Wei Yongjun
While endpoint recived the ASCONF chunk with the same serial number for 3 times, the endpoint will panic. Test as following: Endpoint A Endpoint B (ESTABLISHED) (ESTABLISHED) ASCONF --> (serial = 1) <-- ASCONF-AC

Re: [PATCH] FIXED_MII_100_FDX

2008-01-26 Thread Kumar Gala
On Jan 26, 2008, at 12:54 AM, Sean MacLennan wrote: On the last git pull, FIXED_MII_100_FDX was removed from the phy Kconfig, but the Kconfig for CPMAC still tried to select it. Cheers, Sean Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> --- diff --git a/drivers/net/Kconfig b/drivers/ne

Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Jarek Poplawski
On Sat, Jan 26, 2008 at 03:27:00PM +0100, Andreas Schwab wrote: > Jarek Poplawski <[EMAIL PROTECTED]> writes: > > > And, after re-reading this bugzilla report, I'm pretty sure the thing > > should be done with 'ip route change' (but I didn't check if 2.6.24 > > knows about this...). > > $ man ip

Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Jarek Poplawski
On Sat, Jan 26, 2008 at 03:10:10PM +0100, Jarek Poplawski wrote: ... > [...] so old thing is always supposed to be > destroyed (of course it's a matter of implementation or conditions in > which moment this destruction takes place). > > So, 'replace with itself' is simply ambiguous: we can always

Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Andreas Schwab
Jarek Poplawski <[EMAIL PROTECTED]> writes: > And, after re-reading this bugzilla report, I'm pretty sure the thing > should be done with 'ip route change' (but I didn't check if 2.6.24 > knows about this...). $ man ip [...] ip route add - add new route ip route change - change route ip

Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Jarek Poplawski
On Sat, Jan 26, 2008 at 12:40:36PM +0100, Jarek Poplawski wrote: > On Sat, Jan 26, 2008 at 02:16:01PM +0900, Joonwoo Park wrote: > > 2008/1/26, Andrew Morton <[EMAIL PROTECTED]>: > > > > > > But whatever. It used to work. People's scripts will break. > > > Regression. > > > > > > > Also I tho

[PATCHv2 2.6.24] fib_trie: apply fixes from fib_hash

2008-01-26 Thread Julian Anastasov
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 walking to use list_for_each_entry_continue for insertion and deletion when fa_head is not NU

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

2008-01-26 Thread Julian Anastasov
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 other prefixes. Additionally, avoid replacement without error if new route is same, as Joo

Re: [PATCH 00/14][v3]: Driver for Wireless RNDIS USB devices.

2008-01-26 Thread Jussi Kivilinna
On Fri, 2008-01-25 at 15:09 -0800, David Brownell wrote: > If they're the same, my ack (as maintainer for that infrastructure > and, for now, rndis_host) still stands. I won't look at them again. > Ah, ok. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a mes

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

2008-01-26 Thread chas williams - CONTRACTOR
In message <[EMAIL PROTECTED]>,"Chung- Chi Lo" writes: >Question to decode the encaps=VCMUX and bridge mode: > >This line >skb_pull((skb, BR2684_PAD_LEN + ETH_HLEN); >should be replaced by >skb_pull((skb, BR2684_PAD_LEN); you are correct. >By the way, this routed mode patch doesn't include encaps

Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Jarek Poplawski
On Fri, Jan 25, 2008 at 07:20:26PM -0800, Andrew Morton wrote: ... > That's not a very good analogy - the source is a kernel object. A better > example would be: > > linux-2.6.24-rc8: > > echo foo > /tmp/1 > echo bar > /tmp/2 > echo foo > /tmp/1 > > linux-2.6.24: > > echo foo > /tmp/1 > echo b

Re: [Bugme-new] [Bug 9816] New: cannot replace route

2008-01-26 Thread Jarek Poplawski
On Sat, Jan 26, 2008 at 02:16:01PM +0900, Joonwoo Park wrote: > 2008/1/26, Andrew Morton <[EMAIL PROTECTED]>: > > > > But whatever. It used to work. People's scripts will break. Regression. > > > > Also I thought that 'replace with itself' should be error as like Jarek. > But it used to work a

Re: [PATCH 2.6.24] fib_trie: apply fixes from fib_hash

2008-01-26 Thread Julian Anastasov
Hello, On Sat, 26 Jan 2008, Joonwoo Park wrote: > > > Not tested, someone please check the findings news: simple testing of patched fib_trie seems to work > > > - if (fi->fib_treeref > 1) > > > + fa = fa_first; > > > +

Re: iproute2 (addr flush) infinite loop when unprivileged users

2008-01-26 Thread Alon Bar-Lev
On 1/26/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > On 1/26/08, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > The issue is that iproute is just blindly sending the deletes and > > not asking for acknowledgment status. Here is a trivial patch to iproute > > to fix that, but the problem is that