Re: [PATCH 2.6.21-rc5-rt12] IPV6: Flag bit of ebitmask is not set in __inet6_hash.

2007-04-06 Thread Masayuki Nakagawa
Ingo-san This is a RT specific issue, and this fix is not needed in mainline. When searching in-use sockets via netstat, RT uses a bitmap(ebitmask) for fast search. Non-RT doesn't use the bitmap. Following patch is abstracted from RT patch(patch-2.6.21-rc5-rt12). ---

Re: [PATCH 2.6.21-rc5-rt12] IPV6: Flag bit of ebitmask is not set in __inet6_hash.

2007-04-06 Thread Masayuki Nakagawa
Ingo-san This is a RT specific issue, and this fix is not needed in mainline. When searching in-use sockets via netstat, RT uses a bitmap(ebitmask) for fast search. Non-RT doesn't use the bitmap. Following patch is abstracted from RT patch(patch-2.6.21-rc5-rt12). ---

Re: [PATCH 2.6.21-rc5-rt12] IPV6: Flag bit of ebitmask is not set in __inet6_hash.

2007-04-05 Thread David Miller
From: Ingo Molnar <[EMAIL PROTECTED]> Date: Thu, 5 Apr 2007 21:07:14 +0200 > * Masayuki Nakagawa <[EMAIL PROTECTED]> wrote: > > > I found an issue with -rt patch. It is that netstat doesn't show IPv6 > > sockets in ESTABLISHED state. This issue happens because a flag bit of > > ebitmask is not

Re: [PATCH 2.6.21-rc5-rt12] IPV6: Flag bit of ebitmask is not set in __inet6_hash.

2007-04-05 Thread Ingo Molnar
* Masayuki Nakagawa <[EMAIL PROTECTED]> wrote: > I found an issue with -rt patch. It is that netstat doesn't show IPv6 > sockets in ESTABLISHED state. This issue happens because a flag bit of > ebitmask is not set when the IPv6 socket connection is established. > > The fix is to set the flag

Re: [PATCH 2.6.21-rc5-rt12] IPV6: Flag bit of ebitmask is not set in __inet6_hash.

2007-04-05 Thread Ingo Molnar
* Masayuki Nakagawa [EMAIL PROTECTED] wrote: I found an issue with -rt patch. It is that netstat doesn't show IPv6 sockets in ESTABLISHED state. This issue happens because a flag bit of ebitmask is not set when the IPv6 socket connection is established. The fix is to set the flag bit in

Re: [PATCH 2.6.21-rc5-rt12] IPV6: Flag bit of ebitmask is not set in __inet6_hash.

2007-04-05 Thread David Miller
From: Ingo Molnar [EMAIL PROTECTED] Date: Thu, 5 Apr 2007 21:07:14 +0200 * Masayuki Nakagawa [EMAIL PROTECTED] wrote: I found an issue with -rt patch. It is that netstat doesn't show IPv6 sockets in ESTABLISHED state. This issue happens because a flag bit of ebitmask is not set when