Message ID | 20210904001901.16771-1-vfedorenko@novek.ru |
---|---|
Headers | show |
Series | add hwtstamp to __sk_buff | expand |
On Sat, Sep 04, 2021 at 03:18:59AM +0300, Vadim Fedorenko wrote: > This patch set adds hardware timestamps to __sk_buff. The first patch > implements feature, the second one adds a selftest. > > v1 -> v2: > > * Fixed bpf_skb_is_valid_access() to provide correct access to field > * Added explicit test to deny access to padding area > * Added verifier selftest to check for denied access to padding area Acked-by: Martin KaFai Lau <kafai@fb.com>
On Tue, Sep 7, 2021 at 12:11 PM Martin KaFai Lau <kafai@fb.com> wrote: > > On Sat, Sep 04, 2021 at 03:18:59AM +0300, Vadim Fedorenko wrote: > > This patch set adds hardware timestamps to __sk_buff. The first patch > > implements feature, the second one adds a selftest. > > > > v1 -> v2: > > > > * Fixed bpf_skb_is_valid_access() to provide correct access to field > > * Added explicit test to deny access to padding area > > * Added verifier selftest to check for denied access to padding area > Acked-by: Martin KaFai Lau <kafai@fb.com> This patch set doesn't apply cleanly anymore ([0]). Please collect Acks, rebase, and resubmit. Thanks! [0] https://github.com/kernel-patches/bpf/pull/1718#issuecomment-914717959