bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-15 13:26:42 to 2024-02-20 03:51:06 UTC [more...]

[PATCH bpf-next 0/5] bpf: make tracing program support multi-attach
 2024-02-20  3:51 UTC 

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

Memory corruption in out_batch parameter of batch lookup APIs
 2024-02-20  1:22 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-02-20  1:22 UTC  (9+ messages)
` [PATCH bpf-next 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH bpf-next v2 0/3] check bpf_func_state->callback_depth when pruning states
 2024-02-20  0:32 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: update tcp_custom_syncookie to use scalar packet offset
` [PATCH bpf-next v2 2/3] bpf: check bpf_func_state->callback_depth when pruning states
` [PATCH bpf-next v2 3/3] selftests/bpf: test case for callback_depth states pruning logic

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

[LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
 2024-02-20  0:21 UTC  (9+ messages)

[PATCH v2] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-19 19:48 UTC  (5+ messages)

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

[LSF/MM/BPF TOPIC] Segmented Stacks for BPF Programs
 2024-02-19 18:56 UTC  (3+ messages)

[PATCH net-next 0/3] Change BPF_TEST_RUN use the system page pool for live XDP frames
 2024-02-19 18:52 UTC  (9+ messages)
` [PATCH net-next 1/3] net: Register system page pool as an XDP memory model
` [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 v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-02-19 16:07 UTC  (34+ messages)
` [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v7 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v7 21/36] function_graph: Add selftest for passing local variables
` [PATCH v7 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v7 23/36] function_graph: Add a new exit "
` [PATCH v7 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v7 25/36] arm64: ftrace: "
` [PATCH v7 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs

[PATCH bpf-next v7 0/2] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2024-02-19 15:15 UTC  (4+ messages)
` [PATCH bpf-next v7 1/2] arm64: patching: implement text_poke API

[PATCH 0/7] riscv: Various text patching improvements
 2024-02-19 13:04 UTC  (5+ messages)
` [PATCH 5/7] riscv: Pass patch_text() the length in bytes

[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
 2024-02-19 12:53 UTC  (7+ messages)
` [PATCH net-next v3 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v3 2/7] dma: avoid redundant calls for sync operations

[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
 2024-02-19 12:43 UTC  (12+ messages)

[PATCH] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-02-19 12:34 UTC  (3+ messages)

[PATCH net 1/1] igc: avoid returning frame twice in XDP_REDIRECT
 2024-02-19 12:13 UTC  (2+ messages)

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-19 12:01 UTC  (38+ messages)
` [RFC PATCH v1 01/14] bpf: Mark subprogs as throw reachable before do_check pass
` [RFC PATCH v1 02/14] bpf: Process global subprog's exception propagation
` [RFC PATCH v1 04/14] bpf: Refactor check_pseudo_btf_id's BTF reference bump
` [RFC PATCH v1 05/14] bpf: Implement BPF exception frame descriptor generation
` [RFC PATCH v1 06/14] bpf: Adjust frame descriptor pc on instruction patching
` [RFC PATCH v1 07/14] bpf: Use hidden subprog trampoline for bpf_throw
` [RFC PATCH v1 08/14] bpf: Compute used callee saved registers for subprogs
` [RFC PATCH v1 09/14] bpf, x86: Fix up pc offsets for frame descriptor entries
` [RFC PATCH v1 10/14] bpf, x86: Implement runtime resource cleanup for exceptions
` [RFC PATCH v1 11/14] bpf: Release references in verifier state when throwing exceptions

[PATCH v2 bpf-next 0/2] bpf: Fix an issue in bpf_iter_task
 2024-02-19 11:40 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Fix an issue due to uninitialized bpf_iter_task
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add negtive test cases for task iter

[PATCH bpf 1/2] bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
 2024-02-19 11:30 UTC  (5+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test "

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-02-19 10:38 UTC  (11+ messages)
` [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v3 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps

[PATCH bpf-next] bpf: Check return from set_memory_rox() and friends
 2024-02-19 10:25 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Discuss more features + use cases for sched_ext
 2024-02-19  9:25 UTC  (8+ messages)

[syzbot] [net?] [bpf?] BUG: unable to handle kernel NULL pointer dereference in dev_map_hash_update_elem
 2024-02-18 22:22 UTC 

[PATCH bpf] bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()
 2024-02-18 15:09 UTC 

[PATCH bpf-next 0/2] bpf: Add a generic bits iterator
 2024-02-18 11:48 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Add "
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for bits iter

[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
 2024-02-18  2:06 UTC  (22+ messages)
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles

[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
 2024-02-17 13:43 UTC  (8+ messages)
` [PATCH bpf-next 2/4] "

[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
 2024-02-17 13:42 UTC  (11+ messages)
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers

[PATCH v9 net-next 0/4] add multi-buff support for xdp running in generic mode
 2024-02-17 10:34 UTC  (4+ messages)
` [PATCH v9 net-next 3/4] xdp: "

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

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-16 20:25 UTC  (11+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 2/6] perf trace: Ignore thread hashing in summary

[PATCH bpf-next v3 0/3] Check cfi_stubs before registering a struct_ops type
 2024-02-16 19:34 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 2/3] bpf: Check cfi_stubs before registering a struct_ops type
` [PATCH bpf-next v3 3/3] selftests/bpf: Test case for lacking CFI stub functions

[PATCH bpf-next v2 0/2] Check cfi_stubs before registering a struct_ops type
 2024-02-16 19:18 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Test case for lacking CFI stub functions

[PATCH bpf-next 0/2] Allow struct_ops maps with a large number of programs
 2024-02-16 18:28 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: struct_ops supports more than one page for trampolines
` [PATCH bpf-next 2/2] selftests/bpf: Test struct_ops maps with a large number of program links

[PATCH bpf-next] selftests: bpf: Remove empty TEST_CUSTOM_PROGS
 2024-02-16 17:20 UTC  (2+ messages)

[RFC bpf-next v2 0/3] Create shadow variables for struct_ops in skeletons
 2024-02-16 17:12 UTC  (9+ messages)
` [RFC bpf-next v2 1/3] libbpf: Create a shadow copy for each struct_ops map if necessary

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

[PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf
 2024-02-16  3:30 UTC  (2+ messages)

[RESEND PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions]
 2024-02-16  1:59 UTC  (9+ messages)
` [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [RESEND PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [RESEND PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects

[PATCH bpf-next v4] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
 2024-02-15 22:00 UTC  (2+ messages)

[PATCH bpf-next] bpf: improve duplicate source code line detection
 2024-02-15 21:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Check cfi_stubs before registering a struct_ops type
 2024-02-15 19:20 UTC  (4+ messages)

[PATCH net-next v5 0/9] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-02-15 16:26 UTC  (3+ messages)
` [PATCH net-next v5 1/9] net: phylink: provide mac_get_pcs_neg_mode() function


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