bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-05 23:00:58 to 2022-12-07 06:38:27 UTC [more...]

[syzbot] BUG: stack guard page was hit in inet6_release
 2022-12-07  6:38 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftests/bpf: add generic BPF program verification tester
 2022-12-07  6:27 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester

[PATCH v2] panic: Taint kernel if fault injection has been used
 2022-12-07  5:18 UTC  (10+ messages)

[PATCH bpf-next] bpf: Restrict attachment of bpf program to some tracepoints
 2022-12-07  5:23 UTC  (14+ messages)

[PATCH bpf-next v3 1/1] docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
 2022-12-07  5:20 UTC  (2+ messages)

WARNING: inconsistent lock state in trace_call_bpf
 2022-12-07  5:17 UTC 

[PATCH bpf-next v3 00/12] xdp: hints via kfuncs
 2022-12-07  4:52 UTC  (15+ messages)
` [PATCH bpf-next v3 01/12] bpf: Document XDP RX metadata
` [PATCH bpf-next v3 02/12] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v3 03/12] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v3 04/12] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 05/12] veth: Support RX XDP metadata
` [PATCH bpf-next v3 06/12] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v3 07/12] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 08/12] mxl4: Support RX XDP metadata
` [PATCH bpf-next v3 09/12] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v3 10/12] mlx5: Introduce mlx5_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 11/12] mlx5: Support RX XDP metadata
` [PATCH bpf-next v3 12/12] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH] net: xsk: Don't include <linux/rculist.h>
 2022-12-07  4:10 UTC  (3+ messages)

[PATCH] skbuff: Reallocate to ksize() in __build_skb_around()
 2022-12-07  4:04 UTC  (4+ messages)

[PATCH bpf-next 0/2] Misc optimizations for bpf mem allocator
 2022-12-07  4:00 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Reuse freed element in free_by_rcu during allocation
` [PATCH bpf-next 2/2] bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true

[PATCH v2 bpf-next 0/3] Refactor verifier prune and jump point handling
 2022-12-07  3:30 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] bpf: decouple prune and jump points
` [PATCH v2 bpf-next 2/3] bpf: mostly decouple jump history management from is_state_visited()
` [PATCH v2 bpf-next 3/3] bpf: remove unnecessary prune and jump points

[PATCH bpf-next 00/13] BPF rbtree next-gen datastructure
 2022-12-07  2:50 UTC  (22+ messages)
` [PATCH bpf-next 01/13] bpf: Loosen alloc obj test in verifier's reg_btf_record
` [PATCH bpf-next 02/13] bpf: map_check_btf should fail if btf_parse_fields fails
` [PATCH bpf-next 03/13] bpf: Minor refactor of ref_set_release_on_unlock
` [PATCH bpf-next 04/13] bpf: rename list_head -> datastructure_head in field info types
` [PATCH bpf-next 05/13] bpf: Add basic bpf_rb_{root,node} support
` [PATCH bpf-next 06/13] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
` [PATCH bpf-next 07/13] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH bpf-next 08/13] bpf: Add callback validation to kfunc verifier logic
` [PATCH bpf-next 09/13] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH bpf-next 10/13] bpf, x86: BPF_PROBE_MEM handling for insn->off < 0
` [PATCH bpf-next 11/13] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
` [PATCH bpf-next 12/13] libbpf: Make BTF mandatory if program BTF has spin_lock or alloc_obj type
` [PATCH bpf-next 13/13] selftests/bpf: Add rbtree selftests

[PATCH bpf-next] bpf, test_run: fix alignment problem in bpf_test_init()
 2022-12-07  2:16 UTC  (3+ messages)

[PATCH bpf] bpf: Proper R0 zero-extension for BPF_CALL instructions
 2022-12-07  1:01 UTC  (9+ messages)

[PATCH bpf-next] bpf: Don't use rcu_users to refcount in task kfuncs
 2022-12-07  0:50 UTC  (2+ messages)

[PATCH net-next v2 0/2] Fix pinning devmaps
 2022-12-07  0:42 UTC  (4+ messages)
` [PATCH net-next v2 2/2] Add a selftest for devmap pinning

