Re: [PATCH net] net_sched: gen_estimator: support large ewma log

2021-01-15 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 14 Jan 2021 10:19:29 -0800 you wrote: > From: Eric Dumazet > > syzbot report reminded us that very big ewma_log were supported in the past, > even if they made litle sense. > > tc qdisc replace dev xxx root est 1sec 1

[PATCH net] net_sched: gen_estimator: support large ewma log

2021-01-14 Thread Eric Dumazet
From: Eric Dumazet syzbot report reminded us that very big ewma_log were supported in the past, even if they made litle sense. tc qdisc replace dev xxx root est 1sec 131072sec ... While fixing the bug, also add boundary checks for ewma_log, in line with range supported by iproute2. UBSAN: shif