messages from 2024-05-22 18:01:33 to 2024-05-24 17:58:06 UTC [more...]
[PATCH v2 0/3] Use BPF filters for a "perf top -u" workaround
2024-05-24 17:58 UTC (3+ messages)
[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-05-24 17:32 UTC (11+ 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 net-next v16 00/15] Introducing P4TC (series 1)
2024-05-24 16:50 UTC (21+ messages)
` On the NACKs on P4TC patches
` DSL vs low level language WAS(Re: "
[PATCH bpf-next] bpf, docs: Add table captions
2024-05-24 16:46 UTC (2+ messages)
` [Bpf] "
[PATCH bpf v2 1/4] netkit: Fix setting mac address in l2 mode
2024-05-24 16:36 UTC (4+ 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
[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 v10 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-05-24 14:31 UTC (8+ 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 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)
[RFC PATCH v8 00/20] bpf qdisc
2024-05-24 7:40 UTC (7+ messages)
` [RFC PATCH v8 14/20] bpf: net_sched: Add bpf qdisc kfuncs
` [RFC PATCH v8 18/20] selftests: Add a bpf fq qdisc to selftest
[PATCH bpf-next] bpf: Relax precision marking in open coded iters and may_goto loop
2024-05-24 4:19 UTC (9+ messages)
[PATCH bpf-next v4 0/6] use network helpers, part 5
2024-05-24 3:21 UTC (7+ 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] 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 (15+ 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
BPF timers in hard irq context?
2024-05-23 16:42 UTC (3+ messages)
[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 (4+ 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 (9+ messages)
` [PATCH bpf-next 1/8] selftests/bpf: Fix tx_prog_fd values in test_sockmap
` [PATCH bpf-next 2/8] selftests/bpf: Drop duplicate definition of i "
` [PATCH bpf-next 3/8] selftests/bpf: Use bpf_link attachments "
` [PATCH bpf-next 4/8] selftests/bpf: Replace tx_prog_fd with tx_prog "
` [PATCH bpf-next 5/8] selftests/bpf: Drop prog_fd array "
` [PATCH bpf-next 6/8] selftests/bpf: Fix size of map_fd "
` [PATCH bpf-next 7/8] selftests/bpf: Check length of recv "
` [PATCH bpf-next 8/8] selftests/bpf: Drop duplicate bpf_map_lookup_elem "
[PATCH net-next v9 00/14] Device Memory TCP
2024-05-23 6:02 UTC (3+ messages)
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
[PATCH] net: filter: use DEV_STAT_INC()
2024-05-23 3:35 UTC
[PATCH] riscv, bpf: Use STACK_ALIGN macro for size rounding up
2024-05-23 3:11 UTC (3+ messages)
[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
2024-05-23 2:26 UTC (2+ messages)
[PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
2024-05-23 1:06 UTC (3+ messages)
` [PATCH v4 bpf-next 07/11] libbpf: split BTF relocation
[PATCH bpf-next v4 1/2] net: netfilter: Make ct zone opts configurable for bpf ct helpers
2024-05-22 22:10 UTC (2+ messages)
[RFC 0/6] perf record: Use pinned BPF program for filter (v1)
2024-05-22 21:56 UTC (7+ messages)
` [PATCH 1/6] perf bpf-filter: Make filters map a single entry hashmap
` [PATCH 2/6] perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
` [PATCH 3/6] perf bpf-filter: Split per-task filter use case
` [PATCH 4/6] perf bpf-filter: Support pin/unpin BPF object
` [PATCH 5/6] perf record: Fix a potential error handling issue
` [PATCH 6/6] perf record: Add --setup-filter option
[PATCH bpf-next v2 0/4] bpf: make trusted args nullable
2024-05-22 21:18 UTC (8+ messages)
` [PATCH bpf-next v2 4/4] selftests: bpf: crypto: adjust bench to use nullable IV
[PATCH bpf-next v2] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
2024-05-22 18:21 UTC (3+ messages)
` [Bpf] "
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