diff options
| author | Mark Brown <broonie@kernel.org> | 2025-05-15 11:43:48 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-05-15 11:43:48 +0200 |
| commit | dd4eb861d0521acca1b7e07683a7e90b2e01f66a (patch) | |
| tree | dd88a6a77e786b55cb4d335c7d2953e743821967 /include/uapi/linux | |
| parent | 723059ee896f9f302cfd36f49eac192ed4cfd3e1 (diff) | |
| parent | c8e7d528284a0bb1cd462b994c464bf31d24a0ce (diff) | |
ASoC: codecs: add support for ES8389
Merge series from Zhang Yi <zhangyi@everest-semi.com>:
The driver is for codec ES8389 of everest-semi.
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/bpf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 28705ae67784..fd404729b115 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h @@ -4968,6 +4968,9 @@ union bpf_attr { * the netns switch takes place from ingress to ingress without * going through the CPU's backlog queue. * + * *skb*\ **->mark** and *skb*\ **->tstamp** are not cleared during + * the netns switch. + * * The *flags* argument is reserved and must be 0. The helper is * currently only supported for tc BPF program types at the * ingress hook and for veth and netkit target device types. The |
