Re: [Patch net 0/2] net_sched: fix a UAF in tcf_action_init()

2020-09-24 Thread David Miller
From: Cong Wang Date: Tue, 22 Sep 2020 20:56:22 -0700 > This patchset fixes a use-after-free triggered by syzbot. Please > find more details in each patch description. Series applied and queued up for -stable, thanks Cong.

[Patch net 0/2] net_sched: fix a UAF in tcf_action_init()

2020-09-22 Thread Cong Wang
This patchset fixes a use-after-free triggered by syzbot. Please find more details in each patch description. --- Cong Wang (2): net_sched: defer tcf_idr_insert() in tcf_action_init_1() net_sched: commit action insertions together include/net/act_api.h | 2 -- net/sched/act_api.c