Loading Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 9 SUBLEVEL = 204 SUBLEVEL = 205 EXTRAVERSION = NAME = Roaring Lionus Loading net/core/sock.c +2 −4 Original line number Diff line number Diff line Loading @@ -945,12 +945,10 @@ int sock_setsockopt(struct socket *sock, int level, int optname, clear_bit(SOCK_PASSSEC, &sock->flags); break; case SO_MARK: if (!ns_capable(sock_net(sk)->user_ns, CAP_NET_ADMIN)) { if (!ns_capable(sock_net(sk)->user_ns, CAP_NET_ADMIN)) ret = -EPERM; } else if (val != sk->sk_mark) { else sk->sk_mark = val; sk_dst_reset(sk); } break; case SO_RXQ_OVFL: Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 9 SUBLEVEL = 204 SUBLEVEL = 205 EXTRAVERSION = NAME = Roaring Lionus Loading
net/core/sock.c +2 −4 Original line number Diff line number Diff line Loading @@ -945,12 +945,10 @@ int sock_setsockopt(struct socket *sock, int level, int optname, clear_bit(SOCK_PASSSEC, &sock->flags); break; case SO_MARK: if (!ns_capable(sock_net(sk)->user_ns, CAP_NET_ADMIN)) { if (!ns_capable(sock_net(sk)->user_ns, CAP_NET_ADMIN)) ret = -EPERM; } else if (val != sk->sk_mark) { else sk->sk_mark = val; sk_dst_reset(sk); } break; case SO_RXQ_OVFL: Loading