BPF List
 help / color / mirror / Atom feed
 messages from 2026-05-03 17:35:23 to 2026-05-05 13:50:55 UTC [more...]

[PATCH net, v3] net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR
 2026-05-05 13:50 UTC  (3+ messages)

[PATCH v2 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-05-05 13:49 UTC  (16+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftests/bpf: add tests for bpf_init_inode_xattr kfunc

[SECURITY] BPF task_work context confusion enables cross-process bpf_probe_write_user() via token delegation
 2026-05-05 13:46 UTC  (2+ messages)

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-05 13:21 UTC  (3+ messages)
` [PATCH net-next v5 1/5] veth: fix OOB txq access in veth_poll() with asymmetric queue counts
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[PATCH v14 00/19] unwind_deferred: Implement sframe handling
 2026-05-05 12:53 UTC  (24+ messages)
` [PATCH v14 01/19] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [PATCH v14 02/19] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v14 04/19] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v14 06/19] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v14 07/19] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v14 08/19] unwind_user: Stop when reaching an outermost frame
` [PATCH v14 09/19] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v14 10/19] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v14 11/19] unwind_user/sframe: Show file name in debug output
` [PATCH v14 12/19] unwind_user/sframe: Add .sframe validation option
` [PATCH v14 13/19] unwind_user: Enable archs that pass RA in a register
` [PATCH v14 14/19] unwind_user: Flexible FP/RA recovery rules
` [PATCH v14 15/19] unwind_user: Flexible CFA "
` [PATCH v14 16/19] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v14 17/19] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v14 18/19] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v14 19/19] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[PATCH net-next v4 2/4] veth: implement Byte Queue Limits (BQL) for latency reduction
 2026-05-05 12:40 UTC  (3+ messages)

[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-05-05 12:33 UTC  (7+ messages)
` [PATCH v10 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v10 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v10 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v10 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v10 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v10 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v5 00/14] module: Introduce hash-based integrity checking
 2026-05-05 12:27 UTC  (22+ messages)
` [PATCH v5 01/14] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v5 02/14] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v5 03/14] kbuild: rename the strip_relocs command
` [PATCH v5 04/14] module: Drop pointless debugging message
` [PATCH v5 05/14] module: Make mod_verify_sig() static
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms
` [PATCH v5 11/14] module: update timestamp of modules.order after modules are built
` [PATCH v5 12/14] module: Introduce hash-based integrity checking
` [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v5 14/14] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping

[PATCH 0/3] net: mana: Fix mana_destroy_rxq() cleanup for partial RXQ init
 2026-05-05 10:20 UTC  (2+ messages)

[PATCH v4 0/3] riscv: improve percpu helpers and PIO mapping
 2026-05-05  8:11 UTC  (10+ messages)
` [PATCH v4 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v4 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v4 3/3] riscv: store percpu offset into thread_info

[PATCH bpf-next v2] m68k, bpf: Add initial BPF JIT compiler support
 2026-05-05  7:00 UTC  (4+ messages)

[PATCH v2 bpf 0/6] bpf: tcp: Fix type confusion in bpf helper functions
 2026-05-05  5:43 UTC  (15+ messages)
` [PATCH v2 bpf 1/6] bpf: tcp: Fix type confusion in bpf_tcp_sock()
` [PATCH v2 bpf 2/6] selftest: bpf: Add test for bpf_tcp_sock() and RAW socket
` [PATCH v2 bpf 3/6] mptcp: bpf: fix type confusion in bpf_mptcp_sock_from_subflow()
` [PATCH v2 bpf 4/6] bpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock()
` [PATCH v2 bpf 5/6] bpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock()
` [PATCH v2 bpf 6/6] bpf: tcp: Fix type confusion in sol_tcp_sockopt()

[PATCH bpf-next v6 0/6] bpf: decap flags and GSO state updates
 2026-05-05  4:14 UTC  (16+ messages)
` [PATCH v6 1/6] bpf: name the enum for BPF_FUNC_skb_adjust_room flags
` [PATCH v6 2/6] bpf: refactor masks for ADJ_ROOM flags and encap validation
` [PATCH v6 3/6] bpf: add BPF_F_ADJ_ROOM_DECAP_* flags for tunnel decapsulation
` [PATCH v6 4/6] bpf: allow new DECAP flags and add guard rails
` [PATCH v6 5/6] bpf: clear decap state on skb_adjust_room shrink path
` [PATCH v6 6/6] selftests/bpf: tc_tunnel - validate decap GSO and encapsulation state

[PATCH net-next v2 0/6] net: devmem: support devmem with netkit devices
 2026-05-05  0:27 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net: add netmem_tx modes that indicate dma capability
` [PATCH net-next v2 2/6] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v2 3/6] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v2 4/6] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v2 5/6] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v2 6/6] selftests: drv-net: add netkit devmem tests

[v6 00/10] Reintroduce Hornet LSM
 2026-05-04 23:52 UTC  (3+ messages)
` [v6 10/10] ipe: Add BPF program load policy enforcement via Hornet integration

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

[PATCH] samples/bpf: add SPDX license identifier to parse_simple.c
 2026-05-04 19:46 UTC 

[PATCH 0/6] lib: rework bitreverse
 2026-05-04 19:05 UTC  (8+ messages)
