BPF
[Prev Page][Next Page]
- Re: [PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH net] vmxnet3: Fix tx queue race condition with XDP
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH v8 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 12/22] rqspinlock: Add basic support for CONFIG_PARAVIRT
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH v8 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v8 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v8 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v8 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v8 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v8 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
- From: Song Liu <song@xxxxxxxxxx>
- Re: Compiler support for BPF at LSFMMBPF 2025 - Is there interest?
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH net 2/2] vsock/bpf: return early if transport is not assigned
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- [PATCH net 0/2] vsock: some fixes due to transport de-assignment
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH net 1/2] vsock/virtio: discard packets if the transport changes
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 14/22] rqspinlock: Add macros for rqspinlock usage
- From: Waiman Long <llong@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 11/22] rqspinlock: Add deadlock detection and recovery
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v5 00/16] perf tools: Use generic syscall scripts for all archs
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v5 00/16] perf tools: Use generic syscall scripts for all archs
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] libbpf: Add unique_match option for multi kprobe
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 1/5] perf: arm_spe: Add format option for discard mode
- From: Yeo Reum Yun <YeoReum.Yun@xxxxxxx>
- Re: [PATCH] bpf: Replace (arg_type & MEM_RDONLY) with type_is_rdonly_mem
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [net-next PATCH v2 3/6] octeontx2-pf: Add AF_XDP zero copy support for rx side
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- Re: [PATCH bpf-next v1 12/22] rqspinlock: Add basic support for CONFIG_PARAVIRT
- From: Waiman Long <llong@xxxxxxxxxx>
- Re: [PATCH] bpf: fix range_tree_set error handling
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: Compiler support for BPF at LSFMMBPF 2025 - Is there interest?
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [net-next PATCH v2 6/6] octeontx2-pf: AF_XDP zero copy transmit support
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [PATCH] bpftool: fix control flow graph segfault during edge creation
- From: Christoph Werle <christoph.werle@xxxxxxxxxx>
- [PATCH net] xsk: Bring back busy polling support
- From: Stanislav Fomichev <sdf@xxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
- From: Song Liu <song@xxxxxxxxxx>
- [net-next PATCH v2 2/6] octeontx2-pf: Don't unmap page pool buffer used by XDP
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- Re: [PATCH bpf-next v1 11/22] rqspinlock: Add deadlock detection and recovery
- From: Waiman Long <llong@xxxxxxxxxx>
- [net-next PATCH v2 3/6] octeontx2-pf: Add AF_XDP zero copy support for rx side
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 5/6] Octeontx2-pf: Prepare for AF_XDP
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 0/6] Add af_xdp support for cn10k
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 1/6] octeontx2-pf: Add AF_XDP non-zero copy support
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 5/6] Octeontx2-pf: Prepare for AF_XDP
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 6/6] octeontx2-pf: AF_XDP zero copy transmit support
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- [net-next PATCH v2 0/6] Add af_xdp support for cn10k
- From: Suman Ghosh <sumang@xxxxxxxxxxx>
- Re: [PATCH dwarves] dwarves: set cu->obstack chunk size to 128Kb
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH net 2/2] vsock/bpf: return early if transport is not assigned
- From: Hyunwoo Kim <v4bel@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf v3 2/2] selftests/bpf: Test r0 and ref lifetime after BPF-BPF call with abnormal return
- From: "Arthur Fabre" <afabre@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 09/22] rqspinlock: Protect waiters in queue from stalls
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf v3 1/2] bpf: Account for early exit of bpf_tail_call() and LD_ABS
- From: "Arthur Fabre" <afabre@xxxxxxxxxxxxxx>
- [PATCH v8 bpf-next 0/7] Enable writing xattr from BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 08/14] bpf: net_sched: Add a qdisc watchdog timer
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v1 14/22] rqspinlock: Add macros for rqspinlock usage
- From: Waiman Long <llong@xxxxxxxxxx>
- Compiler support for BPF at LSFMMBPF 2025 - Is there interest?
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH dwarves] dwarves: set cu->obstack chunk size to 128Kb
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH bpf-next v1 12/22] rqspinlock: Add basic support for CONFIG_PARAVIRT
- From: Waiman Long <llong@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 11/22] rqspinlock: Add deadlock detection and recovery
- From: Waiman Long <llong@xxxxxxxxxx>
- Re: [PATCH v2 1/4] ftrace: Add print_function_args()
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH v2 1/4] ftrace: Add print_function_args()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: handle prog/attach type comparison in veristat
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v3 5/5] perf test: arm_spe: Add test for discard mode
- From: James Clark <james.clark@xxxxxxxxxx>
- [PATCH v3 4/5] perf tool: arm-spe: Don't allocate buffer or tracking event in discard mode
- From: James Clark <james.clark@xxxxxxxxxx>
- [PATCH v3 3/5] perf tool: arm-spe: Pull out functions for aux buffer and tracking setup
- From: James Clark <james.clark@xxxxxxxxxx>
- [PATCH v3 2/5] perf docs: arm_spe: Document new discard mode
- From: James Clark <james.clark@xxxxxxxxxx>
- [PATCH v3 1/5] perf: arm_spe: Add format option for discard mode
- From: James Clark <james.clark@xxxxxxxxxx>
- [PATCH v3 0/5] perf: arm_spe: Add format option for discard mode
- From: James Clark <james.clark@xxxxxxxxxx>
- [PATCH v3 0/5] perf: arm_spe: Add format option for discard mode
- From: James Clark <james.clark@xxxxxxxxxx>
- Re: [PATCH dwarves] dwarves: set cu->obstack chunk size to 128Kb
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 1/4] ftrace: Add print_function_args()
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 20/22] bpf: Introduce rqspinlock kfuncs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v1 20/22] bpf: Introduce rqspinlock kfuncs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v1 20/22] bpf: Introduce rqspinlock kfuncs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 1/5] perf: arm_spe: Add format option for discard mode
- From: James Clark <james.clark@xxxxxxxxxx>
- Re: [PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH net-next v6 0/8] fix two bugs related to page_pool
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: XDP Performance Regression in recent kernel versions
- From: Carolina Jubran <cjubran@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/7] Free htab element out of bucket lock
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/7] Free htab element out of bucket lock
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH v3 25/28] bpf: Use RCU in all users of __module_text_address().
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- Re: [PATCH bpf-next 0/7] Free htab element out of bucket lock
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] perf record: Skip don't fail for events that don't open
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v2 1/4] ftrace: Add print_function_args()
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH net-next v4 10/11] net-timestamp: export the tskey for TCP bpf extension
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH net] vmxnet3: Fix tx queue race condition with XDP
- From: Sankararaman Jayaraman <sankararaman.jayaraman@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 09/22] rqspinlock: Protect waiters in queue from stalls
- From: Waiman Long <llong@xxxxxxxxxx>
- [PATCH v2] scripts/sorttable: Move code from sorttable.h into sorttable.c
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net] eth: gve: use appropriate helper to set xdp_features
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Waiman Long <llong@xxxxxxxxxx>
- [PATCH v5 16/16] perf tools: Remove dependency on libaudit
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 15/16] perf tools: s390: Use generic syscall table scripts
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 14/16] perf tools: powerpc: Use generic syscall table scripts
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 13/16] perf tools: mips: Use generic syscall scripts
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 12/16] perf tools: loongarch: Use syscall table
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 11/16] perf tools: arm64: Use syscall table
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 10/16] perf tools: parisc: Support syscall header
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 09/16] perf tools: alpha: Support syscall header
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 08/16] perf tools: x86: Use generic syscall scripts
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 07/16] perf tools: xtensa: Support syscall header
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 06/16] perf tools: sparc: Support syscall headers
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 05/16] perf tools: sh: Support syscall headers
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 04/16] perf tools: arm: Support syscall headers
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 03/16] perf tools: csky: Support generic syscall headers
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 02/16] perf tools: arc: Support generic syscall headers
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 01/16] perf tools: Create generic syscall table support
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- [PATCH v5 00/16] perf tools: Use generic syscall scripts for all archs
- From: Charlie Jenkins <charlie@xxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/7] Free htab element out of bucket lock
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 12/16] bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 16/16] bpf: Remove migrate_{disable|enable} from bpf_selem_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 13/16] bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 15/16] bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 11/16] bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 14/16] bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 08/16] bpf: Disable migration when cloning sock storage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 09/16] bpf: Disable migration in bpf_selem_free_rcu
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 10/16] bpf: Disable migration before calling ops->map_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 07/16] bpf: Disable migration when destroying sock storage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 06/16] bpf: Disable migration when destroying inode storage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 05/16] bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpers
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 04/16] bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 02/16] bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 03/16] bpf: Remove migrate_{disable|enable} in htab_elem_free
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 00/16] bpf: Reduce the use of migrate_{disable|enable}()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 01/16] bpf: Remove migrate_{disable|enable} from LPM trie
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: pull-request: bpf-next 2025-01-07
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 3/4] perf record: Skip don't fail for events that don't open
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH] selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH] bpf: Replace (arg_type & MEM_RDONLY) with type_is_rdonly_mem
- From: Stanislav Fomichev <stfomichev@xxxxxxxxx>
- Re: [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH dwarves v4 00/10] pahole: faster reproducible BTF encoding
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH v4 3/4] perf record: Skip don't fail for events that don't open
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v4 3/4] perf record: Skip don't fail for events that don't open
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH dwarves v4] btf_encoder: switch func_states from a list to an array
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 09/10] btf_encoder: clean up global encoders list
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4] dwarf_loader: multithreading with a job/worker model
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 07/10] dwarf_loader: introduce cu->id
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 05/10] btf_encoder: introduce elf_functions_list
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 06/10] btf_encoder: remove skip_encoding_inconsistent_proto
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 03/10] btf_encoder: separate elf function, saved function representations
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 04/10] btf_encoder: introduce elf_functions struct type
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 02/10] btf_encoder: free encoder->secinfo in btf_encoder__delete
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 00/10] pahole: faster reproducible BTF encoding
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH dwarves v4 01/10] btf_encoder: simplify function encoding
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH v4 16/16] perf tools: Remove dependency on libaudit
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] libbpf: Add unique_match option for multi kprobe
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH v4 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v4 2/4] perf stat: Fix find_stat for mixed legacy/non-legacy events
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v4 3/4] perf record: Skip don't fail for events that don't open
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v4 1/4] perf evsel: Add pmu_name helper
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v4 0/4] Prefer sysfs/JSON events also when no PMU is provided
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Add bpf command to get number of map entries
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 1/5] perf: arm_spe: Add format option for discard mode
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 07/22] rqspinlock: Add support for timeouts
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v4 3/4] net: stmmac: Add launch time support to XDP ZC
- From: Stanislav Fomichev <stfomichev@xxxxxxxxx>
- Re: [PATCH v1] tools build: Fix a number of Wconversion warnings
- From: James Clark <james.clark@xxxxxxxxxx>
- Re: [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
- From: Frank Li <Frank.li@xxxxxxx>
- Re: [PATCH bpf-next v4 2/4] selftests/bpf: Add Launch Time request to xdp_hw_metadata
- From: Stanislav Fomichev <stfomichev@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/4] xsk: Add launch time hardware offload support to XDP Tx metadata
- From: Stanislav Fomichev <stfomichev@xxxxxxxxx>
- Re: [PATCH v1] tools build: Fix a number of Wconversion warnings
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [no subject]
- [PATCH net-next v2 6/8] bpf: cpumap: switch to napi_skb_cache_get_bulk()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 7/8] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 8/8] xdp: remove xdp_alloc_skb_bulk()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 4/8] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 1/8] net: gro: decouple GRO from the NAPI layer
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 07/22] rqspinlock: Add support for timeouts
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [syzbot] [net?] INFO: rcu detected stall in handle_softirqs
- From: syzbot <syzbot+afcbef13b9fa6ae41f9a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v6 0/8] fix two bugs related to page_pool
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- [PATCH bpf-next v1 22/22] selftests/bpf: Add tests for rqspinlock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 21/22] bpf: Implement verifier support for rqspinlock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 20/22] bpf: Introduce rqspinlock kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 17/22] bpf: Convert hashtab.c to rqspinlock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 19/22] bpf: Convert lpm_trie.c to rqspinlock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 16/22] rqspinlock: Add entry to Makefile, MAINTAINERS
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 18/22] bpf: Convert percpu_freelist.c to rqspinlock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 15/22] rqspinlock: Add locktorture support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 13/22] rqspinlock: Add helper to print a splat on timeout or deadlock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 14/22] rqspinlock: Add macros for rqspinlock usage
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 12/22] rqspinlock: Add basic support for CONFIG_PARAVIRT
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 11/22] rqspinlock: Add deadlock detection and recovery
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 10/22] rqspinlock: Protect waiters in trylock fallback from stalls
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 06/22] rqspinlock: Drop PV and virtualization support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 09/22] rqspinlock: Protect waiters in queue from stalls
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 08/22] rqspinlock: Protect pending bit owners from stalls
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 07/22] rqspinlock: Add support for timeouts
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 04/22] locking: Copy out qspinlock.c to rqspinlock.c
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 05/22] rqspinlock: Add rqspinlock.h header
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 03/22] locking: Allow obtaining result of arch_mcs_spin_lock_contended
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 02/22] locking: Move common qspinlock helpers to a private header
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 00/22] Resilient Queued Spin Lock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 01/22] locking: Move MCS struct definition to public header
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: Idea for "function meta"
- From: Menglong Dong <menglong8.dong@xxxxxxxxx>
- pull-request: bpf-next 2025-01-07
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- Re: [PATCH net-next v6 0/8] fix two bugs related to page_pool
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [RFC PATCH 14/22] selftests: ublk: add tests for covering redirecting to userspace
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 13/22] selftests: ublk: add tests for covering io split
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next 0/7] Free htab element out of bucket lock
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [RFC PATCH 21/22] selftests: add tests for covering both bpf aio and split
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 20/22] selftests: add tests for ublk bpf aio
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 15/22] ublk: bpf: add bpf aio kfunc
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 22/22] ublk: document ublk-bpf & bpf-aio
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 18/22] ublk: bpf: add several ublk bpf aio kfuncs
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 16/22] ublk: bpf: add bpf aio struct_ops
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 19/22] ublk: bpf: wire bpf aio with ublk io handling
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 12/22] selftests: ublk: add tests for the ublk-bpf initial implementation
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 17/22] ublk: bpf: attach bpf aio prog to ublk device
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 11/22] ublk: bpf: enable ublk-bpf
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 10/22] ublk: bpf: add kfunc for ublk bpf prog
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 08/22] ublk: bpf: add bpf struct_ops
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 09/22] ublk: bpf: attach bpf prog to ublk device
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 07/22] ublk: bpf: add bpf prog attach helpers
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 06/22] ublk: move several helpers to private header
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 05/22] ublk: move private definitions into private header
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 04/22] ublk: move ublk into one standalone directory
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 03/22] ublk: add helper of ublk_need_map_io()
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 02/22] ublk: convert several bool type fields into bitfield of `ublk_queue`
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 01/22] ublk: remove two unused fields from 'struct ublk_queue'
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- [RFC PATCH 00/22] ublk: support bpf
- From: Ming Lei <tom.leiming@xxxxxxxxx>
- Re: [PATCH bpf-next 0/4] expose number of map entries to userspace
- From: Charalampos Stylianopoulos <charalampos.stylianopoulos@xxxxxxxxx>
- Re: [PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- Re: [PATCH v1] tools build: Fix a number of Wconversion warnings
- From: James Clark <james.clark@xxxxxxxxxx>
- Re: [PATCH net] eth: gve: use appropriate helper to set xdp_features
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH bpf-next 7/7] selftests/bpf: Add test case for the freeing of bpf_timer
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 6/7] bpf: Free element after unlock for pre-allocated htab
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 5/7] bpf: Factor out the element allocation for pre-allocated htab
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 0/7] Free htab element out of bucket lock
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 3/7] bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 1/7] bpf: Free special fields after unlock in htab_lru_map_delete_node()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 2/7] bpf: Bail out early in __htab_map_lookup_and_delete_elem()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 4/7] bpf: Support refilling extra_elems in free_htab_elem()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- Re: [PATCH bpf-next 0/4] expose number of map entries to userspace
- From: Anton Protopopov <aspsk@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/4] expose number of map entries to userspace
- From: Anton Protopopov <aspsk@xxxxxxxxxxxxx>
- Re: [PATCH] bpf: fix range_tree_set error handling
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v5 3/5] net/smc: bpf: register smc_ops info struct_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v5 2/5] net/smc: Introduce generic hook smc_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v5 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v5 5/5] bpf/selftests: add selftest for bpf_smc_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v5 1/5] bpf: export necessary sympols for modules with struct_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v5 0/5] net/smc: Introduce smc_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf-next 15/19] bpf: Disable migration before calling ops->map_free()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_copy_from_user_task_str
- From: Jordan Rome <linux@xxxxxxxxxxxxxx>
- [bpf-next v2 1/2] bpf: Add bpf_copy_from_user_task_str kfunc
- From: Jordan Rome <linux@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 15/19] bpf: Disable migration before calling ops->map_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v1 4/4] selftests/bpf: Add selftests for load-acquire and store-release instructions
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] libbpf: Add unique_match option for multi kprobe
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net-next v6 0/8] fix two bugs related to page_pool
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add -std=gnu17 to GCC BPF build rule
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net] eth: gve: use appropriate helper to set xdp_features
- From: Jeroen de Borst <jeroendb@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add -std=gnu17 to GCC BPF build rule
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- [PATCH] bpf: fix range_tree_set error handling
- From: Soma Nakata <soma.nakata@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [QUESTION] Check bpf_loop support on kernels < 5.13
- From: andrea terzolo <andreaterzolo3@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 15/19] bpf: Disable migration before calling ops->map_free()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH net-next 11/15] ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 10/15] ixgbe: Fix passing 0 to ERR_PTR in ixgbe_run_xdp()
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 09/15] igb: Fix passing 0 to ERR_PTR in igb_run_xdp()
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 08/15] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 06/15] igb: Add AF_XDP zero-copy Tx support
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 07/15] igc: Allow hot-swapping XDP program
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 05/15] igb: Add AF_XDP zero-copy Rx support
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 04/15] igb: Add XDP finalize and stats update functions
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 03/15] igb: Introduce XSK data structures and helpers
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 02/15] igb: Introduce igb_xdp_is_enabled()
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 01/15] igb: Remove static qualifiers
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [Lsf-pc] [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- [PATCH v1] tools build: Fix a number of Wconversion warnings
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGS
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [no subject]
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add -std=gnu17 to GCC BPF build rule
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGS
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: handle prog/attach type comparison in veristat
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v3 2/2] selftests/bpf: Test r0 and ref lifetime after BPF-BPF call with abnormal return
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v3 1/2] bpf: Account for early exit of bpf_tail_call() and LD_ABS
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: add -std=gnu17 to GCC BPF build rule
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
- From: Yuanchu Xie <yuanchu@xxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGS
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH v2] selftests/bpf: workarounds for GCC BPF build
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH v2] selftests/bpf: workarounds for GCC BPF build
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH v2 0/2] bpf: Allow bpf_for/bpf_repeat while holding spin
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2] selftests/bpf: workarounds for GCC BPF build
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2] selftests/bpf: workarounds for GCC BPF build
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2] selftests/bpf: workarounds for GCC BPF build
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Vishnu ks <ksvishnu56@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Vishnu ks <ksvishnu56@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Vishnu ks <ksvishnu56@xxxxxxxxx>
- [PATCH net] eth: gve: use appropriate helper to set xdp_features
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Add kprobe session recursion check test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Return error for missed kprobe multi bpf program execution
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Introduce range_tree data structure and use it in bpf arena
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf v3 1/2] bpf: Account for early exit of bpf_tail_call() and LD_ABS
- From: Arthur Fabre <afabre@xxxxxxxxxxxxxx>
- [PATCH bpf v3 2/2] selftests/bpf: Test r0 and ref lifetime after BPF-BPF call with abnormal return
- From: Arthur Fabre <afabre@xxxxxxxxxxxxxx>
- [PATCH bpf v3 0/2] bpf: Account for early exit of bpf_tail_call() and LD_ABS
- From: Arthur Fabre <afabre@xxxxxxxxxxxxxx>
- [PATCH AUTOSEL 6.12 4/8] sched_ext: Fix dsq_local_on selftest
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.12 2/8] scx: Fix maximal BPF selftest prog
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 6.12 1/8] selftests/sched_ext: fix build after renames in sched_ext API
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] selftests/bpf: workarounds for GCC BPF build
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH bpf-next 0/4] expose number of map entries to userspace
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [for-next][PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 14/14] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 01/14] scripts/sorttable: Remove unused macro defines
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 02/14] scripts/sorttable: Remove unused write functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Introduce range_tree data structure and use it in bpf arena
- From: Barret Rhoden <brho@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf/tests: Add 32 bits only mong conditional jump tests
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] selftests/bpf: workarounds for GCC BPF build
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf/tests: Add 32 bits only mong conditional jump tests
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Add tests for bpf_map_get_num_entries
- From: Charalampos Stylianopoulos <charalampos.stylianopoulos@xxxxxxxxx>
- [PATCH bpf-next 3/4] libbpf: Add support for MAP_GET_NUM_ENTRIES command
- From: Charalampos Stylianopoulos <charalampos.stylianopoulos@xxxxxxxxx>
- [PATCH bpf-next 2/4] bpf: Add bpf command to get number of map entries
- From: Charalampos Stylianopoulos <charalampos.stylianopoulos@xxxxxxxxx>
- [PATCH bpf-next 1/4] bpf: Add map_num_entries map op
- From: Charalampos Stylianopoulos <charalampos.stylianopoulos@xxxxxxxxx>
- [PATCH bpf-next 0/4] expose number of map entries to userspace
- From: Charalampos Stylianopoulos <charalampos.stylianopoulos@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: handle prog/attach type comparison in veristat
- From: Mykyta Yatsenko <mykyta.yatsenko5@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/3] bpf, arm64: Simplify if logic in emit_lse_atomic()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v2] selftests/bpf: avoid generating untracked files when running bpf selftests
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next v4 4/4] igc: Add launch time support to XDP ZC
- From: Song Yoong Siang <yoong.siang.song@xxxxxxxxx>
- [PATCH bpf-next v4 3/4] net: stmmac: Add launch time support to XDP ZC
- From: Song Yoong Siang <yoong.siang.song@xxxxxxxxx>
- [PATCH bpf-next v4 2/4] selftests/bpf: Add Launch Time request to xdp_hw_metadata
- From: Song Yoong Siang <yoong.siang.song@xxxxxxxxx>
- [PATCH bpf-next v4 1/4] xsk: Add launch time hardware offload support to XDP Tx metadata
- From: Song Yoong Siang <yoong.siang.song@xxxxxxxxx>
- [PATCH bpf-next v4 0/4] xsk: TX metadata Launch Time support
- From: Song Yoong Siang <yoong.siang.song@xxxxxxxxx>
- [no subject]
- [PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v6 0/8] fix two bugs related to page_pool
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH v2 1/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Madhavan Srinivasan <maddy@xxxxxxxxxxxxx>
- [PATCH bpf-next] bpf/tests: Add 32 bits only mong conditional jump tests
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
- From: Bastien Curutchet <bastien.curutchet@xxxxxxxxxxx>
- Re: [PATCH] perf trace: Fix unaligned access for augmented args
- From: Howard Chu <howardchu95@xxxxxxxxx>
- Re: faom 13cc1d4ee0a231f81951ee87f1e55229907966ee Mon Sep 17 00:00:00 2001
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCHv4 RESEND net-next 2/2] selftests: wireguard: update to using nft for qemu test
- From: Hangbin Liu <liuhangbin@xxxxxxxxx>
- [PATCHv4 RESEND net-next 1/2] selftests: wireguards: convert iptables to nft
- From: Hangbin Liu <liuhangbin@xxxxxxxxx>
- [PATCHv4 RESEND net-next 0/2] selftests: wireguards: use nftables for testing
- From: Hangbin Liu <liuhangbin@xxxxxxxxx>
- [PATCH bpf-next 19/19] bpf: Remove migrate_{disable|enable} from bpf_selem_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 17/19] bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 18/19] bpf: Remove migrate_{disable|enable} from bpf_local_storage_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 15/19] bpf: Disable migration before calling ops->map_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 16/19] bpf: Remove migrate_{disable|enable} from bpf_selem_alloc()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 14/19] bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 13/19] bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 06/19] bpf: Disable migration when destroying inode storage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 11/19] bpf: Disable migration in htab_map_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 10/19] bpf: Disable migration in array_map_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 12/19] bpf: Disable migration for bpf_selem_unlink in bpf_local_storage_map_free()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 09/19] bpf: Disable migration in bpf_selem_free_rcu
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 08/19] bpf: Disable migration when cloning sock storage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 05/19] bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpers
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 07/19] bpf: Disable migration when destroying sock storage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- faom 13cc1d4ee0a231f81951ee87f1e55229907966ee Mon Sep 17 00:00:00 2001
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 02/19] bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 04/19] bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 03/19] bpf: Remove migrate_{disable|enable} in htab_elem_free
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 01/19] bpf: Remove migrate_{disable|enable} from LPM trie
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
- From: Bastien Curutchet <bastien.curutchet@xxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/3] bpf, arm64: Simplify if logic in emit_lse_atomic()
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v4 5/5] bpf/selftests: add selftest for bpf_smc_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 2/5] net/smc: Introduce generic hook smc_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 1/5] bpf: export necessary sympols for modules with struct_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 0/5] net/smc: Introduce smc_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 3/5] net/smc: bpf: register smc_ops info struct_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Damien Le Moal <dlemoal@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH 14/14] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 02/14] scripts/sorttable: Remove unused write functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 00/14] scripts/sorttable: Rewrite the accessing of the Elf data fields
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 01/14] scripts/sorttable: Remove unused macro defines
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [RFC PATCH bpf-next 2/2] selftests/bpf: Add selftest for dynamic tracepoint
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH bpf-next 1/2] libbpf: Add support for dynamic tracepoint
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH bpf-next 0/2] libbpf: Add support for dynamic tracepoint
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH v2 2/2] selftests/bpf: test bpf_for within spin lock section
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- [PATCH v2 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- [PATCH v2 0/2] bpf: Allow bpf_for/bpf_repeat while holding spin
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Vishnu ks <ksvishnu56@xxxxxxxxx>
- Re: [syzbot] [bpf?] WARNING: held lock freed in process_one_work
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH net-next v7 11/11] selftests: net: Add test cases for link and peer netns
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 10/11] selftests: net: Add python context manager for netns entering
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 09/11] rtnetlink: Create link directly in target net namespace
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 08/11] rtnetlink: Remove "net" from newlink params
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 07/11] net: xfrm: Use link netns in newlink() of rtnl_link_ops
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 05/11] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 04/11] ieee802154: 6lowpan: Use link netns in newlink() of rtnl_link_ops
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 03/11] net: Use link netns in newlink() of rtnl_link_ops
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 02/11] rtnetlink: Pack newlink() params into struct
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 01/11] rtnetlink: Lookup device in target netns when creating link
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- [PATCH net-next v7 00/11] net: Improve netns handling in rtnetlink
- From: Xiao Liang <shaw.leon@xxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [syzbot] [mm?] INFO: rcu detected stall in task_numa_work (2)
- From: syzbot <syzbot+06d48cbf3e767907cec2@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v2] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v1 4/4] selftests/bpf: Add selftests for load-acquire and store-release instructions
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Song Liu <song@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
- [PATCH] selftests/bpf: workarounds for GCC BPF build
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Andrew Pinski <pinskia@xxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH v2 13/16] scripts/sorttable: Move code from sorttable.h into sorttable.c
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [QUESTION] Check bpf_loop support on kernels < 5.13
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: Idea for "function meta"
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- bpf loongarch64: XDP program cause loongson 3A6000 mini PC CPU stall
- From: Vincent Li <vincent.mc.li@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: Jann Horn <jannh@xxxxxxxxxx>
- Re: Question about test_xsk.sh
- From: Alexis Lothoré <alexis.lothore@xxxxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH 1/3] selftests/bpf: test_xdp_redirect: Rename BPF sections
- From: Alexis Lothoré <alexis.lothore@xxxxxxxxxxx>
- Re: [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
- From: Alexis Lothoré <alexis.lothore@xxxxxxxxxxx>
- Re: [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
- From: Alexis Lothoré <alexis.lothore@xxxxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [QUESTION] Check bpf_loop support on kernels < 5.13
- From: andrea terzolo <andreaterzolo3@xxxxxxxxx>
- Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs
- From: Bastien Curutchet <bastien.curutchet@xxxxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [PATCH 3/3] selftests/bpf: Migrate test_xdp_redirect.c to test_xdp_do_redirect.c
- From: "Bastien Curutchet (eBPF Foundation)" <bastien.curutchet@xxxxxxxxxxx>
- [PATCH 2/3] selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c
- From: "Bastien Curutchet (eBPF Foundation)" <bastien.curutchet@xxxxxxxxxxx>
- [PATCH 1/3] selftests/bpf: test_xdp_redirect: Rename BPF sections
- From: "Bastien Curutchet (eBPF Foundation)" <bastien.curutchet@xxxxxxxxxxx>
- [PATCH 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs
- From: "Bastien Curutchet (eBPF Foundation)" <bastien.curutchet@xxxxxxxxxxx>
- Re: Question about test_xsk.sh
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH dwarves v3 8/8] btf_encoder: clean up global encoders list
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Mahesh J Salgaonkar <mahesh@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 3/5] net/smc: bpf: register smc_ops info struct_ops
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v6 5/5] bpf: selftests: verifier: Add nullness elision tests
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
- From: Muyang Tian <tianmuyang@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 4/5] bpf: verifier: Support eliding map lookup nullness
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1] cgroup/cpuset: remove kernfs active break
- From: Chen Ridong <chenridong@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 3/3] bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- [PATCH bpf-next v2 2/3] bpf, arm64: Factor out emit_a64_add_i()
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- [PATCH bpf-next v2 1/3] bpf, arm64: Simplify if logic in emit_lse_atomic()
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- Re: [PATCH dwarves v1 2/2] tests: verify that pfunct prints btf_decl_tags read from BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1] cgroup/cpuset: remove kernfs active break
- From: Chen Ridong <chenridong@xxxxxxxxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH dwarves v3 8/8] btf_encoder: clean up global encoders list
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v2 00/16] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 16/16] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 15/16] scripts/sorttable: Zero out weak functions in mcount_loc table
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 14/16] scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 13/16] scripts/sorttable: Move code from sorttable.h into sorttable.c
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 12/16] scripts/sorttable: Use uint64_t for mcount sorting
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 11/16] scripts/sorttable: Add helper functions for Elf_Sym
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 10/16] scripts/sorttable: Add helper functions for Elf_Shdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 09/16] scripts/sorttable: Add helper functions for Elf_Ehdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 08/16] scripts/sorttable: Convert Elf_Sym MACRO over to a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 07/16] scripts/sorttable: Replace Elf_Shdr Macro with a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 06/16] scripts/sorttable: Convert Elf_Ehdr to union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 04/16] scripts/sorttable: Have the ORC code use the _r() functions to read
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 05/16] scripts/sorttable: Make compare_extable() into two functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 03/16] scripts/sorttable: Remove unneeded Elf_Rel
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 00/16] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 01/16] scripts/sorttable: Remove unused macro defines
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v2 02/16] scripts/sorttable: Remove unused write functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: Question about test_xsk.sh
- From: Stanislav Fomichev <stfomichev@xxxxxxxxx>
- Re: [PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH] perf trace: Fix unaligned access for augmented args
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH dwarves v3 3/8] btf_encoder: introduce elf_functions struct type
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH dwarves v3 2/8] btf_encoder: separate elf function, saved function representations
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 14/14] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 13/14] scripts/sorttable: Move code from sorttable.h into sorttable.c
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 12/14] scripts/sorttable: Use uint64_t for mcount sorting
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 10/14] scripts/sorttable: Add helper functions for Elf_Shdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 11/14] scripts/sorttable: Add helper functions for Elf_Sym
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 09/14] scripts/sorttable: Add helper functions for Elf_Ehdr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 08/14] scripts/sorttable: Convert Elf_Sym MACRO over to a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 07/14] scripts/sorttable: Replace Elf_Shdr Macro with a union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 06/14] scripts/sorttable: Convert Elf_Ehdr to union
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 05/14] scripts/sorttable: Make compare_extable() into two functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 04/14] scripts/sorttable: Have the ORC code use the _r() functions to read
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 03/14] scripts/sorttable: Remove unneeded Elf_Rel
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 01/14] scripts/sorttable: Remove unused macro defines
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 02/14] scripts/sorttable: Remove unused write functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 00/14] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net 2/5] gve: guard XDP xmit NDO on existence of xdp queues
- From: Joshua Washington <joshwash@xxxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH 2/2] selftests/bpf: test bpf_for within spin lock section
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [no subject]
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH bpf-next v2 00/14] bpf qdisc
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v1] cgroup/cpuset: remove kernfs active break
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH v1] cgroup/cpuset: remove kernfs active break
- From: Waiman Long <llong@xxxxxxxxxx>
- [syzbot] [bpf?] WARNING: held lock freed in process_one_work
- From: syzbot <syzbot+091dd8c0495cc3c6b48d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH for-next v2] selftests/Makefile: override the srctree for out-of-tree builds
- From: Quentin Monnet <qmo@xxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v2 1/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Aditya Gupta <adityag@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Aditya Gupta <adityag@xxxxxxxxxxxxx>
- [PATCH 2/2] selftests/bpf: test bpf_for within spin lock section
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- [PATCH 1/2] bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- [PATCH 0/2] bpf: Allow bpf_for/bpf_repeat while holding spin
- From: Emil Tsalapatis <emil@xxxxxxxxxxxxxxx>
- Re: [PATCH dwarves v3 3/8] btf_encoder: introduce elf_functions struct type
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH dwarves v3 8/8] btf_encoder: clean up global encoders list
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH dwarves v3 2/8] btf_encoder: separate elf function, saved function representations
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
- From: Vishnu ks <ksvishnu56@xxxxxxxxx>
- [PATCH v23] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
- From: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
- Re: [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- Re: [PATCH] bpf: Use refcount_t instead of atomic_t for mmap_count
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH] bpf: Use refcount_t instead of atomic_t for mmap_count
- From: Pei Xiao <xiaopei01@xxxxxxxxxx>
- Re: [PATCH net] gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeup
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- Re: [PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- Re: [PATCH] bpf: Remove unused MT_ENTRY define
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] bpf: Remove unused MT_ENTRY define
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: uapi: Document front truncation in bpf_d_path()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] bpf: Fix holes in special_kfunc_list if !CONFIG_NET
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: fix veristat comp mode with new stats
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v4 0/2] bpf, verifier: Improve precision of BPF_MUL
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: d_path() truncates at front of path?
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next] bpf: uapi: Document front truncation in bpf_d_path()
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v2] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Sam James <sam@xxxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: d_path() truncates at front of path?
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- d_path() truncates at front of path?
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Sam James <sam@xxxxxxxxxx>
- Re: Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Andrew Pinski <pinskia@xxxxxxxxx>
- Errors compiling BPF programs from Linux selftests/bpf with GCC
- From: Ihor Solodrai <ihor.solodrai@xxxxx>
- Re: [PATCH bpf-next] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpf: Use non-executable memfds for maps
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpf: Use non-executable memfds for maps
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH v3 bpf-next] bpf: Use non-executable memfds for maps
- From: Andrei Enache <andreien@xxxxxxxxx>
- Re: [PATCH] bpf: Use refcount_t instead of atomic_t for mmap_count
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 bpf-next] bpf: Use non-executable memfds for maps
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH RFCv5 1/8] page_pool: introduce page_pool_to_pp() API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- [PATCH] bpf: Use refcount_t instead of atomic_t for mmap_count
- From: Pei Xiao <xiaopei01@xxxxxxxxxx>
- [PATCH bpf-next] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH bpf-next v2] selftests/bpf: avoid generating untracked files when running bpf selftests
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH v2 bpf-next] bpf: Use non-executable memfds for maps
- From: Andrei Enache <andreien@xxxxxxxxx>
- [PATCH bpf-next] bpf: Use non-executable memfds for maps
- From: Andrei Enache <andreien@xxxxxxxxx>
- Re: [for-next][PATCH 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
- From: Markus Elfring <Markus.Elfring@xxxxxx>
- [PATCH v2 1/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- [PATCH v2 3/3] btf: Switch module BTF attribute to sysfs_bin_attr_simple_read()
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- [PATCH v2 2/3] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- [PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- [PATCH bpf-next 1/2] bpf, arm64: Simplify if logic in emit_lse_atomic()
- From: Peilin Ye <yepeilin@xxxxxxxxxx>
- Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [POC][RFC][PATCH] build: Make weak functions visible in kallsyms
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 18/18] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 17/18] Documentation: probes: Update fprobe on function-graph tracer
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 12/18] fprobe: Rewrite fprobe on function-graph tracer
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 13/18] fprobe: Add fprobe_header encoding feature
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 11/18] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 10/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 09/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 08/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 05/18] fprobe: Use ftrace_regs in fprobe exit handler
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 07/18] tracing: Add ftrace_fill_perf_regs() for perf event
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 06/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 04/18] fprobe: Use ftrace_regs in fprobe entry handler
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 02/18] fgraph: Replace fgraph_ret_regs with ftrace_regs
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 03/18] fgraph: Pass ftrace_regs to retfunc
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [for-next][PATCH 01/18] fgraph: Pass ftrace_regs to entryfunc
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
[Index of Archives]
[Linux Samsung SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux Kernel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Forum]