messages from 2024-10-23 15:39:38 to 2024-10-24 22:15:11 UTC [more...]
[PATCH bpf-next v2 1/2] bpf: add bpf_get_hw_counter kfunc
2024-10-24 22:14 UTC (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: add selftest to check rdtsc jit
[PATCH bpf-next 0/2] bpf, x64: Introduce two tailcall enhancements
2024-10-24 22:09 UTC (12+ messages)
` [PATCH bpf-next 1/2] bpf, x64: Propagate tailcall info only for tail_call_reachable subprogs
` [PATCH bpf-next 2/2] bpf, verifier: Check trampoline target is tail_call_reachable subprog
[GIT PULL] bpf for v6.12-rc5
2024-10-24 21:57 UTC
[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-24 21:04 UTC (18+ messages)
` [PATCH v3 tip/perf/core 1/4] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH v3 tip/perf/core 2/4] mm: switch to 64-bit mm_lock_seq/vm_lock_seq on 64-bit architectures
` [PATCH v3 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[PATCH bpf 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
2024-10-24 20:48 UTC (14+ messages)
` [PATCH bpf 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH bpf 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH bpf 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH bpf 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
[PATCH v2 bpf-next 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
2024-10-24 20:29 UTC (9+ messages)
` [PATCH v2 bpf-next 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH v2 bpf-next 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH v2 bpf-next 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH v2 bpf-next 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH v2 bpf-next 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH v2 bpf-next 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH v2 bpf-next 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH v2 bpf-next 8/8] bpf, sockmap: Fix sk_msg_reset_curr
[PATCH v2 bpf-next/net 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
2024-10-24 20:13 UTC (9+ messages)
` [PATCH v2 bpf-next/net 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap
` [PATCH v2 bpf-next/net 2/8] selftests/bpf: Fix SENDPAGE data logic "
` [PATCH v2 bpf-next/net 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx "
` [PATCH v2 bpf-next/net 4/8] selftests/bpf: Add push/pop checking for msg_verify_data "
` [PATCH v2 bpf-next/net 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH v2 bpf-next/net 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH v2 bpf-next/net 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH v2 bpf-next/net 8/8] bpf, sockmap: Fix sk_msg_reset_curr
[PATCH net-next] net: marvell: use ethtool string helpers
2024-10-24 19:58 UTC
[PATCH net-next] net: intel: use ethtool string helpers
2024-10-24 19:56 UTC
[RFC PATCH] tracing: Fix syscall tracepoint use-after-free
2024-10-24 18:18 UTC (12+ messages)
[PATCH v2 bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
2024-10-24 18:08 UTC (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter
[PATCH bpf-next 1/2] bpf: add bpf_get_hw_counter kfunc
2024-10-24 17:47 UTC (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add selftest to check rdtsc jit
[PATCH v6 bpf-next 00/12] Share user memory to BPF program through task storage map
2024-10-24 17:40 UTC (15+ messages)
` [PATCH v6 bpf-next 01/12] bpf: Support __uptr type tag in BTF
` [PATCH v6 bpf-next 02/12] bpf: Handle BPF_UPTR in verifier
` [PATCH v6 bpf-next 03/12] bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_alloc()
` [PATCH v6 bpf-next 04/12] bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()
` [PATCH v6 bpf-next 05/12] bpf: Postpone bpf_obj_free_fields to the rcu callback
` [PATCH v6 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
` [PATCH v6 bpf-next 07/12] libbpf: define __uptr
` [PATCH v6 bpf-next 08/12] selftests/bpf: Some basic __uptr tests
` [PATCH v6 bpf-next 09/12] selftests/bpf: Test a uptr struct spanning across pages
` [PATCH v6 bpf-next 10/12] selftests/bpf: Add update_elem failure test for task storage uptr
` [PATCH v6 bpf-next 11/12] selftests/bpf: Add uptr failure verifier tests
` [PATCH v6 bpf-next 12/12] selftests/bpf: Create task_local_storage map with invalid uptr's struct
[PATCH bpf v3 0/2] Add the missing BPF_LINK_TYPE invocation for sockmap
2024-10-24 17:40 UTC (4+ messages)
` [PATCH bpf v3 1/2] bpf: "
` [PATCH bpf v3 2/2] bpf: Check validity of link->type in bpf_link_show_fdinfo()
The state of uprobes work and logistics
2024-10-24 17:38 UTC (3+ messages)
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-24 17:20 UTC (6+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
Questions about the state of some BTF features
2024-10-24 17:20 UTC (4+ messages)
[PATCH sched_ext/for-6.13 1/2] sched_ext: Rename CFI stubs to names that are recognized by BPF
2024-10-24 16:59 UTC (7+ messages)
` [PATCH sched_ext/for-6.13 2/2] sched_ext: Replace set_arg_maybe_null() with __nullable CFI stub tags
[PATCH bpf] bpf, arm64: Fix stack frame construction for struct_ops trampoline
2024-10-24 16:24 UTC (6+ messages)
Some observations (results) on BPF acquire and release
2024-10-24 14:42 UTC (7+ messages)
[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack
2024-10-24 14:06 UTC (2+ messages)
[PATCH] net: mana: use ethtool string helpers
2024-10-24 11:05 UTC (4+ messages)
[PATCH] bpf: Fix out-of-bounds write in trie_get_next_key()
2024-10-24 9:41 UTC (8+ messages)
` [PATCH] selftests/bpf: Add test for trie_get_next_key()
[PATCH bpf-next v4 0/9] net: ip: add drop reasons to input route
2024-10-24 9:33 UTC (10+ messages)
` [PATCH bpf-next v4 1/9] net: ip: make fib_validate_source() support drop reasons
` [PATCH bpf-next v4 2/9] net: ip: make ip_route_input_mc() return drop reason
` [PATCH bpf-next v4 3/9] net: ip: make ip_mc_validate_source() "
` [PATCH bpf-next v4 4/9] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH bpf-next v4 5/9] net: ip: make ip_route_input_rcu() "
` [PATCH bpf-next v4 6/9] net: ip: make ip_route_input_noref() "
` [PATCH bpf-next v4 7/9] net: ip: make ip_route_input() "
` [PATCH bpf-next v4 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH bpf-next v4 9/9] net: ip: make ip_route_use_hint() "
[PATCH v1 0/6] Add jump table support for objtool on LoongArch
2024-10-24 9:03 UTC (4+ messages)
` [PATCH v1 4/6] bpf, core: Add weak arch_prepare_goto()
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-24 8:13 UTC (4+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
[PATCH bpf-next] selftests/bpf: Use make/remove netns helpers in mptcp
2024-10-24 8:11 UTC
[PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator
2024-10-24 7:44 UTC (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for open coded kmem_cache iter
[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
2024-10-24 5:49 UTC (8+ messages)
` [PATCH bpf-next 1/4] bpf: export necessary sympols for modules
` [PATCH bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
` [PATCH net-next 3/4] net/smc: Introduce smc_bpf_ops
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops
[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-10-24 5:21 UTC (4+ messages)
` [PATCH net-next v6 2/5] net: stmmac: Add basic dw25gmac support in stmmac core
[PATCH bpf-next 0/3] Fix libbpf's bpf_object and BPF subskel interoperability
2024-10-24 5:20 UTC (5+ messages)
` [PATCH bpf-next 2/3] libbpf: move global data mmap()'ing into bpf_object__load()
[PATCH bpf] bpf: fix do_misc_fixups() for bpf_get_branch_snapshot()
2024-10-24 5:20 UTC (4+ messages)
[PATCH v3 tip/perf/core 0/2] SRCU-protected uretprobes hot path
2024-10-24 4:41 UTC (3+ messages)
` [PATCH v3 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v3 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)
[PATCH -next v5 0/2] perf stat: Support inherit events for bperf
2024-10-24 2:10 UTC (6+ messages)
` [PATCH -next v5 1/2] perf stat: Support inherit events during fork() "
[PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs
2024-10-24 0:56 UTC (8+ messages)
` [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs
[PATCH v5 bpf-next 00/12] Share user memory to BPF program through task storage map
2024-10-24 0:44 UTC (5+ messages)
` [PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage
[GIT PULL] 9p fixes for 6.12-rc4
2024-10-23 23:37 UTC (3+ messages)
[PATCH v2 0/3] Fix -Wmaybe-uninitialized warnings/errors
2024-10-23 21:50 UTC (5+ messages)
` [PATCH v2 3/3] libsubcmd: Silence compiler warning
[PATCHv2 bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
2024-10-23 21:40 UTC (2+ messages)
[PATCH v4 3/5] perf/core: Account dropped samples from BPF
2024-10-23 21:24 UTC (6+ messages)
[PATCH bpf] bpf,perf: Fix perf_event_detach_bpf_prog error handling
2024-10-23 19:08 UTC (3+ messages)
[PATCH] sched-ext: Use correct annotation for strings in kfuncs
2024-10-23 19:06 UTC (2+ messages)
[PATCH bpf] bpf: Extend the size of scratched_stack_slots to 128 bits
2024-10-23 18:02 UTC (8+ messages)
[PATCH bpf-next v2] selftests/bpf: increase verifier log limit in veristat
2024-10-23 17:50 UTC (3+ messages)
[PATCH bpf-next v1 1/2] bpf: force checkpoint when jmp history is too long
2024-10-23 17:31 UTC (7+ messages)
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2024-10-23 16:27 UTC (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH v3 bpf-next 0/2] Inline bpf_get_branch_snapshot() BPF helper
2024-10-23 16:04 UTC (4+ messages)
` [PATCH v3 bpf-next 2/2] bpf: inline bpf_get_branch_snapshot() helper
[PATCH bpf-next v2 0/4] Optimize bpf_csum_diff() and homogenize for all archs
2024-10-23 15:39 UTC (5+ messages)
` [PATCH bpf-next v2 1/4] net: checksum: move from32to16() to generic header
` [PATCH bpf-next v2 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next v2 3/4] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next v2 4/4] selftests/bpf: Add a selftest for bpf_csum_diff()
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