messages from 2024-05-23 06:51:09 to 2024-05-25 03:56:33 UTC [more...]
[PATCH bpf-next] ARC, bpf: Fix issues reported by the static analyzers
2024-05-25 3:56 UTC
[PATCH v3 bpf-next 1/2] bpf: Relax precision marking in open coded iters and may_goto loop
2024-05-25 3:11 UTC (2+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: Remove i = zero workaround and add new tests
[PATCH 00/20] function_graph: Allow multiple users for function graph tracing
2024-05-25 2:37 UTC (21+ messages)
` [PATCH 01/20] function_graph: Convert ret_stack to a series of longs
` [PATCH 02/20] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [PATCH 03/20] function_graph: Add an array structure that will allow multiple callbacks
` [PATCH 04/20] function_graph: Allow multiple users to attach to function graph
` [PATCH 05/20] function_graph: Handle tail calls for stack unwinding
` [PATCH 06/20] function_graph: Remove logic around ftrace_graph_entry and return
` [PATCH 07/20] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH 08/20] ftrace: Allow function_graph tracer to be enabled in instances
` [PATCH 09/20] ftrace: Allow ftrace startup flags to exist without dynamic ftrace
` [PATCH 10/20] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH 11/20] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH 12/20] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH 13/20] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH 14/20] function_graph: Move graph depth stored data "
` [PATCH 15/20] function_graph: Move graph notrace bit "
` [PATCH 16/20] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH 17/20] function_graph: Add selftest for passing local variables
` [PATCH 18/20] ftrace: Add multiple fgraph storage selftest
` [PATCH 19/20] function_graph: Use for_each_set_bit() in __ftrace_return_to_handler()
` [PATCH 20/20] function_graph: Use bitmask to loop on fgraph entry
[PATCH v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-05-25 1:32 UTC (11+ messages)
` [PATCH v10 01/36] tracing: Add a comment about ftrace_regs definition
` [PATCH v10 03/36] x86: tracing: Add ftrace_regs definition in the header
` [PATCH v10 07/36] function_graph: Allow multiple users to attach to function graph
[PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
2024-05-24 23:54 UTC (7+ messages)
` [PATCH RFC net-next 1/3] net: stmmac: Prevent RGSMIIIS IRQs flood
` [PATCH RFC net-next 2/3] net: stmmac: Activate Inband/PCS flag based on the selected iface
` [PATCH RFC net-next 3/3] net: stmmac: Drop TBI/RTBI PCS flags
[PATCH bpf-next v4 0/6] use network helpers, part 5
2024-05-24 23:18 UTC (10+ messages)
` [PATCH bpf-next v4 1/6] selftests/bpf: Drop struct post_socket_opts
` [PATCH bpf-next v4 2/6] selftests/bpf: Add start_server_str helper
` [PATCH bpf-next v4 3/6] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
` [PATCH bpf-next v4 4/6] selftests/bpf: Use start_server_str in bpf_tcp_ca
` [PATCH bpf-next v4 5/6] selftests/bpf: Use connect_to_fd_opts in do_test "
` [PATCH bpf-next v4 6/6] selftests/bpf: Add post_connect_cb callback
[PATCH net-next v16 00/15] Introducing P4TC (series 1)
2024-05-24 22:36 UTC (21+ messages)
` On the NACKs on P4TC patches
` DSL vs low level language WAS(Re: "
[PATCH bpf-next v6 0/8] Notify user space when a struct_ops object is detached/unregistered
2024-05-24 22:30 UTC (9+ messages)
` [PATCH bpf-next v6 1/8] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops
` [PATCH bpf-next v6 2/8] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v6 3/8] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v6 4/8] bpf: export bpf_link_inc_not_zero
` [PATCH bpf-next v6 5/8] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v6 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v6 7/8] selftests/bpf: make sure bpf_testmod handling racing link destroying well
` [PATCH bpf-next v6 8/8] bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops
[PATCH bpf v2 1/4] netkit: Fix setting mac address in l2 mode
2024-05-24 22:05 UTC (6+ messages)
` [PATCH bpf v2 2/4] netkit: Fix pkt_type override upon netkit pass verdict
` [PATCH bpf v2 3/4] selftests/bpf: Add netkit tests for mac address
` [PATCH bpf v2 4/4] selftests/bpf: Add netkit test for pkt_type
[RFC PATCH v8 00/20] bpf qdisc
2024-05-24 20:54 UTC (6+ messages)
` [RFC PATCH v8 18/20] selftests: Add a bpf fq qdisc to selftest
[PATCH v3 0/3] Use BPF filters for a "perf top -u" workaround
2024-05-24 20:52 UTC (4+ messages)
` [PATCH v3 1/3] perf bpf filter: Give terms their own enum
` [PATCH v3 2/3] perf bpf filter: Add uid and gid terms
` [PATCH v3 3/3] perf top: Allow filters on events
BPF timers in hard irq context?
2024-05-24 20:48 UTC (4+ messages)
Minor page faults in non-sleepable programs
2024-05-24 20:39 UTC
[PATCH v2 0/3] Use BPF filters for a "perf top -u" workaround
2024-05-24 20:22 UTC (4+ messages)
[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-05-24 19:47 UTC (13+ messages)
` [PATCH v2 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
` [PATCH v2 2/9] fs/procfs: extract logic for getting VMA name constituents
` [PATCH v2 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
` [PATCH v2 5/9] fs/procfs: add build ID fetching to "
` [PATCH v2 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
` [PATCH v2 7/9] tools: sync uapi/linux/fs.h header into tools subdir
` [PATCH v2 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
` [PATCH v2 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs
[PATCH bpf-next v5 0/8] Notify user space when a struct_ops object is detached/unregistered
2024-05-24 16:58 UTC (11+ messages)
` [PATCH bpf-next v5 1/8] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops
` [PATCH bpf-next v5 2/8] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v5 3/8] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v5 4/8] bpf: export bpf_link_inc_not_zero
` [PATCH bpf-next v5 5/8] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v5 6/8] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v5 7/8] selftests/bpf: make sure bpf_testmod handling racing link destroying well
` [PATCH bpf-next v5 8/8] bpftool: Fix pid_iter.bpf.c to comply with the change of bpf_link_fops
[PATCH bpf-next] bpf, docs: Add table captions
2024-05-24 16:46 UTC (2+ messages)
` [Bpf] "
[PATCH bpf-next] selftests/bpf: Enable INET_XFRM_TUNNEL in config
2024-05-24 16:27 UTC (2+ messages)
[PATCH bpf-next v2 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
2024-05-24 16:23 UTC (5+ messages)
` [PATCH bpf-next v2 2/2] selftests: bpf: validate CHECKSUM_COMPLETE option
[PATCH] bpf: constify member bpf_sysctl_kern::table
2024-05-24 16:00 UTC (2+ messages)
[PATCH] riscv, bpf: try RVC for reg move within BPF_CMPXCHG JIT
2024-05-24 15:50 UTC (2+ messages)
[PATCH] bpf: Fix potential integer overflow in resolve_btfids
2024-05-24 15:20 UTC (2+ messages)
[PATCH v2] riscv, bpf: Use STACK_ALIGN macro for size rounding up
2024-05-24 15:20 UTC (2+ messages)
[PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
2024-05-24 15:10 UTC (2+ messages)
[PATCH bpf-next v4 0/2] riscv, bpf: Introduce Zba optimization
2024-05-24 15:10 UTC (4+ messages)
` [PATCH bpf-next v4 1/2] riscv, bpf: Optimize zextw insn with Zba extension
` [PATCH bpf-next v4 2/2] riscv, bpf: Introduce shift add helper with Zba optimization
[PATCH workqueue/for-6.10-fixes] workqueue: Refactor worker ID formatting and make wq_worker_comm() use full ID string
2024-05-24 14:58 UTC (8+ messages)
[PATCH net v2] sock_map: avoid race between sock_map_close and sk_psock_put
2024-05-24 14:47 UTC
[PATCH bpf 1/5] netkit: Fix setting mac address in l2 mode
2024-05-24 14:30 UTC (10+ messages)
` [PATCH bpf 2/5] netkit: Fix pkt_type override upon netkit pass verdict
` [PATCH bpf 3/5] netkit: Fix syncing peer device mtu with primary
` [PATCH bpf 4/5] selftests/bpf: Add netkit tests for mac address and mtu
` [PATCH bpf 5/5] selftests/bpf: Add netkit test for pkt_type
Genart last call review of draft-ietf-bpf-isa-02
2024-05-24 14:15 UTC (2+ messages)
` [Bpf] "
[PATCH net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
2024-05-24 13:59 UTC (12+ messages)
` [PATCH net-next 14/15 v2] "
[PATCH bpf-next] libbpf: configure log verbosity with env variable
2024-05-24 13:18 UTC
How to properly fix reading user pointers in bpf in android kernel 4.9?
2024-05-24 13:13 UTC
[PATCH] bpf, sockmap: defer sk_psock_free_link() using RCU
2024-05-24 13:06 UTC (6+ messages)
[PATCH bpf-next] bpf: Relax precision marking in open coded iters and may_goto loop
2024-05-24 4:19 UTC (4+ messages)
[PATCH] riscv, bpf: Introduce shift add helper with Zba optimization
2024-05-24 2:29 UTC (3+ messages)
[PATCH v2 bpf-next] bpf: Relax precision marking in open coded iters and may_goto loop
2024-05-24 0:59 UTC (2+ messages)
[PATCH] uprobes: prevent mutex_lock() under rcu_read_lock()
2024-05-23 23:45 UTC (2+ messages)
[PATCH bpf-next] libbpf: configure log verbosity with env variable
2024-05-23 21:50 UTC (2+ messages)
[PATCH bpf-next v8 0/3] Replace mono_delivery_time with tstamp_type
2024-05-23 21:20 UTC (2+ messages)
[PATCH bpf-next v4 0/7] Notify user space when a struct_ops object is detached/unregistered
2024-05-23 19:28 UTC (11+ messages)
` [PATCH bpf-next v4 2/7] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v4 3/7] bpf: support epoll from bpf struct_ops links
[PATCH v5 00/68] Define _GNU_SOURCE for sources using
2024-05-23 19:11 UTC (11+ messages)
` [PATCH v5 02/68] kselftest: Desecalate reporting of missing _GNU_SOURCE
[PATCH bpf-next v3 0/8] use network helpers, part 5
2024-05-23 19:06 UTC (3+ messages)
` [PATCH bpf-next v3 2/8] selftests/bpf: Drop type parameter of start_server_addr
[PATCH bpf-next v7 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
2024-05-23 17:42 UTC (10+ messages)
` [PATCH bpf-next v7 1/9] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next v7 2/9] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next v7 3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var()
` [PATCH bpf-next v7 4/9] bpf: create repeated fields for arrays
` [PATCH bpf-next v7 5/9] bpf: look into the types of the fields of a struct type recursively
` [PATCH bpf-next v7 6/9] bpf: limit the number of levels of a nested struct type
` [PATCH bpf-next v7 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields
` [PATCH bpf-next v7 8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types
` [PATCH bpf-next v7 9/9] selftests/bpf: Test global bpf_list_head arrays
[RFC bpf-next] guard against access_size overflow?
2024-05-23 17:34 UTC (2+ messages)
[PATCH v3 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer
2024-05-23 17:06 UTC (6+ messages)
` [PATCH v3 bpf-next 1/3] netfilter: nf_tables: add flowtable map for xdp offload
` [PATCH v3 bpf-next 2/3] netfilter: add bpf_xdp_flow_lookup kfunc
` [PATCH v3 bpf-next 3/3] selftests/bpf: Add selftest for "
[PATCH bpf-next v6 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
2024-05-23 16:59 UTC (4+ messages)
` [PATCH bpf-next v6 5/9] bpf: look into the types of the fields of a struct type recursively
[PATCH v2 0/4] Dump off-cpu samples directly
2024-05-23 16:34 UTC (9+ messages)
[PATCH bpf-next 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
2024-05-23 14:22 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 3689b0ef08b70e4e03b82ebd37730a03a672853a
2024-05-23 14:02 UTC
[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
2024-05-23 12:11 UTC (10+ messages)
` [PATCHv7 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv7 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv7 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv7 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv7 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv7 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv7 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv7 9/9] man2: Add uretprobe syscall page
[PATCH 6.6.y] bpf: Add missing BPF_LINK_TYPE invocations
2024-05-23 11:57 UTC (2+ messages)
[PATCH 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
2024-05-23 9:31 UTC (3+ messages)
` [PATCH 2/3] kbuild: remove PROVIDE() for kallsyms symbols
[PATCH net] sock_map: avoid race between sock_map_close and sk_psock_put
2024-05-23 9:20 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: Use prog_attach_type to attach in test_sockmap
2024-05-23 7:03 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: test_sockmap, use section names understood by libbpf
2024-05-23 6:57 UTC (4+ messages)
[PATCH bpf-next 0/8] fixes for test_sockmap
2024-05-23 6:50 UTC (2+ messages)
` [PATCH bpf-next 8/8] selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmap
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