]> asedeno.scripts.mit.edu Git - linux.git/commit
net: devlink: add port type spinlock
authorJiri Pirko <jiri@mellanox.com>
Sun, 24 Mar 2019 10:14:37 +0000 (11:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Mar 2019 18:55:31 +0000 (14:55 -0400)
commitb8f975545cdbcc316cf20e827e7966d4410b5c5a
treeb53eda2346f5ff0bac3b5810a3321d8d6ba27ab3
parent2b239e7090b89d1e2b73b48300686221ca948637
net: devlink: add port type spinlock

Add spinlock to protect port type and type_dev pointer consistency.
Without that, userspace may see inconsistent type and type_dev
combinations.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
v1->v2:
- rebased
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/devlink.h
net/core/devlink.c