Re: [PATCH net-next 0/5] Misc BPF updates

2017-04-28 Thread David Miller
From: Daniel Borkmann Date: Thu, 27 Apr 2017 01:39:30 +0200 > This set cleans up ldimm64 leftovers from early eBPF days and > adds couple of test cases related to this to the verifier test > suite. It also cleans up the kallsyms spinlock (had same patch > also in queue) by relaxing it through swi

[PATCH net-next 0/5] Misc BPF updates

2017-04-26 Thread Daniel Borkmann
This set cleans up ldimm64 leftovers from early eBPF days and adds couple of test cases related to this to the verifier test suite. It also cleans up the kallsyms spinlock (had same patch also in queue) by relaxing it through switching to _bh variant. It fixes up test_progs in relation to htons/nto

Re: [PATCH net-next 0/5] Misc BPF updates

2015-12-18 Thread David Miller
From: Daniel Borkmann Date: Thu, 17 Dec 2015 23:51:52 +0100 > This series contains a couple of misc updates to the BPF code, besides > others a new helper bpf_skb_load_bytes(), moving clearing of A/X to the > classic converter, etc. Please see individual patches for details. Series applied, than

[PATCH net-next 0/5] Misc BPF updates

2015-12-17 Thread Daniel Borkmann
This series contains a couple of misc updates to the BPF code, besides others a new helper bpf_skb_load_bytes(), moving clearing of A/X to the classic converter, etc. Please see individual patches for details. Thanks! Daniel Borkmann (5): bpf: add bpf_skb_load_bytes helper bpf: move clearing