Re: [patch 3/5] net: fix uaccess handling

2006-10-30 Thread David Miller
From: Heiko Carstens <[EMAIL PROTECTED]> Date: Thu, 26 Oct 2006 15:03:17 +0200 > Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]> > --- > net/ipv4/raw.c | 17 +++-- > net/ipv6/raw.c | 17 +++-- > net/netlink/af_netlink.c |5 +++-- > 3 files cha

[patch 3/5] net: fix uaccess handling

2006-10-26 Thread Heiko Carstens
Signed-off-by: Heiko Carstens <[EMAIL PROTECTED]> --- net/ipv4/raw.c | 17 +++-- net/ipv6/raw.c | 17 +++-- net/netlink/af_netlink.c |5 +++-- 3 files changed, 25 insertions(+), 14 deletions(-) Index: linux-2.6/net/ipv4/raw.c ===