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).
--- Abstract
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
* 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 b
3 matches
Mail list logo