BPF List
 help / color / mirror / Atom feed
 messages from 2024-10-02 12:15:27 to 2024-10-04 15:00:25 UTC [more...]

[PATCH v3 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:58 UTC  (5+ messages)
` [PATCH v3 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH v3 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v3 3/8] tracing/perf: "
` [PATCH v3 4/8] tracing/bpf: "

[PATCH v1 0/8] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:52 UTC  (38+ messages)
` [PATCH v1 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
` [PATCH v1 2/8] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v1 3/8] tracing/perf: "
` [PATCH v1 4/8] tracing/bpf: "
` [PATCH v1 5/8] tracing: Allow system call tracepoints to handle page faults
` [PATCH v1 6/8] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH v1 7/8] tracing/perf: "
` [PATCH v1 8/8] tracing/bpf: "

[PATCH v2 0/7] tracing: Allow system call tracepoints to handle page faults
 2024-10-04 14:49 UTC  (9+ messages)
` [PATCH v2 1/7] tracing/ftrace: guard syscall probe with preempt_notrace
` [PATCH v2 2/7] tracing/perf: "
` [PATCH v2 3/7] tracing/bpf: "
` [PATCH v2 4/7] tracing: Allow system call tracepoints to handle page faults
` [PATCH v2 5/7] tracing/ftrace: Add might_fault check to syscall probes
` [PATCH v2 6/7] tracing/perf: "
` [PATCH v2 7/7] tracing/bpf: "

[PATCH] selftests: Do not skip BPF selftests by default
 2024-10-04 14:46 UTC  (4+ messages)

[RFC bpf-next 0/4] Add XDP rx hw hints support performing XDP_REDIRECT
 2024-10-04 14:29 UTC  (31+ messages)

[PATCH HID v3 0/9] HID: bpf: add a new hook to control hid-generic
 2024-10-04 14:12 UTC  (3+ messages)

[PATCH bpf-next 0/6] xsk: struct diet and cleanups
 2024-10-04 12:08 UTC  (10+ messages)
` [PATCH bpf-next 1/6] xsk: get rid of xdp_buff_xsk::xskb_list_node
` [PATCH bpf-next 2/6] xsk: s/free_list_node/list_node
` [PATCH bpf-next 3/6] xsk: get rid of xdp_buff_xsk::orig_addr
` [PATCH bpf-next 4/6] xsk: carry a copy of xdp_zc_max_segs within xsk_buff_pool
` [PATCH bpf-next 5/6] xsk: wrap duplicated code to function
` [PATCH bpf-next 6/6] xsk: use xsk_buff_pool directly for cq functions

[PATCH bpf-next 1/2] bpf: add get_netns_cookie helper to tc programs
 2024-10-04 12:00 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add tcx netns cookie tests
    ` [PATCH bpf-next v2 1/2] bpf: add get_netns_cookie helper to tc programs
      ` [PATCH bpf-next v2 2/2] selftests/bpf: add tcx netns cookie tests

[syzbot] [bpf?] possible deadlock in __put_partials
 2024-10-04 11:40 UTC 

[PATCH bpf-next] selftests, bpf: Skip MPLS test_tc_tunnel tests if MPLS is unavailable
 2024-10-04 11:23 UTC  (3+ messages)

[PATCH bpf] bpf: fix unpopulated name_len field in perf_event link info
 2024-10-04 11:19 UTC  (5+ messages)
` [PATCH bpf v2] "
    ` [PATCH bpf v3] "

[PATCH bpf-next v2 1/5] netkit: Add option for scrubbing skb meta data
 2024-10-04 10:13 UTC  (5+ messages)
` [PATCH bpf-next v2 2/5] netkit: Simplify netkit mode over to use NLA_POLICY_MAX
` [PATCH bpf-next v2 3/5] netkit: Add add netkit scrub support to rt_link.yaml
` [PATCH bpf-next v2 4/5] tools: Sync if_link.h uapi tooling header
` [PATCH bpf-next v2 5/5] selftests/bpf: Extend netkit tests to validate skb meta data

[PATCH] selftests: sched_ext: Add sched_ext as proper selftest target
 2024-10-04  9:42 UTC 

[PATCH bpf-next 1/4] netkit: Add option for scrubbing skb meta data
 2024-10-04  9:27 UTC  (10+ messages)
` [PATCH bpf-next 2/4] netkit: Add add netkit scrub support to rt_link.yaml
` [PATCH bpf-next 3/4] tools: Sync if_link.h uapi tooling header
` [PATCH bpf-next 4/4] selftests/bpf: Extend netkit tests to validate skb meta data

