From: Jakub Kicinski Date: Wed, 10 Apr 2024 00:31:47 +0000 (-0700) Subject: Merge branch 'bonding-remove-rtnl-from-three-sysfs-files' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=91f2210ce3f92f8f1a8ba899f0b85a4ebf162abe;p=linux.git Merge branch 'bonding-remove-rtnl-from-three-sysfs-files' Eric Dumazet says: ==================== bonding: remove RTNL from three sysfs files First patch might fix a potential deadlock. sysfs handlers should use rtnl_trylock() instead of rtnl_lock(). Following files can be read without acquiring RTNL : - /sys/class/net/bonding_masters - /sys/class/net//bonding/slaves - /sys/class/net//bonding/queue_id ==================== Link: https://lore.kernel.org/r/20240408190437.2214473-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 91f2210ce3f92f8f1a8ba899f0b85a4ebf162abe