bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-02 15:50:59 to 2019-10-04 22:47:42 UTC [more...]

[PATCH v3 bpf-next 0/7] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-04 22:47 UTC  (23+ messages)
` [PATCH v3 bpf-next 1/7] selftests/bpf: undo GCC-specific bpf_helpers.h changes
` [PATCH v3 bpf-next 2/7] selftests/bpf: samples/bpf: split off legacy stuff from bpf_helpers.h
` [PATCH v3 bpf-next 3/7] selftests/bpf: adjust CO-RE reloc tests for new bpf_core_read() macro
` [PATCH v3 bpf-next 4/7] selftests/bpf: split off tracing-only helpers into bpf_tracing.h
` [PATCH v3 bpf-next 5/7] libbpf: move bpf_{helpers,endian,tracing}.h into libbpf
` [PATCH v3 bpf-next 6/7] libbpf: add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
` [PATCH v3 bpf-next 7/7] selftests/bpf: add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests

[PATCH v3 bpf-next 0/4] Add new-style bpf_object__open APIs
 2019-10-04 22:40 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: stop enforcing kern_version, populate it for users
` [PATCH v3 bpf-next 2/4] libbpf: add bpf_object__open_{file,mem} w/ extensible opts
` [PATCH v3 bpf-next 3/4] libbpf: fix bpf_object__name() to actually return object name
` [PATCH v3 bpf-next 4/4] selftests/bpf: switch tests to new bpf_object__open_{file,mem}() APIs

samples/bpf not working?
 2019-10-04 22:21 UTC 

