BPF List
 help / color / mirror / Atom feed
 messages from 2023-01-13 08:01:55 to 2023-01-17 07:09:16 UTC [more...]

[PATCH] tools: bpf: Disable stack protector
 2023-01-17  7:09 UTC  (7+ messages)

[PATCH bpf-next] selftests/bpf: Fix undeclared identifier build errors of test_bpf_nf.c
 2023-01-17  6:48 UTC  (4+ messages)

[Patch bpf-next 0/2] bpf: two trivial cleanup patches
 2023-01-17  6:02 UTC  (3+ messages)
` [Patch bpf-next 1/2] bpf: remove a redundant parameter of bpf_map_free_id()
` [Patch bpf-next 2/2] bpf: remove a redundant parameter of bpf_prog_free_id()

WARNING in debug_mutex_unlock
 2023-01-17  6:02 UTC  (4+ messages)

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-17  5:30 UTC  (5+ messages)

[bpf-next v1 1/2] libbpf: introduce new API libbpf_num_online_cpus
 2023-01-17  4:49 UTC  (2+ messages)
` [bpf-next v1 2/2] bpftool: profile online CPUs instead of possible

[PATCH] libbpf: replace '.' with '_' in legacy kprobe event name
 2023-01-17  2:38 UTC  (7+ messages)

[RFC PATCH bpf-next] Documentation/bpf: Add a description of "stable kfuncs"
 2023-01-17  0:41 UTC  (2+ messages)

pull-request: bpf 2023-01-16
 2023-01-16 23:07 UTC 

[bpf-next 00/10] samples/bpf: modernize BPF functionality test programs
 2023-01-16 22:48 UTC  (16+ messages)
` [bpf-next 01/10] samples/bpf: ensure ipv6 is enabled before running tests
` [bpf-next 02/10] samples/bpf: refactor BPF functionality testing scripts
` [bpf-next 03/10] samples/bpf: fix broken lightweight tunnel testing
` [bpf-next 04/10] samples/bpf: fix broken cgroup socket testing
` [bpf-next 05/10] samples/bpf: replace broken overhead microbenchmark with fib_table_lookup
` [bpf-next 06/10] samples/bpf: replace legacy map with the BTF-defined map
` [bpf-next 07/10] samples/bpf: split common macros to net_shared.h
` [bpf-next 08/10] samples/bpf: replace BPF programs header with net_shared.h
` [bpf-next 09/10] samples/bpf: use vmlinux.h instead of implicit headers in BPF test program
` [bpf-next 10/10] samples/bpf: change _kern suffix to .bpf with BPF test programs

[PATCH bpf-next 07/25] libbpf: complete riscv arch spec in bpf_tracing.h
 2023-01-16 22:37 UTC  (7+ messages)
  ` [PATCH bpf-next 21/25] libbpf: define riscv syscall regs "
` [PATCH bpf-next 00/25] libbpf: extend [ku]probe and syscall argument tracing support
  ` [PATCH bpf-next 15/25] libbpf: define s390x syscall regs spec in bpf_tracing.h

[PATCH v2 1/2] tools/resolve_btfids: Install subcmd headers
 2023-01-16 21:57 UTC  (2+ messages)
` [PATCH v2 2/2] tools/resolve_btfids: Alter how HOSTCC is forced

[PATCH] bpf: Add CONFIG_BPF_HELPER_STRICT
 2023-01-16 21:39 UTC  (3+ messages)

[PATCH v1] tools/resolve_btfids: Install subcmd headers
 2023-01-16 21:15 UTC  (5+ messages)

[PATCH v3] scripts: Exclude Rust CUs with pahole
 2023-01-16 19:22 UTC  (6+ messages)

[PATCH 5.4 324/658] perf trace: Return error if a system call doesnt exist
 2023-01-16 15:46 UTC  (3+ messages)
` [PATCH 5.4 330/658] perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
` [PATCH 5.4 331/658] perf trace: Handle failure when trace point folder is missed

[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
 2023-01-16 16:21 UTC  (21+ messages)
` [PATCH bpf-next v7 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v7 10/17] veth: Support RX XDP metadata
` [PATCH bpf-next v7 15/17] net/mlx5e: Introduce wrapper for xdp_buff
      ` [xdp-hints] "
