diff options
| author | Lin Ma <[email protected]> | 2023-12-28 06:43:58 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-01-03 11:54:39 +0000 |
| commit | 2ab1efad60ad119b616722b81eeb73060728028c (patch) | |
| tree | 6ed49985da34501fc15fc255e7ceca7a1c43b0d3 /net/unix/unix_bpf.c | |
| parent | ppp: Fix spelling typo in comment in ppp_async_encode() (diff) | |
| download | kernel-2ab1efad60ad119b616722b81eeb73060728028c.tar.gz kernel-2ab1efad60ad119b616722b81eeb73060728028c.zip | |
net/sched: cls_api: complement tcf_tfilter_dump_policy
In function `tc_dump_tfilter`, the attributes array is parsed via
tcf_tfilter_dump_policy which only describes TCA_DUMP_FLAGS. However,
the NLA TCA_CHAIN is also accessed with `nla_get_u32`.
The access to TCA_CHAIN is introduced in commit 5bc1701881e3 ("net:
sched: introduce multichain support for filters") and no nla_policy is
provided for parsing at that point. Later on, tcf_tfilter_dump_policy is
introduced in commit f8ab1807a9c9 ("net: sched: introduce terse dump
flag") while still ignoring the fact that TCA_CHAIN needs a check. This
patch does that by complementing the policy to allow the access
discussed here can be safe as other cases just choose rtm_tca_policy as
the parsing policy.
Signed-off-by: Lin Ma <[email protected]>
Acked-by: Jamal Hadi Salim <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions
