messages from 2024-10-18 20:22:59 to 2024-10-21 16:47:07 UTC [more...]
[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-21 16:46 UTC (11+ messages)
` [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
[PATCH bpf-next] selftests/bpf: increase verifier log limit in veristat
2024-10-21 16:44 UTC (2+ messages)
[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
2024-10-21 16:33 UTC (4+ messages)
` [PATCH net-next v2 6/6] docs: networking: Describe irq suspension
[PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs
2024-10-21 16:19 UTC (16+ messages)
` [PATCH bpf-next v6 1/9] bpf: Allow each subprog having stack size of 512 bytes
` [PATCH bpf-next v6 2/9] bpf: Rename bpf_struct_ops_arg_info to bpf_struct_ops_func_info
` [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs
` [PATCH bpf-next v6 4/9] bpf: Mark each subprog with proper private stack modes
` [PATCH bpf-next v6 5/9] bpf, x86: Refactor func emit_prologue
` [PATCH bpf-next v6 6/9] bpf, x86: Create a helper for certain "reg <op>= imm" operations
` [PATCH bpf-next v6 7/9] bpf, x86: Add jit support for private stack
` [PATCH bpf-next v6 8/9] selftests/bpf: Add tracing prog private stack tests
` [PATCH bpf-next v6 9/9] selftests/bpf: Add struct_ops "
[syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu
2024-10-21 16:01 UTC (5+ messages)
[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
2024-10-21 16:01 UTC (8+ messages)
` [PATCH net-next v6 1/5] net: stmmac: Add snps_id, dev_id to struct plat_stmmacenet_data
` [PATCH net-next v6 2/5] net: stmmac: Add basic dw25gmac support in stmmac core
` [PATCH net-next v6 3/5] net: stmmac: Integrate dw25gmac into stmmac hwif handling
` [PATCH net-next v6 4/5] net: stmmac: Add PCI driver support for BCM8958x
` [PATCH net-next v6 5/5] net: stmmac: Add BCM8958x driver to build system
[PATCH bpf 1/5] bpf: Add MEM_WRITE attribute
2024-10-21 15:28 UTC (5+ messages)
` [PATCH bpf 2/5] bpf: Fix overloading of MEM_UNINIT's meaning
` [PATCH bpf 3/5] bpf: Remove MEM_UNINIT from skb/xdp MTU helpers
` [PATCH bpf 4/5] selftests/bpf: Add test for writes to .rodata
` [PATCH bpf 5/5] selftests/bpf: Add test for passing in uninit mtu_len
[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
2024-10-21 15:05 UTC (6+ messages)
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension
[PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp)
2024-10-21 14:23 UTC (25+ messages)
` [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked()
` [PATCH net-next v2 04/18] bpf, xdp: constify some bpf_prog * function arguments
` [PATCH net-next v2 05/18] xdp, xsk: constify read-only arguments of some static inline helpers
` [PATCH net-next v2 07/18] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages
` [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag()
` [PATCH net-next v2 12/18] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next v2 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()
[PATCH bpf-next 00/16] Support dynptr key for hash map
2024-10-21 14:09 UTC (24+ 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 bpf-next 06/16] bpf: Introduce bpf_dynptr_user
` [PATCH bpf-next 07/16] libbpf: Add helpers for bpf_dynptr_user
` [PATCH bpf-next 16/16] selftests/bpf: Add test cases for hash map with dynptr key
[PATCH bpf-next 0/5] Optimize bpf_csum_diff() and homogenize for all archs
2024-10-21 14:04 UTC (14+ messages)
` [PATCH bpf-next 1/5] net: checksum: move from32to16() to generic header
` [PATCH bpf-next 2/5] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next 3/5] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next 4/5] selftests/bpf: Add benchmark for bpf_csum_diff() helper
` [PATCH bpf-next 5/5] selftests/bpf: Add a selftest for bpf_csum_diff()
[PATCH v2 tip/perf/core 0/2] SRCU-protected uretprobes hot path
2024-10-21 13:57 UTC (11+ messages)
` [PATCH v2 tip/perf/core 1/2] uprobes: allow put_uprobe() from non-sleepable softirq context
` [PATCH v2 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)
[PATCH bpf-next 0/2] bpf, x64: Introduce two tailcall enhancements
2024-10-21 13:39 UTC (3+ 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
[PATCH bpf-next 0/2] security.bpf xattr name prefix
2024-10-21 13:24 UTC (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names
[PATCH v2] uprobes: Improve the usage of xol slots for better scalability
2024-10-21 12:08 UTC (5+ messages)
[PATCH bpf-next v2 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload
2024-10-21 12:04 UTC (4+ messages)
[PATCH -next v5 0/2] perf stat: Support inherit events for bperf
2024-10-21 11:02 UTC (3+ messages)
` [PATCH -next v5 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next v5 2/2] perf test: Use sqrtloop workload to test bperf event
[PATCH net-next v3 00/10] net: ip: add drop reasons to input route
2024-10-21 10:52 UTC (11+ messages)
` [PATCH net-next v3 01/10] net: ip: refactor fib_validate_source/__fib_validate_source
` [PATCH net-next v3 02/10] net: ip: make fib_validate_source() return drop reason
` [PATCH net-next v3 05/10] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH net-next v3 07/10] net: ip: make ip_route_input_noref() "
[PATCH bpf-next v2] bpf: handle MADV_PAGEOUT error in uprobe_multi.c
2024-10-21 10:49 UTC (6+ messages)
[PATCH v2] arm64: insn: Simulate nop instruction for better uprobe performance
2024-10-21 10:45 UTC (5+ messages)
[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-10-21 10:43 UTC (6+ messages)
[PATCH bpf v2 0/7] Misc fixes for bpf
2024-10-21 9:51 UTC (12+ messages)
` [PATCH bpf v2 1/7] bpf: Add the missing BPF_LINK_TYPE invocation for sockmap
` [PATCH bpf v2 2/7] bpf: Add assertion for the size of bpf_link_type_strs[]
` [PATCH bpf v2 3/7] bpf: Preserve param->string when parsing mount options
` [PATCH bpf v2 4/7] bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
` [PATCH bpf v2 5/7] bpf: Check the validity of nr_words in bpf_iter_bits_new()
` [PATCH bpf v2 6/7] bpf: Use __u64 to save the bits in bits iterator
` [PATCH bpf v2 7/7] selftests/bpf: Test multiplication overflow of nr_bits in bits_iter
[PATCH bpf] bpf, arm64: Fix stack frame construction for struct_ops trampoline
2024-10-21 8:44 UTC (2+ messages)
[PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between
2024-10-21 7:59 UTC (3+ messages)
[PATCH bpf-next v1 1/2] bpf: force checkpoint when jmp history is too long
2024-10-21 7:53 UTC (4+ messages)
[PATCH] bpf, arm64: Fix address emission with tag-based KASAN enabled
2024-10-21 7:50 UTC (3+ messages)
[PATCH bpf-next v2 0/3] selftests/bpf: Improve building with extra
2024-10-21 7:30 UTC (9+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Allow building with extra flags
` [PATCH bpf-next v2 2/3] bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
` [PATCH bpf-next v2 3/3] selftests/bpf: Disable warnings on unused flags for Clang builds
[RFC net-next v2 0/2] igc: Link IRQs and queues to NAPIs
2024-10-21 5:42 UTC (5+ messages)
` [RFC net-next v2 2/2] igc: Link queues to NAPI instances
[PATCH bpf-next v5 7/9] bpf, x86: Add jit support for private stack
2024-10-21 4:44 UTC (3+ messages)
[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-21 4:22 UTC (6+ messages)
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
[PATCHv3 net-next 0/2] Bonding: returns detailed error about XDP failures
2024-10-21 3:12 UTC (3+ messages)
` [PATCHv3 net-next 1/2] bonding: return detailed error when loading native XDP fails
` [PATCHv3 net-next 2/2] Documentation: bonding: add XDP support explanation
[PATCH v2] uprobe: avoid out-of-bounds memory access of fetching args
2024-10-21 2:40 UTC (2+ messages)
[PATCH] bpf: fix filed access without lock
2024-10-21 1:37 UTC
[PATCH bpf-next v2 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
2024-10-20 19:22 UTC (7+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: factorize conn and syncookies tests in a single runner
` [PATCH bpf-next v2 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next v2 3/6] selftests/bpf: get rid of global vars "
` [PATCH bpf-next v2 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
` [PATCH bpf-next v2 5/6] selftests/bpf: test MSS value returned with bpf_tcp_gen_syncookie
` [PATCH bpf-next v2 6/6] selftests/bpf: remove test_tcp_check_syncookie
[PATCH bpf 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap
2024-10-20 11:03 UTC (9+ 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 bpf 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop "
` [PATCH bpf 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data
` [PATCH bpf 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data
` [PATCH bpf 8/8] bpf, sockmap: Fix sk_msg_reset_curr
[PATCH bpf-next] bpf: handle MADV_PAGEOUT error in uprobe_multi.c
2024-10-20 5:02 UTC (3+ messages)
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-19 22:51 UTC (20+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH -next v4 0/2] perf stat: Support inherit events for bperf
2024-10-19 16:28 UTC (7+ messages)
` [PATCH -next v4 1/2] perf stat: Support inherit events during fork() "
[PATCH bpf-next 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs
2024-10-19 12:43 UTC (9+ messages)
` [PATCH bpf-next 2/6] selftests/bpf: add missing ns cleanups in btf_skc_cls_ingress
` [PATCH bpf-next 4/6] selftests/bpf: add ipv4 and dual ipv4/ipv6 support "
` [PATCH bpf-next 6/6] selftests/bpf: remove test_tcp_check_syncookie
[syzbot] [bpf?] KASAN: slab-out-of-bounds Read in bpf_inode_storage_free
2024-10-19 10:51 UTC
[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
2024-10-19 9:19 UTC (9+ messages)
` [PATCHv2 net-next 2/3] bonding: use correct return value
[PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak
2024-10-19 7:11 UTC
[PATCH v2 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers
2024-10-19 2:27 UTC (7+ messages)
` [PATCH v2 net 3/4] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
` [PATCH v2 net 4/4] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()
Using union-find in BPF verifier (was: Enhance union-find with KUnit tests and optimization improvements)
2024-10-19 0:07 UTC (2+ messages)
[GIT PULL] bpf for v6.12-rc4
2024-10-18 23:47 UTC (2+ messages)
[PATCHv8 bpf-next 00/13] bpf: Add uprobe session support
2024-10-18 20:41 UTC (14+ messages)
` [PATCHv8 bpf-next 01/13] bpf: Allow return values 0 and 1 for kprobe session
` [PATCHv8 bpf-next 02/13] bpf: Force uprobe bpf program to always return 0
` [PATCHv8 bpf-next 03/13] bpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 04/13] bpf: Add support for uprobe multi session context
` [PATCHv8 bpf-next 05/13] libbpf: Add support for uprobe multi session attach
` [PATCHv8 bpf-next 06/13] selftests/bpf: Add uprobe session test
` [PATCHv8 bpf-next 07/13] selftests/bpf: Add uprobe session cookie test
` [PATCHv8 bpf-next 08/13] selftests/bpf: Add uprobe session recursive test
` [PATCHv8 bpf-next 09/13] selftests/bpf: Add uprobe session verifier test for return value
` [PATCHv8 bpf-next 10/13] selftests/bpf: Add kprobe "
` [PATCHv8 bpf-next 11/13] selftests/bpf: Add uprobe session single consumer test
` [PATCHv8 bpf-next 12/13] selftests/bpf: Add uprobe sessions to "
` [PATCHv8 bpf-next 13/13] selftests/bpf: Add threads "
The state of uprobes work and logistics
2024-10-18 20:27 UTC (3+ messages)
[PATCHv8 perf/core 0/2] uprobe: Add session support
2024-10-18 20:22 UTC (3+ messages)
` [PATCHv8 perf/core 1/2] uprobe: Add data pointer to consumer handlers
` [PATCHv8 perf/core 2/2] uprobe: Add support for session consumer
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