]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: invert flowlabel sharing check in process and user mode
authorWillem de Bruijn <willemb@google.com>
Thu, 25 Apr 2019 16:06:54 +0000 (12:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Apr 2019 22:22:56 +0000 (18:22 -0400)
commit459af98ffe65722899b6f52d241cf82e9d50ba70
tree9fb129a84de34397caabc0694dc1c2e6f953c7fc
parent8bd7be74051d5a284a4042ec31e4a44782926936
ipv6: invert flowlabel sharing check in process and user mode

A request for a flowlabel fails in process or user exclusive mode must
fail if the caller pid or uid does not match. Invert the test.

Previously, the test was unsafe wrt PID recycling, but indeed tested
for inequality: fl1->owner != fl->owner

Fixes: 56fef4f66b170 ("net ip6 flowlabel: Make owner a union of struct pid* and kuid_t")
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_flowlabel.c