bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-01 11:33:29 to 2019-10-03 20:52:27 UTC [more...]

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

[PATCH v2 bpf-next 0/7] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-03 20:41 UTC  (23+ 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 bpf-next 0/9] xdp: Support multiple programs on a single interface through chain calls
 2019-10-03 19:45 UTC  (46+ messages)
` [PATCH bpf-next 1/9] hashtab: Add new bpf_map_fd_put_value op
` [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 4/9] xdp: Implement chain call logic to support multiple programs on one interface
` [PATCH bpf-next 5/9] tools/include/uapi: Add XDP chain map definitions
` [PATCH bpf-next 6/9] tools/libbpf_probes: Add support for xdp_chain map type
` [PATCH bpf-next 7/9] bpftool: Add definitions "
` [PATCH bpf-next 8/9] libbpf: Add support for setting and getting XDP chain maps
` [PATCH bpf-next 9/9] selftests: Add tests for XDP chain calls

[PATCH V12 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-03 18:12 UTC  (9+ messages)
` [PATCH V12 1/4] fs/nsfs.c: added ns_match
` [PATCH V12 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH V12 3/4] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH V12 4/4] tools/testing/selftests/bpf: Add self-tests for new helper

[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 tip/core/rcu 6/9] bpf/cgroup: Replace rcu_swap_protected() with rcu_replace()
 2019-10-03 17:21 UTC  (2+ messages)

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-10-03 16:41 UTC  (21+ messages)
                                ` trace_printk issue. Was: "

[PATCH bpf-next] libbpf: Add cscope and TAGS targets to Makefile
 2019-10-03 17:14 UTC  (2+ 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)

Linux 5.4 kselftest known issues - update
 2019-10-03 14:30 UTC 

[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

general protection fault in veth_get_stats64
 2019-10-03  2:43 UTC  (3+ messages)

[PATCH bpf 0/2] selftests/bpf: test_progs: don't leak fd in bpf
 2019-10-02 21:53 UTC  (12+ messages)
` [PATCH bpf 1/2] selftests/bpf: test_progs: don't leak server_fd in tcp_rtt
` [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)

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

[PATCH bpf-next 0/6] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-02 16:25 UTC  (33+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: undo GCC-specific bpf_helpers.h changes
` [PATCH bpf-next 2/6] libbpf: move bpf_helpers.h, bpf_endian.h into libbpf
` [PATCH bpf-next 4/6] libbpf: add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
` [PATCH bpf-next 5/6] selftests/bpf: adjust CO-RE reloc tests for new BPF_CORE_READ macro
` [PATCH bpf-next 6/6] selftests/bpf: add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests

[PATCH bpf] xsk: fix crash in poll when device does not support ndo_xsk_wakeup
 2019-10-02  6:06 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: bump current version to v0.0.6
 2019-10-01 23:07 UTC  (2+ messages)

[PATCH AUTOSEL 5.3 30/71] selftests/seccomp: fix build on older kernels
 2019-10-01 16:39 UTC  (4+ messages)
` [PATCH AUTOSEL 5.3 50/71] selftests/bpf: adjust strobemeta loop to satisfy latest clang
` [PATCH AUTOSEL 5.3 52/71] libbpf: fix false uninitialized variable warning
` [PATCH AUTOSEL 5.3 55/71] bpf: Fix bpf_event_output re-entry issue

[PATCH AUTOSEL 5.2 49/63] bpf: Fix bpf_event_output re-entry issue
 2019-10-01 16:41 UTC 

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-01 12:46 UTC  (3+ messages)


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).