Re: [PATCH RT 2/6] tcp: Remove superfluous BH-disable around listening_hash

From: Sebastian Andrzej Siewior
Date: Mon Nov 09 2020 - 04:22:36 EST


On 2020-11-06 21:06:38 [-0500], Steven Rostedt wrote:
> 5.4.74-rt42-rc1 stable review patch.
> If anyone has any objections, please let me know.

Please drop that one. Lockep complains on RT with newer softirq code.
Older RT and mainline does not complain here unless it observes
inet_listen_hashbucket::lock in serving-softirq context (which is not
the case).

Sebastian