bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 00:05:03 to 2020-05-27 07:17:09 UTC [more...]

[RESEND PATCH 0/3] selftests: lib.mk improvements
 2020-05-27  7:16 UTC  (3+ messages)
` [RESEND PATCH 1/3] selftests: do not use .ONESHELL
  ` [RESEND PATCH 2/3] selftests: fix condition in run_tests

KMSAN: uninit-value in bpf_skb_load_helper_32
 2020-05-27  6:32 UTC  (2+ messages)

[PATCH 0/8] selftests/bpf: installation and out of tree build fixes
 2020-05-27  5:37 UTC  (30+ messages)
` [PATCH 1/8] selftests/bpf: remove test_align from Makefile
` [PATCH 2/8] selftests/bpf: build bench.o for any $(OUTPUT)
` [PATCH 3/8] selftests/bpf: install btf .c files
` [PATCH 4/8] selftests/bpf: fix object files installation
` [PATCH 5/8] selftests/bpf: add output dir to include list
` [PATCH 6/8] selftests/bpf: fix urandom_read installation
` [PATCH 7/8] selftests/bpf: fix test.h placing for out of tree build
` [PATCH 8/8] selftests/bpf: factor out MKDIR rule
  ` [PATCH] selftests/bpf: split -extras target to -static and -gen

[PATCH bpf-next] libbpf: Export bpf_object__load_vmlinux_btf
 2020-05-27  5:09 UTC  (2+ messages)

[PATCH bpf-next 0/4] Generalizing bpf_local_storage
 2020-05-27  5:08 UTC  (8+ messages)
` [PATCH bpf-next 1/4] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next 3/4] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next 4/4] bpf: Add selftests for local_storage

[bpf-next PATCH v5 0/5] bpf: Add sk_msg and networking helpers
 2020-05-26 23:12 UTC  (16+ messages)