[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-10-04  8:01 UTC  (8+ messages)
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file
` [PATCH v2 tip/perf/core 5/5] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs
 2024-10-04  6:23 UTC  (8+ messages)

[PATCH v4 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
 2024-10-04  5:31 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Add kmem_cache iterator
` [PATCH v4 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add a test for kmem_cache_iter

[PATCH bpf-next] docs/bpf: Document some special sdiv/smod operations
 2024-10-04  5:28 UTC  (8+ messages)
        ` [Bpf] "

[PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs
 2024-10-04  5:22 UTC  (20+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
          ` yet another approach Was: "

[Question]: A non NULL req->sk in tcp_rtx_synack. Not a fastopen connection
 2024-10-04  4:00 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] Support eliding map lookup nullness
 2024-10-04  0:37 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] bpf: verifier: "
` [PATCH bpf-next v4 2/2] bpf: selftests: verifier: Add nullness elision tests

[PATCH net] sfc: Don't invoke xdp_do_flush() from netpoll
 2024-10-03 22:50 UTC  (4+ messages)

[PATCH v2 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-10-03 21:12 UTC  (10+ messages)
` [PATCH v2 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v2 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH bpf] selftests/bpf: fix backtrace printing for selftests crashes
 2024-10-03 21:07 UTC  (2+ messages)

[PATCH dwarves v3 0/5] Emit global variables in BTF
 2024-10-03 20:59 UTC  (20+ messages)
` [PATCH dwarves v3 1/5] btf_encoder: use bitfield to control var encoding
` [PATCH dwarves v3 2/5] btf_encoder: stop indexing symbols for VARs
` [PATCH dwarves v3 3/5] btf_encoder: explicitly check addr/size for u32 overflow
` [PATCH dwarves v3 4/5] btf_encoder: allow encoding VARs from many sections
` [PATCH dwarves v3 5/5] pahole: add global_var BTF feature

[PATCH bpf-next 0/2] bpf: Add kfuncs for read-only string operations
 2024-10-03 19:37 UTC  (13+ messages)
` [PATCH bpf-next 1/2] "

[PATCH HID] HID: bpf: fix cfi stubs for hid_bpf_ops
 2024-10-03 17:11 UTC  (2+ messages)

[PATCH rcu 0/11] Add light-weight readers for SRCU
 2024-10-03 16:09 UTC  (4+ messages)

[PATCH dwarves v2 0/4] Emit global variables in BTF
 2024-10-03 13:10 UTC  (5+ messages)
` [PATCH dwarves v2 4/4] btf_encoder: add global_var feature to encode globals

[PATCH resend 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
 2024-10-03  9:51 UTC  (3+ messages)

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-03  5:33 UTC  (8+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

[PATCH 6.6 000/538] 6.6.54-rc1 review
 2024-10-03  5:09 UTC 

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-02 21:46 UTC  (3+ messages)
` [PATCH bpf-next 1/2] fs/xattr: bpf: Introduce "
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names

[PATCH net v4 0/2] bpf: devmap: provide rxq after redirect
 2024-10-02 21:24 UTC  (5+ messages)
` [PATCH net v4 1/2] "
` [PATCH net v4 2/2] bpf: selftests: send packet to devmap redirect XDP

NULL pointer deref when running BPF monitor program (6.11.0-rc1)
 2024-10-02 16:30 UTC  (11+ messages)

[PATCH bpf-next 2/2 v2] bpf: Add BPF_CALL_FUNC to simplify code
 2024-10-02 15:37 UTC  (2+ messages)

[PATCH bpf-next 1/2 v2] bpf: Simplify code with BPF_CALL_IMM
 2024-10-02 15:23 UTC 

[PATCHv5 bpf-next 00/13] uprobe, bpf: Add session support
 2024-10-02 13:07 UTC  (6+ messages)
` [PATCHv5 bpf-next 03/13] bpf: Add support for uprobe multi session attach

[PATCH] selftests/bpf: Add __init and __exit to the functions bpf_test_no_cfi_init()/bpf_test_no_cfi_exit()
 2024-10-02 12:15 UTC  (2+ messages)


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