` [PATCH 1/6] lib: include crc32.h conditionally on CONFIG_CRC32

[PATCH RESEND] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
 2026-05-04 17:23 UTC  (2+ messages)

[PATCH net v5 0/8] xsk: fix bugs around xsk skb allocation
 2026-05-04 14:59 UTC  (4+ messages)
` [PATCH net v5 8/8] xsk: fix u64 descriptor address truncation on 32-bit architectures

[PATCH net-next v3 00/13] net: lan966x: add support for PCIe FDMA
 2026-05-04 14:23 UTC  (14+ messages)
` [PATCH net-next v3 01/13] MAINTAINERS: add FDMA library to Sparx5 SoC entry
` [PATCH net-next v3 02/13] net: microchip: fdma: rename contiguous dataptr helpers
` [PATCH net-next v3 03/13] net: microchip: fdma: add PCIe ATU support
` [PATCH net-next v3 04/13] net: lan966x: add FDMA LLP register write helper
` [PATCH net-next v3 05/13] net: lan966x: export FDMA helpers for reuse
` [PATCH net-next v3 06/13] net: lan966x: add FDMA ops dispatch for PCIe support
` [PATCH net-next v3 07/13] net: lan966x: clear FDMA interrupt stickies after switch reset
` [PATCH net-next v3 08/13] net: lan966x: add shutdown callback to stop FDMA on reboot
` [PATCH net-next v3 09/13] net: lan966x: add PCIe FDMA support
` [PATCH net-next v3 10/13] net: lan966x: add PCIe FDMA MTU change support
` [PATCH net-next v3 11/13] net: lan966x: add PCIe FDMA XDP support
` [PATCH net-next v3 12/13] misc: lan966x-pci: dts: extend cpu reg to cover PCIE DBI space
` [PATCH net-next v3 13/13] misc: lan966x-pci: dts: add fdma interrupt to overlay

[PATCH bpf-next v11 01/11] selftests/bpf: Add BPF_STRICT_BUILD toggle
 2026-05-04 14:05 UTC  (3+ messages)

[PATCH bpf-next v11 02/11] selftests/bpf: Fix test_kmods KDIR to honor O= and distro kernels
 2026-05-04 14:05 UTC  (3+ messages)

[PATCH bpf-next v11 09/11] selftests/bpf: Tolerate benchmark build failures
 2026-05-04 14:04 UTC  (3+ messages)

[PATCH net-next 00/12] net: enable TC956x support
 2026-05-04 13:36 UTC  (12+ messages)
` [PATCH net-next 04/12] net: stmmac: dma: create a separate dma_device pointer
` [PATCH net-next 08/12] dt-bindings: net: toshiba,tc965x-dwmac: add TC956x Ethernet bridge
` [PATCH net-next 09/12] gpio: tc956x: add TC956x/QPS615 support

[PATCH bpf-next v11 05/11] selftests/bpf: Make skeleton headers order-only prerequisites of .test.d
 2026-05-04 11:10 UTC  (3+ messages)

[PATCH v2 bpf-next 1/2] bpf: enforce VFS constraints for xattr related BPF kfuncs
 2026-05-04 10:39 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add new negative tests "

[mainline][bpf] build failure: conflicting bpf_arena_* prototypes between vmlinux.h and bpf_arena_common.h
 2026-05-04  8:44 UTC  (2+ messages)

[BUG] KASAN: slab-use-after-free in __sk_msg_recvmsg
 2026-05-04  7:52 UTC  (2+ messages)

[PATCH v2 2/3] perf build: Add -fms-extensions for GEN_VMLINUX_H=1
 2026-05-04  6:27 UTC 

[PATCH bpf-next 1/2] bpf: enforce VFS constraints for xattr related BPF kfuncs
 2026-05-03 20:58 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add new negative tests "

[PATCH bpf-next v2] bpf: fix crash in bpf_[set|remove]_dentry_xattr for negative dentries
 2026-05-03 20:26 UTC  (3+ messages)

[RFC PATCH v3] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 20:14 UTC  (3+ messages)

[PATCH net v5 6/8] xsk: avoid skb leak in XDP_TX_METADATA case
 2026-05-03 20:09 UTC  (2+ messages)

[PATCH net v5 4/8] xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
 2026-05-03 20:09 UTC  (2+ messages)

[PATCH net v5 5/8] xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()
 2026-05-03 20:09 UTC  (2+ messages)

[PATCH net v5 3/8] xsk: handle NULL dereference of the skb without frags issue
 2026-05-03 20:09 UTC  (2+ messages)

[PATCH net v5 2/8] xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS
 2026-05-03 20:09 UTC  (2+ messages)

[PATCH net v5 1/8] xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
 2026-05-03 20:09 UTC  (2+ messages)

[RFC PATCH v4] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 19:52 UTC  (3+ messages)

[PATCH 4/4] samples: bpf: add mthp_ext
 2026-05-03 17:57 UTC  (3+ messages)

[PATCH bpf-next] m68k, bpf: Add initial BPF JIT compiler support
 2026-05-03 17:57 UTC  (9+ messages)

[PATCH 3/4] mm: introduce bpf_mthp_ops struct ops
 2026-05-03 17:41 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