This is a note to let you know that I've just added the patch titled Revert "net/sched: flower: Fix wrong handle assignment during filter change" to the 6.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: revert-net-sched-flower-fix-wrong-handle-assignment-during-filter-change.patch and it can be found in the queue-6.3 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 5110f3ff6d3c986df9575c8da86630578b7f0846 Mon Sep 17 00:00:00 2001 From: Vlad Buslov <vladbu@xxxxxxxxxx> Date: Thu, 4 May 2023 20:16:15 +0200 Subject: Revert "net/sched: flower: Fix wrong handle assignment during filter change" From: Vlad Buslov <vladbu@xxxxxxxxxx> commit 5110f3ff6d3c986df9575c8da86630578b7f0846 upstream. This reverts commit 32eff6bacec2cb574677c15378169a9fa30043ef. Superseded by the following commit in this series. Signed-off-by: Vlad Buslov <vladbu@xxxxxxxxxx> Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- net/sched/cls_flower.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/sched/cls_flower.c +++ b/net/sched/cls_flower.c @@ -2231,8 +2231,8 @@ static int fl_change(struct net *net, st kfree(fnew); goto errout_tb; } - fnew->handle = handle; } + fnew->handle = handle; err = tcf_exts_init_ex(&fnew->exts, net, TCA_FLOWER_ACT, 0, tp, handle, !tc_skip_hw(fnew->flags)); Patches currently in stable-queue which might be from vladbu@xxxxxxxxxx are queue-6.3/revert-net-sched-flower-fix-wrong-handle-assignment-during-filter-change.patch queue-6.3/net-sched-flower-fix-error-handler-on-replace.patch queue-6.3/net-sched-cls_api-remove-block_cb-from-driver_list-b.patch queue-6.3/net-sched-flower-fix-filter-idr-initialization.patch