[Bridge] [PATCH net] net: bridge: mcast: Associate the seqcount with its protecting lock.

2021-10-02 Thread Sebastian Andrzej Siewior
From: Thomas Gleixner The sequence count bridge_mcast_querier::seq is protected by net_bridge::multicast_lock but seqcount_init() does not associate the seqcount with the lock. This leads to a warning on PREEMPT_RT because preemption is still enabled. Let seqcount_init() associate the seqcount w

Re: [Bridge] [PATCH net] net: bridge: mcast: Associate the seqcount with its protecting lock.

2021-09-28 Thread Nikolay Aleksandrov via Bridge
On 28/09/2021 17:10, Sebastian Andrzej Siewior wrote: > From: Thomas Gleixner > > The sequence count bridge_mcast_querier::seq is protected by > net_bridge::multicast_lock but seqcount_init() does not associate the > seqcount with the lock. This leads to a warning on PREEMPT_RT because > preempti

Re: [Bridge] [PATCH net] net: bridge: mcast: Associate the seqcount with its protecting lock.

2021-09-28 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 28 Sep 2021 16:10:49 +0200 you wrote: > From: Thomas Gleixner > > The sequence count bridge_mcast_querier::seq is protected by > net_bridge::multicast_lock but seqcount_init() does not associate the > seqcount with the