BPF
[Prev Page][Next Page]
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH 4.14 v2 2/4] bpf: fix subprog verifier bypass by div/mod by 0 exception
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH 4.14 v2 3/4] bpf: Fix 32 bit src register truncation on div/mod
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH 4.14 v2 1/4] bpf: Do not use ax register in interpreter on div/mod
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH 4.14 v2 4/4] bpf: Fix truncation handling for mod32 dst reg wrt zero
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH 4.14 v2 0/4] BPF fixes for CVE-2021-3444 and CVE-2021-3600
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- Re: [RFC v2 4/4] ublk_drv: add ebpf support
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 18/18] bpf: enforce all maps having memory usage callback
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PULL] Networking for v6.3
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH v2] Documentation: bpf: Fix link to BTF doc
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- Re: BTF tag support in DWARF (notes for today's BPF Office Hours)
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit)
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: BTF tag support in DWARF (notes for today's BPF Office Hours)
- From: David Faust <david.faust@xxxxxxxxxx>
- Re: [PATCH] BPF: Include missing nospec.h to avoid build error
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH 2/2] MIPS: ebpf jit: Implement R4000 workarounds
- From: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
- [PATCH 1/2] MIPS: ebpf jit: Implement DADDI workarounds
- From: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
- [PATCH 0/2] MIPS: Implement two workarounds for BPF JIT
- From: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning
- From: Dave Hansen <dave.hansen@xxxxxxxxx>
- Re: bpf: Question about odd BPF verifier behaviour
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH] riscv, mm: Perform BPF exhandler fixup on page fault
- From: patchwork-bot+linux-riscv@xxxxxxxxxx
- [PATCH bpf-next v8 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v8 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v8 2/2] bpf/selftests: Test fentry attachment to shadowed functions
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [RFC 3/3] ublk_drv: add ebpf support
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH] Add ebpf support.
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC v2 4/4] ublk_drv: add ebpf support
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC v2 0/4] Add io_uring & ebpf based methods to implement zero-copy for ublk
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC v2 2/4] io_uring: enable io_uring to submit sqes located in kernel
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC v2 3/4] io_uring: introduce IORING_URING_CMD_UNLOCK flag
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC v2 1/4] bpf: add UBLK program type
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next 3/3] selftests/bpf: Check __ARCH_WANT_SET_GET_RLIMIT before syscall(__NR_getrlimit)
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- [PATCH bpf-next 0/3] Fix some build errors for bpf selftest on LoongArch
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- [PATCH bpf-next 2/3] selftests/bpf: Check __TARGET_ARCH_loongarch if target is bpf for LoongArch
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- [PATCH bpf-next 1/3] libbpf: Use struct user_pt_regs to define __PT_REGS_CAST() for LoongArch
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: [PATCH bpf-next v2 17/18] bpf: offload map memory usage
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst"
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: [PATCH net 1/1] ice: Fix missing cleanup routine in the case of partial memory allocation
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst"
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH v2] Documentation: bpf: Fix link to BTF doc
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH] bpf: Fix undeclared function 'barrier_nospec' warning
- From: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
- Re: [PATCH bpf-next v7 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH v11 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH] BPF: Include missing nospec.h to avoid build error
- From: Huacai Chen <chenhuacai@xxxxxxxxx>
- [PATCH v11 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 08/10] bpf: Add xdp dynptrs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 07/10] bpf: Add skb dynptrs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 04/10] bpf: Define no-ops for externally called bpf dynptr functions
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 05/10] bpf: Refactor verifier dynptr into get_dynptr_arg_reg
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 06/10] bpf: Add __uninit kfunc annotation
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 03/10] bpf: Allow initializing dynptrs in kfuncs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 02/10] bpf: Refactor process_dynptr_func
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 01/10] bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v11 bpf-next 00/10] Add skb + xdp dynptrs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH] BPF: Include missing nospec.h to avoid build error
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net] udp: fix memory schedule error
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PULL] Networking for v6.3
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH] docs/bpf: Fix invalid link of "Documentation/bpf/btf.rst"
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- [PATCH] BPF: Include missing nospec.h to avoid build error
- From: Huacai Chen <chenhuacai@xxxxxxxxxxx>
- Re: [PULL] Networking for v6.3
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PULL] Networking for v6.3
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 18/18] bpf: enforce all maps having memory usage callback
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 17/18] bpf: offload map memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 16/18] bpf, net: xskmap memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 15/18] bpf, net: sock_map memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 14/18] bpf, net: bpf_local_storage memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 13/18] bpf: local_storage memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 12/18] bpf: bpf_struct_ops memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 11/18] bpf: queue_stack_maps memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 10/18] bpf: devmap memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 09/18] bpf: cpumap memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 08/18] bpf: bloom_filter memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 07/18] bpf: ringbuf memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 06/18] bpf: reuseport_array memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 05/18] bpf: stackmap memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 04/18] bpf: arraymap memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 03/18] bpf: hashtab memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 02/18] bpf: lpm_trie memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 01/18] bpf: add new map ops ->map_mem_usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next v2 00/18] bpf: bpf memory usage
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] Make uprobe attachment APK aware
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH bpf-next v2 3/3] libbpf: Add support for attaching uprobes to shared objects in APKs
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH bpf-next v2 2/3] libbpf: Introduce elf_find_func_offset_from_file() function
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH bpf-next v2 1/3] libbpf: Implement basic zip archive parsing support
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH bpf-next v2 0/3] Make uprobe attachment APK aware
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH bpf-next 0/3] libbpf: Make uprobe attachment APK aware
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: BTF tag support in DWARF (notes for today's BPF Office Hours)
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 6/7] libbpf: Update a bpf_link with another struct_ops.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next] bpf: Add bpf_cgroup_from_id() kfunc
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH bpf-next V3] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 3/3] libbpf: Add support for attaching uprobes to shared objects in APKs
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH] module: Remove the unused function within
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- RE: [PATCH bpf-next] selftests/bpf: Fix BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL for empty flow label
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [PATCH bpf-next V3] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- [PATCH bpf-next v2 7/7] selftests/bpf: Add more tests for kptrs in maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 6/7] bpf: Wrap register invalidation with a helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 5/7] bpf: Fix check_reg_type for PTR_TO_BTF_ID
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 4/7] bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 3/7] bpf: Annotate data races in bpf_local_storage
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 2/7] bpf: Support kptrs in local storage maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 1/7] bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v2 0/7] Add support for kptrs in more BPF maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: bpf: Question about odd BPF verifier behaviour
- From: Matt Bobrowski <mattbobrowski@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: BTF tag support in DWARF (notes for today's BPF Office Hours)
- From: David Faust <david.faust@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 465461cf48465b8a0a54025db5ae2b3df7a04577
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] libbpf: Introduce elf_find_func_offset_from_elf_file() function
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/3] libbpf: Implement basic zip archive parsing support
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH net 1/1] ice: Fix missing cleanup routine in the case of partial memory allocation
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Yang Shi <shy828301@xxxxxxxxx>
- Re: [PATCH bpf-next V3] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL for empty flow label
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH V5 1/3] rpmsg: core: Add signal API support
- From: Bjorn Andersson <andersson@xxxxxxxxxx>
- Re: [PATCH bpf-next V3] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Check for helper calls in check_subprogs()
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH net-next] xsk: add linux/vmalloc.h to xsk.c
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [LSF/MM/BPF TOPIC] State Of The Page
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC dwarves 1/4] dwarf_loader: mark functions that do not use expected registers for params
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [RFC dwarves 0/3] dwarves: improvements/fixes to BTF function skip logic
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [RFC dwarves 3/3] dwarf_loader: only mark parameter as using an unexpected register when it does
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [RFC dwarves 2/3] dwarf_loader: fix parameter location retrieval for location lists
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [RFC dwarves 1/3] dwarf_loader: fix detection of struct parameters
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH net] udp: fix memory schedule error
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH] bpf: Add support for absolute value BPF timers
- From: Tero Kristo <tero.kristo@xxxxxxxxxxxxxxx>
- [RESEND PATCH] bpf: Add support for absolute value BPF timers
- From: Tero Kristo <tero.kristo@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH] bpf: Add support for absolute value BPF timers
- From: Tero Kristo <tero.kristo@xxxxxxxxxxxxxxx>
- Re: [PATCH net] udp: fix memory schedule error
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- [PATCH bpf-next v3] riscv, bpf: Add kfunc support for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH net] udp: fix memory schedule error
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH net] udp: fix memory schedule error
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] net/smc: Introduce BPF injection capability for SMC
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH net] udp: fix memory schedule error
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH net] udp: fix memory schedule error
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- [PATCH bpf-next v2 2/2] bpf/selftests: add selftest for SMC bpf capability
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] net/smc: Introduce BPF injection capability for SMC
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH 3/8] perf record: Add BPF event filter support
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH 4/8] perf record: Record dropped sample count
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] net/smc: Introduce BPF injection capability for SMC
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH net] udp: fix memory schedule error
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [Patch net-next] sock_map: dump socket map id via diag
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] bpf/selftests: Test for SMC protocol negotiate
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next 1/2] net/smc: Introduce BPF injection capability for SMC
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next 0/2] net/smc: Introduce BPF injection capability
- From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx>
- [PATCH net-next] xsk: add linux/vmalloc.h to xsk.c
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf-next v3 1/3] libbpf: add support to set kprobe/uprobe attach mode
- From: menglong8.dong@xxxxxxxxx
- [PATCH bpf-next v3 2/3] selftests/bpf: split test_attach_probe into multi subtests
- From: menglong8.dong@xxxxxxxxx
- [PATCH bpf-next v3 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode
- From: menglong8.dong@xxxxxxxxx
- [PATCH bpf-next v3 0/3] libbpf: allow users to set kprobe/uprobe attach mode
- From: menglong8.dong@xxxxxxxxx
- Re: [PATCH bpf-next v2 2/3] selftests/bpf: split test_attach_probe into multi subtests
- From: Menglong Dong <menglong8.dong@xxxxxxxxx>
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 7/8] libbpf: Add MSan annotations
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: pull-request: bpf-next 2023-02-17
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: pull-request: bpf-next 2023-02-17
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next v2] bpf, docs: Add docs on extended 64-bit immediate instructions
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- [PATCH bpf-next] libbpf: Document bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: BTF tag support in DWARF (notes for today's BPF Office Hours)
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3] bpf, docs: Explain helper functions
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- [PATCH bpf-next] bpf, docs: Explain helper functions
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- [PATCH bpf-next v2] bpf, docs: Add explanation of endianness
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- bpf: Question about odd BPF verifier behaviour
- From: Matt Bobrowski <mattbobrowski@xxxxxxxxxx>
- Re: [RFC dwarves 1/4] dwarf_loader: mark functions that do not use expected registers for params
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next] libbpf: usdt ARM arg parsing support
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH bpf-next v7 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] bbpf: usdt arm arg parsing support
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- [PATCH] bbpf: usdt arm arg parsing support
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [RFC dwarves 1/4] dwarf_loader: mark functions that do not use expected registers for params
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v7 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC dwarves 1/4] dwarf_loader: mark functions that do not use expected registers for params
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- [PATCH bpf-next] bpf: Check for helper calls in check_subprogs()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v5] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v1 0/7] Add support for kptrs in more BPF maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- A potential deadlock in sockhash map
- From: Hsin-Wei Hung <hsinweih@xxxxxxx>
- Re: linux-next: manual merge of the bpf-next tree with the net-next tree
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/3] selftests/bpf: split test_attach_probe into multi subtests
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCHv2 bpf-next] selftests/bpf: run mptcp in a dedicated netns
- From: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
- [PATCH bpf-next v7 2/2] bpf/selftests: Test fentry attachment to shadowed functions
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v7 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v7 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v2 1/3] libbpf: add support to set kprobe/uprobe attach mode
- From: menglong8.dong@xxxxxxxxx
- [PATCH bpf-next v2 0/3] libbpf: allow users to set kprobe/uprobe attach mode
- From: menglong8.dong@xxxxxxxxx
- [PATCH bpf-next v2 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode
- From: menglong8.dong@xxxxxxxxx
- [PATCH bpf-next v2 2/3] selftests/bpf: split test_attach_probe into multi subtests
- From: menglong8.dong@xxxxxxxxx
- Re: [PATCH net-next v4] xsk: support use vaddr as ring
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next v2] riscv, bpf: Add kfunc support for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next] riscv, bpf: Add kfunc support for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 2/7] bpf: Support kptrs in local storage maps
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 8/9] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- linux-next: manual merge of the bpf-next tree with the net-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [RFC dwarves 0/4] dwarves: change BTF encoding skip logic for functions
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [Patch net-next] sock_map: dump socket map id via diag
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [Patch net-next] sock_map: dump socket map id via diag
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- [PATCH bpf-next v2 1/2] bpf: Allow reads from uninit stack
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 2/2] selftests/bpf: Tests for uninitialized stack reads
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 0/2] bpf: Allow reads from uninit stack
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf-next v1 7/7] selftests/bpf: Add more tests for kptrs in maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 6/7] bpf: Wrap register invalidation with a helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 4/7] bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checks
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 5/7] bpf: Fix check_reg_type for PTR_TO_BTF_ID
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 3/7] bpf: Annotate data races in bpf_local_storage
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 2/7] bpf: Support kptrs in local storage maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 1/7] bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 0/7] Add support for kptrs in more BPF maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH 2/8] perf bpf filter: Implement event sample filtering
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [PATCHv2 bpf-next] selftests/bpf: run mptcp in a dedicated netns
- From: Hangbin Liu <liuhangbin@xxxxxxxxx>
- [PATCH 8/8] perf bpf filter: Add logical OR operator
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 7/8] perf bpf filter: Add data_src sample data support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 5/8] perf bpf filter: Add 'pid' sample data support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 4/8] perf record: Record dropped sample count
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 2/8] perf bpf filter: Implement event sample filtering
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 3/8] perf record: Add BPF event filter support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 6/8] perf bpf filter: Add more weight sample data support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 1/8] perf bpf filter: Introduce basic BPF filter expression
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v2)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH] Documentation: bpf: Fix link to BTF doc
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH bpf-next 0/3] libbpf: Make uprobe attachment APK aware
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next V2] igc: enable and fix RX hash usage by netstack
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: Removing clsact while eBPF program is still attached
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- [PATCH bpf-next V3] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- Re: [RFC dwarves 0/4] dwarves: change BTF encoding skip logic for functions
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [RFC dwarves 0/4] dwarves: change BTF encoding skip logic for functions
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- [PATCH bpf-next] LoongArch: BPF: Support mixing bpf2bpf and tailcalls
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- Removing clsact while eBPF program is still attached
- From: Dropify Drop <d.dropify@xxxxxxxxx>
- [RFC dwarves 1/4] dwarf_loader: mark functions that do not use expected registers for params
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [PATCH v1 bpf-next] bpf: Update kfunc __sz documentation
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [RFC dwarves 0/4] dwarves: change BTF encoding skip logic for functions
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [RFC dwarves 3/4] pahole: update descriptions for btf_gen_optimized, skip_encoding_btf_inconsistent_proto
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next 6/7] libbpf: Update a bpf_link with another struct_ops.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 0/9] Add skb + xdp dynptrs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 6/9] bpf: Add skb dynptrs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 3/3] libbpf: Add support for attaching uprobes to shared objects in APKs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [RFC dwarves 2/4] btf_encoder: exclude functions with unexpected param register use not optimizations
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next 7/7] selftests/bpf: Test switching TCP Congestion Control algorithms.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next 6/7] libbpf: Update a bpf_link with another struct_ops.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] libbpf: Introduce elf_find_func_offset_from_elf_file() function
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/3] libbpf: Implement basic zip archive parsing support
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [RFC dwarves 4/4] pahole: update man page for options also
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] selftests/bpf: Add bpf_fib_lookup test
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 4/4] selftests/bpf: Add bpf_fib_lookup test
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 8/9] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- pull-request: bpf-next 2023-02-17
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Tests for uninitialized stack reads
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Tests for uninitialized stack reads
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow reads from uninit stack
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 1/2] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v1 bpf-next] bpf: Tidy up verifier checking
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next V2] igc: enable and fix RX hash usage by netstack
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH v3 bpf-next 2/2] selftests/bpf: Add bpf_fib_lookup test
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH v3 bpf-next 1/2] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/2] Allow reads from uninit stack
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 0/2] Allow reads from uninit stack
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 1/2] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 1/2] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/3] Fix BPF verifier global subprog context argument logic
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 3/3] selftests/bpf: add global subprog context passing tests
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH intel-next v6 8/8] i40e: add support for XDP multi-buffer Rx
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 7/8] i40e: add xdp_buff to i40e_ring struct
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 6/8] i40e: introduce next_to_process to i40e_ring
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 1/8] i40e: consolidate maximum frame size calculation for vsi
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 3/8] i40e: add pre-xdp page_count in rx_buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v6 0/8] i40e: support XDP multi-buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH bpf-next 3/3] libbpf: Add support for attaching uprobes to shared objects in APKs
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH bpf-next 2/3] libbpf: Introduce elf_find_func_offset_from_elf_file() function
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH bpf-next 1/3] libbpf: Implement basic zip archive parsing support
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH bpf-next 0/3] libbpf: Make uprobe attachment APK aware
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [linux-next:master 12987/13499] include/linux/build_bug.h:78:41: error: static assertion failed: "SKB_WITH_OVERHEAD(TEST_XDP_FRAME_SIZE - XDP_PACKET_HEADROOM) == TEST_MAX_PKT_SIZE"
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v1 bpf-next] bpf: Tidy up verifier checking
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 9/9] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v2 bpf-next 2/2] selftests/bpf: Add bpf_fib_lookup test
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH v2 bpf-next 1/2] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [LSF/MM/BPF TOPIC] Multi-cloud networking and troubleshooting with eBPF
- From: Howard Chen <howard@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/4] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH intel-next v5 0/8] i40e: support XDP multi-buffer
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH v2] LoongArch: BPF: Use 4 instructions for function address in JIT
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: Remove not used headers
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 3/4] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS
- From: Florent Revest <revest@xxxxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS
- From: Florent Revest <revest@xxxxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: run mptcp in a dedicated netns
- From: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
- Re: [linux-next:master 12987/13499] include/linux/build_bug.h:78:41: error: static assertion failed: "SKB_WITH_OVERHEAD(TEST_XDP_FRAME_SIZE - XDP_PACKET_HEADROOM) == TEST_MAX_PKT_SIZE"
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Tests for uninitialized stack reads
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow reads from uninit stack
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v10 bpf-next 9/9] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- [PATCH bpf-next V2] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: run mptcp in a dedicated netns
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 4/4] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [RFC 3/3] ublk_drv: add ebpf support
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 4/4] bpf: Support 64-bit pointers to kfuncs
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [syzbot] WARNING: stack going in the wrong direction? at __sys_setsockopt
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH v1 bpf-next] bpf: Tidy up verifier checking
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH net-next v4] xsk: support use vaddr as ring
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: run mptcp in a dedicated netns
- From: Hangbin Liu <liuhangbin@xxxxxxxxx>
- Re: [PATCH bpf] xsk: check IFF_UP earlier in Tx path
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf] selftests/bpf: enable mptcp before testing
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC 3/3] ublk_drv: add ebpf support
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v1 bpf-next] bpf: Tidy up verifier checking
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Tests for uninitialized stack reads
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Add bpf_fib_lookup test
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 1/4] bpf: Disable bh in bpf_test_run for xdp and tc prog
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 2/4] bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 3/4] bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 0/4] bpf: A fix and a change to bpf_fib_lookup
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow reads from uninit stack
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/8] Add Memory Sanitizer support
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v6 2/2] bpf/selftests: Test fentry attachment to shadowed functions
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/8] libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 8/8] selftests/bpf: Add MSan annotations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 7/8] libbpf: Add MSan annotations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/8] libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH v10 bpf-next 9/9] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 7/9] bpf: Add xdp dynptrs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 8/9] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 6/9] bpf: Add skb dynptrs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 2/9] bpf: Refactor process_dynptr_func
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 3/9] bpf: Allow initializing dynptrs in kfuncs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 5/9] bpf: Refactor verifier dynptr into get_dynptr_arg_reg
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 4/9] bpf: Define no-ops for externally called bpf dynptr functions
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 1/9] bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg types
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH v10 bpf-next 0/9] Add skb + xdp dynptrs
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next 7/7] selftests/bpf: Test switching TCP Congestion Control algorithms.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 6/7] libbpf: Update a bpf_link with another struct_ops.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/3] Fix BPF verifier global subprog context argument logic
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 5/7] bpf: Update the struct_ops of a bpf_link.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 5/7] bpf: Update the struct_ops of a bpf_link.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH 4/7] perf record: Record dropped sample count
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Tests for uninitialized stack reads
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Allow reads from uninit stack
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 0/2] Allow reads from uninit stack
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Remove not used headers
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/3] Fix BPF verifier global subprog context argument logic
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH RFC net-next v2 1/3] vsock: support sockmap
- From: Bobby Eshleman <bobbyeshleman@xxxxxxxxx>
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH bpf-next V2] igc: enable and fix RX hash usage by netstack
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- Re: [PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH 4/7] perf record: Record dropped sample count
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH 4/7] perf record: Record dropped sample count
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH 4/7] perf record: Record dropped sample count
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [xdp-hints] Re: [Intel-wired-lan] [PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [xdp-hints] Re: [Intel-wired-lan] [PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [xdp-hints] Re: [Intel-wired-lan] [PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- [Re: PATCH bpf-next] Fix typos in selftest/bpf files
- From: Taichi Nishimura <awkrail01@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH intel-next v5 0/8] i40e: support XDP multi-buffer
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH intel-next v5 6/8] i40e: introduce next_to_process to i40e_ring
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH intel-net] ice: xsk: disable txq irq before flushing hw
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH intel-next v5 8/8] i40e: add support for XDP multi-buffer Rx
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 7/8] i40e: add xdp_buff to i40e_ring struct
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 6/8] i40e: introduce next_to_process to i40e_ring
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 3/8] i40e: add pre-xdp page_count in rx_buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 1/8] i40e: consolidate maximum frame size calculation for vsi
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v5 0/8] i40e: support XDP multi-buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- RE: [PATCH intel-next v3 8/8] i40e: add support for XDP multi-buffer Rx
- From: "Sarkar, Tirthendu" <tirthendu.sarkar@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- RE: [Intel-wired-lan] [PATCH intel-next v4 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
- From: "Sarkar, Tirthendu" <tirthendu.sarkar@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [xdp-hints] Re: [Intel-wired-lan] [PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH net-next v4] xsk: support use vaddr as ring
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH intel-net] ice: xsk: disable txq irq before flushing hw
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [RFC 3/3] ublk_drv: add ebpf support
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH intel-next v3 8/8] i40e: add support for XDP multi-buffer Rx
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v6 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v6 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v6 2/2] bpf/selftests: Test fentry attachment to shadowed functions
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH RFC net-next v2 0/3] vsock: add support for sockmap
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH RFC net-next v2 3/3] selftests/bpf: Add a test case for vsock sockmap
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH RFC net-next v2 2/3] selftests/bpf: add vsock to vmtest.sh
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [PATCH RFC net-next v2 1/3] vsock: support sockmap
- From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
- Re: [syzbot] WARNING: stack going in the wrong direction? at __sys_setsockopt
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- [syzbot] WARNING: stack going in the wrong direction? at __sys_setsockopt
- From: syzbot <syzbot+91c3651bb190d53b4d16@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [UBLKSRV] Add ebpf support.
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [PATCH bpf-next] Fix typos in selftest/bpf files
- From: Taichi Nishimura <awkrail01@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH net-next v4] xsk: support use vaddr as ring
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [UBLKSRV] Add ebpf support.
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH net-next v3] xsk: support use vaddr as ring
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] Fix typos in selftest/bpf files
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: enable mptcp before testing
- From: Hangbin Liu <liuhangbin@xxxxxxxxx>
- Re: [RFC 3/3] ublk_drv: add ebpf support
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH bpf-next] Fix typos in selftest/bpf files
- From: Taichi Nishimura <awkrail01@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Remove not used headers
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: [Intel-wired-lan] [PATCH intel-next v4 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
- From: Paul Menzel <pmenzel@xxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2] LoongArch: BPF: Use 4 instructions for function address in JIT
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- [PATCH v2 bpf-next 2/3] selftests/bpf: convert test_global_funcs test to test_loader framework
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 1/3] bpf: fix global subprog context argument resolution logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 3/3] selftests/bpf: add global subprog context passing tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 0/3] Fix BPF verifier global subprog context argument logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- RE: [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx
- From: "Sarkar, Tirthendu" <tirthendu.sarkar@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-02-14 (ixgbe, i40e)
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next v2] bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH bpf-next] bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 1/4] riscv: Extend patch_text for multiple instructions
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 5/7] bpf: Update the struct_ops of a bpf_link.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/7] New benchmark for hashmap lookups
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH RFC bpf-next v2 2/4] bpf: Use BPF_HELPER_CALL in check_subprogs()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH RFC bpf-next v2 4/4] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH RFC bpf-next v2 0/4] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH RFC bpf-next v2 3/4] bpf, x86: Use bpf_jit_get_func_addr()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH RFC bpf-next v2 1/4] bpf: Introduce BPF_HELPER_CALL
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/2] Use __GFP_ZERO in bpf memory allocator
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH intel-next v4 0/8] i40e: support XDP multi-buffer
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH intel-next v4 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/4] riscv: Extend patch_text for multiple instructions
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Introduce kptr_rcu.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [QUESTION] usage of BPF_MAP_TYPE_RINGBUF
- From: andrea terzolo <andreaterzolo3@xxxxxxxxx>
- Re: [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/4] Improvements for BPF_ST tracking by verifier
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] module: Remove the unused function within
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v4] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v3 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next 2/7] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v3 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf] xsk: check IFF_UP earlier in Tx path
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix map_kptr test.
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix map_kptr test.
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] module: Remove the unused function within
- From: Chris Down <chris@xxxxxxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH] module: Remove the unused function within
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH bpf-next v2] selftests/bpf: Cross-compile bpftool
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH net-next v3] xsk: support use vaddr as ring
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix build error for LoongArch
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 0/3] Documentation fixes for next-20230215
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf, docs: Add myself to BPF docs MAINTAINERS entry
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] module: Remove the unused function within
- From: Chris Down <chris@xxxxxxxxxxxxxx>
- Re: [PATCH 2/3] Documentation: bpf: Add missing line break separator in node_data struct code block
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH v3 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH v2 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH 3/3] Documentation: amd-pstate: disambiguate user space sections
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf] xsk: check IFF_UP earlier in Tx path
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH 3/3] Documentation: amd-pstate: disambiguate user space sections
- From: Huang Rui <ray.huang@xxxxxxx>
- [RFC] libbbpf/bpftool: Support 32-bit Architectures.
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH 3/3] Documentation: amd-pstate: disambiguate user space sections
- From: Wyes Karny <wyes.karny@xxxxxxx>
- [PATCH bpf-next v1 4/4] riscv, bpf: Add bpf trampoline support for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v1 0/4] Support bpf trampoline for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v1 1/4] riscv: Extend patch_text for multiple instructions
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v1 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v1 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH intel-next v4 8/8] i40e: add support for XDP multi-buffer Rx
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 7/8] i40e: add xdp_buff to i40e_ring struct
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 6/8] i40e: introduce next_to_process to i40e_ring
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 3/8] i40e: add pre-xdp page_count in rx_buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 1/8] i40e: consolidate maximum frame size calculation for vsi
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- [PATCH intel-next v4 0/8] i40e: support XDP multi-buffer
- From: Tirthendu Sarkar <tirthendu.sarkar@xxxxxxxxx>
- Re: [PATCH bpf-next v3 3/8] bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/9] powerpc: Remove __kernel_text_address() in show_instructions()
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- [PATCH 2/3] Documentation: bpf: Add missing line break separator in node_data struct code block
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 0/3] Documentation fixes for next-20230215
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 1/3] Documentation: hw-vuln: Wrap mitigate_smt_rsb example in literal code block
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH 3/3] Documentation: amd-pstate: disambiguate user space sections
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix build error for LoongArch
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Introduce kptr_rcu.
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: Fix map_kptr test.
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next V1] xdp: bpf_xdp_metadata use NODEV for no device support
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- Re: [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: enable mptcp before testing
- From: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
- Re: [PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
- From: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
- Re: [RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
- From: Ziyang Zhang <ZiyangZhang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Add test case for element reuse in htab map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 0/2] Use __GFP_ZERO in bpf memory allocator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Zeroing allocated object from slab in bpf memory allocator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Tweak cgroup kfunc test.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 3/4] selftests/bpf: Add a test case for kptr_rcu.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 2/4] bpf: Introduce kptr_rcu.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 1/4] bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 0/4] bpf: Introduce kptr_rcu.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
- From: Wenjia Zhang <wenjia@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/3] Fix BPF verifier global subprog context argument logic
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 net-next] net: no longer support SOCK_REFCNT_DEBUG feature
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- RE: [PATCH intel-next v3 8/8] i40e: add support for XDP multi-buffer Rx
- From: "Sarkar, Tirthendu" <tirthendu.sarkar@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- linux-next: build warning after merge of the bpf-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: enable mptcp before testing
- From: Hangbin Liu <liuhangbin@xxxxxxxxx>
- Re: linux-next: manual merge of the mm tree with the bpf-next tree
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix map_kptr test.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 0/3] Fix BPF verifier global subprog context argument logic
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix map_kptr test.
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- linux-next: manual merge of the mm tree with the bpf-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links.
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/7] net: Update an existing TCP congestion control algorithm.
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH net-next v3] xsk: support use vaddr as ring
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [QUESTION] usage of BPF_MAP_TYPE_RINGBUF
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: Adding map read write API to bpftool gen skeleton sub command.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [UBLKSRV] Add ebpf support.
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 3/3] ublk_drv: add ebpf support
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 1/3] bpf: add UBLK program type
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 2/3] io_uring: enable io_uring to submit sqes located in kernel
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- [RFC 0/3] Add io_uring & ebpf based methods to implement zero-copy for ublk
- From: Xiaoguang Wang <xiaoguang.wang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf-next 2/3] selftests/bpf: convert test_global_funcs test to test_loader framework
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 3/3] selftests/bpf: add global subprog context passing tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/3] bpf: fix global subprog context argument resolution logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 0/3] Fix BPF verifier global subprog context argument logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix map_kptr test.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZERO
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 2/4] selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 3/4] bpf: BPF_ST with variable offset should preserve STACK_ZERO marks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 1/4] bpf: track immediate values written to stack by BPF_ST instruction
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 0/4] Improvements for BPF_ST tracking by verifier
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 6/8] libbpf: Factor out is_percpu_bpf_map_type()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 0/8] Add Memory Sanitizer support
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 5/8] selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 2/8] libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 8/8] selftests/bpf: Add MSan annotations
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 7/8] libbpf: Add MSan annotations
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 3/8] bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 1/8] libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 4/8] samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next] bpf, docs: Add myself to BPF docs MAINTAINERS entry
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: BPF Hackathon project
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next 6/7] libbpf: Update a bpf_link with another struct_ops.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next 5/7] bpf: Update the struct_ops of a bpf_link.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next 2/7] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next 7/7] selftests/bpf: Test switching TCP Congestion Control algorithms.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next 4/7] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next 3/7] bpf: Register and unregister a struct_ops by their bpf_links.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next 1/7] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next 0/7] Transit between BPF TCP congestion controls.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- Re: [RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH RFC bpf-next 0/1] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH RFC bpf-next 1/1] bpf: Support 64-bit pointers to kfuncs
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] pahole/Rust: Check that we're adding DW_TAG_member sorted by byte offset
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpf: Refactor release_regno searching logic
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH v2 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v1 bpf-next] bpf: Update kfunc __sz documentation
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: enable mptcp before testing
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpf: Refactor release_regno searching logic
- From: Dave Marchevsky <davemarchevsky@xxxxxxxx>
- [PATCH v3 bpf-next] bpf: Refactor release_regno searching logic
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH net 1/3] ixgbe: allow to increase MTU to 3K with XDP enabled
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net 3/3] ixgbe: add double of VLAN header when computing the max MTU
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net 2/3] i40e: add double of VLAN header when computing the max MTU
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-02-14 (ixgbe, i40e)
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH 4/7] perf record: Record dropped sample count
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: Attending LFS (was: [RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE)
- From: Amir Goldstein <amir73il@xxxxxxxxx>
- Re: [PATCH 1/7] perf bpf filter: Introduce basic BPF filter expression
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH net-next v3] xsk: support use vaddr as ring
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH intel-next v3 8/8] i40e: add support for XDP multi-buffer Rx
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
- From: "Martin K. Petersen" <martin.petersen@xxxxxxxxxx>
- Re: [RFC/PATCHSET 0/7] perf record: Implement BPF sample filter (v1)
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Attending LFS (was: [RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE)
- From: "Nikolaus Rath" <nikolaus@xxxxxxxx>
- Re: [PATCH 4/7] perf record: Record dropped sample count
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH] riscv, mm: Perform BPF exhandler fixup on page fault
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: use canonical ftrace path
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [PATCH bpf-next v2] selftests/bpf: Cross-compile bpftool
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH 1/7] perf bpf filter: Introduce basic BPF filter expression
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v2 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [PATCH v2 bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[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]