From: Yu Watanabe Date: Fri, 23 May 2025 18:03:57 +0000 (+0900) Subject: linux: update kernel headers from v6.15-rc7 X-Git-Tag: v258-rc1~507 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d75fb9647c94349d4995f869cffc8d35e54abd1;p=thirdparty%2Fsystemd.git linux: update kernel headers from v6.15-rc7 --- diff --git a/src/basic/include/linux/bpf.h b/src/basic/include/linux/bpf.h index 00d05b86c90..2574ea7a044 100644 --- a/src/basic/include/linux/bpf.h +++ b/src/basic/include/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