Re: [PATCH] Fix socket bitop damage

2005-08-23 Thread David S. Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Mon, 22 Aug 2005 12:02:18 +0100 > The socket flag cleanups that went into 2.6.12-rc1 are basically oring > the flags of an old socket into the socket just being created. > Unfortunately that one was just initialized by sock_init_data(), so already > has

Re: [PATCH] Fix socket bitop damage

2005-08-22 Thread Thomas Graf
* Thomas Graf <[EMAIL PROTECTED]> 2005-08-22 13:14 > * Ralf Baechle <[EMAIL PROTECTED]> 2005-08-22 12:02 > > The socket flag cleanups that went into 2.6.12-rc1 are basically oring > > the flags of an old socket into the socket just being created. > > Unfortunately that one was just initialized by s

Re: [PATCH] Fix socket bitop damage

2005-08-22 Thread Thomas Graf
* Ralf Baechle <[EMAIL PROTECTED]> 2005-08-22 12:02 > The socket flag cleanups that went into 2.6.12-rc1 are basically oring > the flags of an old socket into the socket just being created. > Unfortunately that one was just initialized by sock_init_data(), so already > has SOCK_ZAPPED set. As the

[PATCH] Fix socket bitop damage

2005-08-22 Thread Ralf Baechle
The socket flag cleanups that went into 2.6.12-rc1 are basically oring the flags of an old socket into the socket just being created. Unfortunately that one was just initialized by sock_init_data(), so already has SOCK_ZAPPED set. As the result zapped sockets are created and all incoming connectio