OSDN Git Service

Merge branch 'bpf: Add hwtstamp field for the sockops prog'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 11 Nov 2022 21:10:11 +0000 (13:10 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 11 Nov 2022 21:18:39 +0000 (13:18 -0800)
commit0f7dc423a5dcad488e1d8f8f34d5572600a86471
treecd82bf12012f8d4ed6b33a969a94750ecd1e48f6
parente4c9cf0ce8c413c2030e8fb215551d7e0582ee7b
parent8cac7a59b252732d8427ebc29c3fc6c36ff653e1
Merge branch 'bpf: Add hwtstamp field for the sockops prog'

Martin KaFai Lau says:

====================

From: Martin KaFai Lau <martin.lau@kernel.org>

The bpf-tc prog has already been able to access the
skb_hwtstamps(skb)->hwtstamp.  This set extends the same hwtstamp
access to the sockops prog.

v2:
- Fixed the btf_dump selftest which depends on the
  last member of 'struct bpf_sock_ops'.
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>