From: Jarek Poplawski <jarkao2@gmail.com>
To: Chase Douglas <chasedouglas.lists@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: neigh_params_release() usage in net/ipv6/addrconf.c
Date: Sun, 17 May 2009 13:09:52 +0200 [thread overview]
Message-ID: <20090517110951.GA3377@ami.dom.local> (raw)
In-Reply-To: <1A56FDAE-2ECF-4D1C-BAC4-D59594BFB62A@gmail.com>
On Sat, May 16, 2009 at 06:57:22PM -0400, Chase Douglas wrote:
> On May 16, 2009, at 6:15 PM, Jarek Poplawski wrote:
...
>> Anyway, it seems you do this vlan on the loopback. If so, there is:
>>
>> if ((dev->flags & IFF_LOOPBACK) && how == 1)
>> how = 0;
>>
>> at least before 2.6.29 kernels, and vlans copy most of the flags.
>> Otherwise, how == 1 should work OK.
>
> I did see that as well. I didn't think that was a fix because I put a
> printk in there to determine if I was hitting it. Unfortunately, I
> forgot to copy the new module over before I retested, so I didn't see
> the message at first. That block was the culprit though.
>
> I grabbed the git commit that included the change to remove the block.
> So far my patched kernel seems to be working correctly with the patch.
This was probably to fix another problem, and considering there is more
such IFF_LOOPBACK tests, doing vlan on the loopback looks risky to me.
> The reason I'm hesitant to do that can be seen in the case of SLES 10 SP
> 2. Even though it's 2.6.16, it has so many fixes and backports and SuSE
> changes that it ends up very different from a stock 2.6.16 kernel. Either
> way, the SLES 11 kernel is based on 2.6.27.
So, you mean SLES 11.1 according to this:
http://distrowatch.com/table.php?distribution=suse
Anyway, it's "expected" here to verify bug reports against possibly
latest stable vanilla kernels, and considering the amount of your
debugging work, I guess it wouldn't add too much.
Cheers,
Jarek P.
next prev parent reply other threads:[~2009-05-17 11:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-15 16:33 neigh_params_release() usage in net/ipv6/addrconf.c Chase Douglas
2009-05-16 22:15 ` Jarek Poplawski
2009-05-16 22:57 ` Chase Douglas
2009-05-17 11:09 ` Jarek Poplawski [this message]
2009-05-17 11:15 ` Jarek Poplawski
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=20090517110951.GA3377@ami.dom.local \
--to=jarkao2@gmail.com \
--cc=chasedouglas.lists@gmail.com \
--cc=netdev@vger.kernel.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 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.