bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-20 09:06:45 to 2024-02-22 09:45:33 UTC [more...]

[PATCH net] net: stmmac: Complete meta data only when enabled
 2024-02-22  9:45 UTC 

Page faults in tracepoint caused by aliased pointer
 2024-02-22  9:27 UTC  (10+ messages)

[PATCH RFC net-next 0/2] Use per-task storage for XDP-redirects on PREEMPT_RT
 2024-02-22  9:22 UTC  (19+ messages)
` [PATCH RFC net-next 1/2] net: Reference bpf_redirect_info via task_struct "

[PATCH bpf-next 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-02-22  8:53 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall hierarchy
 2024-02-22  8:52 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcases for tailcall hierarchy fixing

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-22  8:05 UTC  (18+ messages)
` [PATCH RFC bpf-next v3 01/16] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v3 03/16] bpf/verifier: add is_async_callback_calling_insn() helper
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v3 05/16] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH RFC bpf-next v3 07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
` [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v3 10/16] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v3 11/16] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v3 12/16] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v3 13/16] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v3 14/16] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v3 15/16] selftests/hid: add test for bpf_timer
` [PATCH RFC bpf-next v3 16/16] selftests/hid: add KASAN to the VM tests

[PATCH bpf-next 1/2] bpf: Introduce bpf_can_loop() kfunc
 2024-02-22  6:33 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_can_loop

[PATCH bpf-next v5 0/2] Check cfi_stubs before registering a struct_ops type
 2024-02-22  2:11 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] bpf: "
` [PATCH bpf-next v5 2/2] selftests/bpf: Test case for lacking CFI stub functions

[PATCH bpf-next v4 0/3] Check cfi_stubs before registering a struct_ops type
 2024-02-22  1:11 UTC  (7+ messages)
` [PATCH bpf-next v4 1/3] bpf, net: allow passing NULL prog to check_member
` [PATCH bpf-next v4 2/3] bpf: Check cfi_stubs before registering a struct_ops type
` [PATCH bpf-next v4 3/3] selftests/bpf: Test case for lacking CFI stub functions

[PATCH bpf-next 0/4] bpf: track find_equal_scalars history on per-instruction level
 2024-02-22  0:50 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: replace env->cur_hist_ent with a getter function
` [PATCH bpf-next 2/4] bpf: track find_equal_scalars history on per-instruction level
` [PATCH bpf-next 3/4] bpf: remove mark_precise_scalar_ids()
` [PATCH bpf-next 4/4] selftests/bpf: tests for per-insn find_equal_scalars() precision tracking

[PATCH bpf-next v2] bpf: clarify batch lookup semantics
 2024-02-21 23:33 UTC  (3+ messages)

pull-request: bpf 2024-02-22
 2024-02-21 23:18 UTC 

[PATCH bpf-next v2 0/3] Allow struct_ops maps with a large number of programs
 2024-02-21 23:02 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf, net: validate struct_ops when updating value
` [PATCH bpf-next v2 2/3] bpf: struct_ops supports more than one page for trampolines
` [PATCH bpf-next v2 3/3] selftests/bpf: Test struct_ops maps with a large number of program links

[PATCH v5] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-21 22:26 UTC 

[PATCH v4] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-21 22:01 UTC  (4+ messages)

[PATCH bpf-next v4] bpf, docs: Add callx instructions in new conformance group
 2024-02-21 21:18 UTC  (4+ messages)
` [Bpf] "

[syzbot] [bpf?] KMSAN: uninit-value in bpf_bprintf_prepare
 2024-02-21 20:55 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in bstr_printf
 2024-02-21 20:55 UTC 

