messages from 2025-07-08 18:57:07 to 2025-07-10 08:28:30 UTC [more...]
[PATCH net-next v9 0/8] Split netmem from struct page
2025-07-10 8:28 UTC (9+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 4/8] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v9 5/8] netmem: introduce a netmem API, virt_to_head_netmem()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool
` [PATCH net-next v9 7/8] netdevsim: "
` [PATCH net-next v9 8/8] mt76: "
[PATCH v8 00/12] unwind_deferred: Implement sframe handling
2025-07-10 8:03 UTC (20+ messages)
` [PATCH v8 06/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v8 10/12] unwind_user/sframe: Enable debugging in uaccess regions
[PATCH v12 0/4] support large align and nid in Rust allocators
2025-07-10 7:45 UTC (15+ messages)
` [PATCH v12 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc
` [PATCH v12 3/4] rust: add support for NUMA ids in allocations
` [PATCH v12 4/4] rust: support large alignments "
[PATCH v3 0/5] Support trampoline for LoongArch
2025-07-10 7:29 UTC (10+ messages)
` [PATCH v3 1/5] LoongArch: Add the function to generate the beq and bne assembly instructions
` [PATCH v3 2/5] LoongArch: BPF: Update the code to rename validate_code to validate_ctx
` [PATCH v3 3/5] LoongArch: BPF: Add EXECMEM_BPF memory to execmem subsystem
` [PATCH v3 4/5] LoongArch: BPF: Add bpf_arch_xxxxx support for Loongarch
` [PATCH v3 5/5] LoongArch: BPF: Add bpf trampoline "
[PATCH bpf-next v3] bpf: make the attach target more accurate
2025-07-10 7:08 UTC
[PATCHv4 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-07-10 7:02 UTC (3+ messages)
` [PATCHv4 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
[PATCH bpf-next v2] bpf: make the attach target more accurate
2025-07-10 6:52 UTC (5+ messages)
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-07-10 6:28 UTC (14+ messages)
[RFC bpf-next 0/9] BPF indirect jumps
2025-07-10 6:13 UTC (12+ messages)
` [RFC bpf-next 8/9] libbpf: support llvm-generated "
[PATCH v2 bpf-next] bpf: Clean up individual BTF_ID code
2025-07-10 5:54 UTC
[PATCH bpf-next v4 0/7] Move attach_type into bpf_link
2025-07-10 3:20 UTC (8+ messages)
` [PATCH bpf-next v4 1/7] bpf: Add attach_type in bpf_link
` [PATCH bpf-next v4 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v4 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v4 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v4 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v4 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v4 7/7] netkit: Remove location field in netkit_link
[PATCH net-next v3] Documentation: xsk: correct the obsolete references and examples
2025-07-10 2:40 UTC (2+ messages)
[PATCH net-next] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()
2025-07-10 2:00 UTC (2+ messages)
[RFC bpf-next v2 0/4] bpf: Fast-Path approach for BPF program
2025-07-10 0:54 UTC (8+ messages)
` [RFC bpf-next v2 3/4] bpf: Runtime part of fast-path termination approach
[PATCH bpf-next 1/2] bpf: Forget ranges when refining tnum after JSET
2025-07-09 23:57 UTC (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Range analysis test case for JSET
[PATCH v5 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
2025-07-09 23:03 UTC (13+ messages)
` [PATCH v5 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
` [PATCH v5 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v5 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done
` [PATCH v5 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
` [PATCH v5 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
` [PATCH v5 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets
` [PATCH v5 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports
` [PATCH v5 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states
` [PATCH v5 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests
` [PATCH v5 bpf-next 10/12] selftests/bpf: Create established sockets "
` [PATCH v5 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v5 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets
[PATCH v4 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
2025-07-09 22:47 UTC (9+ messages)
` [PATCH v4 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v4 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v4 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets
[RFC bpf-next v1 0/4] Support cookie for link-based struct_ops attachment
2025-07-09 22:13 UTC (6+ messages)
` [RFC bpf-next v1 1/4] bpf: Factor out bpf_struct_ops_prepare_attach()
` [RFC bpf-next v1 2/4] bpf: Support cookie for linked-based struct_ops attachment
` [RFC bpf-next v1 3/4] libbpf: Support link-based struct_ops attach with options
` [RFC bpf-next v1 4/4] selftests/bpf: Test bpf_get_attach_cookie() in struct_ops program
[PATCH v2 0/4] perf: generate events for BPF metadata
2025-07-09 21:44 UTC (5+ messages)
` [PATCH v2 4/4] perf: add test for PERF_RECORD_BPF_METADATA collection
[PATCH net-next 0/5] selftests: drv-net: Test XDP native support
2025-07-09 20:37 UTC (7+ messages)
` [PATCH net-next 1/5] selftests: drv-net: Add bpftool util
` [PATCH net-next 2/5] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next 5/5] selftests: drv-net: Test head-adjustment support
[PATCH v4 0/2] bpf/arena: Add kfunc for reserving arena memory
2025-07-09 19:13 UTC (3+ messages)
` [PATCH v4 1/2] bpf/arena: add bpf_arena_reserve_pages kfunc
` [PATCH v4 2/2] selftests/bpf: add selftests for bpf_arena_reserve_pages
[PATCH v3 0/2] bpf/arena: Add kfunc for reserving arena memory
2025-07-09 18:47 UTC (6+ messages)
` [PATCH v3 1/2] bpf/arena: add bpf_arena_reserve_pages kfunc
` [PATCH v3 2/2] selftests/bpf: add selftests for bpf_arena_reserve_pages
[RFC] vfs: security: Parse dev_name before calling security_sb_mount
2025-07-09 17:06 UTC (4+ messages)
[PATCH bpf-next,v3 0/2] Clarify and Enhance XDP Rx Metadata Handling
2025-07-09 16:29 UTC (9+ messages)
` [PATCH bpf-next,v3 2/2] selftests/bpf: Enhance XDP Rx metadata handling
[PATCH v3 0/3] btf_encoder: do not encode functions consuming packed structs on stack
2025-07-09 16:21 UTC (5+ messages)
` [PATCH v3 2/3] tests: add some tests validating skipped functions due to uncertain arg location
Potential BPF Arena Security Vulnerability, Possible Memory Access and Overflow Issues
2025-07-09 14:51 UTC (9+ messages)
` [External] : "
[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
2025-07-09 14:21 UTC (9+ messages)
` [PATCH v2 1/6] locking/local_lock: Expose dep_map in local_trylock_t
` [PATCH v2 2/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()
` [PATCH v2 4/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH v2 5/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH v2 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[PATCH bpf-next v3 0/7] Add attach_type in bpf_link
2025-07-09 13:15 UTC (17+ messages)
` [PATCH bpf-next v3 1/7] bpf: "
` [PATCH bpf-next v3 2/7] bpf: Remove attach_type in bpf_cgroup_link
` [PATCH bpf-next v3 3/7] bpf: Remove attach_type in sockmap_link
` [PATCH bpf-next v3 4/7] bpf: Remove location field in tcx_link
` [PATCH bpf-next v3 5/7] bpf: Remove attach_type in bpf_netns_link
` [PATCH bpf-next v3 6/7] bpf: Remove attach_type in bpf_tracing_link
` [PATCH bpf-next v3 7/7] netkit: Remove location field in netkit_link
[PATCH bpf-next v3 0/5] sockmap: Fix reading with splice(2)
2025-07-09 12:48 UTC (6+ messages)
` [PATCH bpf-next v3 1/5] net: Add splice_read to prot
` [PATCH bpf-next v3 2/5] tcp_bpf: Fix reading with splice(2)
` [PATCH bpf-next v3 3/5] selftests/bpf: sockmap: Exit with error on failure
` [PATCH bpf-next v3 4/5] selftests/bpf: sockmap: Allow SK_PASS in verdict
` [PATCH bpf-next v3 5/5] selftests/bpf: sockmap: Add splice + SK_PASS regression test
general protection fault in alloc_bulk
2025-07-09 12:04 UTC
[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
2025-07-09 10:01 UTC (3+ messages)
` [PATCH v13 02/14] unwind_user: Add frame pointer support
[PATCH v2 bpf] xsk: fix immature cq descriptor production
2025-07-09 10:00 UTC (9+ messages)
[PATCH bpf-next V2 0/7] xdp: Allow BPF to set RX hints for XDP_REDIRECTed packets
2025-07-09 9:31 UTC (5+ messages)
[PATCH bpf-next] bpf: Clean up individual BTF_ID code
2025-07-09 9:11 UTC (3+ messages)
[PATCH net-next v5 0/3] selftest: net: Add selftest for netpoll
2025-07-09 9:08 UTC (4+ messages)
` [PATCH net-next v5 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v5 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v5 3/3] selftests: net: add netpoll basic functionality test
[PATCH 0/2] bpf, arm64: relax constraint in BPF JIT compiler
2025-07-09 8:36 UTC (3+ messages)
` [PATCH 1/2] bpf, arm64: remove structs on stack constraint
` [PATCH 2/2] selftests/bpf: enable tracing_struct tests for arm64
Pozycjonowanie - informacja
2025-07-09 8:10 UTC
[PATCH bpf-next v2 0/7] Add attach_type in bpf_link
2025-07-09 2:31 UTC (4+ messages)
` [PATCH bpf-next v2 1/7] bpf: "
[PATCH bpf-next v1] selftests/bpf: remove enum64 case from __arg_untrusted test suite
2025-07-09 2:00 UTC (3+ messages)
[PATCH v3 1/2] bpf/arena: add bpf_arena_reserve_pages kfunc
2025-07-09 1:53 UTC (2+ messages)
` [PATCH v3 2/2] selftests/bpf: add selftests for bpf_arena_reserve_pages
[PATCH v3 0/2] bpf/arena: Add kfunc for reserving arena memory
2025-07-09 1:49 UTC
[PATCH net-next v6 0/2] net: xsk: update tx queue consumer
2025-07-09 1:40 UTC (2+ messages)
[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
2025-07-09 1:33 UTC (4+ messages)
` [PATCH bpf-next v2 17/18] selftests/bpf: add basic testcases for tracing_multi
[PATCH -rcu -next 2/7] rcu: Fix rcu_read_unlock() deadloop due to IRQ work
2025-07-09 0:00 UTC (2+ messages)
[PATCH] bpf: fix dump_stack() type cast
2025-07-08 19:07 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).