bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-08 09:13:48 to 2021-10-12 05:27:12 UTC [more...]

[PATCH v4] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-12  5:27 UTC  (4+ messages)

[PATHC bpf v2] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-10-12  5:20 UTC 

[Patch bpf] udp: validate checksum in udp_read_sock()
 2021-10-12  5:06 UTC  (2+ messages)

[PATCH bpf-next 00/10] libbpf: support custom .rodata.*/.data.* sections
 2021-10-12  4:15 UTC  (21+ messages)
` [PATCH bpf-next 06/10] bpftool: improve skeleton generation for data maps without DATASEC type
` [PATCH bpf-next 07/10] libbpf: support multiple .rodata.* and .data.* BPF maps
` [PATCH bpf-next 08/10] selftests/bpf: demonstrate use of custom .rodata/.data sections
` [PATCH bpf-next 09/10] libbpf: simplify look up by name of internal maps
` [PATCH bpf-next 10/10] selftests/bpf: switch to ".bss"/".rodata"/".data" lookups for "

[PATCH bpf-next 1/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
 2021-10-12  4:11 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpftool: don't append / to the progtype
` [PATCH bpf-next 3/3] selftests/bpf: fix flow dissector tests

[PATCH bpf-next 0/3] btf_dump fixes for s390
 2021-10-12  4:03 UTC  (7+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Use cpu_number only on arches that have it
` [PATCH bpf-next 2/3] libbpf: Fix dumping big-endian bitfields
` [PATCH bpf-next 3/3] libbpf: Fix dumping __int128

[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
 2021-10-12  3:17 UTC  (18+ messages)
` [PATCH bpf-next v4 1/5] bpf: Add bitset map with bloom filter capabilities
` [PATCH bpf-next v4 2/5] libbpf: Add "map_extra" as a per-map-type extra flag
` [PATCH bpf-next v4 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive

[PATCH] [v2] selftests: bpf: Remove duplicated include in cgroup_helpers
 2021-10-12  2:32 UTC 

[PATCH dwarves] btf_encoder: Fix handling of percpu symbols on s390
 2021-10-12  2:26 UTC 

[PATCH dwarves] dwarf_loader: Fix heap overflow when accessing variable specification
 2021-10-12  2:25 UTC 

[PATCH] selftests: bpf: Remove dumplicated include in cgroup_helpers
 2021-10-12  2:20 UTC  (3+ messages)
  ` [PATCH] selftests: bpf: Remove duplicated "

Error during load: Arg#1 type is not a struct
 2021-10-12  0:43 UTC 

[syzbot] KASAN: use-after-free Read in veth_xdp_rcv
 2021-10-11 23:47 UTC  (2+ messages)

[RFC PATCH] tracing: BTF testing for kprobe-events
 2021-10-11 22:23 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] bpf: keep track of verifier insn_processed
 2021-10-11 20:54 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] bpf: add verified_insns to bpf_prog_info and fdinfo
` [PATCH v2 bpf-next 2/2] selftests/bpf: add verif_stats test

[PATCH bpf 0/4] bpf, sockmap: fixes stress testing and regression
 2021-10-11 19:16 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf, sockmap: Remove unhash handler for BPF sockmap usage
` [PATCH bpf 2/4] bpf, sockmap: Fix race in ingress receive verdict with redirect to self
` [PATCH bpf 3/4] bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
` [PATCH bpf 4/4] bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg

[PATCH bpf-next v2 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-11 18:43 UTC  (7+ messages)

[PATCH v15 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-10-11 18:35 UTC  (24+ messages)
` [PATCH v15 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v15 bpf-next 02/18] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v15 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v15 bpf-next 04/18] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v15 bpf-next 05/18] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v15 bpf-next 06/18] net: marvell: rely on "
` [PATCH v15 bpf-next 07/18] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v15 bpf-next 08/18] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v15 bpf-next 09/18] net: mvneta: enable jumbo frames for XDP
` [PATCH v15 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v15 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v15 bpf-next 12/18] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v15 bpf-next 13/18] bpf: move user_size out of bpf_test_init
` [PATCH v15 bpf-next 14/18] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v15 bpf-next 15/18] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v15 bpf-next 16/18] bpf: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v15 bpf-next 17/18] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v15 bpf-next 18/18] bpf: introduce bpf_xdp_{load,store}_bytes selftest