[PATCH bpf-next v2 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-04 21:12 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: Support injecting chain calls into BPF programs on load
` [PATCH bpf-next v2 2/5] bpf: Add support for setting chain call sequence for programs
` [PATCH bpf-next v2 3/5] tools: Update bpf.h header for program chain calls
` [PATCH bpf-next v2 4/5] libbpf: Add syscall wrappers for BPF_PROG_CHAIN_* commands
` [PATCH bpf-next v2 5/5] selftests: Add tests for XDP chain calls

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-10-04 19:56 UTC  (22+ messages)
                                ` trace_printk issue. Was: "

[PATCH bpf-next 1/2] bpf, x86: Small optimization in comparing against imm0
 2019-10-04 19:36 UTC  (6+ messages)
` [PATCH bpf-next 2/2] bpf: Add loop test case with 32 bit reg comparison against 0

[PATCH bpf-next v2 0/2] bpf/flow_dissector: add mode to enforce global BPF flow dissector
 2019-10-04 17:54 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add test for BPF flow dissector in the root namespace

[PATCH bpf-next 0/2] Add new-style bpf_object__open APIs
 2019-10-04 15:59 UTC  (9+ messages)
` [PATCH bpf-next 1/2] libbpf: stop enforcing kern_version, populate it for users
` [PATCH bpf-next 2/2] libbpf: add bpf_object__open_{file,mem} w/ extensible opts

[PATCH bpf-next 0/9] xdp: Support multiple programs on a single interface through chain calls
 2019-10-04 15:58 UTC  (40+ messages)
` [PATCH bpf-next 2/9] xdp: Add new xdp_chain_map type for specifying XDP call sequences
` [PATCH bpf-next 3/9] xdp: Support setting and getting device chain map

[PATCH bpf-next v2] libbpf: Add cscope and tags targets to Makefile
 2019-10-04 15:34 UTC 

[PATCH v2 bpf-next 0/3] Add new-style bpf_object__open APIs
 2019-10-04 15:29 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: stop enforcing kern_version, populate it for users
` [PATCH v2 bpf-next 2/3] libbpf: add bpf_object__open_{file,mem} w/ extensible opts
` [PATCH v2 bpf-next 3/3] selftests/bpf: switch tests to new bpf_object__open_{file,mem}() APIs

[PATCH bpf-next] libbpf: Add cscope and TAGS targets to Makefile
 2019-10-04 14:39 UTC  (5+ messages)

general protection fault in veth_get_stats64
 2019-10-04 13:55 UTC  (4+ messages)

Linux 5.4 kselftest known issues - update
 2019-10-04  9:43 UTC  (2+ messages)

[PATCH bpf-next 0/3] Add new-style bpf_object__open APIs
 2019-10-04  5:33 UTC  (5+ messages)
` [PATCH bpf-next 1/3] libbpf: stop enforcing kern_version, populate it for users
` [PATCH bpf-next 2/3] libbpf: add bpf_object__open_{file,mem} w/ extensible opts
` [PATCH bpf-next 3/3] selftests/bpf: switch tests to new bpf_object__open_{file,mem}() APIs

[PATCH bpf-next] libbpf: fix BTF-defined map's __type macro handling of arrays
 2019-10-04  4:02 UTC 

[PATCH v2 bpf-next 0/7] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-03 21:25 UTC  (26+ messages)
` [PATCH v2 bpf-next 1/7] selftests/bpf: undo GCC-specific bpf_helpers.h changes
` [PATCH v2 bpf-next 2/7] selftests/bpf: samples/bpf: split off legacy stuff from bpf_helpers.h
` [PATCH v2 bpf-next 3/7] selftests/bpf: adjust CO-RE reloc tests for new bpf_core_read() macro
` [PATCH v2 bpf-next 4/7] selftests/bpf: split off tracing-only helpers into bpf_tracing.h
` [PATCH v2 bpf-next 5/7] libbpf: move bpf_{helpers,endian,tracing}.h into libbpf
` [PATCH v2 bpf-next 6/7] libbpf: add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
` [PATCH v2 bpf-next 7/7] selftests/bpf: add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests

[PATCH tip/core/rcu 6/9] bpf/cgroup: Replace rcu_swap_protected() with rcu_replace()
 2019-10-03 20:58 UTC  (3+ messages)

[PATCH V12 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-03 18:12 UTC  (6+ messages)
` [PATCH V12 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid

[PATCH bpf-next 0/2] bpf/flow_dissector: add mode to enforce global BPF flow dissector
 2019-10-03 17:58 UTC  (12+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: add test for BPF flow dissector in the root namespace

[PATCH bpf] samples/bpf: kbuild: add CONFIG_SAMPLE_BPF Kconfig
 2019-10-03 17:37 UTC  (11+ messages)

[PATCH v2] samples/bpf: Add a workaround for asm_inline
 2019-10-03 15:40 UTC  (6+ messages)

[PATCH bpf-next 0/2] selftest/bpf: remove warns for enable_all_controllers
 2019-10-03 15:39 UTC  (6+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: add static to enable_all_controllers()
` [PATCH bpf-next 2/2] selftests/bpf: correct path to include msg + path

[PATCH bpf v2] xsk: fix crash in poll when device does not support ndo_xsk_wakeup
 2019-10-03 15:00 UTC  (2+ messages)

[PATCH bpf] samples/bpf: fix build for task_fd_query_user.c
 2019-10-03 14:54 UTC  (4+ messages)

[PATCH 0/2] perf tools: optional compile time test_attr__* depenency for perf-sys.h
 2019-10-03 13:53 UTC  (8+ messages)
` [PATCH 1/2] perf tools: Make usage of test_attr__* optional "
` [PATCH 2/2] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero

[PATCH bpf 0/2] selftests/bpf: test_progs: don't leak fd in bpf
 2019-10-02 21:53 UTC  (8+ messages)
` [PATCH bpf 2/2] selftests/bpf: test_progs: don't leak server_fd in test_sockopt_inherit

[PATCH] samples/bpf: Fix broken samples
 2019-10-02 18:52 UTC  (3+ messages)

[PATCH bpf-next 4/9] xdp: Implement chain call logic to support multiple programs on one interface
 2019-10-02 17:53 UTC  (3+ messages)

[RFC][PATCH bpf-next] libbpf: add bpf_object__open_{file,mem} w/ sized opts
 2019-10-02 16:55 UTC  (7+ messages)

[PATCH bpf-next 0/6] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-02 16:25 UTC  (9+ messages)
` [PATCH bpf-next 4/6] libbpf: add BPF_CORE_READ/BPF_CORE_READ_INTO helpers


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).