BPF
[Prev Page][Next Page]
- Re: [PATCH v5 0/4] net/sched: Load modules via alias
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH v10 net-next 05/15] net: sched: act_api: Add support for preallocated P4 action instances
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH v10 net-next 02/15] net/sched: act_api: increase action kind string length
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH v7 net-next 3/4] xdp: add multi-buff support for xdp running in generic mode
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v7 net-next 4/4] veth: rely on skb_cow_data_for_xdp utility routine
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v7 net-next 2/4] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v7 net-next 1/4] net: add generic percpu page_pool allocator
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: Re: [PATCH v4 0/4] net/sched: Load modules via alias
- From: Michal Koutný <mkoutny@xxxxxxxx>
- [PATCH bpf v3 3/3] selftest/bpf: Test the read of vsyscall page under x86-64
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 1/3] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf] selftests/bpf: trace_helpers.c: do not use poisoned type
- From: Shung-Hsi Yu <shung-hsi.yu@xxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH vhost v1 19/19] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 17/19] virtio_net: unify the code for recycling the xmit ptr
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 15/19] virtio_ring: introduce dma map api for page
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: pass struct instead of multi parameters
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH] selftests/bpf: Use ARRAY_SIZE for array length
- From: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v7 net-next 1/4] net: add generic percpu page_pool allocator
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- [PATCH v7 net-next 4/4] veth: rely on skb_cow_data_for_xdp utility routine
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v7 net-next 3/4] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v7 net-next 2/4] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v7 net-next 1/4] net: add generic percpu page_pool allocator
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v7 net-next 0/4] add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC] perf: Reconsider an error code selection in bpf_map__fprintf()
- From: Markus Elfring <Markus.Elfring@xxxxxx>
- There has a backport bug between v5.10.79 and v5.10.80 when run bpf selftest "test_sockmap" on 5.10 lts kernel
- From: Lucien Wang <lcnwed@xxxxxxxxx>
- Re: [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH vhost 17/17] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v4 07/11] arch: x86: Add IPC mailbox accessor function and add SoC register access
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [Syzkaller & bisect] There is sys_bpf related out_of_memory WARNING in v6.8-rc2
- From: Pengfei Xu <pengfei.xu@xxxxxxxxx>
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [syzbot] [bpf?] linux-next boot error: WARNING in register_btf_kfunc_id_set
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [syzbot] [bpf?] linux-next boot error: WARNING in register_btf_kfunc_id_set
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/5] Libbpf API and memfd_create() fixes
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
- From: Bryce Kahle <bryce.kahle@xxxxxxxxxxxxx>
- [syzbot] [bpf?] linux-next boot error: WARNING in register_btf_kfunc_id_set
- From: syzbot <syzbot+0e9c9f96dbdc31a8431b@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [linux-next:master 1465/2825] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:557:13: warning: variable 'r' set but not used
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v10 net-next 05/15] net: sched: act_api: Add support for preallocated P4 action instances
- From: Marcelo Ricardo Leitner <mleitner@xxxxxxxxxx>
- Re: [PATCH v10 net-next 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
- From: Marcelo Ricardo Leitner <mleitner@xxxxxxxxxx>
- Re: [PATCH v10 net-next 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
- From: Marcelo Ricardo Leitner <mleitner@xxxxxxxxxx>
- Re: Re: [PATCH v10 net-next 02/15] net/sched: act_api: increase action kind string length
- From: Marcelo Ricardo Leitner <mleitner@xxxxxxxxxx>
- Re: [PATCH v10 net-next 01/15] net: sched: act_api: Introduce P4 actions list
- From: Marcelo Ricardo Leitner <mleitner@xxxxxxxxxx>
- Re: [PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/5] Libbpf API and memfd_create() fixes
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: minor clean-up to sleepable_lsm_hooks BTF set
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH v2 bpf-next 5/5] selftests/bpf: fix bench runner SIGSEGV
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 3/5] libbpf: add btf__new_split() API that was declared but not implemented
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 0/5] Libbpf API and memfd_create() fixes
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 4/5] libbpf: add missed btf_ext__raw_data() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 1/5] libbpf: call memfd_create() syscall directly
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- [PATCH v2 2/2] powerpc/bpf: enable kfunc call
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [net PATCH] octeontx2-pf: Remove xdp queues on program detach
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add security_file_mprotect() to sleepable_lsm_hooks BTF set
- From: Matt Bobrowski <mattbobrowski@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH v10 net-next 02/15] net/sched: act_api: increase action kind string length
- From: Marcelo Ricardo Leitner <mleitner@xxxxxxxxxx>
- [PATCH v5 4/4] net/sched: Remove alias of sch_clsact
- From: Michal Koutný <mkoutny@xxxxxxxx>
- [PATCH v5 0/4] net/sched: Load modules via alias
- From: Michal Koutný <mkoutny@xxxxxxxx>
- [PATCH v5 2/4] net/sched: Add module aliases for cls_,sch_,act_ modules
- From: Michal Koutný <mkoutny@xxxxxxxx>
- [PATCH v5 3/4] net/sched: Load modules via their alias
- From: Michal Koutný <mkoutny@xxxxxxxx>
- [PATCH v5 1/4] net/sched: Add helper macros with module names
- From: Michal Koutný <mkoutny@xxxxxxxx>
- [PATCH bpf-next v3 2/2] bpf, arm64: support exceptions
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- [PATCH bpf-next v3 1/2] arm64: stacktrace: Implement arch_bpf_stack_walk() for the BPF JIT
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- [PATCH bpf-next v3 0/2] bpf, arm64: Support Exceptions
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: linux-next: runtime warnings after merge of the bpf-next tree
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH v2 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
- From: James Clark <james.clark@xxxxxxx>
- Re: [PATCH bpf-next V2] bpf: use -Wno-address-of-packed-member when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
- From: James Clark <james.clark@xxxxxxx>
- Re: [PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next] bpf: add security_file_mprotect() to sleepable_lsm_hooks BTF set
- From: Matt Bobrowski <mattbobrowski@xxxxxxxxxx>
- [PATCH bpf-next] bpf: minor clean-up to sleepable_lsm_hooks BTF set
- From: Matt Bobrowski <mattbobrowski@xxxxxxxxxx>
- Re: [PATCH bpf-next 0/2] Enable inline bpf_kptr_xchg() for RV64
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf, docs: Clarify which legacy packet instructions existed
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] [libbpf] remove unnecessary null check in kernel_supports()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] [libbpf] remove unnecessary null check in kernel_supports()
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 1/4] riscv, bpf: Remove redundant ctx->offset initialization
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- Re: [PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
- From: Zhu Yanjun <yanjun.zhu@xxxxxxxxx>
- Re: [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH vhost 17/17] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 17/17] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: linux-next: runtime warnings after merge of the bpf-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: linux-next: runtime warnings after merge of the bpf-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: linux-next: runtime warnings after merge of the bpf-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
- From: Yan Zhai <yan@xxxxxxxxxxxxxx>
- [PATCH v2 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 7/8] perf stat: Remove duplicate cpus_map_matched function
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 6/8] perf arm64 header: Remove unnecessary CPU map get and put
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 1/8] libperf cpumap: Add any, empty and min helpers
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v2 0/8] Clean up libperf cpumap's empty function
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [RFC PATCH v1 14/14] selftests/bpf: Add tests for exceptions runtime cleanup
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 12/14] bpf: Register cleanup dtors for runtime unwinding
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 13/14] bpf: Make bpf_throw available to all program types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 11/14] bpf: Release references in verifier state when throwing exceptions
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 10/14] bpf, x86: Implement runtime resource cleanup for exceptions
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 09/14] bpf, x86: Fix up pc offsets for frame descriptor entries
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 07/14] bpf: Use hidden subprog trampoline for bpf_throw
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 08/14] bpf: Compute used callee saved registers for subprogs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 06/14] bpf: Adjust frame descriptor pc on instruction patching
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 05/14] bpf: Implement BPF exception frame descriptor generation
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 04/14] bpf: Refactor check_pseudo_btf_id's BTF reference bump
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 03/14] selftests/bpf: Add test for throwing global subprog with acquired refs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 02/14] bpf: Process global subprog's exception propagation
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 01/14] bpf: Mark subprogs as throw reachable before do_check pass
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [RFC PATCH v1 00/14] Exceptions - Resource Cleanup
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: linux-next: runtime warnings after merge of the bpf-next tree
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: linux-next: runtime warnings after merge of the bpf-next tree
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: linux-next: runtime warnings after merge of the bpf-next tree
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH vhost 17/17] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- linux-next: runtime warnings after merge of the bpf-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH vhost 08/17] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next] [libbpf] remove unnecessary null check in kernel_supports()
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- RE: [Bpf] [PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
- From: dthaler1968@xxxxxxxxxxxxxx
- [PATCH net] tsnep: Fix mapping for zero copy XDP_TX action
- From: Gerhard Engleder <gerhard@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next] net/sched: report errors with extack
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf, docs: Clarify which legacy packet instructions existed
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, docs: Clarify which legacy packet instructions existed
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next V2] bpf: use -Wno-address-of-packed-member when building with GCC
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 3/5] libbpf: add btf__new_split() API that was declared but not implemented
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next 5/5] selftests/bpf: fix bench runner SIGSEGV
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 3/5] libbpf: add btf__new_split() API that was declared but not implemented
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 5/5] selftests/bpf: fix bench runner SIGSEGV
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH net-next] net/sched: report errors with extack
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next v2 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v2 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v2 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC bpf-next 2/2] selftests/bpf: add tests for Userspace Runtime Defined Tracepoints (URDT)
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [RFC bpf-next 1/2] libbpf: add support for Userspace Runtime Dynamic Tracing (URDT)
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next V2] bpf: use -Wno-address-of-packed-member when building with GCC
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC PATCH bpf-next 2/2] selftests/bpf: Add testcases for generic kfunc bpf_ffs64()
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- [RFC PATCH bpf-next 0/2] bpf: Add generic kfunc bpf_ffs64()
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- [RFC PATCH bpf-next 1/2] bpf: Add generic kfunc bpf_ffs64()
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- [PATCH v5 bpf-next 1/4] bpf: Add bpf_iter_cpumask kfuncs
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v5 bpf-next 0/4] bpf: Add bpf_iter_cpumask
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v5 bpf-next 4/4] selftests/bpf: Add selftests for cpumask iter
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v5 bpf-next 3/4] selftests/bpf: Fix error checking for cpumask_success__load()
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v5 bpf-next 2/4] bpf, docs: Add document for cpumask iter
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH net-next 0/3] net: stmmac: EST conformance support
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH vhost 08/17] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 07/11] arch: x86: Add IPC mailbox accessor function and add SoC register access
- From: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] HID: bpf: couple of upstream fixes
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [RFC PATCH v2 31/31] kvx: Add IPI driver
- From: "Arnd Bergmann" <arnd@xxxxxxxx>
- Re: [PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC PATCH v2 31/31] kvx: Add IPI driver
- From: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
- Re: [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 31/31] kvx: Add IPI driver
- From: Yann Sionneau <ysionneau@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH bpf-next V2] bpf: use -Wno-address-of-packed-member when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH vhost 05/17] virtio_ring: split: structure the indirect desc table
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 08/17] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 17/17] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH vhost 01/17] virtio_ring: introduce vring_need_unmap_buffer
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH bpf-next 5/5] selftests/bpf: fix bench runner SIGSEGV
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next 4/5] libbpf: add missed btf_ext__raw_data() API
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH bpf-next 3/5] libbpf: add btf__new_split() API that was declared but not implemented
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next 1/5] libbpf: call memfd_create() syscall directly
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf-next] bpf, docs: Clarify which legacy packet instructions existed
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- Re: [PATCH net-next] xdp: Remove usage of the deprecated ida_simple_xx() API
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 0/2] libbpf: add bpf_core_cast() helper
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
- From: Bryce Kahle <git@xxxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macro
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/2] libbpf: add bpf_core_cast() macro
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 0/2] libbpf: add bpf_core_cast() helper
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [Bpf] ISA: BPF_CALL | BPF_X
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [Bpf] ISA: BPF_CALL | BPF_X
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: use -Wno-address-of-packed-member when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 5/5] selftests/bpf: fix bench runner SIGSEGV
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 3/5] libbpf: add btf__new_split() API that was declared but not implemented
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 4/5] libbpf: add missed btf_ext__raw_data() API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/5] libbpf: call memfd_create() syscall directly
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 0/5] Libbpf API and memfd_create() fixes
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: use -Wno-address-of-packed-member when building with GCC
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: use -Wno-address-of-packed-member when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: use -Wno-address-of-packed-member when building with GCC
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 0/4] Trusted PTR_TO_BTF_ID arg support in global subprogs
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next 0/2] Enable inline bpf_kptr_xchg() for RV64
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- ISA: BPF_CALL | BPF_X
- From: dthaler1968@xxxxxxxxxxxxxx
- RE: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: dthaler1968@xxxxxxxxxxxxxx
- RE: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/4] riscv, bpf: Remove redundant ctx->offset initialization
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- RE: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH bpf-next] bpf: move -Wno-compare-distinct-pointer-types to BPF_CFLAGS
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf: build type-punning BPF selftests with -fno-strict-aliasing
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- [PATCH bpf-next] bpf: use -Wno-address-of-packed-member when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- Re: [PATCH v3] libbpf: Add some details for BTF parsing failures
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 1/2] riscv, bpf: Enable inline bpf_kptr_xchg() for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 0/2] Enable inline bpf_kptr_xchg() for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/5] bpf: fix potential error return
- From: Anton Protopopov <aspsk@xxxxxxxxxxxxx>
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [net PATCH] octeontx2-pf: Remove xdp queues on program detach
- From: Geetha sowjanya <gakula@xxxxxxxxxxx>
- Re: [PATCH vhost 00/14] virtio remove dma info for premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 17/17] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 16/17] virtio_net: rename free_old_xmit_skbs to free_old_xmit
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 15/17] virtio_net: unify the code for recycling the xmit ptr
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 14/17] virtio_ring: introduce dma map api for page
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 10/17] virtio: find_vqs: add new parameter premapped
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 09/17] virtio_ring: reuse the parameter struct of find_vqs()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 12/17] virtio_net: set premapped mode by find_vqs()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 13/17] virtio_ring: remove api of setting vq premapped
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 08/17] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 01/17] virtio_ring: introduce vring_need_unmap_buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 05/17] virtio_ring: split: structure the indirect desc table
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 4/5] vhost/net: remove vhost_net_page_frag_refill()
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v4 0/5] remove page frag implementation in vhost_net
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH bpf-next] bpf: move -Wno-compare-distinct-pointer-types to BPF_CFLAGS
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 1/5] bpf: fix potential error return
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH bpf-next] bpf: build type-punning BPF selftests with -fno-strict-aliasing
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH RFC 1/4] fs/locks: Fix file lock cache accounting, again
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH net-next v3 0/5] remove page frag implementation in vhost_net
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v4 01/11] net: phylink: publish ethtool link modes that supported and advertised
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH] bpf: Prevent recursive deadlocks in BPF programs attached to spin lock helpers using fentry/ fexit
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpftool: Support dumping kfunc prototypes from BTF
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v4 2/3] selftests/bpf: Make install target copy test_progs extra files
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpftool: Support dumping kfunc prototypes from BTF
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v2 1/3] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf v2 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1] bpf,token: use BIT_ULL() to convert the bit mask
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next v2 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 1/4] riscv, bpf: Remove redundant ctx->offset initialization
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 0/4] Mixing bpf2bpf and tailcalls for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next 5/5] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH net-next 5/5] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Keep im address consistent between dry run and real patching
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 0/5] virtio-net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 12/14] virtio_net: unify the code for recycling the xmit ptr
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 11/14] virtio_ring: remove api of setting vq premapped
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 14/14] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 09/14] virtio_ring: export premapped to driver by struct virtqueue
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 13/14] virtio_net: rename free_old_xmit_skbs to free_old_xmit
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 10/14] virtio_net: set premapped mode by find_vqs()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 08/14] virtio: find_vqs introduce premapped parameter
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 05/14] virtio_ring: split: structure the indirect desc table
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 07/14] virtio_ring: introduce dma map api for page
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 06/14] virtio_ring: no store dma info when unmap is not needed
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 02/14] virtio_ring: packed: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 01/14] virtio_ring: introduce vring_need_unmap_buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 04/14] virtio_ring: split: remove double check of the unmap ops
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH vhost 00/14] virtio remove dma info for premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH 03/14] virtio_ring: packed: structure the indirect desc table
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 5/5] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next 0/5] virtio-net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next v3 0/5] remove page frag implementation in vhost_net
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH] bpf: generate const static pointers for kernel helpers
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [LSF/MM/BPF TOPIC] Discuss more features + use cases for sched_ext
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 2/3] selftests/bpf: Make install target copy test_progs extra files
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3] libbpf: Add some details for BTF parsing failures
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v3] libbpf: Add some details for BTF parsing failures
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Discuss more features + use cases for sched_ext
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH v3 bpf-next 4/4] selftests/bpf: add trusted global subprog arg tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 3/4] libbpf: add __arg_trusted and __arg_nullable tag macros
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 2/4] bpf: add arg:nullable tag to be combined with trusted pointers
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 1/4] bpf: add __arg_trusted global func arg tag
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 0/4] Trusted PTR_TO_BTF_ID arg support in global subprogs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/3] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
- From: Sohil Mehta <sohil.mehta@xxxxxxxxx>
- Re: [PATCH bpf v2 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
- From: Sohil Mehta <sohil.mehta@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Discuss more features + use cases for sched_ext
- From: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Discuss more features + use cases for sched_ext
- From: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx>
- Re: BPF selftests and strict aliasing
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next] perf/bpf: Fix duplicate type check
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: BPF selftests and strict aliasing
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH V2] bpf: use -Wno-error in certain tests when building with GCC
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [Bpf] [PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Remove "&>" usage in the selftests
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 0/7] Trusted PTR_TO_BTF_ID arg support in global subprogs
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: BPF selftests and strict aliasing
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH 5.10.y 0/1] bpf: fix warning ftrace_verify_code
- From: kovalev@xxxxxxxxxxxx
- [PATCH 5.10.y] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
- From: kovalev@xxxxxxxxxxxx
- Re: BPF selftests and strict aliasing
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: BPF selftests and strict aliasing
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH 5.15.y] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
- From: kovalev@xxxxxxxxxxxx
- Re: [PATCH bpf-next 2/3] bpf: Keep im address consistent between dry run and real patching
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/7] Trusted PTR_TO_BTF_ID arg support in global subprogs
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 1/3] bpf: Use precise image size for struct_ops trampoline
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next] perf/bpf: Fix duplicate type check
- From: Song Liu <song@xxxxxxxxxx>
- Re: BPF selftests and strict aliasing
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH 5.10.y 0/1] bpf: fix warning ftrace_verify_code
- From: Greg KH <greg@xxxxxxxxx>
- Re: BPF selftests and strict aliasing
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Petr Tesařík <petr@xxxxxxxxxxx>
- Re: [PATCH bpf-next] bpftool: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH bpf-next] [docs/bpf] Improve documentation of 64-bit immediate instructions
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf: remove unused field "mod" in struct bpf_trampoline
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v2] selftests/bpf: Drop return in bpf_testmod_exit
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] libbpf: fix faccessat() usage on Android
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 1/1] bpftool: Be more portable by using POSIX's basename()
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH 1/1] bpftool: Be more portable by using POSIX's basename()
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v3 3/5] net: phy: update in-band AN mode when changing interface by PHY driver
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v3 2/5] net: pcs: xpcs: combine C37 SGMII AN and 2500BASEX for Intel mGbE controller
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- [PATCH net-next v4 11/11] stmmac: intel: interface switching support for ADL-N platform
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 10/11] stmmac: intel: interface switching support for EHL platform
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 09/11] net: stmmac: configure SerDes on mac_finish
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 07/11] arch: x86: Add IPC mailbox accessor function and add SoC register access
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 05/11] net: stmmac: select PCS negotiation mode according to the interface mode
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 04/11] net: phylink: add phylink_pcs_neg_mode() declaration into phylink.h
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH net-next v4 03/11] net: phylink: provide mac_get_pcs_neg_mode() function
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 02/11] net: stmmac: provide allow_switch_interface flag
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 0/5] add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- [PATCH net-next v4 01/11] net: phylink: publish ethtool link modes that supported and advertised
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- [PATCH net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
- From: Choong Yong Liang <yong.liang.choong@xxxxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v6 net-next 0/5] add multi-buff support for xdp running in generic mode
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH net-next v3 0/5] remove page frag implementation in vhost_net
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH bpf-next] bpftool: Support dumping kfunc prototypes from BTF
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- Re: [PATCH] bpftool: Add missing libgen.h for basename()
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next] tools/resolve_btfids: fix cross-compilation to non-host endianness
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH] bpftool: Add missing libgen.h for basename()
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v6 net-next 2/5] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH 5.10.y 0/1] bpf: fix warning ftrace_verify_code
- From: kovalev@xxxxxxxxxxxx
- [PATCH 5.10.y 1/1] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
- From: kovalev@xxxxxxxxxxxx
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH v6 net-next 2/5] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
- From: Ilias Apalodimas <ilias.apalodimas@xxxxxxxxxx>
- [PATCH bpf-next v4 3/3] selftests/bpf: Make install target copy bpftool
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next v4 2/3] selftests/bpf: Make install target copy test_progs extra files
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next v4 1/3] selftests/bpf: Remove incorrect object path
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next v4 0/3] Fix make install target for BPF selftests
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH net-next 0/5] virtio-net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Christoph Hellwig <hch@xxxxxx>
- Re: BPF selftests and strict aliasing
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH net-next 0/5] virtio-net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 5/5] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 0/5] virtio-net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net-next 5/5] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH bpf-next] bpftool: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 2/3] bpf: btf: Add BTF_KFUNCS_START/END macro pair
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 1/3] bpf: btf: Support flags for BTF_SET8 sets
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH bpf-next v7 1/2] arm64: patching: implement text_poke API
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] tools/resolve_btfids: fix cross-compilation to non-host endianness
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next] libbpf: fix faccessat() usage on Android
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next 0/3] Use bpf_prog_pack for RV64 bpf trampoline
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH v6 net-next 5/5] veth: rely on netif_skb_segment_for_xdp utility routine
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v6 net-next 2/5] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH v6 net-next 0/5] add multi-buff support for xdp running in generic mode
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: BPF selftests and strict aliasing
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: Make install target copy test_progs extra files
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH] bpf: generate const static pointers for kernel helpers
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [PATCH bpf-next v2] selftests/bpf: Drop return in bpf_testmod_exit
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: remove unused field "mod" in struct bpf_trampoline
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- RE: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: dthaler1968@xxxxxxxxxxxxxx
- [PATCH bpf-next] bpf: remove unused field "mod" in struct bpf_trampoline
- From: Menglong Dong <dongmenglong.8@xxxxxxxxxxxxx>
- Re: BPF selftests and strict aliasing
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: ISA: BPF_MSH and deprecated packet access instructions
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- RE: ISA: BPF_MSH and deprecated packet access instructions
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: ISA: BPF_MSH and deprecated packet access instructions
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] [docs/bpf] Improve documentation of 64-bit immediate instructions
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH] bpf: generate const static pointers for kernel helpers
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- BPF selftests and strict aliasing
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [PATCH bpf-next] [docs/bpf] Improve documentation of 64-bit immediate instructions
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [Bpf] ISA: BPF_MSH and deprecated packet access instructions
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [PATCH] bpf: generate const static pointers for kernel helpers
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- ISA: BPF_MSH and deprecated packet access instructions
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Kent Overstreet <kent.overstreet@xxxxxxxxx>
- [PATCH bpf-next v3 6/6] selftests/bpf: states pruning checks for scalar vs STACK_MISC
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- [PATCH bpf-next v3 5/6] bpf: handle scalar spill vs all MISC in stacksafe()
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- [PATCH bpf-next v3 4/6] selftests/bpf: Add test cases for narrowing fill
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- [PATCH bpf-next v3 3/6] bpf: Preserve boundaries and track scalars on narrowing fill
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- [PATCH bpf-next v3 2/6] selftests/bpf: Test tracking spilled unbounded scalars
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- [PATCH bpf-next v3 1/6] bpf: Track spilled unbounded scalars
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- [PATCH bpf-next v3 0/6] Improvements for tracking scalars in the BPF verifier
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [bpf-next] selftests/bpf: Drop return in bpf_testmod_exit
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH bpf-next v1] bpf,token: use BIT_ULL() to convert the bit mask
- From: Haiyue Wang <haiyue.wang@xxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: Make install target copy test_progs extra files
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next v3 2/2] selftests/bpf: Make install target copy test_progs extra files
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next v3 1/2] selftests/bpf: Remove incorrect object path
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH] bpf: use -Wno-error in certain tests when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [PATCH V2] bpf: use -Wno-error in certain tests when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [bpf-next] selftests/bpf: Drop return in bpf_testmod_exit
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- RE: 64-bit immediate instructions clarification
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: Remove "&>" usage in the selftests
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Remove "&>" usage in the selftests
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Remove "&>" usage in the selftests
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: pull-request: bpf-next 2024-01-26
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [Bpf] Standardizing BPF assembly language?
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Remove "&>" usage in the selftests
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH net-next 3/3] net: stmmac: Report taprio offload status
- From: Rohan G Thomas <rohan.g.thomas@xxxxxxxxx>
- [PATCH net-next 2/3] net: stmmac: est: Per Tx-queue error count for HLBF
- From: Rohan G Thomas <rohan.g.thomas@xxxxxxxxx>
- [PATCH net-next 1/3] net: stmmac: Offload queueMaxSDU from tc-taprio
- From: Rohan G Thomas <rohan.g.thomas@xxxxxxxxx>
- [PATCH net-next 0/3] net: stmmac: EST conformance support
- From: Rohan G Thomas <rohan.g.thomas@xxxxxxxxx>
- Re: 64-bit immediate instructions clarification
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Remove "&>" usage in the selftests
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v3] bpftool: add support for split BTF to gen min_core_btf
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] tools/resolve_btfids: fix cross-compilation to non-host endianness
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2] selftests/bpf: Include runner extras for install target
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH] bpf: use -Wno-error in certain tests when building with GCC
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next v3] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- RE: 64-bit immediate instructions clarification
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH v2 bpf-next 2/7] libbpf: fix __arg_ctx type enforcement for perf_event programs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next] libbpf: fix faccessat() usage on Android
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next v3] bpftool: add support for split BTF to gen min_core_btf
- From: Bryce Kahle <git@xxxxxxxxxxxxxx>
- [LSF/MM/BPF TOPIC] Discuss more features + use cases for sched_ext
- From: David Vernet <void@xxxxxxxxxxxxx>
- pull-request: bpf-next 2024-01-26
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 2/7] libbpf: fix __arg_ctx type enforcement for perf_event programs
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH v7 7/8] samples/bpf: Add an example of bpf fq qdisc
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH bpf v2 3/3] selftest/bpf: Test the read of vsyscall page under x86-64
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Add missing line break in test_verifier
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH v2 bpf-next 2/7] libbpf: fix __arg_ctx type enforcement for perf_event programs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH] bpf: use -Wno-error in certain tests when building with GCC
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Petr Tesařík <petr@xxxxxxxxxxx>
- Re: BTF generation and pruning (notes from office hours)
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, docs: Clarify definitions of various instructions
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: BTF generation and pruning (notes from office hours)
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpftool: add support for split BTF to gen min_core_btf
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH bpf-next] perf/bpf: Fix duplicate type check
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf-next v2] bpftool: add support for split BTF to gen min_core_btf
- From: Bryce Kahle <bryce.kahle@xxxxxxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH] bpftool: Add missing libgen.h for basename()
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH bpf-next v2 0/4] transition sockmap testing to test_progs
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v2 3/4] bpf: sockmap, add a cork to force buffering of the scatterlist
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/4] bpf: sockmap, add a sendmsg test so we can check that path
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/4] bpf: sockmap, add test for sk_msg prog pop msg helper
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/4] transition sockmap testing to test_progs
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 3/4] bpf: sockmap, add a cork to force buffering of the scatterlist
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/4] bpf: sockmap, add a sendmsg test so we can check that path
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH net-next 7/7] xsk: use generic DMA sync shortcut instead of a custom one
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next 6/7] page_pool: check for DMA sync shortcut earlier
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next 5/7] page_pool: don't use driver-set flags field directly
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next 4/7] page_pool: make sure frag API fields don't span between cachelines
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next 3/7] iommu/dma: avoid expensive indirect calls for sync operations
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next 2/7] dma: avoid expensive redundant calls for sync operations
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH net-next 0/7] dma: skip calling no-op sync ops when possible
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 2/7] libbpf: fix __arg_ctx type enforcement for perf_event programs
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/4] bpf: sockmap, add a sendmsg test so we can check that path
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/4] bpf: sockmap, add test for sk_msg prog pop msg helper
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH bpf v2 3/3] selftest/bpf: Test the read of vsyscall page under x86-64
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 0/3] Fix the read of vsyscall page through bpf
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 1/3] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/3] HID: bpf: actually free hdev memory after attaching a HID-BPF program
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- Re: [PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: Anonymous struct types in parameter lists in BPF selftests
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH RFC 1/4] fs/locks: Fix file lock cache accounting, again
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: 64-bit immediate instructions clarification
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, docs: Clarify definitions of various instructions
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Fix error checks against bpf_get_btf_vmlinux().
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next] bpf, docs: Clarify definitions of various instructions
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- [PATCH bpf-next] bpf: One more maintainer for libbpf and BPF selftests
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next v2] bpf: Fix error checks against bpf_get_btf_vmlinux().
- From: thinker.li@xxxxxxxxx
- Re: [RFC PATCH v7 1/8] net_sched: Introduce eBPF based Qdisc
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix error checks against bpf_get_btf_vmlinux().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Add missing line break in test_verifier
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: Add missing line break in test_verifier
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- 64-bit immediate instructions clarification
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH bpf-next] bpf: Fix error checks against bpf_get_btf_vmlinux().
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next] bpf: Fix error checks against bpf_get_btf_vmlinux().
- From: thinker.li@xxxxxxxxx
- [PATCH v3] libbpf: Add some details for BTF parsing failures
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- BTF generation and pruning (notes from office hours)
- From: David Faust <david.faust@xxxxxxxxxx>
- Re: [PATCH net 2/2] tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring
- From: Gerhard Engleder <gerhard@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v8 1/3] bpf: make common crypto API for TC/XDP programs
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC bpf-next] bpf: Create shadow variables for struct_ops in skeletons.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: Add missing line break in test_verifier
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: Anonymous struct types in parameter lists in BPF selftests
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v2 bpf-next 7/7] selftests/bpf: add trusted global subprog arg tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
[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]