` [PATCH bpf-next v7 16/17] net/mlx5e: Support RX XDP metadata

[PATCH] selftests/bpf: add missing SPDX license headers
 2023-01-16 16:20 UTC  (2+ messages)

[PATCHv3 bpf-next 1/2] bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
 2023-01-16 13:29 UTC  (2+ messages)
` [PATCHv3 bpf-next 2/2] bpf/selftests: Add verifier tests for loading sleepable programs

[PATCHv2 bpf-next 1/2] bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
 2023-01-16 12:53 UTC  (3+ messages)

KASAN: use-after-free Read in ___bpf_prog_run
 2023-01-16 12:45 UTC  (7+ messages)

[PATCH net-next v5 00/10] virtio-net: support multi buffer xdp
 2023-01-16 11:20 UTC  (12+ messages)
` [PATCH net-next v5 01/10] virtio-net: disable the hole mechanism for xdp
` [PATCH net-next v5 02/10] virtio-net: fix calculation of MTU for single-buffer xdp
` [PATCH net-next v5 03/10] virtio-net: set up xdp for multi buffer packets
` [PATCH net-next v5 04/10] virtio-net: update bytes calculation for xdp_frame
` [PATCH net-next v5 05/10] virtio-net: build xdp_buff with multi buffers
` [PATCH net-next v5 06/10] virtio-net: construct multi-buffer xdp in mergeable
` [PATCH net-next v5 07/10] virtio-net: transmit the multi-buffer xdp
` [PATCH net-next v5 08/10] virtio-net: build skb from "
` [PATCH net-next v5 09/10] virtio-net: remove xdp related info from page_to_skb()
` [PATCH net-next v5 10/10] virtio-net: support multi-buffer xdp

