Re: [PATCH net-next 00/11] bridge: prepare lockless br_port_fill_attrs() (I)
From: Eric Dumazet <edumazet@google.com>
Date: 2026-05-22 09:31:23
From: Eric Dumazet <edumazet@google.com>
Date: 2026-05-22 09:31:23
On Fri, May 22, 2026 at 1:45 AM Ido Schimmel [off-list ref] wrote:
On Thu, May 21, 2026 at 01:19:05PM +0000, Eric Dumazet wrote:quoted
medium-term goal is to allow "ip link show" dump commands to run without RTNL. This round of patches adds/fixes some lockess accesses in bridge. This is not complete, more patches will come later. Ultimately all changes to p->flags should use set_bit()/clear_bit().Thanks for the patches, Eric. I have two fixes [1][2] that I am planning to submit next week where I mention some of these issues. There might be a small conflict between both patchsets. I can review on Sunday unless it's critical to merge the set before that. [1] https://github.com/idosch/linux/commit/3350834468428df21c279acca1c37f67e68e1626.patch [2] https://github.com/idosch/linux/commit/dd63fb916cdeec9e69685726ef65a40b57bd74fb.patch
No problem my series can wait!