` [bpf-next PATCH v5 1/5] bpf, sk_msg: add some generic helpers that may be useful from sk_msg
` [bpf-next PATCH v5 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*
` [bpf-next PATCH v5 3/5] bpf, sk_msg: add get socket storage helpers
` [bpf-next PATCH v5 4/5] bpf, selftests: add sk_msg helpers load and attach test
` [bpf-next PATCH v5 5/5] bpf, selftests: test probe_* helpers from SCHED_CLS

[PATCH RESEND] libbpf: use .so dynamic symbols for abi check
 2020-05-26 21:23 UTC  (2+ messages)

[PATCH] bpf: Fix spelling in comment
 2020-05-26 21:22 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: add API to consume the perf ring buffer content
 2020-05-26 21:15 UTC  (3+ messages)

[PATCH] libbpf: Install headers as part of make install
 2020-05-26 21:14 UTC  (3+ messages)

[PATCH] bpf/sockmap: fix kernel panic at __tcp_bpf_recvmsg
 2020-05-26 21:10 UTC 

kselftest OOT run_tests
 2020-05-26 20:40 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix map_check_no_btf return code
 2020-05-26 18:52 UTC  (4+ messages)

accessing global and per-cpu vars
 2020-05-26 18:20 UTC  (4+ messages)

[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-26 17:54 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h
` [PATCH v2 bpf-next 2/3] bpf: Relax the max_entries check for inner map
` [PATCH v2 bpf-next 3/3] bpf: selftests: Add test for different inner map size

[PATCH bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-26 17:47 UTC  (7+ messages)

[PATCH bpf-next] libbpf: add API to consume the perf ring buffer content
 2020-05-26 17:40 UTC  (4+ messages)

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-26 17:18 UTC  (6+ messages)

WARNING: locking bug in dev_mc_seq_show
 2020-05-26 17:14 UTC 

OUTPUT and TEST_CUSTOM_PROGS
 2020-05-26 16:43 UTC  (2+ messages)

[PATCH bpf-next] xdp: introduce convert_to_xdp_buff utility routine
 2020-05-26 14:33 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-26 14:05 UTC  (8+ messages)
` [PATCHv3 "
  ` [PATCHv3 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv3 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test
` [PATCHv4 bpf-next 0/2] xdp: add dev map multicast support
  ` [PATCHv4 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv4 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

[PATCH v3 bpf-next 0/5] BPF ring buffer
 2020-05-26  6:32 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/5] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v3 bpf-next 2/5] libbpf: add BPF ring buffer support
` [PATCH v3 bpf-next 3/5] selftests/bpf: add BPF ringbuf selftests
` [PATCH v3 bpf-next 4/5] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v3 bpf-next 5/5] docs/bpf: add BPF ring buffer design notes

clean up and streamline probe_kernel_* and friends v4
 2020-05-26  6:13 UTC  (6+ messages)
` [PATCH 14/23] tracing/kprobes: handle mixed kernel/userspace probes better

[PATCH v2 bpf-next 0/7] BPF ring buffer
 2020-05-26  3:05 UTC  (31+ messages)
` [PATCH v2 bpf-next 1/7] bpf: implement BPF ring buffer and verifier support for it
` [PATCH v2 bpf-next 2/7] tools/memory-model: add BPF ringbuf MPSC litmus tests
` [PATCH v2 bpf-next 3/7] bpf: track reference type in verifier
` [PATCH v2 bpf-next 4/7] libbpf: add BPF ring buffer support
` [PATCH v2 bpf-next 5/7] selftests/bpf: add BPF ringbuf selftests
` [PATCH v2 bpf-next 6/7] bpf: add BPF ringbuf and perf buffer benchmarks
` [PATCH v2 bpf-next 7/7] docs/bpf: add BPF ring buffer design notes

[PATCH] MAINTAINERS: adjust entry in XDP SOCKETS to actual file name
 2020-05-25 22:23 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix returned error sign when link doesn't support updates
 2020-05-25 22:21 UTC  (2+ messages)

[PATCH bpf-next v2] tools: bpftool: make capability check account for new BPF caps
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: clean subcommand help messages
 2020-05-25 22:20 UTC  (2+ messages)

[PATCH bpf] xsk: add overflow check for u64 division, stored into u32
 2020-05-25 22:19 UTC  (3+ messages)

[PATCH] bpftool: print correct error message when failing to load BTF
 2020-05-25 22:18 UTC  (2+ messages)

[PATCH v2 0/7] Share events between metrics
 2020-05-25 13:34 UTC  (10+ messages)

XDP socket DOS bug
 2020-05-25  7:54 UTC  (2+ messages)

general protection fault in selinux_socket_recvmsg
 2020-05-24 18:12 UTC  (3+ messages)

[RFC bpf-next 0/2] introduce support for XDP programs in cpumaps
 2020-05-24 17:22 UTC  (6+ messages)
` [RFC bpf-next 1/2] bpf: cpumap: add the possibility to attach a eBPF program to cpumap
` [RFC bpf-next 2/2] samples/bpf: xdp_redirect_cpu: load a eBPF program on cpu_map

[bpf-next PATCH v4 0/5] bpf: Add sk_msg and networking helpers
 2020-05-23 16:29 UTC  (9+ messages)
` [bpf-next PATCH v4 1/5] bpf: sk_msg add some generic helpers that may be useful from sk_msg
` [bpf-next PATCH v4 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*
` [bpf-next PATCH v4 3/5] bpf: sk_msg add get socket storage helpers
` [bpf-next PATCH v4 4/5] bpf: selftests, add sk_msg helpers load and attach test
` [bpf-next PATCH v4 5/5] bpf: selftests, test probe_* helpers from SCHED_CLS

pull-request: bpf-next 2020-05-23
 2020-05-23  1:30 UTC  (2+ messages)

[PATCH bpf 0/2] selftests/bpf: add missing CONFIG values to test config
 2020-05-22 23:37 UTC  (4+ messages)
` [PATCH bpf 1/2] selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
` [PATCH bpf 2/2] selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh

[PATCH] selftests/bpf: add general instructions for test execution
 2020-05-22 23:37 UTC  (2+ messages)

pull-request: bpf 2020-05-22
 2020-05-22 21:35 UTC  (2+ messages)

[PATCH] files: Use rcu lock to get the file structures for better performance
 2020-05-22 11:43 UTC  (4+ messages)
  ` [External] "

[PATCH bpf] flow_dissector: Drop BPF flow dissector prog ref on netns cleanup
 2020-05-22  8:22 UTC  (4+ messages)

[PATCH bpf-next v5 00/15] Introduce AF_XDP buffer allocation API
 2020-05-22  3:37 UTC  (3+ messages)

[bpf-next PATCH v2 0/4] ] verifier, improve ptr is_branch_taken logic
 2020-05-22  0:49 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).