[4.19/5.4/5.10/5.15/6.1,0/1] sch_netem: fix issues in netem_change() vs get_dist_table()

Message ID 20230813200746.288589-1-pchelkin@ispras.ru
Headers
Series sch_netem: fix issues in netem_change() vs get_dist_table() |

Message

Fedor Pchelkin Aug. 13, 2023, 8:07 p.m. UTC
  Commit 2174a08db80d ("sch_netem: acquire qdisc lock in netem_change()")
was backported to older stables where it is causing 'sleeping in invalid
context' bug. The following patch fixes the problem and can be cleanly
applied to the stable branches affected. It was backported to 6.4.y about
a month ago.
  

Comments

Greg KH Aug. 13, 2023, 8:22 p.m. UTC | #1
On Sun, Aug 13, 2023 at 11:07:45PM +0300, Fedor Pchelkin wrote:
> Commit 2174a08db80d ("sch_netem: acquire qdisc lock in netem_change()")
> was backported to older stables where it is causing 'sleeping in invalid
> context' bug. The following patch fixes the problem and can be cleanly
> applied to the stable branches affected. It was backported to 6.4.y about
> a month ago.

Now queued up, thanks.

greg k-h