Home
last modified time | relevance | path

Searched hist:"4 e33fa14" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Draw.c4e33fa14 Tue Dec 05 15:48:27 CST 2006 Masahide NAKAMURA <nakam@linux-ipv6.org> [IPV6] RAW: Don't release unlocked sock.

When user builds IPv6 header and send it through raw socket, kernel
tries to release unlocked sock. (Kernel log shows
"BUG: bad unlock balance detected" with enabled debug option.)

The lock is held only for non-hdrincl sock in this function
then this patch fix to do nothing about lock for hdrincl one.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
4e33fa14 Tue Dec 05 15:48:27 CST 2006 Masahide NAKAMURA <nakam@linux-ipv6.org> [IPV6] RAW: Don't release unlocked sock.

When user builds IPv6 header and send it through raw socket, kernel
tries to release unlocked sock. (Kernel log shows
"BUG: bad unlock balance detected" with enabled debug option.)

The lock is held only for non-hdrincl sock in this function
then this patch fix to do nothing about lock for hdrincl one.

Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>