public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-09 14:46:53 to 2026-04-10 13:14:01 UTC [more...]

[PATCH] kbuild/btf: Remove broken module relinking exclusion
 2026-04-10 13:13 UTC 

[PATCH net-next v3 0/4] net: move .getsockopt away from __user buffers
 2026-04-10 12:52 UTC  (7+ messages)

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-04-10 12:43 UTC  (4+ messages)

[PATCH 1/2] bpf: deduce_bounds_64_from_32 tightening with circular range logic
 2026-04-10 12:40 UTC  (2+ messages)
` [PATCH 2/2] selftests/bpf: new cases handled by 32->64 range refinements

[PATCH net v6 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-04-10 11:37 UTC  (3+ messages)
` [PATCH net v6 1/2] net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
` [PATCH net v6 2/2] selftests/bpf: add test for xdp_master_redirect with bond not up

[PATCH net-next v11 00/14] netkit: Support for io_uring zero-copy and AF_XDP
 2026-04-10 11:10 UTC  (16+ messages)
` [PATCH net-next v11 03/14] net: Add lease info to queue-get response
` [PATCH net-next v11 14/14] selftests/net: Add queue leasing tests with netkit

[PATCH] bpf/selftests: remove test_access_variable_array
 2026-04-10 10:54 UTC 

[PATCH bpf-next v3 00/13] bpf: static stack liveness data flow analysis
 2026-04-10 10:10 UTC  (17+ messages)
` [PATCH bpf-next v3 01/13] bpf: share several utility functions as internal API
` [PATCH bpf-next v3 02/13] bpf: save subprogram name in bpf_subprog_info
` [PATCH bpf-next v3 03/13] bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
` [PATCH bpf-next v3 04/13] bpf: make liveness.c track stack with 4-byte granularity
` [PATCH bpf-next v3 05/13] bpf: 4-byte precise clean_verifier_state
` [PATCH bpf-next v3 06/13] bpf: prepare bpf_liveness api for use by static analysis pass
` [PATCH bpf-next v3 07/13] bpf: introduce forward arg-tracking dataflow analysis
` [PATCH bpf-next v3 08/13] bpf: simplify liveness to use (callsite, depth) keyed func_instances
` [PATCH bpf-next v3 09/13] bpf: change logging scheme for live stack analysis
` [PATCH bpf-next v3 10/13] selftests/bpf: update existing tests due to liveness changes
` [PATCH bpf-next v3 11/13] selftests/bpf: adjust verifier_log buffers
` [PATCH bpf-next v3 12/13] selftests/bpf: add new tests for static stack liveness analysis
` [PATCH bpf-next v3 13/13] bpf: poison dead stack slots

[PATCH v4 00/10] selftests/bpf: Tolerate partial builds across kernel configs
 2026-04-10 10:06 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] bpf: Fix Null-Pointer Dereference in kernel_clone() via BPF fmod_ret on security_task_alloc
 2026-04-10  9:20 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add selftests for verifying return values of fmod_ret

[PATCH net-next] netkit: Don't emit scrub attribute for single device mode
 2026-04-10  7:43 UTC  (2+ messages)

[RFC PATCH bpf-next v3 3/3] libbpf: Auto-upgrade kprobes to multi-kprobes when supported
 2026-04-10  7:36 UTC  (3+ messages)

[RFC PATCH bpf-next v3 2/3] libbpf: Add FEAT_KPROBE_MULTI_LINK feature probe
 2026-04-10  7:33 UTC  (3+ messages)

[PATCH] bpf: add bpf_real_inode() kfunc
 2026-04-10  7:29 UTC  (14+ messages)

[syzbot] Monthly bpf report (Apr 2026)
 2026-04-10  6:44 UTC 

[RFC PATCH 0/4] trace, livepatch: Allow kprobe return overriding for livepatched functions
 2026-04-10  4:38 UTC  (2+ messages)

[PATCH bpf-next v2 00/13] bpf: static stack liveness data flow analysis
 2026-04-10  4:06 UTC  (23+ messages)
