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
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