[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230704151456.52334-1-victor@mojatatu.com>
Date: Tue, 4 Jul 2023 12:14:51 -0300
From: Victor Nogueira <victor@...atatu.com>
To: netdev@...r.kernel.org
Cc: jhs@...atatu.com,
xiyou.wangcong@...il.com,
jiri@...nulli.us,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
pctammela@...atatu.com,
kernel@...atatu.com
Subject: [PATCH net 0/5] net: sched: Undo tcf_bind_filter in case of errors in set callbacks
Five different classifier (fw, bpf, u32, matchall, and flower) are
calling tcf_bind_filter in their callbacks, but weren't undoing it by
calling tcf_unbind_filter if their was an error after binding.
This patch set fixes all this by calling tcf_unbind_filter in such
cases.
This set also undoes a refcount decrement in cls_u32 when an update
fails under specific conditions which are described in patch #4.
Victor Nogueira (5):
net: sched: cls_bpf: Undo tcf_bind_filter in case of an error
net: sched: cls_matchall: Undo tcf_bind_filter in case of failure
after mall_set_parms
net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode
net: sched: cls_u32: Undo refcount decrement in case update failed
net: sched: cls_flower: Undo tcf_bind_filter if fl_set_key fails
net/sched/cls_bpf.c | 8 ++++++--
net/sched/cls_flower.c | 29 +++++++++++++++++++++++++----
net/sched/cls_matchall.c | 8 ++++++--
net/sched/cls_u32.c | 32 ++++++++++++++++++++++++++------
4 files changed, 63 insertions(+), 14 deletions(-)
--
2.25.1
Powered by blists - more mailing lists