` [PATCH bpf-next v2 01/13] bpf: share several utility functions as internal API
` [PATCH bpf-next v2 02/13] bpf: save subprogram name in bpf_subprog_info
` [PATCH bpf-next v2 03/13] bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
` [PATCH bpf-next v2 04/13] bpf: make liveness.c track stack with 4-byte granularity
` [PATCH bpf-next v2 05/13] bpf: 4-byte precise clean_verifier_state
` [PATCH bpf-next v2 06/13] bpf: prepare bpf_liveness api for use by static analysis pass
` [PATCH bpf-next v2 07/13] bpf: introduce forward arg-tracking dataflow analysis
` [PATCH bpf-next v2 08/13] bpf: simplify liveness to use (callsite, depth) keyed func_instances
` [PATCH bpf-next v2 09/13] bpf: change logging scheme for live stack analysis
` [PATCH bpf-next v2 10/13] selftests/bpf: update existing tests due to liveness changes
` [PATCH bpf-next v2 11/13] selftests/bpf: adjust verifier_log buffers
` [PATCH bpf-next v2 12/13] selftests/bpf: add new tests for static stack liveness analysis
` [PATCH bpf-next v2 13/13] bpf: poison dead stack slots

[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
 2026-04-10  2:53 UTC  (8+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier

[PATCH bpf-next 0/3] bpf: Refactor how the verifier matches kfunc checks
 2026-04-10  2:22 UTC  (2+ messages)

[PATCH v2 bpf-next 4/4] bpf: Replace bpf memory allocator with kmalloc_nolock() in local storage
 2026-04-10  1:43 UTC  (2+ messages)

[PATCH net-next v6 0/2] net: mana: add ethtool private flag for full-page RX buffers
 2026-04-10  1:35 UTC  (2+ messages)

[PATCH v9 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
 2026-04-09 23:48 UTC  (17+ messages)

[PATCH bpf-next 10/14] bpf: change logging scheme for live stack analysis
 2026-04-09 23:34 UTC  (3+ messages)

[PATCH bpf-next 08/14] bpf: record arg tracking results in bpf_liveness masks
 2026-04-09 23:32 UTC  (3+ messages)

[PATCH bpf-next 07/14] bpf: introduce forward arg-tracking dataflow analysis
 2026-04-09 23:28 UTC  (3+ messages)

[PATCH bpf-next 04/14] bpf: make liveness.c track stack with 4-byte granularity
 2026-04-09 23:21 UTC  (3+ messages)

[PATCH net-next v9 1/4] net: stmmac: Add DW25GMAC support in stmmac core driver
 2026-04-09 22:14 UTC  (3+ messages)

[PATCH net-next v9 0/4] net: stmmac: Add PCI driver support for BCM8958x
 2026-04-09 22:08 UTC  (3+ messages)

[PATCH bpf-next 03/14] bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
 2026-04-09 22:05 UTC  (3+ messages)

[PATCH bpf-next 02/14] bpf: save subprogram name in bpf_subprog_info
 2026-04-09 21:55 UTC  (3+ messages)

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

[PATCH net-next] net/mlx5: Use dma_wmb() for completion queue doorbell updates
 2026-04-09 20:46 UTC  (2+ messages)

[PATCH bpf v2] bpf: Fix use-after-free in offloaded map/prog info fill
 2026-04-09 20:30 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_taken
 2026-04-09 20:20 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for stale pkt range after scalar arithmetic

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

[PATCH bpf-next 00/14] bpf: static stack liveness data flow analysis
 2026-04-09 17:00 UTC  (3+ messages)
` [PATCH bpf-next 01/14] bpf: share several utility functions as internal API

[PATCH bpf v2 0/2] bpf: Implement stack_map_get_build_id_offset_sleepable()
 2026-04-09 16:34 UTC  (5+ messages)
` [PATCH bpf v2 2/2] bpf: Avoid faultable build ID reads under mm locks

[PATCH v2 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-04-09 16:28 UTC  (3+ messages)
` [PATCH v2 2/4] perf: Fix uninitialized bitfields in perf_clear_branch_entry_bitfields()


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