BPF
[Prev Page][Next Page]
- [RFC bpf-next v2 01/14] bpf: Introduce bpf_patch
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 05/14] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 14/14] bnxt: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 07/14] selftests/bpf: Verify xdp_metadata xdp->skb path
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 11/14] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 06/14] xdp: Carry over xdp metadata into skb context
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 00/14] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 03/14] veth: Introduce veth_xdp_buff wrapper for xdp_buff
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next v2 08/14] bpf: Helper to simplify calling kernel routines from unrolled kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next] xsk: fix destination buffer address when copying with metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: Re: [PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH bpf-next v4 06/24] bpf: Refactor kptr_off_tab into btf_record
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v4 06/24] bpf: Refactor kptr_off_tab into btf_record
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v4 14/24] bpf: Allow locking bpf_spin_lock global variables
- From: Dave Marchevsky <davemarchevsky@xxxxxxxx>
- Re: [PATCH bpf-next v4 06/24] bpf: Refactor kptr_off_tab into btf_record
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v4 19/24] bpf: Introduce bpf_obj_new
- From: Dave Marchevsky <davemarchevsky@xxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [bpf-next 08/11] bpf/selftests: convert tcp_hdr_options test to ASSERT_* macros
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Alexei Starovoitov <ast@xxxxxxxx>
- Re: [PATCH v3 15/15] iommufd: Add a selftest
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next 3/5] bpf: Add rcu btf_type_tag verifier support
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- pull-request: bpf 2022-11-04
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf 1/2 v2] bpf: Fix wrong reg type conversion in release_reference()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next 3/5] bpf: Add rcu btf_type_tag verifier support
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v4 05/24] bpf: Drop reg_type_may_be_refcounted_or_null
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 5/5] selftests/bpf: Add tests for bpf_rcu_read_lock()
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/5] bpf: Add rcu btf_type_tag verifier support
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Song Liu <songliubraving@xxxxxxxx>
- Re: [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next v2] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 02/24] bpf: Allow specifying volatile type modifier for kptrs
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- [PATCH] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 01/24] bpf: Document UAPI details for special BPF types
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v3 8/15] iommufd: Algorithms for PFN storage
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH bpf-next v4 24/24] selftests/bpf: Add BPF linked list API tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 23/24] selftests/bpf: Add __contains macro to bpf_experimental.h
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 22/24] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 21/24] bpf: Permit NULL checking pointer with non-zero fixed offset
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 20/24] bpf: Introduce bpf_obj_drop
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 19/24] bpf: Introduce bpf_obj_new
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 18/24] bpf: Teach verifier about non-size constant arguments
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 17/24] bpf: Support constant scalar arguments for kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 16/24] bpf: Drop kfunc bits from btf_check_func_arg_match
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 15/24] bpf: Rewrite kfunc argument handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 14/24] bpf: Allow locking bpf_spin_lock global variables
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 13/24] bpf: Support locking bpf_spin_lock in local kptr
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 12/24] bpf: Verify ownership relationships for user BTF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 11/24] bpf: Recognize bpf_{spin_lock,list_head,list_node} in local kptrs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 10/24] bpf: Introduce local kptrs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 09/24] bpf: Support bpf_list_head in map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 08/24] bpf: Refactor map->off_arr handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 07/24] bpf: Consolidate spin_lock, timer management into btf_record
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 06/24] bpf: Refactor kptr_off_tab into btf_record
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 05/24] bpf: Drop reg_type_may_be_refcounted_or_null
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 04/24] bpf: Fix slot type check in check_stack_write_var_off
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 03/24] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 02/24] bpf: Allow specifying volatile type modifier for kptrs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 01/24] bpf: Document UAPI details for special BPF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v4 00/24] Local kptrs, BPF linked lists
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warning
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 10/10] selftests/bpf: support stat filtering in comparison mode in veristat
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf RESEND 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net v2] uapi: Add missing linux/stddef.h header file to in.h
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 10/10] selftests/bpf: support stat filtering in comparison mode in veristat
- From: Alexei Starovoitov <ast@xxxxxxxx>
- Re: [PATCH bpf 1/2] net/ipv4: fix linux/in.h header dependencies
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH v2] LSM: Better reporting of actual LSMs at boot
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH hid v12 14/15] samples/hid: add Surface Dial example
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 12/15] selftests/hid: Add a test for BPF_F_INSERT_HEAD
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 10/15] HID: bpf: allow to change the report descriptor
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 15/15] Documentation: add HID-BPF docs
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 11/15] selftests/hid: add report descriptor fixup tests
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 13/15] samples/hid: add new hid BPF example
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 08/15] HID: bpf: introduce hid_hw_request()
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 09/15] selftests/hid: add tests for bpf_hid_hw_request
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 07/15] selftests/hid: add test to change the report size
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 06/15] HID: bpf: allocate data memory for device_event BPF programs
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 04/15] selftests: add tests for the HID-bpf initial implementation
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 02/15] HID: Kconfig: split HID support and hid-core compilation
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 05/15] HID: bpf jmp table: simplify the logic of cleaning up programs
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 03/15] HID: initial BPF implementation
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 01/15] HID: fix I2C_HID not selected when I2C_HID_OF_ELAN is
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- [PATCH hid v12 00/15] Introduce eBPF support for HID devices
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] bpf: mark get_entry_ip as __maybe_unused
- From: Jonas Rabenstein <rabenstein@xxxxxxxxx>
- Re: [PATCH v4] evm: Correct inode_init_security hooks behaviors
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [RESEND][RFC][PATCH 1/3] lsm: Clarify documentation of vm_enough_memory hook
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH] bpf: mark get_entry_ip as __maybe_unused
- From: Jonas Rabenstein <rabenstein@xxxxxxxxx>
- Re: [RESEND][RFC][PATCH 2/3] bpf-lsm: Limit values that can be returned by security modules
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH bpf-next 5/5] selftests/bpf: Add tests for bpf_rcu_read_lock()
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH 0/2] bpf: Yet another approach to fix the BPF dispatcher thing
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next 4/5] bpf: Enable sleeptable support for cgrp local storage
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/5] bpf: Add rcu btf_type_tag verifier support
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/5] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 07/13] bpf: Fix partial dynptr stack slot reads/writes
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Tests for BTF_KIND_DECL_TAG dump in C format
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 1/2] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 0/2] bpf: Yet another approach to fix the BPF dispatcher thing
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [Patch bpf v2] sock_map: move cancel_work_sync() out of sock lock
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf 1/2] net/ipv4: fix linux/in.h header dependencies
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [Patch bpf v2] sock_map: move cancel_work_sync() out of sock lock
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Question: __u32 or u32 in BPF code
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- [PATCH 1/2] bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH 0/2] bpf: Yet another approach to fix the BPF dispatcher thing
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH 2/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH bpf RESEND 3/4] bpf: Add kernel function call support in 32-bit ARM
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf RESEND 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/1] docs: BPF_MAP_TYPE_CPUMAP
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- [PATCH bpf RESEND v2] tools headers UAPI: Sync linux/stddef.h with the kernel sources
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH bpf 2/2] selftests/bpf: Add verifier test for release_reference()
- From: Youlin Li <liulin063@xxxxxxxxx>
- [PATCH bpf 1/2 v2] bpf: Fix wrong reg type conversion in release_reference()
- From: Youlin Li <liulin063@xxxxxxxxx>
- [PATCH bpf RESEND 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH bpf RESEND 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH bpf RESEND 0/4] bpf: Support kernel function call in 32-bit ARM
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH bpf RESEND 4/4] bpf:selftests: Add kfunc_call test for mixing 32-bit and 64-bit parameters
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH bpf RESEND 3/4] bpf: Add kernel function call support in 32-bit ARM
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH bpf v3] bpf: Fix memory leaks in __check_func_call
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- [PATCH net v2] uapi: Add missing linux/stddef.h header file to in.h
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- Re: [PATCH] uapi: Add missing linux/stddef.h header file to in.h
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH 0/4] bpf: Support kernel function call in 32-bit ARM
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH 3/4] bpf: Add kernel function call support in 32-bit ARM
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH 4/4] bpf:selftests: Add kfunc_call test for mixing 32-bit and 64-bit parameters
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- Re: [PATCH] uapi: Add missing linux/stddef.h header file to in.h
- From: Paolo Abeni <pabeni@xxxxxxxxxx>
- Re: [PATCH] ima: Fix memory leak in __ima_inode_hash()
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [syzbot] WARNING in __perf_event_overflow
- From: Marco Elver <elver@xxxxxxxxxx>
- RE: [PATCH v3 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- [PATCH bpf-next 5/5] selftests/bpf: Add tests for bpf_rcu_read_lock()
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next 4/5] bpf: Enable sleeptable support for cgrp local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next 3/5] bpf: Add rcu btf_type_tag verifier support
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next 1/5] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next 0/5] bpf: Add bpf_rcu_read_lock() support
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next 10/10] selftests/bpf: support stat filtering in comparison mode in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 08/10] selftests/bpf: handle missing records in comparison mode better in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 09/10] selftests/bpf: support stats ordering in comparison mode in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 07/10] selftests/bpf: make veristat emit all stats in CSV mode by default
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 05/10] selftests/bpf: allow to define asc/desc ordering for sort specs in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 01/10] selftests/bpf: add veristat replay mode
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 06/10] selftests/bpf: support simple filtering of stats in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 04/10] selftests/bpf: ensure we always have non-ambiguous sorting in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 02/10] selftests/bpf: shorten "Total insns/states" column names in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 03/10] selftests/bpf: consolidate and improve file/prog filtering in veristat
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 00/10] veristat: replay, filtering, sorting
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- RE: [Patch bpf v2] sock_map: move cancel_work_sync() out of sock lock
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Re: [syzbot] WARNING in __perf_event_overflow
- From: syzbot <syzbot+589d998651a580e6135d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- RE: [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- RE: [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests/bpf: Tests for btf_dedup_resolve_fwds
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 3/4] libbpf: Resolve unambigous forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 1/4] libbpf: hashmap interface update to uintptr_t -> uintptr_t
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 2/4] selftests/bpf: hashmap test cases updated for uintptr_t -> uintptr_t interface
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 0/4] libbpf: Resolve unambigous forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: allow precision tracking for programs with subprogs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 1/6] bpf: propagate precision in ALU/ALU64 operations
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net v2] bpf: Fix memory leaks in __check_func_call
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH net v2] bpf: Fix memory leaks in __check_func_call
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v3 19/24] bpf: Introduce bpf_obj_new
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 19/24] bpf: Introduce bpf_obj_new
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH] ima: Fix memory leak in __ima_inode_hash()
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH bpf-next v3 23/24] selftests/bpf: Add __contains macro to bpf_experimental.h
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 24/24] selftests/bpf: Add BPF linked list API tests
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 18/24] bpf: Teach verifier about non-size constant arguments
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 22/24] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 21/24] bpf: Permit NULL checking pointer with non-zero fixed offset
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 15/24] bpf: Rewrite kfunc argument handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 19/24] bpf: Introduce bpf_obj_new
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 17/24] bpf: Support constant scalar arguments for kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 16/24] bpf: Drop kfunc bits from btf_check_func_arg_match
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 20/24] bpf: Introduce bpf_obj_drop
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 14/24] bpf: Allow locking bpf_spin_lock global variables
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 13/24] bpf: Support locking bpf_spin_lock in local kptr
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 12/24] bpf: Verify ownership relationships for user BTF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 11/24] bpf: Recognize bpf_{spin_lock,list_head,list_node} in local kptrs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 10/24] bpf: Introduce local kptrs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 09/24] bpf: Support bpf_list_head in map values
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 07/24] bpf: Consolidate spin_lock, timer management into btf_record
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 05/24] bpf: Drop reg_type_may_be_refcounted_or_null
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 06/24] bpf: Refactor kptr_off_tab into btf_record
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 08/24] bpf: Refactor map->off_arr handling
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 04/24] bpf: Fix slot type check in check_stack_write_var_off
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 03/24] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 02/24] bpf: Allow specifying volatile type modifier for kptrs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 01/24] bpf: Document UAPI details for special BPF types
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v3 00/24] Local kptrs, BPF linked lists
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: pull-request: bpf-next 2022-11-02
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net v2] bpf: Fix memory leaks in __check_func_call
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net v2] bpf: Fix memory leaks in __check_func_call
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 15/15] iommufd: Add a selftest
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Question: BPF maps reliability
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH bpf 2/2] tools headers uapi: pull in stddef.h to fix BPF selftests build in CI
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf 1/2] net/ipv4: fix linux/in.h header dependencies
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH net v2] net: tun: Fix memory leaks of napi_get_frags
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] selftests/bpf: Tests for btf_dedup_resolve_fwds
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/4] libbpf: Resolve unambigous forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 3/4] libbpf: Resolve unambigous forward declarations
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH] ima: Fix memory leak in __ima_inode_hash()
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH net] net: Fix memory leaks of napi->rx_list
- From: Edward Cree <ecree.xilinx@xxxxxxxxx>
- Re: WARNING in bpf_bprintf_prepare
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH v3 15/15] iommufd: Add a selftest
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v3 07/15] iommufd: PFN handling for iopt_pages
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [RESEND PATCH] bpftool: Support use full prog name in prog subcommand
- From: Tao Chen <chentao.kernel@xxxxxxxxxxxxxxxxx>
- Re: Possible bug or unintended behaviour using bpf_ima_file_hash
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH hid v11 07/14] HID: bpf: introduce hid_hw_request()
- From: Dan Carpenter <error27@xxxxxxxxx>
- Re: [PATCH] veth: Avoid drop packets when xdp_redirect performs
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RESEND PATCH] bpftool: Support use full prog name in prog subcommand
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: Possible bug or unintended behaviour using bpf_ima_file_hash
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 0/1] docs: BPF_MAP_TYPE_CPUMAP
- [PATCH bpf-next v2 1/1] docs: BPF_MAP_TYPE_CPUMAP
- [PATCH bpf-next 1/4] libbpf: hashmap interface update to uintptr_t -> uintptr_t
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Tests for btf_dedup_resolve_fwds
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 2/4] selftests/bpf: hashmap test cases updated for uintptr_t -> uintptr_t interface
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 3/4] libbpf: Resolve unambigous forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf] bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next 0/4] libbpf: Resolve unambigous forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf] bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [syzbot] WARNING in __perf_event_overflow
- From: Marco Elver <elver@xxxxxxxxxx>
- [syzbot] WARNING in __perf_event_overflow
- From: syzbot <syzbot+589d998651a580e6135d@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net v2] netfilter: nf_nat: Fix possible memory leak in nf_nat_init()
- From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
- [PATCH net v2] net: tun: Fix memory leaks of napi_get_frags
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH net] net: tun: Fix memory leaks of napi_get_frags
- From: wangyufen <wangyufen@xxxxxxxxxx>
- [PATCH net] net: tun: Fix memory leaks of napi_get_frags
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- [PATCH bpf] bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH -next,v2] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: Baisong Zhong <zhongbaisong@xxxxxxxxxx>
- Re: Possible bug or unintended behaviour using bpf_ima_file_hash
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH net] net: Fix memory leaks of napi->rx_list
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: zhongbaisong <zhongbaisong@xxxxxxxxxx>
- [PATCH bpf-next 5/6] bpf: aggressively forget precise markings during state checkpointing
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 6/6] selftests/bpf: make test_align selftest more robust
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 4/6] bpf: stop setting precise in current state
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 3/6] bpf: allow precision tracking for programs with subprogs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 2/6] bpf: propagate precision across all frames, not just the last one
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/6] bpf: propagate precision in ALU/ALU64 operations
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 0/6] BPF verifier precision tracking improvements
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- pull-request: bpf-next 2022-11-02
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- [Patch bpf v2] sock_map: move cancel_work_sync() out of sock lock
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH net] net: Fix memory leaks of napi->rx_list
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net] net: Fix memory leaks of napi->rx_list
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: zhongbaisong <zhongbaisong@xxxxxxxxxx>
- [RESEND PATCH] bpftool: Support use full prog name in prog subcommand
- From: Tao Chen <chentao.kernel@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH] bpftool: Support use full prog name in prog subcommand
- From: Tao Chen <chentao.kernel@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v2] LSM: Better reporting of actual LSMs at boot
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH v2] LSM: Better reporting of actual LSMs at boot
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH v2] LSM: Better reporting of actual LSMs at boot
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Tests for enum fwd resolved as full enum64
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 1/2] libbpf: Resolve enum fwd as full enum64 and vice versa
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH] drm/radeon: Replace kmap() with kmap_local_page()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH] drm/radeon: Replace kmap() with kmap_local_page()
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH net v3] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v3 15/15] iommufd: Add a selftest
- From: Nicolin Chen <nicolinc@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Song Liu <song@xxxxxxxxxx>
- Re: [Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
- From: Nicolin Chen <nicolinc@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 07/15] iommufd: PFN handling for iopt_pages
- From: Nicolin Chen <nicolinc@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
- From: Nicolin Chen <nicolinc@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: Mark bpf_arch_init_dispatcher_early() as __init_or_module
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH] bpftool: Support use full prog name in prog subcommand
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v3 8/15] iommufd: Algorithms for PFN storage
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests: fix test group SKIPPED result
- From: Mykola Lysenko <mykolal@xxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests: fix test group SKIPPED result
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH] bpftool: Support use full prog name in prog subcommand
- From: Tao Chen <chentao.kernel@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] samples/bpf: fix typo in README
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: David Ahern <dsahern@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: Linux 6.1-rc3 build fail in include/linux/bpf.h
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- [PATCH bpf-next v1] bpf, docs: Document BPF_MAP_TYPE_BLOOM_FILTER
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH net v2] netfilter: nf_nat: Fix possible memory leak in nf_nat_init()
- From: Chen Zhongjin <chenzhongjin@xxxxxxxxxx>
- Re: [PATCH bpf-next v1 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Uladzislau Rezki <urezki@xxxxxxxxx>
- [PATCH bpf-next v2 0/1] Document BPF_MAP_TYPE_LPM_TRIE
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- [PATCH bpf-next v2 1/1] Document BPF_MAP_TYPE_LPM_TRIE
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- Re: [PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] netfilter: nf_nat: Fix possible memory leak in nf_nat_init()
- From: Chen Zhongjin <chenzhongjin@xxxxxxxxxx>
- Re: [PATCH bpf-next v1] bpf, docs: document BPF_MAP_TYPE_ARRAY_OF_MAPS and *_HASH_OF_MAPS
- From: Maryam Tahhan <mtahhan@xxxxxxxxxx>
- Re: Linux 6.1-rc3 build fail in include/linux/bpf.h
- From: Björn Töpel <bjorn@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/3] perf/core: Prepare sample data before calling BPF
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH] netfilter: nf_nat: Fix possible memory leak in nf_nat_init()
- From: Chen Zhongjin <chenzhongjin@xxxxxxxxxx>
- RE: RE: [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: RE: [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH bpf] bpf: Mark bpf_arch_init_dispatcher_early() as __init_or_module
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v2 3/3] bpf/verifier: Take advantage of full allocation sizes
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH bpf-next 0/3] bpf: Add bpf_perf_event_read_sample() helper (v1)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf-next 1/3] perf/core: Prepare sample data before calling BPF
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf-next 3/3] bpf: Add perf_event_read_sample test cases
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
- From: Baisong Zhong <zhongbaisong@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH net v3] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH net v2] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests: fix test group SKIPPED result
- From: Mykola Lysenko <mykolal@xxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH] bpf: Remove the obsolte u64_stats_fetch_*_irq() users.
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH net v2] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH bpf-next v1 RESEND 3/5] bpf: use vmalloc_exec for bpf program and bpf dispatcher
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v1 RESEND 4/5] vmalloc: introduce register_text_tail_vm()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
- From: Song Liu <song@xxxxxxxxxx>
- [PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
- From: Song Liu <song@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: Linux 6.1-rc3 build fail in include/linux/bpf.h
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v2 3/3] bpf/verifier: Take advantage of full allocation sizes
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation
- From: Bill Wendling <morbo@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH net v2] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH bpf] bpf: Mark bpf_arch_init_dispatcher_early() as __init_or_module
- From: Nathan Chancellor <nathan@xxxxxxxxxx>
- Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Possible bug or unintended behaviour using bpf_ima_file_hash
- From: Isaac Matthews <isaac.jmatt@xxxxxxxxx>
- Re: [PATCH v3 8/15] iommufd: Algorithms for PFN storage
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Alexander Lobakin <alexandr.lobakin@xxxxxxxxx>
- Re: [xdp-hints] Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: "Bezdeka, Florian" <florian.bezdeka@xxxxxxxxxxx>
- Re: [PATCH bpf-next v1] Document BPF_MAP_TYPE_LPM_TRIE
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- Re: Closing the BPF map permission loophole
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH] uapi: Add missing linux/stddef.h header file to in.h
- From: Yang Jihong <yangjihong1@xxxxxxxxxx>
- [PATCH bpf-next] bpf: fix memory leak in grow_stack_state()
- From: Zhengchao Shao <shaozhengchao@xxxxxxxxxx>
- [PATCH] veth: Avoid drop packets when xdp_redirect performs
- From: Heng Qi <hengqi@xxxxxxxxxxxxxxxxx>
- Re: [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH v2] samples/bpf: fix typo in README
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- Re: [PATCH] samples: bpf: fix typo in README
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- Re: BUG: unable to handle kernel paging request in tcp_retransmit_timer
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH] samples: bpf: fix typo in README
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- INFO: task hung in ppp_ioctl
- From: Wei Chen <harperchen1110@xxxxxxxxx>
- BUG: unable to handle kernel paging request in tcp_retransmit_timer
- From: Wei Chen <harperchen1110@xxxxxxxxx>
- [PATCH] samples: bpf: fix typo in README
- From: Kang Minchul <tegongkang@xxxxxxxxx>
- Re: [PATCH hid v11 01/14] HID: Kconfig: split HID support and hid-core compilation
- From: kernel test robot <lkp@xxxxxxxxx>
- RE: [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: Closing the BPF map permission loophole
- From: "Lorenz Bauer" <oss@xxxxxx>
- [PATCH bpf-next] samples/bpf: Fix tracex2 error: No such file or directory
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- [PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- [RESEND PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- [PATCH bpf-next v2 3/3] bpf/verifier: Take advantage of full allocation sizes
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH bpf-next v2 0/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH bpf-next v2 2/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- RE: [PATCH bpf-next v1] Document BPF_MAP_TYPE_LPM_TRIE
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH v3 00/15] IOMMUFD Generic interface
- From: Nicolin Chen <nicolinc@xxxxxxxxxx>
- Re: [PATCH net] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: wangyufen <wangyufen@xxxxxxxxxx>
- RE: [PATCH bpf-next] selftests: fix test group SKIPPED result
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH net v2] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- RE: [PATCH bpf-next v2] bpf: check max_entries before allocating memory
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH] bpf: Use kmalloc_size_roundup() to match ksize() usage
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: check max_entries before allocating memory
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- RE: [PATCH net] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH v3 04/15] iommufd: Overview documentation
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH v3 9/15] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC bpf-next 2/5] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v2] bpf: check max_entries before allocating memory
- From: Florian Lehner <dev@xxxxxxxxxxx>
- Re: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH 4/4] perf lock contention: Increase default stack skip to 4
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf-next] selftests: fix test group SKIPPED result
- From: Domenico Cerasuolo <cerasuolodomenico@xxxxxxxxx>
- Re: libbpf not properly detecting support for memcg-based memory accounting
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: Closing the BPF map permission loophole
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH] samples/bpf: Fix sockex3: missing BPF prog type
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: Re: [PATCH] selftests/bpf: Fix strncpy() fortify warning
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [RESEND][RFC][PATCH 3/3] selftests/bpf: Check if return values of LSM programs are allowed
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RESEND][RFC][PATCH 2/3] bpf-lsm: Limit values that can be returned by security modules
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RESEND][RFC][PATCH 1/3] lsm: Clarify documentation of vm_enough_memory hook
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RFC][PATCH 3/3] selftests/bpf: Check if return values of LSM programs are allowed
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RFC][PATCH 2/3] bpf-lsm: Limit values that can be returned by security modules
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [RFC][PATCH 1/3] lsm: Clarify documentation of vm_enough_memory hook
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- RE: [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- libbpf not properly detecting support for memcg-based memory accounting
- From: Grant Seltzer Richman <grantseltzer@xxxxxxxxx>
- Re: [PATCH net] bpf: Fix memory leaks in __check_func_call
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH bpf-next v1] Document BPF_MAP_TYPE_LPM_TRIE
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [RFC bpf-next 2/5] veth: Support rx timestamp metadata for xdp
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH -next] selftests/bpf: fix alignment problem in bpf_prog_test_run_skb()
- From: zhongbaisong <zhongbaisong@xxxxxxxxxx>
- [PATCH net] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- Re: Closing the BPF map permission loophole
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
- From: wangyufen <wangyufen@xxxxxxxxxx>
- [PATCH net v2] bpf: Fix memory leaks in __check_func_call
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- 答复: [PATCH bpf-next v2 0/2] If the sock is dead, do not access sock's sk_wq in sk_stream_wait_memory
- From: "liujian (CE)" <liujian56@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH net] bpf: Fix memory leaks in __check_func_call
- From: wangyufen <wangyufen@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
- From: shaozhengchao <shaozhengchao@xxxxxxxxxx>
- Re: [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH] samples/bpf: Fix sockex3: missing BPF prog type
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: Re: [PATCH] selftests/bpf: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Mykola Lysenko <mykolal@xxxxxxxx>
- Re: [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC bpf-next 08/12] kbuild: Script to infer header guard values for uapi headers
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next 05/12] libbpf: Header guards for selected data structures in vmlinux.h
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [RFC bpf-next 03/12] libbpf: Support for BTF_DECL_TAG dump in C format
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 1/4] bpf, docs: Add note about type convention
- Re: [PATCH bpf-next 1/2] bpf: propagate nullness information for reg to reg comparisons
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/2] If the sock is dead, do not access sock's sk_wq in sk_stream_wait_memory
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net] bpf: Fix memory leaks in __check_func_call
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf: Fix a typo in comment for DFS algorithm
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC bpf-next 3/5] libbpf: Pass prog_ifindex via bpf_object_open_opts
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next 3/5] libbpf: Pass prog_ifindex via bpf_object_open_opts
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next 4/5] selftests/bpf: Convert xskxceiver to use custom program
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next 0/5] xdp: hints via kfuncs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next 3/5] libbpf: Pass prog_ifindex via bpf_object_open_opts
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next 2/5] veth: Support rx timestamp metadata for xdp
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [RFC bpf-next 1/5] bpf: Support inlined/unrolled kfuncs for xdp metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: Closing the BPF map permission loophole
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/2] If the sock is dead, do not access sock's sk_wq in sk_stream_wait_memory
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH 4/4] bpf, docs: Explain helper functions
- From: dthaler1968@xxxxxxxxxxxxxx
- [PATCH 3/4] bpf, docs: Use consistent names for the same field
- From: dthaler1968@xxxxxxxxxxxxxx
- [PATCH 2/4] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
- From: dthaler1968@xxxxxxxxxxxxxx
- [PATCH 1/4] bpf, docs: Add note about type convention
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH v3 9/15] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH] samples/bpf: Fix sockex3: missing BPF prog type
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
- From: shaozhengchao <shaozhengchao@xxxxxxxxxx>
- Re: WARNING in bpf_bprintf_prepare
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
- From: Rong Tao <rtoax@xxxxxxxxxxx>
- Re: [PATCH v3 9/15] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: WARNING in bpf_bprintf_prepare
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/2] If the sock is dead, do not access sock's sk_wq in sk_stream_wait_memory
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH net] bpf: Fix memory leaks in __check_func_call
- From: Wang Yufen <wangyufen@xxxxxxxxxx>
- Re: [PATCH hid v11 02/14] HID: initial BPF implementation
- From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx>
- Re: [PATCH bpf-next 01/10] bpf: Add initial fd-based API to attach tc BPF programs
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next v2] bpf: Fix a typo in comment for DFS algorithm
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- [PATCH v5 2/2] sched/numa: add per-process numa_balancing
- From: Gang Li <ligang.bdlg@xxxxxxxxxxxxx>
- WARNING in bpf_bprintf_prepare
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH][next] bpftool: Fix spelling mistake "disasembler" -> "disassembler"
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- linux-next: manual merge of the tip tree with the bpf-next tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: check max_entries before allocating memory
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v3 9/15] iommufd: Data structure to provide IOVA to PFN mapping
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix bpftool synctypes checking failure
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix bpftool synctypes checking failure
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH stable 5.10 0/5] kbuild: Fix compilation for latest pahole release
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix bpftool synctypes checking failure
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH 2/2] usb: Implement usb_revoke() BPF function
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] usb: Implement usb_revoke() BPF function
- From: Bastien Nocera <hadess@xxxxxxxxxx>
- [PATCH v4] evm: Correct inode_init_security hooks behaviors
- From: Nicolas Bouchinet <nicolas.bouchinet@xxxxxxxxxxx>
- Re: [PATCH hid v11 14/14] Documentation: add HID-BPF docs
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH hid v11 14/14] Documentation: add HID-BPF docs
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
- From: Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx>
- [PATCH] bpf: Remove the obsolte u64_stats_fetch_*_irq() users.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a typo in comment for DFS algorithm
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a typo in comment for DFS algorithm
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH][next] bpftool: Fix spelling mistake "disasembler" -> "disassembler"
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: check max_entries before allocating memory
- From: Florian Lehner <dev@xxxxxxxxxxx>
- [PATCH bpf-next v1] Document BPF_MAP_TYPE_LPM_TRIE
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- [PATCH bpf-next] bpf: check max_entries before allocating memory
- From: Florian Lehner <dev@xxxxxxxxxxx>
- Re: [RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH][next] bpftool: Fix spelling mistake "disasembler" -> "disassembler"
- From: Colin Ian King <colin.i.king@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a typo in comment for DFS algorithm
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [RFC PATCH 4/4] xdp: Support for flow_dissector as bpf helper function
- From: Pratyush Kumar Khan <pratyush@xxxxxxxxxx>
- [RFC PATCH 3/4] xdp: Support for kParser as bpf helper function
- From: Pratyush Kumar Khan <pratyush@xxxxxxxxxx>
- [RFC PATCH net-next]net: Add new kParser KMOD in net, integrate kParser with XDP
- From: Pratyush Kumar Khan <pratyush@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Panic on hard/soft lockup
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v6 0/9] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Fix a typo in comment for DFS algorithm
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 0/9] bpf: Avoid unnecessary deadlock detection and failure in task storage
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v5 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [PATCH bpf-next v6 9/9] docs/bpf: Add documentation for new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 8/9] selftests/bpf: Add test cgrp_local_storage to DENYLIST.s390x
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 7/9] selftests/bpf: Add selftests for new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 6/9] selftests/bpf: Fix test test_libbpf_str/bpf_map_type_str
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 5/9] bpftool: Support new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 3/9] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 4/9] libbpf: Support new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 2/9] bpf: Refactor some inode/task/sk storage functions for reuse
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 0/9] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v6 1/9] bpf: Make struct cgroup btf id global
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH v3 04/15] iommufd: Overview documentation
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH bpf-next v5 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next] bpf: Update max_entries for array maps
- From: Hou Tao <houtao1@xxxxxxxxxx>
- [PATCH bpf-next] bpf: Fix a typo in comment for DFS algorithm
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- Re: [PATCH v3] evm: Correct inode_init_security hooks behaviors
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf] bpf: Return -EINVAL on calling bpf_setsockopt(TCP_SAVED_SYN)
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf] libbpf: btf dedup identical struct test needs check for nested structs/arrays
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next] selftests/bpf: Panic on hard/soft lockup
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH hid v11 02/14] HID: initial BPF implementation
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v5 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
- From: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
- [RFC bpf-next 12/12] selftests/bpf: script for infer_header_guards.pl testing
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 11/12] selftests/bpf: Known good uapi headers for test_uapi_headers.py
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 10/12] selftests/bpf: Script to verify uapi headers usage with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 08/12] kbuild: Script to infer header guard values for uapi headers
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 07/12] bpftool: Enable header guards generation
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 05/12] libbpf: Header guards for selected data structures in vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 06/12] selftests/bpf: Tests for header guards printing in BTF dump
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 04/12] selftests/bpf: Tests for BTF_DECL_TAG dump in C format
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 02/12] selftests/bpf: Tests for standalone forward BTF declarations deduplication
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 03/12] libbpf: Support for BTF_DECL_TAG dump in C format
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC dwarves 1/1] pahole: Save header guard names when --header_guards_db is passed
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [RFC dwarves 0/1] pahole: Save header guard names when --header_guards_db is passed
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v5 7/7] docs/bpf: Add documentation for new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v5 6/7] selftests/bpf: Add selftests for new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v5 5/7] bpftool: Support new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v5 4/7] libbpf: Support new cgroup local storage
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v5 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v5 2/7] bpf: Refactor some inode/task/sk storage functions for reuse
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v5 1/7] bpf: Make struct cgroup btf id global
- From: Yonghong Song <yhs@xxxxxx>
- [PATCH bpf-next v5 0/7] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
- From: Yonghong Song <yhs@xxxxxx>
- Re: [PATCH bpf-next v4 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
- From: Yonghong Song <yhs@xxxxxxxx>
- [PATCH bpf-next v9 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- [PATCH bpf-next v9 0/1] Document BPF_MAP_TYPE_ARRAY
- From: Donald Hunter <donald.hunter@xxxxxxxxx>
- Re: [PATCH bpf-next v2 22/25] bpf: Introduce single ownership BPF linked list API
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next 7/9] bpf: Add new bpf_task_storage_delete proto with no deadlock detection
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 9/9] selftests/bpf: Tracing prog can still do lookup under busy lock
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 8/9] selftests/bpf: Ensure no task storage failure for bpf_lsm.s prog due to deadlock detection
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 6/9] bpf: bpf_task_storage_delete_recur does lookup first before the deadlock check
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 4/9] bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is detected
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 3/9] bpf: Refactor the core bpf_task_storage_get logic into a new function
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 5/9] bpf: Add new bpf_task_storage_get proto with no deadlock detection
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 0/9] bpf: Avoid unnecessary deadlock detection and failure in task storage
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 2/9] bpf: Append _recur naming to the bpf_task_storage helper proto
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 1/9] bpf: Remove prog->active check for bpf_lsm and bpf_iter
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- [PATCH v3 04/15] iommufd: Overview documentation
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
[Index of Archives]
[Linux Samsung SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux Kernel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Forum]