netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Netdev <netdev@oss.sgi.com>,
	YOSHIFUJI Hideaki / ???????????? <yoshfuji@linux-ipv6.org>
Subject: Re: IPv6 badness continues
Date: Sat, 08 Jan 2005 12:24:22 -0500	[thread overview]
Message-ID: <41E01746.3080501@pobox.com> (raw)
In-Reply-To: <20050108042509.GA1959@gondor.apana.org.au>

Herbert Xu wrote:
> ===== net/ipv6/route.c 1.102 vs edited =====
> --- 1.102/net/ipv6/route.c	2004-11-30 14:24:46 +11:00
> +++ edited/net/ipv6/route.c	2005-01-08 15:23:24 +11:00
> @@ -379,6 +379,7 @@
>  	int err;
>  
>  	write_lock_bh(&rt6_lock);
> +	WARN_ON(rt->u.dst->obsolete);
>  	err = fib6_add(&ip6_routing_table, rt, nlh, _rtattr);
>  	write_unlock_bh(&rt6_lock);

still broken:

net/ipv6/route.c: In function `ip6_ins_rt':
net/ipv6/route.c:382: error: invalid type argument of `->'

  reply	other threads:[~2005-01-08 17:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-04  6:40 IPv6 badness continues Jeff Garzik
2005-01-04  9:33 ` Lennert Buytenhek
2005-01-04 20:57   ` Pekka Savola
2005-01-05 10:19     ` Lennert Buytenhek
2005-01-04 23:26   ` Jeff Garzik
2005-01-07  2:18 ` [RFC PATCH] Fix double dereference (Re: IPv6 badness continues) YOSHIFUJI Hideaki / 吉藤英明
2005-01-07  3:53   ` David S. Miller
2005-01-07  9:30     ` [RFC PATCH] Fix double dereference YOSHIFUJI Hideaki / 吉藤英明
2005-01-08  3:24   ` [RFC PATCH] Fix double dereference (Re: IPv6 badness continues) Herbert Xu
2005-01-08  4:25 ` IPv6 badness continues Herbert Xu
2005-01-08 17:24   ` Jeff Garzik [this message]
2005-01-08 18:35     ` Herbert Xu
2005-01-09  1:12       ` Jeff Garzik
2005-01-09 10:31         ` Herbert Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41E01746.3080501@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=netdev@oss.sgi.com \
    --cc=yoshfuji@linux-ipv6.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).