[PATCH rfc 0/6] Scheduler BPF
 2021-10-11 18:09 UTC  (5+ messages)

[PATCH bpf-next v2] bpf: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
 2021-10-11 16:43 UTC 

[PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-11 16:29 UTC  (3+ messages)

[bpf-next] bpf, verifier: Automated formal verification tool for finding bugs in eBPF verifier range analysis routines
 2021-10-11 16:19 UTC 

[PATCH bpf-next] bpf: rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
 2021-10-11 14:36 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] add support for writable bare tracepoint
 2021-10-11 14:34 UTC  (5+ messages)

[PATCH 5.4 13/52] MIPS: BPF: Restore MIPS32 cBPF JIT
 2021-10-11 13:45 UTC 

[RESEND][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
 2021-10-11 13:44 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, mips: Do some small changes
 2021-10-11 13:40 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf, mips: Clean up config options about JIT
` [PATCH bpf-next v2 2/2] bpf, mips: Fix comment on tail call count limiting

[PATCH net-next 0/4] Managed Neighbor Entries
 2021-10-11 12:12 UTC  (5+ messages)
` [PATCH net-next 1/4] net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE
` [PATCH net-next 2/4] net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE
` [PATCH net-next 3/4] net, neigh: Extend neigh->flags to 32 bit to allow for extensions
` [PATCH net-next 4/4] net, neigh: Add NTF_MANAGED flag for managed neighbor entries

[PATCH v2 bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-11  8:20 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH v2 bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH v2 bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH bpf-next v4 00/12] install libbpf headers when using the library
 2021-10-11  6:46 UTC  (8+ messages)
` [PATCH bpf-next v4 01/12] libbpf: skip re-installing headers file if source is older than target
` [PATCH bpf-next v4 03/12] bpftool: install libbpf headers instead of including the dir

[PATCH] qed: Fix missing error code in qed_slowpath_start()
 2021-10-11  5:17 UTC  (3+ messages)
` [EXT] "

[PATCH bpf-next 0/4] libbpf: deprecate bpf_program__get_prog_info_linear
 2021-10-11  3:44 UTC  (6+ messages)
` [PATCH bpf-next 1/4] libbpf: migrate internal use of bpf_program__get_prog_info_linear
` [PATCH bpf-next 2/4] bpftool: use bpf_obj_get_info_by_fd directly
` [PATCH bpf-next 3/4] perf: pull in bpf_program__get_prog_info_linear
` [PATCH bpf-next 4/4] libbpf: deprecate bpf_program__get_prog_info_linear

[PATCH bpf-next 0/2] bpf, mips: Do some small changes
 2021-10-10 17:49 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf, mips: Clean up config options about JIT
` [PATCH bpf-next 2/2] bpf, mips: Modify check condition about tail call count

[PATCH][net-next] virtio_net: skip RCU read lock by checking xdp_enabled of vi
 2021-10-10 10:40 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
 2021-10-10  0:25 UTC 

[PATCH bpf-next] bpf/preload: Clean up .gitignore and "clean-files" target
 2021-10-10  0:24 UTC 

[PATCH bpf-next 0/3] fixes for bpftool's Makefile
 2021-10-09 21:03 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpftool: fix install for libbpf's internal header(s)
` [PATCH bpf-next 2/3] bpftool: do not FORCE-build libbpf
` [PATCH bpf-next 3/3] bpftool: turn check on zlib from a phony target into a conditional error

[PATCH bpf-next 0/2] libbpf: Add btf__type_cnt() and btf__raw_data() APIs
 2021-10-09 15:00 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] tools: Switch to new btf__type_cnt/btf__raw_data APIs

bpf_get_branch_snapshot on qemu-kvm
 2021-10-09  9:03 UTC  (13+ messages)

[PATCH bpf-next] bpf: Silence Coverity warning for find_kfunc_desc_btf
 2021-10-09  4:09 UTC  (4+ messages)
  ` [PATCH bpf-next v2] "
  ` [PATCH bpf-next v3] "

[PATCH bpf-next v6 00/14] selftests/bpf: Add parallelism to test_progs
 2021-10-09  3:28 UTC  (33+ messages)
` [PATCH bpf-next v6 01/14] "
` [PATCH bpf-next v6 02/14] selftests/bpf: Allow some tests to be executed in sequence
` [PATCH bpf-next v6 03/14] selftests/bpf: disable perf rate limiting when running tests
` [PATCH bpf-next v6 05/14] selftests/bpf: adding read_perf_max_sample_freq() helper
` [PATCH bpf-next v6 08/14] selftests/bpf: adding a namespace reset for tc_redirect
` [PATCH bpf-next v6 09/14] selftests/bpf: Make uprobe tests use different attach functions
` [PATCH bpf-next v6 11/14] selftests/bpf: adding random delay for send_signal test
` [PATCH bpf-next v6 13/14] selftests/bpf: increase loop count for perf_branches
` [PATCH bpf-next v6 14/14] selfetest/bpf: make some tests serial

[PATCH bpf-next] bpf, selftests: Skip verifier tests that fail to load with ENOTSUPP
 2021-10-09  3:07 UTC  (3+ messages)

[PATCH bpf-next v4] test_bpf: Add module parameter test_suite
 2021-10-09  1:50 UTC 

[PATCH bpf-next 0/3] bpf: allow cgroup progs to export custom errnos to userspace
 2021-10-08 21:00 UTC  (9+ messages)
` [PATCH bpf-next 2/3] bpf: Add cgroup helper bpf_export_errno to get/set exported errno value

[Patch bpf v4 0/4] sock_map: fix ->poll() and update selftests
 2021-10-08 20:33 UTC  (5+ messages)
` [Patch bpf v4 1/4] net: rename ->stream_memory_read to ->sock_is_readable
` [Patch bpf v4 2/4] skmsg: extract and reuse sk_msg_is_readable()
` [Patch bpf v4 3/4] net: implement ->sock_is_readable() for UDP and AF_UNIX
` [Patch bpf v4 4/4] selftests/bpf: use recv_timeout() instead of retries

[PATCH bpf-next] selftest/bpf: fix btf_dump test under new clang
 2021-10-08 18:20 UTC  (3+ messages)

[RFC PATCH bpf-next 0/2] bpf: keep track of prog verification stats
 2021-10-08 15:50 UTC  (10+ messages)

[Patch bpf v3 0/4] sock_map: fix ->poll() and update selftests
 2021-10-08 15:26 UTC  (5+ messages)
` [Patch bpf v3 3/4] net: implement ->sock_is_readable() for UDP and AF_UNIX

branch prediction issue
 2021-10-08 14:28 UTC 

[PATCH v2 00/10] powerpc/bpf: Various fixes
 2021-10-08 13:22 UTC  (2+ messages)

[PATCH bpf-next v3] test_bpf: Add module parameter test_suite
 2021-10-08 12:18 UTC 

[PATCHv2 0/8] x86/ftrace: Add direct batch interface
 2021-10-08  9:13 UTC  (9+ messages)
` [PATCH 1/8] x86/ftrace: Remove extra orig rax move
` [PATCH 2/8] x86/ftrace: Remove fault protection code in prepare_ftrace_return
` [PATCH 3/8] x86/ftrace: Make function graph use ftrace directly
` [PATCH 4/8] tracing: Add trampoline/graph selftest
` [PATCH 5/8] ftrace: Add ftrace_add_rec_direct function
` [PATCH 6/8] ftrace: Add multi direct register/unregister interface
` [PATCH 7/8] ftrace: Add multi direct modify interface
` [PATCH 8/8] ftrace/samples: Add multi direct interface test module


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