public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 04:40:04 to 2026-04-01 09:59:46 UTC [more...]

[RFC PATCH bpf-next v2 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported
 2026-04-01  9:59 UTC  (3+ messages)

[PATCH v5 0/3] mm: Free contiguous order-0 pages efficiently
 2026-04-01  9:59 UTC  (11+ messages)
` [PATCH v5 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v5 2/3] vmalloc: Optimize vfree
` [PATCH v5 3/3] mm/page_alloc: Optimize __free_contig_frozen_range()

[RFC PATCH bpf-next v2 0/3] Upgrading uprobe and kprobe to their `multi` counterparts
 2026-04-01  9:57 UTC  (9+ messages)
` [RFC PATCH bpf-next v2 1/3] libbpf: Auto-upgrade uprobes to multi-uprobes when supported
` [RFC PATCH bpf-next v2 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe

[PATCH 0/6] Deprecate Legacy IP
 2026-04-01  9:38 UTC  (18+ messages)
` [PATCH 1/6] net: Simplify tautological CONFIG_INET/CONFIG_IPV6 guards
` [PATCH 2/6] net: Add CONFIG_LEGACY_IP option
` [PATCH 3/6] net: Guard Legacy IP entry points with CONFIG_LEGACY_IP
` [PATCH 4/6] net: Make IPv4-only Kconfig options depend on LEGACY_IP
` [PATCH 5/6] net: Change CONFIG_INET to CONFIG_LEGACY_IP for IPv4-only code
` [PATCH 6/6] net: Warn when processes listen on AF_INET sockets

[PATCH v3 0/2] Support BPF traversal of wakeup sources
 2026-04-01  9:15 UTC  (5+ messages)
` [PATCH v3 1/2] PM: wakeup: Add kfuncs to traverse over wakeup_sources
` [PATCH v3 2/2] selftests/bpf: Add tests for wakeup_sources kfuncs

[PATCH v8 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-01  9:02 UTC  (12+ messages)

[PATCH net-next v4 0/2] e1000e: add XDP support
 2026-04-01  8:48 UTC  (3+ messages)
` [PATCH net-next v4 1/2] e1000e: add basic "
  ` [Intel-wired-lan] "

[PATCH v1 0/5] LoongArch: BPF: Support more atomic instructions
 2026-04-01  8:23 UTC  (7+ messages)
` [PATCH v1 1/5] LoongArch: Define format for AM{SWAP/ADD}.{B/H}, DBAR and BSTRINS.D
` [PATCH v1 2/5] LoongArch: BPF: Add the default case in emit_atomic() and rename it
` [PATCH v1 3/5] LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
` [PATCH v1 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v1 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch

[PATCH v8 00/10] VMSCAPE optimization for BHI variant
 2026-04-01  8:13 UTC  (4+ messages)
` [PATCH v8 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user

[PATCH bpf-next v6 0/3] libbpf: clarify raw-address single kprobe attach behavior
 2026-04-01  7:05 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] libbpf: use direct error codes for kprobe/uprobe attach
` [PATCH bpf-next v6 2/3] libbpf: clarify raw-address single kprobe attach behavior
` [PATCH bpf-next v6 3/3] selftests/bpf: add test for raw-address single kprobe attach

[PATCH v7 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-04-01 10:32 UTC  (2+ messages)
` [PATCH v7 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH net-next] selftests/net: Add two xdp tests to xdp.py
 2026-04-01  5:27 UTC 

[PATCH bpf-next v5 0/2] libbpf: clarify raw-address single kprobe attach behavior
 2026-04-01  5:25 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: add test for raw-address single kprobe attach

[PATCH bpf-next v4 0/2] libbpf: clarify raw-address single kprobe attach behavior
 2026-04-01  5:22 UTC  (7+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: add test for raw-address single kprobe attach

[PATCH bpf-next v2 0/5] Task local data bug fixes and improvement
 2026-04-01  4:22 UTC  (11+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: Fix task_local_data data allocation size
` [PATCH bpf-next v2 2/5] selftests/bpf: Simplify task_local_data memory allocation
` [PATCH bpf-next v2 3/5] selftests/bpf: Make sure TLD_DEFINE_KEY runs first
` [PATCH bpf-next v2 4/5] selftests/bpf: Remove TLD_READ_ONCE() in the user space header
` [PATCH bpf-next v2 5/5] selftests/bpf: Improve task local data documentation and fix potential memory leak

[PATCH bpf-next 0/6] bpf: Prep patches for static stack liveness
 2026-04-01  3:49 UTC  (9+ messages)
` [PATCH bpf-next 1/6] bpf: Do register range validation early
` [PATCH bpf-next 2/6] bpf: Sort subprogs in topological order after check_cfg()
` [PATCH bpf-next 3/6] selftests/bpf: Add tests for subprog topological ordering
` [PATCH bpf-next 4/6] bpf: Add compute_const_regs() and prune_dead_branches() passes
` [PATCH bpf-next 5/6] bpf: Move verifier helpers to header
` [PATCH bpf-next 6/6] bpf: Add helper and kfunc stack access size resolution

[PATCH] bpf: reject direct access to nullable PTR_TO_BUF pointers
 2026-04-01  2:23 UTC  (3+ messages)

[PATCH] bpf: propagate ref_obj_id for dynptr slices of refcounted dynptrs
 2026-04-01  2:06 UTC  (3+ messages)

[PATCH v1 bpf] sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready()
 2026-04-01  0:54 UTC 

[syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in sk_psock_verdict_data_ready (4)
 2026-04-01  0:49 UTC 

[PATCH v4] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
 2026-04-01  0:11 UTC 

[PATCH v3 6/9] security: Hornet LSM
 2026-03-31 23:49 UTC  (2+ messages)

[PATCH bpf v5 0/3] bpf: Fix s16 truncation for large bpf-to-bpf call offsets
 2026-03-31 23:29 UTC  (6+ messages)
` [PATCH bpf v5 1/3] bpf: Reject bpf-to-bpf call with large offset in interpreter

[PATCH bpf v3 0/5] bpf, sockmap: Fix af_unix null-ptr-deref in proto update
 2026-03-31 23:18 UTC  (13+ messages)
` [PATCH bpf v3 5/5] bpf, sockmap: Adapt for af_unix-specific lock

[PATCH bpf v4 0/1] Fix bpf_link grace period wait for tracepoints
 2026-03-31 23:10 UTC  (4+ messages)
` [PATCH bpf v4 1/1] bpf: Fix grace period wait for tracepoint bpf_link

[PATCH bpf-next 1/2] libbpf: Fix BTF handling in bpf_program__clone()
 2026-03-31 22:57 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Suppress veristat error messages in non-verbose mode

[PATCH bpf-next v3] selftests/bpf: test access to ringbuf position with map pointer
 2026-03-31 22:50 UTC  (3+ messages)

[PATCH bpf-next,v2] bpf: clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()
 2026-03-31 22:50 UTC  (2+ messages)

[PATCH bpf] bpf: Fix regsafe() for pointers to packet
 2026-03-31 22:48 UTC  (5+ messages)

[PATCH bpf-next v2 1/2] bpf: Fix incorrect pruning due to atomic fetch precision tracking
 2026-03-31 22:20 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add more precision tracking tests for atomics

[PATCH v3 0/9] Reintrodce Hornet LSM
 2026-03-31 22:04 UTC  (6+ messages)
` [PATCH v3 4/9] lsm: framework for BPF integrity verification

[PATCH bpf v4 1/2] bpf: tcp: Reject non-TCP skb in bpf_sk_assign_tcp_reqsk()
 2026-03-31 22:04 UTC  (6+ messages)

[PATCH bpf-next v8 0/6] bpf: Add support for sleepable tracepoint programs
 2026-03-31 21:28 UTC  (14+ messages)
` [PATCH bpf-next v8 1/6] bpf: Add sleepable support for raw "
` [PATCH bpf-next v8 2/6] bpf: Rename bpf_prog_run_array_uprobe() to bpf_prog_run_array_sleepable()
` [PATCH bpf-next v8 3/6] bpf: Add sleepable support for classic tracepoint programs
` [PATCH bpf-next v8 5/6] libbpf: Add section handlers for sleepable tracepoints
` [PATCH bpf-next v8 6/6] selftests/bpf: Add tests for sleepable tracepoint programs

[PATCH net-next v3 2/4] udp: Remove disconnected sockets from the 4-tuple hash
 2026-03-31 18:49 UTC  (6+ messages)

[PATCH bpf-next v2 3/4] selftests/bpf: impose global ordering for test decl_tags
 2026-03-31 17:52 UTC  (4+ messages)

[PATCH bpf-next v2 0/4] selftests/bpf: impose global ordering for test decl_tags
 2026-03-31 17:52 UTC  (5+ messages)
` [PATCH bpf-next v2 2/4] selftests/bpf: make str_has_pfx return pointer past the prefix

[PATCH bpf v3 0/1] Fix bpf_link grace period wait for tracepoints
 2026-03-31 16:43 UTC  (9+ messages)
` [PATCH bpf v3 1/1] bpf: Fix grace period wait for tracepoint bpf_link

[PATCH] [v3, net-next] net: ethernet: ti-cpsw: fix linking built-in code to modules
 2026-03-31 16:12 UTC 

[PATCH net-next v2 0/5][pull request] ice: add support for devmem/io_uring Rx and Tx
 2026-03-31 15:09 UTC  (4+ messages)
` [PATCH net-next v2 3/5] ice: migrate to netdev ops lock

[PATCH v4 0/3] mm: Free contiguous order-0 pages efficiently
 2026-03-31 15:09 UTC  (14+ messages)
` [PATCH v4 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v4 2/3] vmalloc: Optimize vfree

[PATCH v5 net 00/11] xsk: tailroom reservation and MTU validation
 2026-03-31 15:02 UTC  (12+ messages)
` [PATCH v5 net 01/11] xsk: tighten UMEM headroom validation to account for tailroom and min frame
` [PATCH v5 net 02/11] xsk: respect tailroom for ZC setups
` [PATCH v5 net 03/11] xsk: fix XDP_UMEM_SG_FLAG issues
` [PATCH v5 net 04/11] xsk: validate MTU against usable frame size on bind
` [PATCH v5 net 05/11] selftests: bpf: introduce a common routine for reading procfs
` [PATCH v5 net 06/11] selftests: bpf: fix pkt grow tests
` [PATCH v5 net 07/11] selftests: bpf: have a separate variable for drop test
` [PATCH v5 net 08/11] selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroom
` [PATCH v5 net 09/11] idpf: remove xsk frame size check against alignment
` [PATCH v5 net 10/11] igc: remove home-grown xsk's frame size validation
` [PATCH v5 net 11/11] gve: "

[PATCH v2 bpf-next 0/6] Fix invariant violations and improve branch detection
 2026-03-31 14:56 UTC  (7+ messages)
` [PATCH v2 bpf-next 2/6] bpf: Use bpf_verifier_env buffers for reg_set_min_max

[PATCH bpf-next v3 0/2] bpf: Fix abuse of kprobe_write_ctx via freplace
 2026-03-31 14:53 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuse

[PATCH bpf-next] bpf: warn against BPF_RB_NO_WAKEUP in bpf_ringbuf_discard()
 2026-03-31 12:57 UTC  (3+ messages)

[ANNOUNCEMENT] LPC 2026 BPF Track CFP
 2026-03-31 12:57 UTC 

[BUG] bpf: use-after-free in hashtab BPF_F_LOCK in-place update path
 2026-03-31 11:39 UTC  (12+ messages)

[PATCH v2][next] bpf: Avoid thousands of -Wflex-array-members-not-at-end warnings
 2026-03-31 11:07 UTC  (2+ messages)

[PATCH v2 0/4] powerpc64/bpf: Add support for instruction array and indirect jump
 2026-03-31 10:42 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc64/bpf: Add support for instruction array
` [PATCH v2 3/4] powerpc64/bpf: Add support for indirect jump

[PATCH bpf-next v2 0/2] bpf: Migrate bpf_task_work and file dynptr to kmalloc_nolock
 2026-03-31 10:29 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Migrate bpf_task_work "

[PATCH bpf-next v3 0/2] libbpf: clarify raw-address single kprobe attach behavior
 2026-03-31  9:37 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add test for raw-address single kprobe attach

[PATCH bpf-next] bpf: Fix block device hooks names
 2026-03-31  9:20 UTC  (4+ messages)

[PATCH 1/6] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
 2026-03-31  8:46 UTC  (2+ messages)

[PATCH dwarves v4 00/11] pahole: Encode true signatures in kernel BTF
 2026-03-31  8:04 UTC  (3+ messages)
` [PATCH dwarves v4 09/11] dwarf_loader: Handle expression lists

[linux-next-20260327]resolve_btfids warnings for unresolved bpf_lsm_bdev_* symbols
 2026-03-31  7:55 UTC  (3+ messages)

[PATCH bpf v3] bpf: Fix RCU stall in bpf_fd_array_map_clear()
 2026-03-31  7:20 UTC  (3+ messages)

[PATCH v2 0/4] Firmware LSM hook
 2026-03-31  5:56 UTC  (5+ messages)
` [PATCH v2 1/4] bpf: add firmware command validation hook
` [PATCH v2 2/4] selftests/bpf: add test cases for fw_validate_cmd hook
` [PATCH v2 3/4] RDMA/mlx5: Externally validate FW commands supplied in DEVX interface
` [PATCH v2 4/4] fwctl/mlx5: Externally validate FW commands supplied in fwctl

[PATCH bpf-next v2 0/2] libbpf: allow address-based single kprobe attach
 2026-03-31  5:55 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH v6 1/2] powerpc64/bpf: Implement JIT support for private stack
 2026-03-31  8:03 UTC  (4+ messages)
` [PATCH v6 2/2] selftests/bpf: Enable private stack tests for powerpc64

[PATCH bpf-next 0/2] bpf: enable x86 fentry on tail-called programs
 2026-03-31  4:53 UTC  (14+ messages)
` [PATCH bpf-next 1/2] bpf, x86: patch tail-call fentry slot on non-IBT JITs

[PATCH bpf 1/2] bpf: Fix OOB in bpf_obj_memcpy for cgroup storage
 2026-03-31  4:39 UTC  (3+ messages)


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