Hello all !
This series patch implements the BPF_MOD and BPF_XOR ALU operations and completes validation of BPF instructions. Patch 1 updates Hurd's libbpf implementation. Patch 2 updates GNU Mach bpf implementation. hurd/libbpf/bpf_impl.c | 123 ++++++++++++++++++++++++++++++++++++++++++++-- gnumach/device/net_io.c | 120 +++++++++++++++++++++++++++++++++++++++++-- gnumach/include/device/bpf.h | 2 + -- 2.55.0