[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
 2024-02-21 19:05 UTC  (3+ messages)

[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
 2024-02-21 18:25 UTC  (20+ messages)
` [PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node overrides
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
      ` [External] "
` [PATCH 3/4] arm64: separate code and data virtual memory allocation
` [PATCH 4/4] arm64: dynamic enforcement of pmd-level PXNTable
  ` [External] Re: [PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration

[PATCH bpf-next] bpf, docs: Fix typos in instruction-set.rst
 2024-02-21 18:04 UTC  (4+ messages)
` [Bpf] "

[PATCH bpf-next] bpf, docs: specify which BPF_ABS and BPF_IND fields were zero
 2024-02-21 18:03 UTC  (4+ messages)
` [Bpf] "

[PATCH bpf-next v3 0/5] Create shadow types for struct_ops maps in skeletons
 2024-02-21 17:47 UTC  (10+ messages)
` [PATCH bpf-next v3 1/5] libbpf: expose resolve_func_ptr() through libbpf_internal.h
` [PATCH bpf-next v3 2/5] libbpf: set btf_value_type_id of struct bpf_map for struct_ops
` [PATCH bpf-next v3 3/5] libbpf: Convert st_ops->data to shadow type
` [PATCH bpf-next v3 4/5] bpftool: generated shadow variables for struct_ops maps
` [PATCH bpf-next v3 5/5] selftests/bpf: Test if shadow types work correctly

[PATCH bpf-next] bpf: Shrink size of struct bpf_map/bpf_array
 2024-02-21 17:10 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Compiled BPF and toolchains
 2024-02-21 16:32 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Remove intermediate test files
 2024-02-21 16:30 UTC  (3+ messages)

[PATCH bpf] bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()
 2024-02-21 16:20 UTC  (3+ messages)

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-21 16:06 UTC  (13+ messages)
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs

[PATCH v10 net-next 00/15] Introducing P4TC
 2024-02-21 14:51 UTC  (9+ messages)
` [PATCH v10 net-next 15/15] p4tc: add P4 classifier

[PATCH bpf-next v8 0/2] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2024-02-21 14:51 UTC  (3+ messages)
` [PATCH bpf-next v8 1/2] arm64: patching: implement text_poke API
` [PATCH bpf-next v8 2/2] bpf, arm64: use bpf_prog_pack for memory management

[PATCH net-next v2 0/4] Change BPF_TEST_RUN use the system page pool for live XDP frames
 2024-02-21 14:48 UTC  (6+ messages)
` [PATCH net-next v2 1/4] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 2/4] bpf: test_run: Use system page pool for XDP live frame mode
` [PATCH net-next v2 3/4] bpf: test_run: Fix cacheline alignment of live XDP frame data structures

[PATCH bpf-next v2] bpf: Check return from set_memory_rox() and friends
 2024-02-21 14:45 UTC 

[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
 2024-02-21 14:42 UTC  (12+ messages)
` [PATCH bpf-next 2/4] "

[PATCH bpf-next v2] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-02-21 14:06 UTC  (2+ messages)

[PATCH bpf-next 00/11] bpf: probe-read bpf_d_path() and add new acquire/release BPF kfuncs
 2024-02-21 13:38 UTC  (16+ messages)
` [PATCH bpf-next 01/11] bpf: make bpf_d_path() helper use probe-read semantics
` [PATCH bpf-next 02/11] bpf/selftests: adjust selftests for BPF helper bpf_d_path()
` [PATCH bpf-next 03/11] bpf: rename fs_kfunc_set_ids to lsm_kfunc_set_ids
` [PATCH bpf-next 04/11] bpf: add new acquire/release BPF kfuncs for mm_struct
` [PATCH bpf-next 05/11] bpf/selftests: add selftests for mm_struct acquire/release BPF kfuncs
` [PATCH bpf-next 06/11] bpf: add new acquire/release based BPF kfuncs for exe_file
` [PATCH bpf-next 07/11] bpf/selftests: add selftests for exe_file acquire/release BPF kfuncs
` [PATCH bpf-next 08/11] bpf: add acquire/release based BPF kfuncs for fs_struct's paths
` [PATCH bpf-next 09/11] bpf/selftests: add selftests for root/pwd path based BPF kfuncs
` [PATCH bpf-next 10/11] bpf: add trusted d_path() based BPF kfunc bpf_path_d_path()
` [PATCH bpf-next 11/11] bpf/selftests: adapt selftests test_d_path for "

[PATCH] bpf: change WARN ro pr_warn in verifier in 5.10 kernels
 2024-02-21 10:03 UTC 

[PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
 2024-02-21  9:19 UTC  (4+ messages)
` [PATCH bpf-next v8 3/3] selftests: bpf: crypto skcipher algo selftests

[PATCH bpf] libbpf: clarify batch lookup semantics
 2024-02-21  6:12 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: make tracing program support multi-attach
 2024-02-21  5:31 UTC  (16+ messages)
` [PATCH bpf-next 1/5] bpf: tracing: add support to record and check the accessed args
    ` [External] "
` [PATCH bpf-next 2/5] bpf: tracing: support to attach program to multi hooks
  ` [External] Re: [PATCH bpf-next 0/5] bpf: make tracing program support multi-attach

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-21  2:03 UTC  (6+ messages)
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters

[PATCH v1 bpf-next 0/9] BPF static branches
 2024-02-21  1:09 UTC  (9+ messages)
` [PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns

Memory corruption in out_batch parameter of batch lookup APIs
 2024-02-21  1:02 UTC  (3+ messages)

[PATCH bpf-next 0/2] Allow struct_ops maps with a large number of programs
 2024-02-20 23:23 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: struct_ops supports more than one page for trampolines

[PATCH bpf-next v3 0/3] Check cfi_stubs before registering a struct_ops type
 2024-02-20 22:26 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] x86/cfi,bpf: Add a stub function for get_info of struct tcp_congestion_ops

[PATCH bpf-next v3 0/2] bpf, arm64: Support Exceptions
 2024-02-20 22:12 UTC  (2+ messages)

[PATCH 0/7] riscv: Various text patching improvements
 2024-02-20 22:11 UTC  (4+ messages)

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-20 21:58 UTC  (7+ messages)
` [RFC PATCH v1 05/14] bpf: Implement BPF exception frame descriptor generation

[PATCH net-next 0/3] Change BPF_TEST_RUN use the system page pool for live XDP frames
 2024-02-20 19:33 UTC  (16+ messages)
` [PATCH net-next 2/3] bpf: test_run: Use system page pool for XDP live frame mode
` [PATCH net-next 3/3] bpf: test_run: Fix cacheline alignment of live XDP frame data structures

[PATCH v3] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-20 18:52 UTC  (3+ messages)

[PATCH bpf-next 0/3] check bpf_func_state->callback_depth when pruning states
 2024-02-20 17:13 UTC  (9+ messages)
` [PATCH bpf-next 2/3] bpf: "


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