Re: [PATCH 1/3] [IrDA] af_irda.c cleanups

2006-09-27 Thread David Miller
From: Samuel Ortiz <[EMAIL PROTECTED]> Date: Mon, 11 Sep 2006 08:46:36 +0300 > We lock the socket when both releasing and getting a disconnected > notification. In the latter case, we also ste the socket as orphan. > This fixes a potential kernel bug that can be triggered when we get the > disconn

Re: [PATCH 1/3] [IrDA] af_irda.c cleanups

2006-09-11 Thread Jean Tourrilhes
On Mon, Sep 11, 2006 at 08:46:36AM +0300, Samuel Ortiz wrote: > Hi Dave, > > We lock the socket when both releasing and getting a disconnected > notification. In the latter case, we also ste the socket as orphan. > This fixes a potential kernel bug that can be triggered when we get the > disconnec

[PATCH 1/3] [IrDA] af_irda.c cleanups

2006-09-10 Thread Samuel Ortiz
Hi Dave, We lock the socket when both releasing and getting a disconnected notification. In the latter case, we also ste the socket as orphan. This fixes a potential kernel bug that can be triggered when we get the disconnection notification before closing the socket. Signed-off-by: Samuel Ortiz