BPF
[Prev Page][Next Page]
- [PATCH bpf-next v9 13/23] bpf: Introduce bpf_obj_new
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 12/23] bpf: Support constant scalar arguments for kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 11/23] bpf: Rewrite kfunc argument handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 10/23] bpf: Allow locking bpf_spin_lock in inner map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 09/23] bpf: Allow locking bpf_spin_lock global variables
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 08/23] bpf: Allow locking bpf_spin_lock in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 07/23] bpf: Verify ownership relationships for user BTF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 06/23] bpf: Recognize lock and list fields in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 05/23] bpf: Introduce allocated objects support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 04/23] bpf: Populate field_offs for inner_map_meta
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 03/23] bpf: Free inner_map_meta when btf_record_dup fails
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 02/23] bpf: Do btf_record_free outside map_free callback
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 01/23] bpf: Fix early return in map_check_btf
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v9 00/23] Allocated objects, BPF linked lists
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 2/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [RFC 0/1] BPF tracing for arm64 using fprobe
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [RFC 0/1] BPF tracing for arm64 using fprobe
- From: Chris Mason <clm@xxxxxxxx>
- Re: [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2] selftests/bpf: Fix error: undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 3/7] bpf: Rework process_dynptr_func
- From: David Vernet <void@xxxxxxxxxxxxx>
- RE: [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf-next v4 6/6] x86: use register_text_tail_vm
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v4 5/6] vmalloc: introduce register_text_tail_vm()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v4 4/6] bpf: use execmem_alloc for bpf program and bpf dispatcher
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v4 3/6] selftests/vm: extend test_vmalloc to test execmem_* APIs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v4 2/6] x86/alternative: support execmem_alloc() and execmem_free()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v4 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v4 0/6] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH 0/6] Build output clean up
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 3/6] selftests/vm: extend test_vmalloc to test execmem_* APIs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/6] bpf: use execmem_alloc for bpf program and bpf dispatcher
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/6] bpf: use execmem_alloc for bpf program and bpf dispatcher
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH 0/6] Build output clean up
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next] libbpf: ignore hashmap__find() result explicitly in btf_dump
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next 2/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC 0/1] BPF tracing for arm64 using fprobe
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC 0/1] BPF tracing for arm64 using fprobe
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next v8 22/22] selftests/bpf: Add BTF sanity tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 21/22] selftests/bpf: Add BPF linked list API tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 20/22] selftests/bpf: Add failure test cases for spin lock pairing
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 19/22] selftests/bpf: Update spinlock selftest
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 18/22] selftests/bpf: Add __contains macro to bpf_experimental.h
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 16/22] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 14/22] bpf: Introduce bpf_obj_drop
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 11/22] bpf: Rewrite kfunc argument handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 12/22] bpf: Support constant scalar arguments for kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 17/22] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 15/22] bpf: Permit NULL checking pointer with non-zero fixed offset
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 13/22] bpf: Introduce bpf_obj_new
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 07/22] bpf: Verify ownership relationships for user BTF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 10/22] bpf: Allow locking bpf_spin_lock in inner map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 09/22] bpf: Allow locking bpf_spin_lock global variables
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 08/22] bpf: Allow locking bpf_spin_lock in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 06/22] bpf: Recognize lock and list fields in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 05/22] bpf: Introduce allocated objects support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 02/22] bpf: Do btf_record_free outside map_free callback
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 01/22] bpf: Fix early return in map_check_btf
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 03/22] bpf: Do btf_record_free for outer maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 00/22] Allocated objects, BPF linked lists
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v8 04/22] bpf: Populate field_offs for inner_map_meta
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH] perf build: Fix LIBTRACEEVENT_DYNAMIC
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH bpf-next v3] bpf: Pass map file to .map_update_batch directly
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 0/6] Build output clean up
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net-next v2 4/5] net: lan966x: Add support for XDP_TX
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rst
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next v2] selftests/bpf: Fix error: undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- netfilter bpf-jit patchset: test results
- From: Florian Westphal <fw@xxxxxxxxx>
- [PATCH bpf-next v2 1/1] docs: BPF_MAP_TYPE_XSKMAP
- Re: Re: [PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_XSKMAP
- From: Maryam Tahhan <mtahhan@xxxxxxxxxx>
- Re: [RFC 0/1] BPF tracing for arm64 using fprobe
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [RFC 0/1] BPF tracing for arm64 using fprobe
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_XSKMAP
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- [PATCH bpf-next v1 1/1] docs: BPF_MAP_TYPE_XSKMAP
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH bpf 2/2] selftests/bpf: Pass target triple to get_sys_includes macro
- From: Anders Roxell <anders.roxell@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf v2] selftests/bpf: fix memory leak of lsm_cgroup
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [syzbot] general protection fault in kernfs_get_inode
- From: syzbot <syzbot+534ee3d24c37c411f37f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net 1/2] i40e: Fix failure message when XDP is configured in TX only mode
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v3 3/6] selftests/vm: extend test_vmalloc to test execmem_* APIs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v6 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 7/7] selftests/bpf: Add rcu_read_lock test to s390x/aarch64 deny lists
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 5/7] bpf: Enable sleeptable support for cgrp local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 4/7] bpf: Add bpf_rcu_read_lock() verifier support
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 3/7] bpf: Add kfunc bpf_rcu_read_lock/unlock()
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 1/7] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 2/7] bpf: Abstract out functions to check sleepable helpers
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 0/7] bpf: Add bpf_rcu_read_lock() support
- From: Yonghong Song <yhs@xxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v7 3/3] bpf/selftests: Add selftests for new task kfuncs
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v7 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v7 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC 0/1] BPF tracing for arm64 using fprobe
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH net v3] selftests/net: fix missing xdp_dummy
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v3 4/6] bpf: use execmem_alloc for bpf program and bpf dispatcher
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH v2 1/2] selftests/net: fix missing xdp_dummy
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH v2 2/2] selftests/net: fix opening object file failed
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/6] bpf: use execmem_alloc for bpf program and bpf dispatcher
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 3/6] selftests/vm: extend test_vmalloc to test execmem_* APIs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH 6/6] tools lib traceevent: Make install_headers clearer
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH 5/6] tools lib subcmd: Make install_headers clearer
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH 4/6] tools lib perf: Make install_headers clearer
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH 3/6] tools lib symbol: clean up build output
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH 2/6] tools lib bpf: Avoid install_headers make warning
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH 1/6] tools lib api: clean up install_headers
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH 0/6] Build output clean up
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-14 (i40e)
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-14 (i40e)
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-14 (i40e)
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v3] bpf: Pass map file to .map_update_batch directly
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next] bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rst
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-14 (i40e)
- From: Vladimir Oltean <olteanv@xxxxxxxxx>
- Re: [PATCH v2] LSM: Better reporting of actual LSMs at boot
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH] perf build: Fix LIBTRACEEVENT_DYNAMIC
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- [PATCH] perf build: Fix LIBTRACEEVENT_DYNAMIC
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH net 1/2] i40e: Fix failure message when XDP is configured in TX only mode
- From: Saeed Mahameed <saeed@xxxxxxxxxx>
- Re: [PATCH v2 2/2] selftests/net: fix opening object file failed
- From: Saeed Mahameed <saeed@xxxxxxxxxx>
- Re: [RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 1/2] selftests/net: fix missing xdp_dummy
- From: Saeed Mahameed <saeed@xxxxxxxxxx>
- Re: [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 04/19] scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Make sure zero-len skbs aren't redirectable
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH v5 17/19] iommufd: Add some fault injection points
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 02/19] iommu: Add device-centric DMA ownership interfaces
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 03/19] interval-tree: Add a utility to iterate over spans in an interval tree
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 08/19] iommufd: PFN handling for iopt_pages
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 16/19] iommufd: Add kernel support for testing iommufd
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 19/19] iommufd: Add a selftest
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 18/19] iommufd: Add additional invariant assertions
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 00/19] IOMMUFD Generic interface
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 10/19] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 12/19] iommufd: Add a HW pagetable object
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 05/19] iommufd: Document overview of iommufd
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v5 09/19] iommufd: Algorithms for PFN storage
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH net-next v2 4/5] net: lan966x: Add support for XDP_TX
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Make sure zero-len skbs aren't redirectable
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [1/2 bpf-next] bpf: expose net_device from xdp for metadata
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [RFC][PATCH 1/4] lsm: Clarify documentation of vm_enough_memory hook
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC][PATCH 2/4] lsm: Add missing return values doc in lsm_hooks.h and fix formatting
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC][PATCH 1/4] lsm: Clarify documentation of vm_enough_memory hook
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH net-next v2 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v1 3/7] bpf: Rework process_dynptr_func
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next] bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rst
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH 0/1] Fix perf tools/lib includes
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH 0/1] Fix perf tools/lib includes
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- Re: [PATCH 0/1] Fix perf tools/lib includes
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH 0/1] Fix perf tools/lib includes
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PoC][PATCH] bpf: Call return value check function in the JITed code
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [PATCH net-next v2 4/5] net: lan966x: Add support for XDP_TX
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [PATCH 0/1] Fix perf tools/lib includes
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH 0/1] Fix perf tools/lib includes
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH bpf 0/4] bpf, sockmap: Fix some issues with using apply_bytes
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf 2/4] bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf 4/4] selftests/bpf: Add ingress tests for txmsg with apply_bytes
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- [PATCH bpf 2/2] selftests/bpf: Make test_bench_attach serial
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf 1/2] selftests/bpf: Filter out default_idle from kprobe_multi bench
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- Re: [RFC][PATCH 2/4] lsm: Add missing return values doc in lsm_hooks.h and fix formatting
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [RFC][PATCH 1/4] lsm: Clarify documentation of vm_enough_memory hook
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC bpf-next] bpf: Fix perf bpf event and audit prog id logging
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH bpf-next v3] bpf: Pass map file to .map_update_batch directly
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH 1/1] perf build: Use tools/lib headers from install path
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH 0/1] Fix perf tools/lib includes
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf v2 4/4] libbpf: Check the validity of size in user_ring_buffer__reserve()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 3/4] libbpf: Handle size overflow for user ringbuf mmap
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 2/4] libbpf: Handle size overflow for ringbuf mmap
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 0/4] libbpf: Fixes for ring buffer
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 1/4] libbpf: Use page size as max_entries when probing ring buffer map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH] samples, bpf: Add duration option D for sampleip
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpftool: Check argc first before "file" in do_batch()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v1] docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: allow unpriv bpf for selftests by default
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v5 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net-next v4 0/4] mtk_eth_soc rx vlan offload improvement + dsa hardware untag support
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 01/11] bpf: Document XDP RX metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Hao Luo <haoluo@xxxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- RE: [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC][PATCH 2/4] lsm: Add missing return values doc in lsm_hooks.h and fix formatting
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC][PATCH 1/4] lsm: Clarify documentation of vm_enough_memory hook
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: allow unpriv bpf for selftests by default
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/2] propagate nullness information for reg to reg comparisons
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- RE: [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [RFC bpf-next] bpf: Fix perf bpf event and audit prog id logging
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 01/11] bpf: Document XDP RX metadata
- From: Zvi Effron <zeffron@xxxxxxxxxxxxx>
- Re: [RFC bpf-next] bpf: Fix perf bpf event and audit prog id logging
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 00/11] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- linux-next: manual merge of the bpf-next tree with the net tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 00/11] xdp: hints via kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next v3 1/2] bpf: propagate nullness information for reg to reg comparisons
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 2/2] selftests/bpf: check nullness propagation for reg to reg comparisons
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v3 0/2] propagate nullness information for reg to reg comparisons
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next 01/11] bpf: Document XDP RX metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next 00/11] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next 01/11] bpf: Document XDP RX metadata
- From: Zvi Effron <zeffron@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH net-next v2 3/5] net: lan966x: Add len field to lan966x_tx_dcb_buf
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next v2 0/5] net: lan966x: Extend xdp support
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next v2 2/5] net: lan966x: Introduce helper functions
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next v2 5/5] net: lan966x: Add support for XDP_REDIRECT
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next v2 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next v2 4/5] net: lan966x: Add support for XDP_TX
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v1 00/14] Fix perf tools/lib includes
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: check nullness propagation for reg to reg comparisons
- From: Alexei Starovoitov <ast@xxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: check nullness propagation for reg to reg comparisons
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 2/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next v2] bpftool: Check argc first before "file" in do_batch()
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next 2/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 0/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC PATCH bpf-next 2/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v1 7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v3 3/3] bpf: Use 64-bit return value for bpf_prog_run
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v7 12/26] bpf: Allow locking bpf_spin_lock global variables
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf v2 1/3] bpf: Pin iterator link when opening iterator
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpftool: Check argc first before "file" in do_batch()
- Re: [RFC][PATCH 0/4] security: Ensure LSMs return expected values
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 00/11] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next v1 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v1 4/7] bpf: Rework check_func_arg_reg_off
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH bpf 2/2] selftests/bpf: Pass target triple to get_sys_includes macro
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- [RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RFC][PATCH 2/4] lsm: Add missing return values doc in lsm_hooks.h and fix formatting
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RFC][PATCH 1/4] lsm: Clarify documentation of vm_enough_memory hook
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RFC][PATCH 0/4] security: Ensure LSMs return expected values
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next v7 12/26] bpf: Allow locking bpf_spin_lock global variables
- From: Dave Marchevsky <davemarchevsky@xxxxxxxx>
- Re: [PATCH bpf-next v2 5/5] x86: use register_text_tail_vm
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/3] A couple of small refactorings of BPF program call sites
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 3/3] bpf: Use 64-bit return value for bpf_prog_run
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v7 21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: WARNING in bpf_bprintf_prepare
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v7 19/26] bpf: Permit NULL checking pointer with non-zero fixed offset
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v7 17/26] bpf: Introduce bpf_obj_new
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v7 21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
- From: Dave Marchevsky <davemarchevsky@xxxxxxxx>
- Re: [PATCH bpf-next v7 14/26] bpf: Rewrite kfunc argument handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v7 09/26] bpf: Recognize lock and list fields in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v7 08/26] bpf: Introduce allocated objects support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [bug report] bpf: Consolidate spin_lock, timer management into btf_record
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [bug report] bpf: Refactor map->off_arr handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next v7 22/26] selftests/bpf: Add __contains macro to bpf_experimental.h
- From: Dave Marchevsky <davemarchevsky@xxxxxxxx>
- Re: [RFC PATCH bpf-next 0/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation
- From: "Lorenz Bauer" <oss@xxxxxx>
- Re: [xdp-hints] [PATCH bpf-next 00/11] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH hid v12 00/15] Introduce eBPF support for HID devices
- From: Jiri Kosina <jikos@xxxxxxxxxx>
- Re: [PATCH hid v12 01/15] HID: fix I2C_HID not selected when I2C_HID_OF_ELAN is
- From: Jiri Kosina <jikos@xxxxxxxxxx>
- Re: [PATCH] hw_breakpoint: fix single-stepping when using bpf_overflow_handler
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v4 08/17] iommufd: Algorithms for PFN storage
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf] perf, bpf: Use subprog name when reporting subprog ksymbol
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH bpf-next v9 1/1] doc: DEVMAPs and XDP_REDIRECT
- [bug report] bpf: Consolidate spin_lock, timer management into btf_record
- From: Dan Carpenter <error27@xxxxxxxxx>
- [bug report] bpf: Refactor map->off_arr handling
- From: Dan Carpenter <error27@xxxxxxxxx>
- [PATCH bpf-next v2] bpftool: Check argc first before "file" in do_batch()
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: BPF, cross-compiling, and selftests
- From: Anders Roxell <anders.roxell@xxxxxxxxxx>
- Re: [RFC bpf-next] bpf: Fix perf bpf event and audit prog id logging
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf 1/3] selftests/xsk: print correct payload for packet dump
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- BPF, cross-compiling, and selftests
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf 0/3] selftests/xsk: three small fixes
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf 1/3] selftests/xsk: print correct payload for packet dump
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH net 2/2] i40e: fix xdp_redirect logs error message when testing with MTU=1500
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH net 1/2] i40e: Fix failure message when XDP is configured in TX only mode
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH v2 2/2] selftests/net: fix opening object file failed
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- [PATCH v2 0/2] some fixes for selftest/net
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- [PATCH v2 1/2] selftests/net: fix missing xdp_dummy
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- [PATCH bpf-next v1] docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- [RFC bpf-next] bpf: Fix perf bpf event and audit prog id logging
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH bpf 3/3] selftests/xsk: print correct error codes when exiting
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- [PATCH bpf 0/3] selftests/xsk: three small fixes
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- [PATCH bpf 2/3] selftests/xsk: do not close unused file descriptors
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- [PATCH bpf 1/3] selftests/xsk: print correct payload for packet dump
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH bpf-next v5 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v7 19/26] bpf: Permit NULL checking pointer with non-zero fixed offset
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v7 17/26] bpf: Introduce bpf_obj_new
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v7 14/26] bpf: Rewrite kfunc argument handling
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v7 00/26] Allocated objects, BPF linked lists
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v7 09/26] bpf: Recognize lock and list fields in allocated objects
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v7 08/26] bpf: Introduce allocated objects support
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/7] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next v1 2/7] bpf: Propagate errors from process_* checks in check_func_arg
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- RE: [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH bpf v2] selftests/bpf: fix memory leak of lsm_cgroup
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Make sure zero-len skbs aren't redirectable
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Move skb->len == 0 checks into __bpf_redirect
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf v2] selftests/bpf: fix memory leak of lsm_cgroup
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- RE: [PATCH v4 08/17] iommufd: Algorithms for PFN storage
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: fix memory leak of lsm_cgroup
- From: wangyufen <wangyufen@xxxxxxxxxx>
- [PATCH bpf-next 07/11] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 01/11] bpf: Document XDP RX metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 00/11] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 02/11] bpf: Introduce bpf_patch
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 09/11] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 04/11] bpf: Implement hidden BPF_PUSH64 and BPF_POP64 instructions
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 08/11] selftests/bpf: Verify xdp_metadata xdp->skb path
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 11/11] selftests/bpf: Simple program to dump XDP RX metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 10/11] mxl4: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- RE: [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: WARNING in bpf_bprintf_prepare
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v4 04/17] iommufd: Document overview of iommufd
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH net 1/2] i40e: Fix failure message when XDP is configured in TX only mode
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net 2/2] i40e: fix xdp_redirect logs error message when testing with MTU=1500
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-14 (i40e)
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH bpf-next v1 6/7] bpf: Use memmove for bpf_dynptr_{read,write}
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 4/7] bpf: Rework check_func_arg_reg_off
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 3/7] bpf: Rework process_dynptr_func
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 1/7] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 2/7] bpf: Propagate errors from process_* checks in check_func_arg
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 0/7] Dynptr refactorings
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: WARNING in bpf_bprintf_prepare
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v3 5/5] bpftool: remove function free_btf_vmlinux()
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/5] bpftool: clean-up usage of libbpf_get_error()
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCHv2 bpf-next 1/2] bpf: Add bpf_vma_build_id_parse function and kfunc
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v3 3/5] bpftool: fix error message when function can't register struct_ops
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/5] bpftool: replace return value PTR_ERR(NULL) with 0
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/5] bpftool: remove support of --legacy option for bpftool
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- [PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpftool: Check argc first before "file" in do_batch()
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v4 04/17] iommufd: Document overview of iommufd
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpftool: Use strcmp() instead of is_prefix() to check parameters
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- [PATCH] selftests net: additional fix for kselftest net build error
- From: Andrea Righi <andrea.righi@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 00/14] Fix perf tools/lib includes
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v2 00/14] Fix perf tools/lib includes
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 2/4] libbpf: Handle size overflow for ringbuf mmap
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 0/3] libbpf: Fixed various checkpatch issues
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v10 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] libbpf: Use correct return pointer in attach_raw_tp
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- Re: [PATCH v4 8/17] iommufd: Algorithms for PFN storage
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH bpf-next v7 26/26] selftests/bpf: Add BTF sanity tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 25/26] selftests/bpf: Add BPF linked list API tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 24/26] selftests/bpf: Add failure test cases for spin lock pairing
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 23/26] selftests/bpf: Update spinlock selftest
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 22/26] selftests/bpf: Add __contains macro to bpf_experimental.h
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 19/26] bpf: Permit NULL checking pointer with non-zero fixed offset
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 18/26] bpf: Introduce bpf_obj_drop
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 17/26] bpf: Introduce bpf_obj_new
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 16/26] bpf: Support constant scalar arguments for kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 15/26] bpf: Drop kfunc bits from btf_check_func_arg_match
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 14/26] bpf: Rewrite kfunc argument handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 12/26] bpf: Allow locking bpf_spin_lock global variables
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 13/26] bpf: Allow locking bpf_spin_lock in inner map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 10/26] bpf: Verify ownership relationships for user BTF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 09/26] bpf: Recognize lock and list fields in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 08/26] bpf: Introduce allocated objects support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 07/26] bpf: Refactor btf_struct_access
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 06/26] bpf: Rename MEM_ALLOC to MEM_RINGBUF
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 05/26] bpf: Rename RET_PTR_TO_ALLOC_MEM
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 04/26] bpf: Support bpf_list_head in map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 03/26] bpf: Fix copy_map_value, zero_map_value
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 02/26] bpf: Remove BPF_MAP_OFF_ARR_MAX
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 01/26] bpf: Remove local kptr references in documentation
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v7 00/26] Allocated objects, BPF linked lists
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: Best way to share maps between multiple files/objects?
- From: Grant Seltzer Richman <grantseltzer@xxxxxxxxx>
- Re: [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCHv2 bpf-next 1/2] bpf: Add bpf_vma_build_id_parse function and kfunc
- From: Song Liu <song@xxxxxxxxxx>
- Re: [1/2 bpf-next] bpf: expose net_device from xdp for metadata
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v1 1/1] docs: fixup cpumap sphinx >= 3.1 warning
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] libbpf: Fix uninitialized warning in btf_dump_dump_type_data
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 08/17] iommufd: Algorithms for PFN storage
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: check nullness propagation for reg to reg comparisons
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH] libbpf: Fix uninitialized warning in btf_dump_dump_type_data
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
- From: Daniel Bokmann <darkstar@xxxxxxxxxxxxxx>
- Re: [PATCHv2 bpf-next 1/2] bpf: Add bpf_vma_build_id_parse function and kfunc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH 2/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: fix memory leak of lsm_cgroup
- Re: [PATCH bpf-next 2/2] bpftool: Check argc first before "file" in do_batch()
- Re: [PATCH bpf-next 1/2] bpftool: Use strcmp() instead of is_prefix() to check parameters
- Re: [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 1/1] docs: fixup cpumap sphinx >= 3.1 warning
- Re: [PATCH] libbpf: Fix uninitialized warning in btf_dump_dump_type_data
- Re: [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v2 0/3] libbpf: Fixed various checkpatch issues
- Re: [PATCH] samples/seccomp: fix array_size.cocci warning
- Re: [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [1/2 bpf-next] bpf: expose net_device from xdp for metadata
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [RFC PATCH bpf-next 3/3] bpf: Add bpf_get_kern_btf_id() tests
- From: Yonghong Song <yhs@xxxxxx>
- [RFC PATCH bpf-next 2/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Yonghong Song <yhs@xxxxxx>
- [RFC PATCH bpf-next 0/3] bpf: Implement bpf_get_kern_btf_id() kfunc
- From: Yonghong Song <yhs@xxxxxx>
- [RFC PATCH bpf-next 1/3] bpf: Add support for kfunc set with generic btf_ids
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH v4 4/17] iommufd: Document overview of iommufd
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC PATCH 1/3] powerpc/bpf: implement bpf_arch_text_copy
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- [PATCH bpf] libbpf: Use correct return pointer in attach_raw_tp
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
- From: Hari Bathini <hbathini@xxxxxxxxxxxxx>
- Re: [PATCH net-next 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
- From: Eric Auger <eric.auger@xxxxxxxxxx>
- [PATCH bpf 2/2] bpf: Set and check spin lock value in sk_storage_map_test
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- [PATCH bpf 0/2] Bug fix and test case for special map value field
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- Re: [PATCH] net: fec: Create device link between fec0 and fec1
- From: Andrew Lunn <andrew@xxxxxxx>
- [PATCH net-next v4 0/4] mtk_eth_soc rx vlan offload improvement + dsa hardware untag support
- From: Felix Fietkau <nbd@xxxxxxxx>
- [PATCH 22/46] btf, lto: Make all BTF IDs global on LTO
- From: "Jiri Slaby (SUSE)" <jirislaby@xxxxxxxxxx>
- [PATCH 21/46] btf, lto: pass scope as strings
- From: "Jiri Slaby (SUSE)" <jirislaby@xxxxxxxxxx>
- [PATCH 24/46] bpf, lto: mark interpreter jump table as __noreorder
- From: "Jiri Slaby (SUSE)" <jirislaby@xxxxxxxxxx>
- Re: [PATCH bpf-next v10 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- Re: [PATCH bpf] perf, bpf: Use subprog name when reporting subprog ksymbol
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v6 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
- From: Dan Carpenter <error27@xxxxxxxxx>
- [PATCH bpf] perf, bpf: Use subprog name when reporting subprog ksymbol
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- RE: [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [PATCH bpf-next v6 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
- From: Dan Carpenter <error27@xxxxxxxxx>
- Re: WARNING in bpf_bprintf_prepare
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- RE: [PATCH v4 12/17] iommufd: Add kAPI toward external drivers for physical devices
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Yonghong Song <yhs@xxxxxxxx>
- RE: [PATCH v4 10/17] iommufd: IOCTLs for the io_pagetable
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v4 08/17] iommufd: Algorithms for PFN storage
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- [PATCH bpf] selftests/bpf: fix memory leak of lsm_cgroup
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- [PATCH] net: fec: Create device link between fec0 and fec1
- From: Xiaolei Wang <xiaolei.wang@xxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] bpftool: Check argc first before "file" in do_batch()
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- [PATCH bpf-next 0/2] Some small changes about bpftool
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- [PATCH bpf-next 1/2] bpftool: Use strcmp() instead of is_prefix() to check parameters
- From: Tiezhu Yang <yangtiezhu@xxxxxxxxxxx>
- Re: linux-next: manual merge of the bpf-next tree with the perf tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 1/1] docs: fixup cpumap sphinx >= 3.1 warning
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- [PATCH] libbpf: Fix uninitialized warning in btf_dump_dump_type_data
- From: David Michael <fedora.dm0@xxxxxxxxx>
- [PATCH v2 2/3] libbpf: Fixed various checkpatch issues in libbpf.c
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- [PATCH v2 3/3] libbpf: checkpatch: Fixed code alignments in ringbuf.c
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- [PATCH v2 1/3] libbpf: checkpatch: Fixed code alignments in btf.c
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- [PATCH v2 0/3] libbpf: Fixed various checkpatch issues
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- Re: [PATCH 0/3] libbpf: Fixed various checkpatch issues
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- Re: [RFC PATCH 3/3] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [1/2 bpf-next] bpf: expose net_device from xdp for metadata
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: Calling kfuncs in modules - BTF mismatch?
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [RFC PATCH 2/3] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH 3/3] libbpf: checkpatch: Fixed code alignments in ringbuf.c
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- [PATCH 2/3] libbpf: Fixed various checkpatch issues in libbpf.c
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- [PATCH 1/3] libbpf: checkpatch: Fixed code alignments in btf.c
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- [PATCH 0/3] libbpf: Fixed various checkpatch issues
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- Re: [RFC PATCH 1/3] powerpc/bpf: implement bpf_arch_text_copy
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH net-next 4/5] net: lan966x: Add support for XDP_TX
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next 5/5] net: lan966x: Add support for XDP_REDIRECT
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next 3/5] net: lan966x: Add len field to lan966x_tx_dcb_buf
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next 2/5] net: lan966x: Introduce helper functions
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- [PATCH net-next 0/5] net: lan966x: Extend xdp support
- From: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH bpf-next v3 5/5] bpftool: remove function free_btf_vmlinux()
- From: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 4/5] bpftool: clean-up usage of libbpf_get_error()
- From: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 3/5] bpftool: fix error message when function can't register struct_ops
- From: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 2/5] bpftool: replace return value PTR_ERR(NULL) with 0
- From: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 1/5] bpftool: remove support of --legacy option for bpftool
- From: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v3 0/5] clean-up bpftool from legacy support
- From: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] samples/seccomp: fix array_size.cocci warning
- From: wangkailong@xxxxxxx
- Re: [PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH bpf-next v1 1/1] docs: fixup cpumap sphinx >= 3.1 warning
- Re: [PATCH bpf-next v2 0/5] clean-up bpftool from legacy support
- From: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@xxxxxxxxxxxxxxxxxxxxxxxx>
- Re: Applicability of BPF as a general-purpose programming language/runtime platform?
- Re: [PATCH bpf v1 2/2] selftests/bpf: Add pruning test case for bpf_spin_lock
- Re: [PATCH bpf v1 1/2] bpf: Fix state pruning check for PTR_TO_MAP_VALUE
- Re: [PATCH bpf-next v3 1/1] docs: BPF_MAP_TYPE_CPUMAP
- From: Akira Yokosawa <akiyks@xxxxxxxxx>
- Applicability of BPF as a general-purpose programming language/runtime platform?
- From: Gavin Ray <ray.gavin97@xxxxxxxxx>
- Re: [PATCH v4 00/17] IOMMUFD Generic interface
- From: Yi Liu <yi.l.liu@xxxxxxxxx>
- Re: [PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- Re: [PATCH net 1/1] net: stmmac: ensure tx function is not running in stmmac_xdp_release()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: pull-request: bpf-next 2022-11-11
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next 0/2] net: vlan: claim one bit from sk_buff
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net 1/1] net: stmmac: ensure tx function is not running in stmmac_xdp_release()
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v4] bpf: Initialize same number of free nodes for each pcpu_freelist
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- Re: [PATCH bpf 2/4] libbpf: Handle size overflow for ringbuf mmap
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: pull-request: bpf 2022-11-11
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf 1/4] libbpf: Adjust ring buffer size when probing ring buffer map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- pull-request: bpf-next 2022-11-11
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- pull-request: bpf 2022-11-11
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: fix veristat's singular file-or-prog filter
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 2/4] libbpf: Handle size overflow for ringbuf mmap
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/3] bpf: Add hwtstamp field for the sockops prog
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf v1 0/2] Fix map value pruning check
- From: Edward Cree <ecree.xilinx@xxxxxxxxx>
- Re: [PATCH bpf 3/4] libbpf: Handle size overflow for user ringbuf mmap
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 2/4] libbpf: Handle size overflow for ringbuf mmap
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v2] selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v5] bpf: Initialize same number of free nodes for each pcpu_freelist
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf v1 0/2] Fix map value pruning check
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf v1 1/2] bpf: Fix state pruning check for PTR_TO_MAP_VALUE
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf v1 2/2] selftests/bpf: Add pruning test case for bpf_spin_lock
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v4] bpf: Initialize same number of free nodes for each pcpu_freelist
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v4] bpf: Initialize same number of free nodes for each pcpu_freelist
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v2 0/2] Fix offset when fault occurs in strncpy_from_kernel_nofault()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v10 0/1] Document BPF_MAP_TYPE_ARRAY
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3] docs/bpf: Document BPF map types QUEUE and STACK
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v4] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v10 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: fix veristat's singular file-or-prog filter
- Re: [PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 26/26] selftests/bpf: Add BTF sanity tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 25/26] selftests/bpf: Add BPF linked list API tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 24/26] selftests/bpf: Add failure test cases for spin lock pairing
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 12/26] bpf: Allow locking bpf_spin_lock global variables
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 08/26] bpf: Introduce allocated objects support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 09/26] bpf: Recognize lock and list fields in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 19/26] bpf: Permit NULL checking pointer with non-zero fixed offset
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 13/26] bpf: Allow locking bpf_spin_lock in inner map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 20/26] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 15/26] bpf: Drop kfunc bits from btf_check_func_arg_match
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 10/26] bpf: Verify ownership relationships for user BTF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 21/26] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 23/26] selftests/bpf: Update spinlock selftest
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 07/26] bpf: Refactor btf_struct_access
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 16/26] bpf: Support constant scalar arguments for kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 22/26] selftests/bpf: Add __contains macro to bpf_experimental.h
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 11/26] bpf: Allow locking bpf_spin_lock in allocated objects
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 17/26] bpf: Introduce bpf_obj_new
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 14/26] bpf: Rewrite kfunc argument handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 18/26] bpf: Introduce bpf_obj_drop
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 06/26] bpf: Rename MEM_ALLOC to MEM_RINGBUF
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 05/26] bpf: Rename RET_PTR_TO_ALLOC_MEM
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 04/26] bpf: Support bpf_list_head in map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 03/26] bpf: Fix copy_map_value, zero_map_value
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 02/26] bpf: Remove BPF_MAP_OFF_ARR_MAX
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 01/26] bpf: Remove local kptr references in documentation
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v6 00/26] Allocated objects, BPF linked lists
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/1] Document BPF_MAP_TYPE_LPM_TRIE
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 0/1] docs: BPF_MAP_TYPE_CPUMAP
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 0/1] docs: BPF_MAP_TYPE_CPUMAP
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/1] Document BPF_MAP_TYPE_LPM_TRIE
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
- Re: [PATCH bpf-next v3 2/3] selftests/bpf: Dump data sections as part of btf_dump_test_case tests
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 3/3] selftests/bpf: Tests for BTF_KIND_DECL_TAG dump in C format
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next] libbpf: hashmap.h update to fix build issues using LLVM14
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] libbpf: hashmap.h update to fix build issues using LLVM14
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/3] libbpf: hashmap interface update to allow both long and void* keys/values
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: fix veristat's singular file-or-prog filter
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: Calling kfuncs in modules - BTF mismatch?
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf v2 3/3] selftests/bpf: Add test for cgroup iterator on a dead cgroup
- From: Hao Luo <haoluo@xxxxxxxxxx>
- Re: [PATCH bpf 2/4] libbpf: Handle size overflow for ringbuf mmap
- Re: [PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH bpf 1/4] libbpf: Adjust ring buffer size when probing ring buffer map
- Re: [PATCH bpf-next v2] bpf: Pass map file to .map_update_batch directly
- Re: [PATCH bpf-next] selftests/bpf: Fix error undeclared identifier 'NF_NAT_MANIP_SRC'
[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]