Re: [PATCH - 2.6.14.5]x25: fix for broken x25 module

2006-01-03 Thread David S. Miller
From: Shaun Pereira <[EMAIL PROTECTED]> Date: Tue, 03 Jan 2006 16:48:27 +1100 > - > - if (sock_flag(osk, SOCK_ZAPPED)) > - sock_set_flag(sk, SOCK_ZAPPED); > - > - if (sock_flag(osk, SOCK_DBG)) > - sock_set_flag(sk, SOCK_DBG); > + sock_copy_flags(sk, osk); Please get your email setup such that th

[PATCH - 2.6.14.5]x25: fix for broken x25 module

2006-01-02 Thread Shaun Pereira
Hi Have included a patch fix for the x25 module in the latest stable version of the kernel. Problem: When a user-space server application calls bind on a socket, then in kernel space this bound socket is considered 'x25-linked' and the SOCK_ZAPPED flag is unset.(As in x25_bind()/af_x25.c). Now