public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-20 21:27:05 to 2026-04-21 18:15:29 UTC [more...]

[PATCH v3 bpf-next] bpf, x86: Granlund-Montgomery optimization for 64-bit div/mod by immediate
 2026-04-21 18:15 UTC  (2+ messages)

[PATCH bpf] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
 2026-04-21 18:09 UTC  (2+ messages)

[PATCH bpf-next 0/9] bpf: Prepare to support stack arguments
 2026-04-21 18:06 UTC  (12+ messages)
` [PATCH bpf-next 1/9] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next 2/9] bpf: Fix tail_call_reachable leak
` [PATCH bpf-next 3/9] bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()
` [PATCH bpf-next 4/9] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next 5/9] bpf: Refactor to handle memory and size together
` [PATCH bpf-next 6/9] bpf: Rename existing argno to arg
` [PATCH bpf-next 7/9] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next 8/9] bpf: Introduce bpf register BPF_REG_PARAMS
` [PATCH bpf-next 9/9] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments

[PATCH RFC bpf-next 0/4] bpf: replace min/max fields with struct cnum{32,64}
 2026-04-21 18:06 UTC  (17+ messages)
` [PATCH RFC bpf-next 1/4] bpf: representation and basic operations on circular numbers
` [PATCH RFC bpf-next 2/4] bpf: use accessor functions for bpf_reg_state min/max fields
` [PATCH RFC bpf-next 3/4] bpf: replace min/max fields with struct cnum{32,64}
` [PATCH RFC bpf-next 4/4] selftests/bpf: new cases handled by 32->64 range refinements

[PATCH bpf-next v11 0/6] bpf: Add support for sleepable tracepoint programs
 2026-04-21 18:06 UTC  (8+ messages)
` [PATCH bpf-next v11 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v11 2/6] bpf: Add bpf_prog_run_array_sleepable()
` [PATCH bpf-next v11 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v11 4/6] bpf: Verifier support for sleepable "
` [PATCH bpf-next v11 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v11 6/6] selftests/bpf: Add tests for sleepable tracepoint programs

[PATCH AUTOSEL 6.18] xsk: validate MTU against usable frame size on bind
 2026-04-21 18:02 UTC  (2+ messages)

[PATCH bpf-next v8 0/8] Introduce arena library and runtime
 2026-04-21 17:56 UTC  (11+ messages)
` [PATCH bpf-next v8 1/8] selftests/bpf: Add ifdef guard for WRITE_ONCE macro in bpf_atomic.h
` [PATCH bpf-next v8 2/8] selftests/bpf: Add basic libarena scaffolding
` [PATCH bpf-next v8 3/8] selftests/bpf: Move arena-related headers into libarena
` [PATCH bpf-next v8 4/8] selftests/bpf: Add arena ASAN runtime to libarena
` [PATCH bpf-next v8 5/8] selftests/bpf: Add ASAN support for libarena selftests
` [PATCH bpf-next v8 6/8] selftests/bpf: Add buddy allocator for libarena
` [PATCH bpf-next v8 7/8] selftests/bpf: Add selftests for libarena buddy allocator
` [PATCH bpf-next v8 8/8] selftests/bpf: Reuse stderr parsing for libarena ASAN tests

[PATCH AUTOSEL 6.18] xsk: tighten UMEM headroom validation to account for tailroom and min frame
 2026-04-21 17:29 UTC  (2+ messages)

[PATCH bpf-next v6 00/17] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-21 17:24 UTC  (21+ messages)
` [PATCH bpf-next v6 03/17] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v6 04/17] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next v6 07/17] bpf: Support stack arguments for bpf functions

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-21 17:08 UTC  (10+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 09/16] KVM: arm64: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH bpf-next v4 0/4] bpf: Reject TCP_NODELAY in TCP header option
 2026-04-21 16:51 UTC  (6+ messages)
` [PATCH bpf-next v4 1/4] bpf: Reject TCP_NODELAY in TCP header option callbacks
` [PATCH bpf-next v4 2/4] bpf: Reject TCP_NODELAY in bpf-tcp-cc
` [PATCH bpf-next v4 3/4] selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacks
` [PATCH bpf-next v4 4/4] selftests/bpf: Verify bpf-tcp-cc rejects TCP_NODELAY

[PATCH bpf v2] bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
 2026-04-21 16:29 UTC  (3+ messages)

[PATCH bpf v3 1/2] bpf: Reject TCP_NODELAY in TCP header option callbacks
 2026-04-21 15:50 UTC  (5+ messages)

