All of lore.kernel.org
 help / color / mirror / Atom feed
* ping6 to own link-local address
@ 2007-03-20  9:19 YOSHIFUJI Hideaki / 吉藤英明
  2007-03-20 22:16 ` Sridhar Samudrala
  0 siblings, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-03-20  9:19 UTC (permalink / raw)
  To: netdev; +Cc: CHINEN, yoshfuji

Hello.

Recent 2.6.21-git kernels do not respond to ping6 queries
to our own (local) link-local address.  Now bisecting...

--yoshfuji

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ping6 to own link-local address
  2007-03-20  9:19 ping6 to own link-local address YOSHIFUJI Hideaki / 吉藤英明
@ 2007-03-20 22:16 ` Sridhar Samudrala
  2007-03-20 23:26   ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 8+ messages in thread
From: Sridhar Samudrala @ 2007-03-20 22:16 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / 吉藤英明; +Cc: netdev, CHINEN

On Tue, 2007-03-20 at 10:19 +0100, YOSHIFUJI Hideaki / 吉藤英明 wrote:
> Hello.
> 
> Recent 2.6.21-git kernels do not respond to ping6 queries
> to our own (local) link-local address.  Now bisecting...

The following patch seems to be the cause for this regression.

[IPV6] ROUTE: Do not route packets to link-local address on other device.

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a0d78ebf3a0e33a1aeacf2fc518ad9273d6a1c2f

Thanks
Sridhar


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ping6 to own link-local address
  2007-03-20 22:16 ` Sridhar Samudrala
@ 2007-03-20 23:26   ` YOSHIFUJI Hideaki / 吉藤英明
  2007-03-28  7:57     ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-03-20 23:26 UTC (permalink / raw)
  To: sri; +Cc: netdev, CHINEN, yoshfuji

In article <1174429000.3255.3.camel@w-sridhar2.beaverton.ibm.com> (at Tue, 20 Mar 2007 15:16:40 -0700), Sridhar Samudrala <sri@us.ibm.com> says:

> On Tue, 2007-03-20 at 10:19 +0100, YOSHIFUJI Hideaki / 吉藤英明 wrote:
> > Hello.
> > 
> > Recent 2.6.21-git kernels do not respond to ping6 queries
> > to our own (local) link-local address.  Now bisecting...
> 
> The following patch seems to be the cause for this regression.
> 
> [IPV6] ROUTE: Do not route packets to link-local address on other device.
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a0d78ebf3a0e33a1aeacf2fc518ad9273d6a1c2f

Right.  Hmm...

--yoshfuji

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ping6 to own link-local address
  2007-03-20 23:26   ` YOSHIFUJI Hideaki / 吉藤英明
@ 2007-03-28  7:57     ` YOSHIFUJI Hideaki / 吉藤英明
  2007-03-28  8:45       ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-03-28  7:57 UTC (permalink / raw)
  To: davem; +Cc: sri, netdev, CHINEN, yoshfuji

In article <20070321.002609.58216683.yoshfuji@linux-ipv6.org> (at Wed, 21 Mar 2007 00:26:09 +0100 (CET)), YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> says:

> In article <1174429000.3255.3.camel@w-sridhar2.beaverton.ibm.com> (at Tue, 20 Mar 2007 15:16:40 -0700), Sridhar Samudrala <sri@us.ibm.com> says:
> 
> > On Tue, 2007-03-20 at 10:19 +0100, YOSHIFUJI Hideaki / 吉藤英明 wrote:
> > > Hello.
> > > 
> > > Recent 2.6.21-git kernels do not respond to ping6 queries
> > > to our own (local) link-local address.  Now bisecting...
> > 
> > The following patch seems to be the cause for this regression.
> > 
> > [IPV6] ROUTE: Do not route packets to link-local address on other device.
> > 
> > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a0d78ebf3a0e33a1aeacf2fc518ad9273d6a1c2f
> 
> Right.  Hmm...

Well, 2.6.21 is coming.  I think it is better to revert it for now.
Current situation is more critical than the original.

Dave?

--yoshfuji

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ping6 to own link-local address
  2007-03-28  7:57     ` YOSHIFUJI Hideaki / 吉藤英明
@ 2007-03-28  8:45       ` David Miller
  2007-04-06  7:35         ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2007-03-28  8:45 UTC (permalink / raw)
  To: yoshfuji; +Cc: sri, netdev, CHINEN