[PATCH bpf-next 0/3] BPF selftests fixes
 2022-12-07  0:40 UTC  (5+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Install all required files to run selftests

[PATCH bpf-next v2] libbpf: parse usdt args without offset on x86 (e.g. 8@(%rsp))
 2022-12-07  0:30 UTC  (2+ messages)

[PATCH v2 0/2] lsm: Improve LSM hooks documentation
 2022-12-07  0:21 UTC  (5+ messages)
` [PATCH v2 1/2] lsm: Clarify documentation of vm_enough_memory hook
` [PATCH v2 2/2] lsm: Add/fix return values in lsm_hooks.h and fix formatting

[PATCH] libbpf: Fix build warning on ref_ctr_off
 2022-12-07  0:14 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2022-12-07  0:10 UTC  (6+ messages)
` [PATCH bpf-next v3 2/3] bpf: "
` [PATCH bpf-next v3 3/3] bpf/selftests: Test fentry attachment to shadowed functions

[PATCH bpf-next] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
 2022-12-07  0:00 UTC  (3+ messages)

[PATCH bpf-next 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2022-12-06 23:48 UTC  (17+ messages)
` [PATCH bpf-next 01/15] selftests/xsk: print correct payload for packet dump
` [PATCH bpf-next 02/15] selftests/xsk: do not close unused file descriptors
` [PATCH bpf-next 03/15] selftests/xsk: submit correct number of frames in populate_fill_ring
` [PATCH bpf-next 04/15] selftests/xsk: print correct error codes when exiting
` [PATCH bpf-next 05/15] selftests/xsk: remove unused variable outstanding_tx
` [PATCH bpf-next 06/15] selftests/xsk: add debug option for creating netdevs
` [PATCH bpf-next 07/15] selftests/xsk: get rid of asm store/release implementations
` [PATCH bpf-next 08/15] selftests/xsk: remove namespaces
` [PATCH bpf-next 09/15] selftests/xsk: load and attach XDP program only once per mode
` [PATCH bpf-next 10/15] selftests/xsk: remove unnecessary code in control path
` [PATCH bpf-next 11/15] selftests/xsk: get rid of built-in XDP program
` [PATCH bpf-next 12/15] selftests/xsk: add test when some packets are XDP_DROPed
` [PATCH bpf-next 13/15] selftests/xsk: merge dual and single thread dispatchers
` [PATCH bpf-next 14/15] selftests/xsk: automatically restore packet stream
` [PATCH bpf-next 15/15] selftests/xsk: automatically switch XDP programs

[PATCH bpf-next v2] selftests/bpf: Bring test_offload.py back to life
 2022-12-06 23:27 UTC 

[PATCH bpf-next 0/3] Refactor verifier prune and jump point handling
 2022-12-06 23:19 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: decouple prune and jump points
` [PATCH bpf-next 2/3] bpf: mostly decouple jump history management from is_state_visited()
` [PATCH bpf-next 3/3] bpf: remove unnecessary prune and jump points

[PATCH 1/1] btf_encoder: Generate a new .BTF section even if one exists
 2022-12-06 22:52 UTC  (2+ messages)

[PATCH 0/3] libtraceevent from system and build fix
 2022-12-06 22:22 UTC  (14+ messages)
` [PATCH 2/3] perf build: Use libtraceevent from the system
` [PATCH 3/3] perf build: Fix python/perf.so library's name

[PATCHSET RFC] sched: Implement BPF extensible scheduler class
 2022-12-06 21:44 UTC  (7+ messages)
` [PATCH 01/31] rhashtable: Allow rhashtable to be used from irq-safe contexts
  ` [PATCH v2 "
  ` [PATCH 14/31] sched_ext: Implement BPF extensible scheduler class

[PATCH bpf-next] selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]
 2022-12-06 21:00 UTC  (2+ messages)

[PATCH HID for-next v3 0/5] HID: bpf: remove the need for ALLOW_ERROR_INJECTION and Kconfig fixes
 2022-12-06 20:47 UTC  (7+ messages)
` [PATCH HID for-next v3 1/5] bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
` [PATCH HID for-next v3 2/5] HID: bpf: do not rely on ALLOW_ERROR_INJECTION
` [PATCH HID for-next v3 3/5] HID: bpf: enforce HID_BPF dependencies
` [PATCH HID for-next v3 4/5] selftests: hid: ensures we have the proper requirements in config
` [PATCH HID for-next v3 5/5] kselftests: hid: fix missing headers_install step

[PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
 2022-12-06 20:40 UTC  (4+ messages)

[PATCH v2] bpftool: Fix memory leak in do_build_table_cb
 2022-12-06 20:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-12-06 20:25 UTC  (7+ messages)

[PATCH bpf v3] riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
 2022-12-06 20:10 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Bring test_offload.py back to life
 2022-12-06 19:27 UTC  (4+ messages)

[syzbot] KASAN: slab-out-of-bounds Write in __build_skb_around
 2022-12-06 18:31 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Upgrade bpf_{g,s}etsockopt return values
 2022-12-06 18:37 UTC  (4+ messages)

[PATCH bpf-next v2] docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE
 2022-12-06 16:36 UTC  (2+ messages)

[PATCH] bpf: Add BPF_CGROUP_UNIX_CONNECT attach type
 2022-12-06 16:32 UTC 

[linux-next:master] BUILD REGRESSION 5d562c48a21eeb029a8fd3f18e1b31fd83660474
 2022-12-06 16:06 UTC 

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-06 15:18 UTC  (3+ messages)

[PATCH] bpf: call get_random_u32() for random integers
 2022-12-06 13:53 UTC  (8+ messages)

[PATCH AUTOSEL 5.10 04/10] libbpf: Use page size as max_entries when probing ring buffer map
 2022-12-06  9:50 UTC 

[PATCH AUTOSEL 5.15 04/12] libbpf: Use page size as max_entries when probing ring buffer map
 2022-12-06  9:49 UTC 

[PATCH AUTOSEL 6.0 04/13] libbpf: Use page size as max_entries when probing ring buffer map
 2022-12-06  9:49 UTC 

[PATCH bpf v2] riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
 2022-12-06  8:49 UTC  (7+ messages)

[PATCH] bpftool: Fix memory leak in do_build_table_cb
 2022-12-06  7:14 UTC  (3+ messages)

[PATCH bpf-next,v6 0/4] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-06  7:13 UTC  (4+ messages)
` [PATCH bpf-next,v6 4/4] selftests/bpf: add xfrm_info tests

[RFC PATCH 0/9] virtio_net: support multi buffer xdp
 2022-12-06  6:42 UTC  (15+ messages)
` [RFC PATCH 1/9] virtio_net: disable the hole mechanism for xdp
` [RFC PATCH 2/9] virtio_net: set up xdp for multi buffer packets
` [RFC PATCH 3/9] virtio_net: update bytes calculation for xdp_frame
` [RFC PATCH 4/9] virtio_net: remove xdp related info from page_to_skb()
` [RFC PATCH 5/9] virtio_net: build xdp_buff with multi buffers
` [RFC PATCH 6/9] virtio_net: construct multi-buffer xdp in mergeable
` [RFC PATCH 9/9] virtio_net: support multi-buffer xdp

[PATCH bpf-next] bpftool: fix output for skipping kernel config check
 2022-12-06  4:35 UTC 

[PATCH] net: check for dev pointer being NULL in dev_hard_header() to avoid GPF
 2022-12-06  3:21 UTC  (6+ 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).