linux_dsm_epyc7002/drivers/net/netdevsim
Taehee Yoo 2c9d8e01f0 netdevsim: fix unbalaced locking in nsim_create()
In the nsim_create(), rtnl_lock() is called before nsim_bpf_init().
If nsim_bpf_init() is failed, rtnl_unlock() should be called,
but it isn't called.
So, unbalanced locking would occur.

Fixes: e05b2d141f ("netdevsim: move netdev creation/destruction to dev probe")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-07-21 16:00:43 -07:00
..
bpf.c netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfs 2020-02-03 15:32:20 -08:00
bus.c netdevsim: use __GFP_NOWARN to avoid memalloc warning 2020-02-03 15:32:20 -08:00
dev.c netdevsim: Register control traps 2020-06-01 11:49:23 -07:00
fib.c netdevsim: fix nsim_fib6_rt_create() error path 2020-01-17 11:00:57 +01:00
health.c devlink: Implicitly set auto recover flag when registering health reporter 2020-03-30 11:17:34 -07:00
ipsec.c net: netdevsim: Use scnprintf() for avoiding potential buffer overflow 2020-03-15 17:06:22 -07:00
Makefile netdevsim: implement couple of testing devlink health reporters 2019-10-11 21:02:30 -07:00
netdev.c netdevsim: fix unbalaced locking in nsim_create() 2020-07-21 16:00:43 -07:00
netdevsim.h netdevsim: Add support for setting of packet trap group parameters 2020-03-30 17:54:58 -07:00