From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Date: Wed, 28 Mar 2007 16:57:48 +0900 (JST)

> In article <20070321.002609.58216683.yoshfuji@linux-ipv6.org> (at Wed, 21 Mar 2007 00:26:09 +0100 (CET)), YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> says:
> 
> > In article <1174429000.3255.3.camel@w-sridhar2.beaverton.ibm.com> (at Tue, 20 Mar 2007 15:16:40 -0700), Sridhar Samudrala <sri@us.ibm.com> says:
> > 
> > > The following patch seems to be the cause for this regression.
> > > 
> > > [IPV6] ROUTE: Do not route packets to link-local address on other device.
> > > 
> > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a0d78ebf3a0e33a1aeacf2fc518ad9273d6a1c2f
> > 
> > Right.  Hmm...
> 
> Well, 2.6.21 is coming.  I think it is better to revert it for now.
> Current situation is more critical than the original.
> 
> Dave?

I will look into this and make some kind of decision on how
to proceed tomorrow.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ping6 to own link-local address
  2007-03-28  8:45       ` David Miller
@ 2007-04-06  7:35         ` YOSHIFUJI Hideaki / 吉藤英明
  2007-04-06  8:02           ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2007-04-06  7:35 UTC (permalink / raw)
  To: davem; +Cc: sri, netdev, CHINEN, yoshfuji, torvalds

Hello.

In article <20070328.014533.112621902.davem@davemloft.net> (at Wed, 28 Mar 2007 01:45:33 -0700 (PDT)), David Miller <davem@davemloft.net> says:

> > > > [IPV6] ROUTE: Do not route packets to link-local address on other device.
> > > > 
> > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=a0d78ebf3a0e33a1aeacf2fc518ad9273d6a1c2f
> > > 
> > > Right.  Hmm...
> > 
> > Well, 2.6.21 is coming.  I think it is better to revert it for now.
> > Current situation is more critical than the original.
> > 
> > Dave?
> 
> I will look into this and make some kind of decision on how
> to proceed tomorrow.

Dave?

I do think this is a regression in 2.6.21-rcs, and it is much
better to revert it.

Thank you.

--yoshfuji

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ping6 to own link-local address
  2007-04-06  7:35         ` YOSHIFUJI Hideaki / 吉藤英明
@ 2007-04-06  8:02           ` David Miller
  2007-04-06 18:43             ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2007-04-06  8:02 UTC (permalink / raw)
  To: yoshfuji; +Cc: sri, netdev, CHINEN, torvalds

From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Date: Fri, 06 Apr 2007 16:35:31 +0900 (JST)

> Dave?
> 
> I do think this is a regression in 2.6.21-rcs, and it is much
> better to revert it.

My apologies, I promise I will look into this tomorrow.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ping6 to own link-local address
  2007-04-06  8:02           ` David Miller
@ 2007-04-06 18:43             ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2007-04-06 18:43 UTC (permalink / raw)
  To: yoshfuji; +Cc: sri, netdev, CHINEN, torvalds

From: David Miller <davem@davemloft.net>
Date: Fri, 06 Apr 2007 01:02:48 -0700 (PDT)

> From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
> Date: Fri, 06 Apr 2007 16:35:31 +0900 (JST)
> 
> > Dave?
> > 
> > I do think this is a regression in 2.6.21-rcs, and it is much
> > better to revert it.
> 
> My apologies, I promise I will look into this tomorrow.

Ok, I will revert this change, it does seem to be the best way to fix
this for now as I cannot figure out how to quickly fix this bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-04-06 18:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-20  9:19 ping6 to own link-local address YOSHIFUJI Hideaki / 吉藤英明
2007-03-20 22:16 ` Sridhar Samudrala
2007-03-20 23:26   ` YOSHIFUJI Hideaki / 吉藤英明
2007-03-28  7:57     ` YOSHIFUJI Hideaki / 吉藤英明
2007-03-28  8:45       ` David Miller
2007-04-06  7:35         ` YOSHIFUJI Hideaki / 吉藤英明
2007-04-06  8:02           ` David Miller
2007-04-06 18:43             ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.