Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72078891 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Merge android-4.4-p.205 (51697879) into msm-4.4"

parents a94efeeb 18d18834
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = 4
PATCHLEVEL = 4
SUBLEVEL = 204
SUBLEVEL = 205
EXTRAVERSION =
NAME = Blurry Fish Butt

+2 −4
Original line number Diff line number Diff line
@@ -951,12 +951,10 @@ set_rcvbuf:
			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: