public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-14 10:01:51 to 2025-10-16 06:43:21 UTC [more...]

[RFC PATCH v10 mm-new 0/9] mm, bpf: BPF-MM, BPF-THP
 2025-10-16  6:42 UTC  (12+ messages)
` [RFC PATCH v10 mm-new 1/9] mm: thp: remove vm_flags parameter from khugepaged_enter_vma()
` [RFC PATCH v10 mm-new 2/9] mm: thp: remove vm_flags parameter from thp_vma_allowable_order()
` [RFC PATCH v10 mm-new 3/9] mm: thp: add support for BPF based THP order selection
` [RFC PATCH v10 mm-new 4/9] mm: thp: decouple THP allocation between swap and page fault paths
` [RFC PATCH v10 mm-new 5/9] mm: thp: enable THP allocation exclusively through khugepaged
` [RFC PATCH v10 mm-new 6/9] bpf: mark mm->owner as __safe_rcu_or_null
` [RFC PATCH v10 mm-new 7/9] bpf: mark vma->vm_mm as __safe_trusted_or_null
` [RFC PATCH v10 mm-new 8/9] selftests/bpf: add a simple BPF based THP policy
` [RFC PATCH v10 mm-new 9/9] Documentation: add BPF-based THP policy management

[PATCH bpf-next 0/2] bpf: MM related minor changes
 2025-10-16  6:39 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: mark mm->owner as __safe_rcu_or_null
` [PATCH bpf-next 2/2] bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null

[PATCH v2 bpf] bpf: Fix memory leak in __lookup_instance error path
 2025-10-16  6:33 UTC 

[PATCH bpf 1/1] bpf: Fix memory leak in __lookup_instance error path
 2025-10-16  6:23 UTC 

[PATCH v2 0/2] memcg: reading memcg stats more efficiently
 2025-10-16  5:04 UTC  (11+ messages)
` [PATCH v2 1/2] memcg: introduce kfuncs for fetching memcg stats
` [PATCH v2 2/2] memcg: selftests for memcg stat kfuncs

[PATCH] selftests: arg_parsing: Ensure data is flushed to disk before reading
 2025-10-16  3:53 UTC  (13+ messages)
    ` [PATCH v2] "
            ` [PATCH v3] "
            ` [PATCH bpf v4] "
            ` [PATCH bpf v5] "
            ` [PATCH bpf v6] "

[RFC PATCH v2 00/11] bpf: Introduce file dynptr
 2025-10-15 22:50 UTC  (28+ messages)
` [RFC PATCH v2 01/11] selftests/bpf: remove unnecessary kfunc prototypes
` [RFC PATCH v2 02/11] bpf: widen dynptr size/offset to 64 bit
` [RFC PATCH v2 03/11] lib: move freader into buildid.h
` [RFC PATCH v2 04/11] lib/freader: support reading more than 2 folios
` [RFC PATCH v2 05/11] bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
` [RFC PATCH v2 06/11] bpf: mark vm_area_struct as trusted
` [RFC PATCH v2 07/11] bpf: add plumbing for file-backed dynptr
` [RFC PATCH v2 08/11] bpf: add kfuncs and helpers support for file dynptrs
` [RFC PATCH v2 09/11] bpf: verifier: refactor kfunc specialization
` [RFC PATCH v2 10/11] bpf: dispatch to sleepable file dynptr
` [RFC PATCH v2 11/11] selftests/bpf: add file dynptr tests

[RFC PATCH v1 bpf-next 0/4] Support associating BPF programs with struct_ops
 2025-10-15 22:35 UTC  (4+ messages)
` [RFC PATCH v1 bpf-next 2/4] bpf: Support associating BPF program "

[PATCH bpf-next] selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22
 2025-10-15 20:54 UTC  (5+ messages)

[PATCH v2 bpf-next/net 0/6] bpf: Allow opt-out from sk->sk_prot->memory_allocated
 2025-10-15 20:41 UTC  (10+ messages)
` [PATCH v2 bpf-next/net 1/6] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v2 bpf-next/net 2/6] net: Allow opt-out from global protocol memory accounting
` [PATCH v2 bpf-next/net 3/6] net: Introduce net.core.bypass_prot_mem sysctl
` [PATCH v2 bpf-next/net 4/6] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_CREATE
` [PATCH v2 bpf-next/net 5/6] bpf: Introduce SK_BPF_BYPASS_PROT_MEM
` [PATCH v2 bpf-next/net 6/6] selftest: bpf: Add test for sk->sk_bypass_prot_mem

[PATCH net-next v2 00/15] netkit: Support for io_uring zero-copy and AF_XDP
 2025-10-15 19:13 UTC  (18+ messages)
` [PATCH net-next v2 01/15] net: Add bind-queue operation
` [PATCH net-next v2 02/15] net: Implement netdev_nl_bind_queue_doit
` [PATCH net-next v2 03/15] net: Add peer info to queue-get response
` [PATCH net-next v2 04/15] net, ethtool: Disallow peered real rxqs to be resized
` [PATCH net-next v2 05/15] net: Proxy net_mp_{open,close}_rxq for mapped queues
` [PATCH net-next v2 06/15] xsk: Move NETDEV_XDP_ACT_ZC into generic header
` [PATCH net-next v2 07/15] xsk: Move pool registration into single function
` [PATCH net-next v2 08/15] xsk: Add small helper xp_pool_bindable
` [PATCH net-next v2 09/15] xsk: Change xsk_rcv_check to check netdev/queue_id from pool
` [PATCH net-next v2 10/15] xsk: Proxy pool management for mapped queues
` [PATCH net-next v2 11/15] netkit: Add single device mode for netkit
` [PATCH net-next v2 12/15] netkit: Document fast vs slowpath members via macros
` [PATCH net-next v2 13/15] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v2 14/15] netkit: Add io_uring zero-copy support for TCP
` [PATCH net-next v2 15/15] netkit: Add xsk support for af_xdp applications
` [syzbot ci] Re: netkit: Support for io_uring zero-copy and AF_XDP

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-15 18:35 UTC  (10+ messages)

[PATCH v5 bpf-next 00/15] BPF indirect jumps
 2025-10-15 17:35 UTC  (4+ messages)
` [PATCH v5 bpf-next 13/15] libbpf: support llvm-generated "

[BUG] no ORC stacktrace from kretprobe.multi bpf program
 2025-10-15 16:11 UTC  (4+ messages)

[PATCH 6.1 00/15] genetlink: Test Netlink subsystem of Linux v6.1
 2025-10-15 15:04 UTC  (4+ messages)

[PATCH 6.12 000/262] 6.12.53-rc1 review
 2025-10-15 13:05 UTC  (5+ messages)

[PATCH v2 00/10] net: Introduce struct sockaddr_unspec
 2025-10-15 12:15 UTC  (13+ messages)
` [PATCH v2 01/10] net: Add struct sockaddr_unspec for sockaddr of unknown length
` [PATCH v2 02/10] net/l2tp: Add missing sa_family validation in pppol2tp_sockaddr_get_info
` [PATCH v2 03/10] net: Convert proto_ops bind() callbacks to use sockaddr_unspec
` [PATCH v2 04/10] net: Convert proto_ops connect() "
` [PATCH v2 05/10] net: Remove struct sockaddr from net.h
` [PATCH v2 06/10] net: Convert proto callbacks from sockaddr to sockaddr_unspec
` [PATCH v2 07/10] bpf: Convert cgroup sockaddr filters to use sockaddr_unspec consistently
` [PATCH v2 08/10] bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unspec
` [PATCH v2 09/10] bpf: Add size validation to bpf_sock_addr_set_sun_path()
` [PATCH v2 10/10] net: Convert struct sockaddr to fixed-size "sa_data[14]"

[PATCH v2 bpf-next] bpf: consistently use bpf_rcu_lock_held() everywhere
 2025-10-15 10:31 UTC  (3+ messages)

[PATCH v2 bpf] bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures
 2025-10-15 10:31 UTC  (5+ messages)

[PATCH net v2] xsk: Fix overflow in descriptor validation
 2025-10-15 10:25 UTC  (3+ messages)
` [lvc-project] "

[RFC PATCH v1] btf: Sort BTF types by name and kind to optimize btf_find_by_name_kind lookup
 2025-10-15  9:15 UTC  (13+ messages)

[PATCH bpf-next 0/4] bpf: add and use migrate_enable_rcu
 2025-10-15  8:40 UTC  (7+ messages)
` [PATCH bpf-next 1/4] rcu: factor out migrate_enable_rcu and migrate_disable_rcu
` [PATCH bpf-next 2/4] bpf: introduce bpf_prog_run_pin_on_cpu_rcu()
` [PATCH bpf-next 3/4] bpf: use bpf_prog_run_pin_on_cpu_rcu() in skmsg.c
` [PATCH bpf-next 4/4] bpf: use bpf_prog_run_pin_on_cpu_rcu() in bpf_prog_run_clear_cb

[Linux Kernel Bug] WARNING in bpf_prog_warn_on_exec
 2025-10-15  8:16 UTC 

[PATCH v2 0/2] tracing: fprobe: optimization for entry only case
 2025-10-15  7:25 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH] powerpc64/bpf: support direct_call on livepatch function
 2025-10-15  6:18 UTC  (8+ messages)

[PATCH v3 0/1] Fix spelling typo in samples/bpf
 2025-10-15  1:50 UTC  (2+ messages)
` [PATCH v3 1/1] samples/bpf: "

[PATCH v2 0/1] Some spelling error fixes in samples directory
 2025-10-15  1:05 UTC  (5+ messages)
` [PATCH v2 1/1] samples/bpf: Fix spelling typo in samples/bpf
    `  "

[PATCH bpf-next] selftests/bpf: make arg_parsing.c more robust to crashes
 2025-10-15  0:00 UTC  (3+ messages)

[PATCH bpf-next/net 0/6] bpf: Allow opt-out from sk->sk_prot->memory_allocated
 2025-10-14 23:24 UTC  (7+ messages)
` [PATCH bpf-next/net 2/6] net: Allow opt-out from global protocol memory accounting
` [PATCH bpf-next/net 6/6] selftest: bpf: Add test for sk->sk_bypass_prot_mem

[PATCH bpf] bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures
 2025-10-14 22:57 UTC  (2+ messages)

Requests to git.kernel.org return 502
 2025-10-14 21:36 UTC 

kmemleak and bpf_timer. Was: [linus:master] [slab] af92793e52: BUG_kmalloc-#(Not_tainted):Freepointer_corrupt
 2025-10-14 20:53 UTC 

[PATCH net-next 0/6] tools: ynl-gen: generate flags better
 2025-10-14 19:32 UTC  (15+ messages)
` [PATCH net-next 1/6] tools: ynl-gen: bitshift the flag values in the generated code
` [PATCH net-next 2/6] tools: ynl-gen: refactor render-max enum generation
` [PATCH net-next 3/6] tools: ynl-gen: use uapi mask definition in NLA_POLICY_MASK

[PATCH bpf 1/1] bpf: test_run: fix ctx leak in bpf_prog_test_run_xdp error path
 2025-10-14 19:20 UTC  (4+ messages)

[PATCH bpf-next v3] bpf: test_run: Fix sleep-in-atomic BUG in timer path with RT kernel
 2025-10-14 18:56 UTC 

[PATCH bpf 0/2] xdp: fix page_pool leaks
 2025-10-14 16:53 UTC  (9+ messages)
` [PATCH bpf 2/2] veth: update mem type in xdp_buff

[RFC PATCH bpf-next v2 0/2] Pass external callchain entry to get_perf_callchain
 2025-10-14 15:02 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/2] perf: Use extern perf_callchain_entry for get_perf_callchain
` [RFC PATCH bpf-next v2 2/2] bpf: Pass external callchain entry to get_perf_callchain

[PATCH bpf-next v2 0/3] Add overwrite mode for bpf ring buffer
 2025-10-14 13:35 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] bpf: "

[PATCH 6.6 000/196] 6.6.112-rc1 review
 2025-10-14 11:44 UTC 

[PATCH net-next v3 0/6] Add AF_XDP zero copy support
 2025-10-14 10:56 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next v3 2/6] net: ti: icssg-prueth: Add XSK pool helpers
` [PATCH net-next v3 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
` [PATCH net-next v3 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
` [PATCH net-next v3 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
` [PATCH net-next v3 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features


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