From: Jakub Kicinski Date: Thu, 29 Feb 2024 03:36:41 +0000 (-0800) Subject: Merge branch 'inet-implement-lockless-rtm_getnetconf-ops' X-Git-Tag: v6.9-rc1~159^2~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cbab89268c60eb38a0371117fe5b258b1a22dbb;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'inet-implement-lockless-rtm_getnetconf-ops' Eric Dumazet says: ==================== inet: implement lockless RTM_GETNETCONF ops This series removes RTNL use for RTM_GETNETCONF operations on AF_INET. - Annotate data-races to avoid possible KCSAN splats. - "ip -4 netconf show dev XXX" can be implemented without RTNL [1] - "ip -4 netconf" dumps can be implemented using RCU instead of RTNL [1] [1] This only refers to RTM_GETNETCONF operation, "ip" command also uses RTM_GETLINK dumps which are using RTNL at this moment. ==================== Link: https://lore.kernel.org/r/20240227092411.2315725-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 3cbab89268c60eb38a0371117fe5b258b1a22dbb