[PATCH bpf-next v7 0/3] bpf: Fix call offset truncation and OOB read in bpf_patch_call_args()
 2026-04-21 15:29 UTC  (6+ messages)
` [PATCH bpf-next v7 1/3] bpf: Fix out-of-bounds "
` [PATCH bpf-next v7 2/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
` [PATCH bpf-next v7 3/3] selftests/bpf: Add test for large offset bpf-to-bpf call

Out-of-Bounds Read / Null-Pointer Dereference in bpf_probe_write_user via PTR_TO_BTF_ID
 2026-04-21 14:48 UTC 

[PATCH bpf-next v4 2/8] bpf: Introduce global percpu data
 2026-04-21 14:35 UTC  (13+ messages)

[PATCH bpf-next] bpf/selftests: fix uprobe_multi usage
 2026-04-21 14:33 UTC 

[PATCH bpf-next 0/3] bpf, arm64: Support stack arguments
 2026-04-21 13:53 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf, arm64: Add JIT support for "

[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-21 13:46 UTC  (4+ messages)

[PATCH 5.10.y] bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()
 2026-04-21 13:28 UTC 

Uninitialized Stack Variable / NULL Pointer Dereference in __sys_socket_create via BPF LSM hooks
 2026-04-21 13:05 UTC  (7+ messages)

[PATCH net v2 0/8] xsk: fix bugs around xsk skb allocation
 2026-04-21 13:01 UTC  (6+ messages)
` [PATCH net v2 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures

[PATCH net v2 5/8] xsk: avoid skb leak in XDP_TX_METADATA case
 2026-04-21 12:58 UTC  (3+ messages)

[PATCH net v2 3/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
 2026-04-21 12:51 UTC  (5+ messages)

[PATCH net v2 2/8] xsk: handle NULL dereference of the skb without frags issue
 2026-04-21 12:46 UTC  (3+ messages)

[PATCH net v2 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
 2026-04-21 12:39 UTC  (5+ messages)

[PATCH bpf-next v4 6/6] selftests/bpf: add icmp_send_unreach_recursion test
 2026-04-21 11:13 UTC  (2+ messages)

[PATCH bpf-next v4 5/6] selftests/bpf: add icmp_send_unreach kfunc IPv6 tests
 2026-04-21 11:13 UTC  (2+ messages)

[PATCH bpf-next v4 4/6] selftests/bpf: add icmp_send_unreach kfunc tests
 2026-04-21 11:13 UTC  (2+ messages)

[PATCH bpf-next v4 3/6] bpf: add bpf_icmp_send_unreach kfunc
 2026-04-21 11:13 UTC  (2+ messages)

[PATCH bpf-next v4 1/6] net: move netfilter nf_reject_fill_skb_dst to core ipv4
 2026-04-21 11:13 UTC  (2+ messages)

[PATCH bpf-next v4 2/6] net: move netfilter nf_reject6_fill_skb_dst to core ipv6
 2026-04-21 11:13 UTC  (2+ messages)

[PATCH] selftests/bpf: Page out as late a possible in file_reader
 2026-04-21 10:52 UTC  (5+ messages)

BPF tracing fexit argument lifetime mismatch leads to slab-use-after-free
 2026-04-21 10:27 UTC  (2+ messages)

[PATCH v2 bpf] sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}()
 2026-04-21  9:26 UTC  (4+ messages)

[PATCH v3 bpf-next 1/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-21  9:18 UTC  (2+ messages)

[PATCHv5 bpf-next 21/28] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
 2026-04-21  8:57 UTC  (5+ messages)

[PATCHv5 bpf-next 20/28] libbpf: Add support to create tracing multi link
 2026-04-21  8:57 UTC  (3+ messages)

[PATCHv5 bpf-next 19/28] libbpf: Add btf_type_is_traceable_func function
 2026-04-21  8:56 UTC  (3+ messages)

[PATCHv5 bpf-next 18/28] libbpf: Add bpf_link_create support for tracing_multi link
 2026-04-21  8:56 UTC  (3+ messages)

[PATCHv5 bpf-next 13/28] bpf: Add support for tracing multi link
 2026-04-21  8:56 UTC  (3+ messages)

[PATCHv5 bpf-next 12/28] bpf: Add bpf_trampoline_multi_attach/detach functions
 2026-04-21  8:56 UTC  (5+ messages)

[PATCHv5 bpf-next 10/28] bpf: Add multi tracing attach types
 2026-04-21  8:56 UTC  (7+ messages)

[PATCHv5 bpf-next 08/28] bpf: Add struct bpf_tramp_node object
 2026-04-21  8:55 UTC  (3+ messages)

[PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
 2026-04-21  8:55 UTC  (3+ messages)

[PATCHv5 bpf-next 04/28] bpf: Use mutex lock pool for bpf trampolines
 2026-04-21  8:55 UTC  (5+ messages)

[PATCHv5 bpf-next 02/28] ftrace: Add ftrace_hash_remove function
 2026-04-21  8:54 UTC  (3+ messages)

[PATCHv5 bpf-next 01/28] ftrace: Add ftrace_hash_count function
 2026-04-21  8:54 UTC  (3+ messages)

[PATCH] perf/lock: enable end-timestamp accounting for cgroup aggregation
 2026-04-21  8:29 UTC  (3+ messages)

[PATCH v13 00/18] unwind_deferred: Implement sframe handling
 2026-04-21  8:27 UTC  (3+ messages)
` [PATCH v13 04/18] unwind_user/sframe: Add support for reading .sframe contents

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-21  7:15 UTC  (6+ messages)
` [PATCH v11 12/14] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

[PATCH v5 00/10] Reintroduce Hornet LSM
 2026-04-21  4:29 UTC  (20+ messages)
` [PATCH v5 02/10] crypto: pkcs7: add ability to extract signed attributes by OID
` [PATCH v5 03/10] crypto: pkcs7: add tests for pkcs7_get_authattr
` [PATCH v5 04/10] lsm: framework for BPF integrity verification
` [PATCH v5 05/10] lsm: security: Add additional enum values for bpf integrity checks
` [PATCH v5 06/10] security: Hornet LSM
` [PATCH v5 07/10] hornet: Introduce gen_sig
` [PATCH v5 08/10] hornet: Add a light skeleton data extractor scripts
` [PATCH v5 09/10] selftests/hornet: Add a selftest for the Hornet LSM
` [PATCH v5 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

[PATCH bpf-next v7 08/24] bpf: Support stack arguments for bpf functions
 2026-04-21  4:18 UTC  (2+ messages)

[PATCH bpf-next 0/2] Detect and prune dead branches using intersection checks
 2026-04-21  3:18 UTC  (13+ messages)
` [PATCH bpf-next 1/2] bpf/verifier: Use intersection checks when simulating to detect dead branches

[PATCH bpf-next 0/2] Allow storing referenced struct file kptrs in BPF maps
 2026-04-21  2:18 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Implement dtor for struct file BTF ID
` [PATCH bpf-next 2/2] selftests/bpf: Add test for map-stored struct file kptrs

[PATCH v5 01/10] crypto: pkcs7: add flag for validated trust on a signed info block
 2026-04-21  1:17 UTC  (2+ messages)

[PATCH bpf-next v3] bpf/tests: Exhaustive test coverage for signed division and modulo
 2026-04-21  1:00 UTC  (2+ messages)

[PATCH v3 bpf-next 0/6] bpf: Extend BTF UAPI vlen, kinds to use unused bits
 2026-04-21  1:00 UTC  (2+ messages)

[PATCH v2 0/4] Firmware LSM hook
 2026-04-21  0:58 UTC  (12+ messages)

[PATCH net 0/4] xsk: fix bugs around xsk skb allocation
 2026-04-21  0:55 UTC  (6+ messages)
` [PATCH net 1/4] xsk: avoid skb leak in XDP_TX_METADATA case

[PATCH net v2 4/8] xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()
 2026-04-21  0:51 UTC  (3+ messages)

[PATCH RFC bpf-next 2/2] selftests/bpf: Add LoongArch support for get_preempt_count()
 2026-04-21  0:47 UTC  (3+ messages)

[PATCH bpf v3 0/2] bpf: fix sock_ops rtt_min OOB read
 2026-04-20 23:00 UTC  (7+ messages)
` [PATCH bpf v4 0/2] bpf: guard sock_ops rtt_min against non-locked tcp_sock
  ` [PATCH bpf v4 1/2] "
  ` [PATCH bpf v4 2/2] selftests/bpf: cover same-reg sock_ops rtt_min request_sock access
` [PATCH bpf v5 0/2] bpf: guard sock_ops rtt_min against non-locked tcp_sock
  ` [PATCH bpf v5 1/2] "
  ` [PATCH bpf v5 2/2] selftests/bpf: cover same-reg sock_ops rtt_min request_sock access


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