[PATCHv3 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-16 10:10 UTC  (4+ messages)
` [PATCHv3 bpf-next 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCHv3 bpf-next 2/3] selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
` [PATCHv3 bpf-next 3/3] bpf: Change modules resolving for kprobe multi link

[syzbot] general protection fault in sock_poll
 2023-01-16  9:34 UTC 

[PATCHv3 net-next] selftests/net: mv bpf/nat6to4.c to net folder
 2023-01-16  8:55 UTC  (2+ messages)

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-16  7:31 UTC  (7+ messages)

[PATCH v2 0/3] Assume libbpf 1.0+
 2023-01-16  1:01 UTC  (4+ messages)
` [PATCH v2 1/3] tools build: Pass libbpf feature only if "
` [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests
` [PATCH v2 3/3] perf bpf: Remove pre libbpf 1.0 conditional logic

[bpf-next v5 1/3] bpf: hash map, avoid deadlock with suitable hash mask
 2023-01-15 22:51 UTC  (5+ messages)
` [bpf-next v5 3/3] bpf: hash map, suppress false lockdep warning

[PATCHv2 bpf-next 0/3] kallsyms: Optimize the search for module symbols by livepatch and bpf
 2023-01-15 21:49 UTC  (10+ messages)
` [PATCHv2 bpf-next 1/3] livepatch: Improve the search performance of module_kallsyms_on_each_symbol()
` [PATCHv2 bpf-next 2/3] selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
` [PATCHv2 bpf-next 3/3] bpf: Change modules resolving for kprobe multi link

[PATCH HID for-next v2 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-15 18:00 UTC  (13+ messages)
` [PATCH HID for-next v2 1/9] selftests: hid: add vmtest.sh
` [PATCH HID for-next v2 2/9] selftests: hid: allow to compile hid_bpf with LLVM
` [PATCH HID for-next v2 3/9] selftests: hid: attach/detach 2 bpf programs, not just one
` [PATCH HID for-next v2 4/9] selftests: hid: ensure the program is correctly pinned
` [PATCH HID for-next v2 5/9] selftests: hid: prepare tests for HID_BPF API change
` [PATCH HID for-next v2 6/9] HID: bpf: rework how programs are attached and stored in the kernel
` [PATCH HID for-next v2 7/9] selftests: hid: enforce new attach API
` [PATCH HID for-next v2 8/9] HID: bpf: clean up entrypoint
` [PATCH HID for-next v2 9/9] HID: bpf: reorder BPF registration

[QUESTION] usage of BPF_MAP_TYPE_RINGBUF
 2023-01-15 17:09 UTC  (4+ messages)

[PATCH bpf-next v7 0/3] Add skb + xdp dynptrs
 2023-01-15 12:41 UTC  (3+ messages)

[RFC v2 bpf-next 0/7] xdp: introduce xdp-feature support
 2023-01-14 15:54 UTC  (8+ messages)
` [RFC v2 bpf-next 1/7] netdev-genl: create a simple family for netdev stuff
` [RFC v2 bpf-next 2/7] drivers: net: turn on XDP features
` [RFC v2 bpf-next 3/7] xsk: add usage of XDP features flags
` [RFC v2 bpf-next 4/7] libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recv
` [RFC v2 bpf-next 5/7] libbpf: add API to get XDP/XSK supported features
` [RFC v2 bpf-next 6/7] bpf: devmap: check XDP features in bpf_map_update_elem and __xdp_enqueue
` [RFC v2 bpf-next 7/7] selftests/bpf: introduce XDP compliance test tool

[RFC bpf-next 0/8] xdp: introduce xdp-feature support
 2023-01-14 15:33 UTC  (6+ messages)
` [RFC bpf-next 6/8] libbpf: add API to get XDP/XSK supported features

[PATCH net-next v4 00/10] virtio-net: support multi buffer xdp
 2023-01-14  7:16 UTC  (12+ messages)
` [PATCH net-next v4 02/10] virtio-net: fix calculation of MTU for single "
` [PATCH net-next v4 03/10] virtio-net: set up xdp for multi buffer packets
` [PATCH net-next v4 04/10] virtio-net: update bytes calculation for xdp_frame
` [PATCH net-next v4 05/10] virtio-net: build xdp_buff with multi buffers
` [PATCH net-next v4 06/10] virtio-net: construct multi-buffer xdp in mergeable
` [PATCH net-next v4 07/10] virtio-net: transmit the multi-buffer xdp
` [PATCH net-next v4 08/10] virtio-net: build skb from "
` [PATCH net-next v4 09/10] virtio-net: remove xdp related info from page_to_skb()
` [PATCH net-next v4 10/10] virtio-net: support multi-buffer xdp

CORE feature request: support checking field type directly
 2023-01-14  2:44 UTC  (6+ messages)

[PATCH bpf-next v2 0/2] bpf: Fix to preserve reg parent/live fields when copying range info
 2023-01-14  1:30 UTC  (7+ messages)

Struct_ops Questions
 2023-01-14  1:05 UTC 

Closing the BPF map permission loophole
 2023-01-13 23:44 UTC  (15+ messages)

[PATCH v3] kallsyms: Remove the performance test from kallsyms_selftest.c
 2023-01-13 23:23 UTC  (2+ messages)

[PATCHSET 0/8] perf/core: Prepare sample data for BPF
 2023-01-13 22:57 UTC  (10+ messages)
` [PATCH 3/8] perf/core: Add perf_sample_save_raw_data() helper
` [PATCH 8/8] perf/core: Call perf_prepare_sample() before running BPF

[PATCH bpf-next v1 0/8] Dynptr fixes
 2023-01-13 22:31 UTC  (4+ messages)

[PATCH] selftests/bpf: Fix missing space error
 2023-01-13 22:30 UTC  (2+ messages)

[PATCH net-next 1/2] ixgbe: XDP: fix checker warning from rcu pointer
 2023-01-13 21:42 UTC 

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-13 21:07 UTC  (6+ messages)

[RFC bpf-next 0/5] Support for BPF_ST instruction in LLVM C compiler
 2023-01-13 19:23 UTC  (9+ messages)

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2023-01-13 16:35 UTC  (14+ messages)
` bpf helpers freeze. Was: "

[PATCH] bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
 2023-01-13 16:22 UTC  (2+ messages)

Kernel Panic in 4.19 ARM machines
 2023-01-13 15:57 UTC  (3+ messages)

[PATCH] bpftool: Always disable stack protection for clang
 2023-01-13 15:49 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-13 14:12 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel

Intel i810 (ice driver) + AF_XDP: list_add corruption
 2023-01-13 13:34 UTC 

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-13 11:53 UTC  (3+ messages)

[PATCH] libbpf: resolve kernel function name optimization for kprobe
 2023-01-13  8:00 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox