mbox series

[v2,0/1] net/sched: taprio: Check if sk_flags are valid

Message ID 20220408094745.3129754-1-b.spranger@linutronix.de (mailing list archive)
Headers show
Series net/sched: taprio: Check if sk_flags are valid | expand

Message

Benedikt Spranger April 8, 2022, 9:47 a.m. UTC
While testing the software based scheduling of the taprio scheduler
new TCP connection failed to establish. Digging it down let to a missing
validity check in the enqueue function. Add the missing check.

v1..v2:
Fix a typo
Add a acked-by

Benedikt Spranger (1):
  net/sched: taprio: Check if socket flags are valid

 net/sched/sch_taprio.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 11, 2022, 10 a.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri,  8 Apr 2022 11:47:44 +0200 you wrote:
> While testing the software based scheduling of the taprio scheduler
> new TCP connection failed to establish. Digging it down let to a missing
> validity check in the enqueue function. Add the missing check.
> 
> v1..v2:
> Fix a typo
> Add a acked-by
> 
> [...]

Here is the summary with links:
  - [v2,1/1] net/sched: taprio: Check if socket flags are valid
    https://git.kernel.org/netdev/net/c/e8a64bbaaad1

You are awesome, thank you!