messages from 2024-10-09 16:24:42 to 2024-10-10 21:17:34 UTC [more...]
[PATCH bpf-next 1/2] libbpf: never interpret subprogs in .text as entry programs
2024-10-10 21:17 UTC
[PATCH bpf-next 00/16] Support dynptr key for hash map
2024-10-10 20:57 UTC (8+ messages)
` [PATCH bpf-next 01/16] bpf: Introduce map flag BPF_F_DYNPTR_IN_KEY
` [PATCH bpf-next 03/16] bpf: Parse bpf_dynptr in map key
` [PATCH bpf-next 05/16] bpf: Support map key with dynptr in verifier
[PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-10 20:56 UTC (5+ 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 3/4] uprobes: simplify find_active_uprobe_rcu() VMA checks
` [PATCH v3 tip/perf/core 4/4] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
[PATCH bpf-next v4 00/10] bpf: Support private stack for bpf progs
2024-10-10 20:53 UTC (14+ messages)
` [PATCH bpf-next v4 01/10] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v4 02/10] bpf: Mark each subprog with proper private stack modes
` [PATCH bpf-next v4 03/10] bpf, x86: Refactor func emit_prologue
` [PATCH bpf-next v4 04/10] bpf, x86: Create a helper for certain "reg <op>= imm" operations
` [PATCH bpf-next v4 05/10] bpf, x86: Add jit support for private stack
` [PATCH bpf-next v4 06/10] selftests/bpf: Add private stack tests
` [PATCH bpf-next v4 07/10] bpf: Support calling non-tailcall bpf prog
` [PATCH bpf-next v4 08/10] bpf, x86: Create two helpers for some arith operations
` [PATCH bpf-next v4 09/10] bpf, x86: Jit support for nested bpf_prog_call
` [PATCH bpf-next v4 10/10] selftests/bpf: Add tests for bpf_prog_call()
[PATCH bpf-next v2] bpf: update docs on CONFIG_FUNCTION_ERROR_INJECTION
2024-10-10 20:50 UTC (2+ messages)
[PATCHv6 bpf-next,perf/core 00/16] uprobe, bpf: Add session support
2024-10-10 20:09 UTC (17+ messages)
` [PATCHv6 perf/core 01/16] uprobe: Add data pointer to consumer handlers
` [PATCHv6 perf/core 02/16] uprobe: Add support for session consumer
` [PATCHv6 bpf-next 03/16] bpf: Allow return values 0 and 1 for kprobe session
` [PATCHv6 bpf-next 04/16] bpf: Force uprobe bpf program to always return 0
` [PATCHv6 bpf-next 05/16] bpf: Add support for uprobe multi session attach
` [PATCHv6 bpf-next 06/16] bpf: Add support for uprobe multi session context
` [PATCHv6 bpf-next 07/16] libbpf: Add support for uprobe multi session attach
` [PATCHv6 bpf-next 08/16] selftests/bpf: Add uprobe session test
` [PATCHv6 bpf-next 09/16] selftests/bpf: Add uprobe session cookie test
` [PATCHv6 bpf-next 10/16] selftests/bpf: Add uprobe session recursive test
` [PATCHv6 bpf-next 11/16] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv6 bpf-next 12/16] selftests/bpf: Add kprobe "
` [PATCHv6 bpf-next 13/16] selftests/bpf: Add uprobe session single consumer test
` [PATCHv6 bpf-next 14/16] selftests/bpf: Scale down uprobe multi "
` [PATCHv6 bpf-next 15/16] selftests/bpf: Add uprobe sessions to "
` [PATCHv6 bpf-next 16/16] selftests/bpf: Add threads "
map records expiration problem / multi-references (conntrack)
2024-10-10 19:47 UTC
[PATCH bpf-next] bpf: update docs on CONFIG_FUNCTION_ERROR_INJECTION
2024-10-10 19:34 UTC (5+ messages)
` [External] "
[PATCH net-next v25 00/13] Device Memory TCP
2024-10-10 19:05 UTC (4+ messages)
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
[PATCH bpf 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection
2024-10-10 18:54 UTC (9+ messages)
` [PATCH bpf 1/4] bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock
` [PATCH bpf 2/4] vsock: Update rx_bytes on read_skb()
` [PATCH bpf 3/4] vsock: Update msg_count "
` [PATCH bpf 4/4] bpf, vsock: Drop static vsock_bpf_prot initialization
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-10 18:35 UTC (26+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
` Bisected: "
[PATCH bpf v2 0/3] Fix caching of BTF for kfuncs in the verifier
2024-10-10 18:00 UTC (5+ messages)
` [PATCH bpf v2 1/3] bpf: fix kfunc btf caching for modules
` [PATCH bpf v2 2/3] selftests/bpf: Provide a generic [un]load_module helper
` [PATCH bpf v2 3/3] selftests/bpf: Add test for kfunc module order
[PATCH] memcg: add tracing for memcg stat updates
2024-10-10 17:26 UTC
[PATCH bpf-next v7 0/2] bpf: Fix tailcall infinite loop caused by freplace
2024-10-10 17:09 UTC (4+ messages)
` [PATCH bpf-next v7 1/2] bpf: Prevent "
` [PATCH bpf-next v7 2/2] selftests/bpf: Add test to verify tailcall and freplace restrictions
[PATCH v4 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc
2024-10-10 17:04 UTC (8+ messages)
` [PATCH v4 bpf-next 2/3] mm/bpf: Add bpf_get_kmem_cache() kfunc
[PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
2024-10-10 16:21 UTC (2+ messages)
[PATCH rcu 01/12] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
2024-10-10 16:06 UTC (14+ messages)
` [PATCH rcu 02/12] srcu: Introduce srcu_gp_is_expedited() helper function
` [PATCH rcu 03/12] srcu: Renaming in preparation for additional reader flavor
` [PATCH rcu 04/12] srcu: Bit manipulation changes "
` [PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar
` [PATCH rcu 06/12] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
` [PATCH rcu 07/12] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
` [PATCH rcu 08/12] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
` [PATCH rcu 09/12] rcutorture: Add reader_flavor parameter for SRCU readers
` [PATCH rcu 10/12] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
` [PATCH rcu 11/12] rcutorture: Add light-weight SRCU scenario
` [PATCH rcu 12/12] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
[PATCH bpf v2] bpf: fix argument type in bpf_loop documentation
2024-10-10 16:00 UTC (2+ messages)
[PATCH bpf-next v6 0/3] bpf: Fix tailcall infinite loop caused by freplace
2024-10-10 14:27 UTC (11+ messages)
` [PATCH bpf-next v6 1/3] bpf: Prevent "
` [PATCH bpf-next v6 3/3] selftests/bpf: Add cases to test tailcall in freplace
[for-next][PATCH 01/10] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL
2024-10-10 14:25 UTC (8+ messages)
` [for-next][PATCH 02/10] tracing/ftrace: disable preemption in syscall probe
` [for-next][PATCH 03/10] tracing/perf: "
` [for-next][PATCH 04/10] tracing/bpf: "
` [for-next][PATCH 05/10] tracing: Allow system call tracepoints to handle page faults
` [for-next][PATCH 06/10] tracing/ftrace: Add might_fault check to syscall probes
` [for-next][PATCH 07/10] tracing/perf: "
` [for-next][PATCH 08/10] tracing/bpf: "
NULL pointer deref when running BPF monitor program (6.11.0-rc1)
2024-10-10 13:49 UTC (17+ messages)
[PATCH v3] mm, kasan, kmsan: copy_from/to_kernel_nofault
2024-10-10 13:11 UTC (8+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-10-10 11:37 UTC (14+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
2024-10-10 10:58 UTC (4+ messages)
[PATCH net-next v2 0/7] net: ip: add drop reasons to input route
2024-10-10 10:32 UTC (6+ messages)
` [PATCH net-next v2 1/7] net: ip: make fib_validate_source() return drop reason
[PATCH v4 net 0/4] net: enetc: fix some issues of XDP
2024-10-10 9:20 UTC (5+ messages)
` [PATCH v4 net 1/4] net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
` [PATCH v4 net 2/4] net: enetc: block concurrent XDP transmissions during ring reconfiguration
` [PATCH v4 net 3/4] net: enetc: disable Tx BD rings after they are empty
` [PATCH v4 net 4/4] net: enetc: disable NAPI after all rings are disabled
[PATCH bpf 0/4] Fix caching of BTF for kfuncs in the verifier
2024-10-10 8:59 UTC (6+ messages)
` [PATCH bpf 2/4] selftests/bpf: Consolidate kernel modules into common directory
[PATCH] selftests/bpf: Removed redundant fd after close in bpf_prog_load_log_buf
2024-10-10 5:57 UTC
[PATCH -next v3 0/2] perf stat: Support inherit events for bperf
2024-10-10 4:53 UTC (10+ messages)
` [PATCH -next v3 1/2] perf stat: Support inherit events during fork() "
[PATCH bpf 0/7] Misc fixes for bpf
2024-10-10 2:22 UTC (16+ messages)
` [PATCH bpf 1/7] bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
` [PATCH bpf 3/7] bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
` [PATCH bpf 5/7] bpf: Change the type of unsafe_ptr in bpf_iter_bits_new()
[PATCH bpf-next 0/2] bpf: Add kfuncs for read-only string operations
2024-10-10 2:03 UTC (14+ messages)
` [PATCH bpf-next 1/2] "
[PATCH] samples/bpf: Fix a resource leak
2024-10-10 1:41 UTC
[PATCH bpf-next] libbpf: fix sym_is_subprog() logic for weak global subprogs
2024-10-10 1:40 UTC (2+ messages)
[PATCH bpf v1] selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc
2024-10-10 1:40 UTC (2+ messages)
[PATCH] samples/bpf: Remove unused variables
2024-10-10 1:30 UTC (2+ messages)
[PATCH bpf] riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled
2024-10-10 1:30 UTC (2+ messages)
[PATCH] bpf: use kvzmalloc to allocate BPF verifier environment
2024-10-10 1:20 UTC (2+ messages)
[PATCH bpf v7 1/2] bpf: fix unpopulated name_len field in perf_event link info
2024-10-10 1:20 UTC (2+ messages)
[PATCH bpf-next v1 1/2] bpf: force checkpoints at loop back-edges
2024-10-10 1:08 UTC (3+ messages)
[PATCH bpf RESEND 0/2] Check the remaining info_cnt before repeating btf fields
2024-10-09 23:50 UTC (2+ messages)
[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
2024-10-09 22:31 UTC (12+ messages)
[PATCH bpf v1 1/2] bpf: fix unpopulated path_size when uprobe_multi fields unset
2024-10-09 22:06 UTC (2+ messages)
` [PATCH bpf v1 2/2] selftests/bpf: assert link info uprobe_multi count & path_size if unset
[PATCH 1/2] perf tools: Fix possible compiler warnings in hashmap
2024-10-09 20:20 UTC
CONFIG_X86_X32_ABI silently breaks some fentry hooks
2024-10-09 18:58 UTC
[PATCH v2 tip/perf/core 0/5] uprobes,mm: speculative lockless VMA-to-uprobe lookup
2024-10-09 19:37 UTC (7+ messages)
` [PATCH v2 tip/perf/core 3/5] fs: add back RCU-delayed freeing of FMODE_BACKING file
[PATCH bpf] bpf: fix argument type in bpf_loop documentation
2024-10-09 18:27 UTC (2+ messages)
[PATCH rcu 6/7] doc: Remove kernel-parameters.txt entry for rcutorture.read_exit
2024-10-09 18:00 UTC
[PATCH v4 01/13] LSM: Add the lsm_prop data structure
2024-10-09 17:32 UTC
[PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs
2024-10-09 17:37 UTC (21+ messages)
` [PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
` yet another approach Was: "
[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target
2024-10-09 16:46 UTC (2+ messages)
[PATCH 1/3] ima: Remove inode lock
2024-10-09 16:43 UTC (7+ 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