BPF
[Prev Page][Next Page]
- [PATCH bpf 5/5] selftests/bpf: extend multi-uprobe tests with USDTs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf 4/5] selftests/bpf: extend multi-uprobe tests with child thread case
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf 3/5] libbpf: detect broken PID filtering logic for multi-uprobe
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf 2/5] bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf 1/5] bpf: fix multi-uprobe PID filtering logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf 0/5] Fix BPF multi-uprobe PID filtering logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- RE: [PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH] bpftool: un-const bpf_func_info to fix it for llvm 17 and newer
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- [PATCH] bpftool: un-const bpf_func_info to fix it for llvm 17 and newer
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- [PATCH bpf-next v2] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- [PATCH net] sock_map: avoid race between sock_map_close and sk_psock_put
- From: Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxx>
- Re: bpftool does not print full names with LLVM 17 and newer
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLUB: what's next?
- From: Vlastimil Babka <vbabka@xxxxxxx>
- [PATCH bpf-next v6 8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 9/9] selftests/bpf: Test global bpf_list_head arrays.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 6/9] bpf: limit the number of levels of a nested struct type.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 5/9] bpf: look into the types of the fields of a struct type recursively.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 4/9] bpf: create repeated fields for arrays.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var().
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 1/9] bpf: Remove unnecessary checks on the offset of btf_field.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 2/9] bpf: Remove unnecessary call to btf_field_type_size().
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v6 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- Re: [PATCH v1 1/3] perf bpf filter: Give terms their own enum
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: bpftool does not print full names with LLVM 17 and newer
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: bpftool does not print full names with LLVM 17 and newer
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: bpftool does not print full names with LLVM 17 and newer
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: bpftool does not print full names with LLVM 17 and newer
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 632483ea8004edfadd035de36e1ab2c7c4f53158
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
- From: Frank Li <Frank.li@xxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/3] Fix and improvement for bpf_sysctl_set_new_value
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [syzbot] [bpf?] possible deadlock in get_page_from_freelist
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [syzbot] [bpf?] possible deadlock in get_page_from_freelist
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v2 bpf-next 3/3] net: new cgrp_sysctl test suite
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH v2 bpf-next 0/3] Fix and improvement for bpf_sysctl_set_new_value
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH v2 bpf-next 2/3] net: Improvement for bpf_sysctl_set_new_value
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH v2 bpf-next 1/3] net: Fix for bpf_sysctl_set_new_value
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH] riscv, bpf: Introduce shift add helper with Zba optimization
- From: Xiao Wang <xiao.w.wang@xxxxxxxxx>
- Re: [syzbot] [bpf?] possible deadlock in get_page_from_freelist
- From: Baoquan He <bhe@xxxxxxxxxx>
- [ANN] bpf development stats for 6.10
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH] riscv, bpf: try RVC for reg move within BPF_CMPXCHG JIT
- From: Xiao Wang <xiao.w.wang@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [syzbot] [bpf?] [net?] KMSAN: uninit-value in dev_map_hash_lookup_elem
- From: syzbot <syzbot+80cf9d55d6fd2d6a9838@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
- From: David Wei <dw@xxxxxxxxxxx>
- Re: [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
- From: David Wei <dw@xxxxxxxxxxx>
- Re: [PATCH bpf-next 3/3] net: new cgrp_sysctl test suite
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH] bpf: constify member bpf_sysctl_kern::table
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next v2 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next v2 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next v2 1/4] netfilter: nf_tables: add flowtable map for xdp offload
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next v2 0/4] netfilter: Add the capability to offload flowtable in XDP layer
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next v2 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 0/3] Use bpf_prog_pack for RV64 bpf trampoline
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 2/3] riscv, bpf: Fix out-of-bounds issue when preparing trampoline image
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 1/3] bpf: Use precise image size for struct_ops trampoline
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH v12 0/5] Reduce overhead of LSMs with static calls
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bpf?] possible deadlock in get_page_from_freelist
- From: Yuntao Wang <ytcoode@xxxxxxxxx>
- Re: bpf_map_update_elem returns -ENOMEM
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/3] perf bpf filter: Give terms their own enum
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH bpf-next v4 1/3] riscv, bpf: Add 12-argument support for RV64 bpf trampoline
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 3/3] selftests/bpf: Add testcase where 7th argment is struct
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 2/3] selftests/bpf: Factor out many args tests from tracing_struct
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v4 0/3] Add 12-argument support for RV64 bpf trampoline
- From: Pu Lehui <pulehui@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 1/3] perf bpf filter: Give terms their own enum
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
- From: David Wei <dw@xxxxxxxxxxx>
- [PATCH bpf-next 2/3] net: Improvement for bpf_sysctl_set_new_value
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH bpf-next 0/3] Fix and improvement for bpf_sysctl_set_new_value
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH bpf-next 3/3] net: new cgrp_sysctl test suite
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH bpf-next 1/3] net: Fix for bpf_sysctl_set_new_value
- From: Raman Shukhau <ramasha@xxxxxxxx>
- [PATCH] selftests: hid: Do not open-code TEST_HARNESS_MAIN
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: bpftool does not print full names with LLVM 17 and newer
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [syzbot] [bpf?] [net?] possible deadlock in sock_hash_update_common
- From: syzbot <syzbot+0b95946cd0588e2ad0f5@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- bpftool does not print full names with LLVM 17 and newer
- From: Ivan Babrou <ivan@xxxxxxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Reclaiming & documenting page flags
- From: Navid <navid.emamdoost@xxxxxxxxx>
- Re: [PATCH 0/2] selftests: harness: refactor __constructor_order
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
- From: Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx>
- [PATCH bpf-next v2 3/4] selftests/bpf: tests for btf_dump emit queue API
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests/bpf: corner case for typedefs handling in btf_dump
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 2/4] libbpf: API to access btf_dump emit queue and print single type
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 1/4] libbpf: put forward declarations to btf_dump->emit_queue
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 0/4] API to access btf_dump emit queue and print single type
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- RE: [PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
- From: dthaler1968@xxxxxxxxxxxxxx
- [PATCH bpf-next] bpf, docs: Use RFC 2119 language for ISA requirements
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH bpf-next] bpf, docs: clarify sign extension of 64-bit use of 32-bit imm
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- Re: [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
- From: Klara Modin <klarasmodin@xxxxxxxxx>
- Re: [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
- From: Will Deacon <will@xxxxxxxxxx>
- [PATCH] test_bpf: Add an skb_segment test for a non linear frag_list whose head_frag=1 and gso_size was mangled
- From: Fred Li <dracodingfly@xxxxxxxxx>
- [PATCH bpf-next] bpf, docs: Move sentence about returning R0 to abi.rst
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 3/5] bpf, x64: Fix tailcall hierarchy
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- Re: [PATCH v4 65/66] selftests/wireguard: Drop define _GNU_SOURCE
- From: "Jason A. Donenfeld" <Jason@xxxxxxxxx>
- Re: bpf_map_update_elem returns -ENOMEM
- From: Chase Hiltz <chase@xxxxxxxx>
- Re: [PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH 1/2] selftests: harness: remove unneeded __constructor_order_last()
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH 0/2] selftests: harness: refactor __constructor_order
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH dwarves] btf_encoder: add "distilled_base" BTF feature to split BTF generation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 09/11] module, bpf: store BTF base pointer in struct module
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 08/11] selftests/bpf: extend distilled BTF tests to cover BTF relocation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 04/11] bpftool: support displaying raw split BTF using base BTF section as base
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 07/11] libbpf: split BTF relocation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 06/11] kbuild, bpf: add module-specific pahole/resolve_btfids flags for distilled base BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 05/11] resolve_btfids: use .BTF.base ELF section as base BTF if -B option is used
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 02/11] selftests/bpf: test distilled base, split BTF generation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v4 bpf-next 00/11] bpf: support resilient split BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Takashi Iwai <tiwai@xxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Thomas Hellström <thomas.hellstrom@xxxxxxxxxxxxxxx>
- Re: [PATCH v12 2/5] security: Count the LSMs enabled at compile time
- From: John Johansen <john.johansen@xxxxxxxxxxxxx>
- Re: [PATCH v12 1/5] kernel: Add helper macros for loop unrolling
- From: John Johansen <john.johansen@xxxxxxxxxxxxx>
- Re: [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Christian König <ckoenig.leichtzumerken@xxxxxxxxx>
- [PATCH 4/5] powerpc64/bpf: jit support for sign extended mov
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- [PATCH 3/5] powerpc64/bpf: jit support for sign extended load
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- [PATCH 5/5] powerpc64/bpf: jit support for signed division and modulo
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- [PATCH 1/5] powerpc64/bpf: jit support for 32bit offset jmp instruction
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- [PATCH 0/5] powerpc64/bpf: jit support for cpuv4 instructions
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- [PATCH 2/5] powerpc64/bpf: jit support for unconditional byte swap
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- Re: Re: [PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
- From: Feng Zhou <zhoufeng.zf@xxxxxxxxxxxxx>
- Re: [PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
- From: Pu Lehui <pulehui@xxxxxxxxxx>
- Re: [syzbot] [bpf?] possible deadlock in get_page_from_freelist
- From: Pengfei Xu <pengfei.xu@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix prog numbers in test_sockmap
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v8 03/20] bpf: Allow struct_ops prog to return referenced kptr
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- Re: [PATCH bpf-next] kbuild, bpf: use test-ge check for v1.25-only pahole
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpftool: fix make dependencies for vmlinux.h
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] bpf: fix order of args in call to bpf_map_kvcalloc
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 bpf-next] bpftool: introduce btf c dump sorting
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v8 bpf-next 2/2] selftests/bpf: Add selftest for bits iter
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v8 bpf-next 1/2] bpf: Add bits iterator
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v8 bpf-next 0/2] bpf: Add a generic bits iterator
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [RFC PATCH v8 03/20] bpf: Allow struct_ops prog to return referenced kptr
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH bpf-next 0/3] API to access btf_dump emit queue and print single type
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc (2)
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: pull-request: bpf 2024-05-17
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- pull-request: bpf 2024-05-17
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/3] API to access btf_dump emit queue and print single type
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: Adjust test_access_variable_array after a kernel function name change
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [RFC PATCH v8 09/20] bpf: Find special BTF fields in union
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [PATCH bpf-next 3/3] selftests/bpf: tests for btf_dump emit queue API
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 2/3] libbpf: API to access btf_dump emit queue and print single type
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 1/3] libbpf: put forward declarations to btf_dump->emit_queue
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next 0/3] API to access btf_dump emit queue and print single type
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
- From: Klara Modin <klarasmodin@xxxxxxxxx>
- Re: [PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/1] Fix for bpf_sysctl_set_new_value
- From: Raman Shukhau <ramasha@xxxxxxxx>
- Re: [PATCH bpf-next v4 3/5] bpf, x64: Fix tailcall hierarchy
- From: Zvi Effron <zeffron@xxxxxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- [PATCH bpf] selftests/bpf: Adjust test_access_variable_array after a kernel function name change
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf] selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH bpf] selftests/bpf: Adjust btf_dump test to reflect recent change in file_operations
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v4 00/66] Define _GNU_SOURCE for sources using
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
- From: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- Re: [PATCH bpf-next v4 3/5] bpf, x64: Fix tailcall hierarchy
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Barret Rhoden <brho@xxxxxxxxxx>
- Re: [PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
- From: Davide Caratti <dcaratti@xxxxxxxxxx>
- Re: [PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH] net/sched: unregister root_lock_key in the error path of qdisc_alloc()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- Re: [PATCH iwl-net 3/3] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH iwl-net 3/3] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: bpf_map_update_elem returns -ENOMEM
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf] MAINTAINERS: Add myself as reviewer of ARM64 BPF JIT
- From: Hengqi Chen <hengqi.chen@xxxxxxxxx>
- [PATCH iwl-net 2/3] ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
- From: Sergey Temerkhanov <sergey.temerkhanov@xxxxxxxxx>
- Re: ANNOUNCE: pahole v1.26 (more holes, --bpf_features, --contains_enum)
- From: Domenico Andreoli <domenico.andreoli@xxxxxxxxx>
- [PATCH v3] riscv, bpf: Optimize zextw insn with Zba extension
- From: Xiao Wang <xiao.w.wang@xxxxxxxxx>
- Re: [PATCH iwl-net 1/3] ice: remove af_xdp_zc_qps bitmap
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH iwl-net 2/3] ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH iwl-net 3/3] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
- From: Simon Horman <horms@xxxxxxxxxx>
- [PATCH] bpf: fix order of args in call to bpf_map_kvcalloc
- From: Mohammad Shehar Yaar Tausif <sheharyaar48@xxxxxxxxx>
- Re: [PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v2 0/4] Dump off-cpu samples directly
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v2 0/4] Dump off-cpu samples directly
- From: Howard Chu <howardchu95@xxxxxxxxx>
- [PATCH v1 3/3] perf top: Allow filters on events
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 2/3] perf bpf filter: Add uid and gid terms
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 1/3] perf bpf filter: Give terms their own enum
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: Re: [PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
- From: Feng Zhou <zhoufeng.zf@xxxxxxxxxxxxx>
- Re: [syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc (2)
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf] MAINTAINERS: Add myself as reviewer of ARM64 BPF JIT
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Enable INET_XFRM_TUNNEL in config
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [syzbot] [bpf?] KASAN: stack-out-of-bounds Read in hash
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 8/8] selftests/bpf: Use netns helpers in lwt tests
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 7/8] selftests/bpf: Use cleanup_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 6/8] selftests/bpf: Export cleanup_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 5/8] selftests/bpf: Use create_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 4/8] selftests/bpf: Export create_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 3/8] selftests/bpf: Drop duplicate create_netns
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 2/8] selftests/bpf: Use unshare_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 1/8] selftests/bpf: Add unshare_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 0/8] add netns helpers
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH v12 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH v12 4/5] security: Update non standard hooks to use static calls
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH v12 3/5] security: Replace indirect LSM hook calls with static calls
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH v12 2/5] security: Count the LSMs enabled at compile time
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH v12 1/5] kernel: Add helper macros for loop unrolling
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH v12 0/5] Reduce overhead of LSMs with static calls
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH bpf-next v1 2/2] bpf, x86: Skip bounds checking for PROBE_MEM with SMAP
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 1/2] x86: Perform BPF exception fixup in do_user_addr_fault
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next v1 0/2] Zero overhead PROBE_MEM
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next 1/4] netfilter: nf_tables: add flowtable map for xdp offload
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [PATCH bpf-next 0/4] netfilter: Add the capability to offload flowtable in XDP layer
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH v5 3/3] perf/core: Check sample_type in perf_sample_save_brstack
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v5 2/3] perf/core: Check sample_type in perf_sample_save_callchain
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v5 1/3] perf/core: Save raw sample data conditionally based on sample type
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- Re: [PATCH v4 1/3] perf/core: Save raw sample data conditionally based on sample type
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf] bpf, docs: Fix the description of 'src' in ALU instructions
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] libbpf: fix feature detectors when using token_fd
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next 1/2] bpf: save extended inner map info for percpu array maps as well
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next 1/2] bpf: save extended inner map info for percpu array maps as well
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH iwl-net 3/3] ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH iwl-net 2/3] ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH iwl-net 1/3] ice: remove af_xdp_zc_qps bitmap
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH iwl-net 0/3] Fix AF_XDP problems after changing queue number
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: KP Singh <kpsingh@xxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [syzbot] [bpf?] KASAN: stack-out-of-bounds Read in hash
- From: syzbot <syzbot+9459b5d7fab774cf182f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH net-next 2/2] selftests/bpf: add more variations of map-in-map situations
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH net-next 1/2] bpf: save extended inner map info for percpu array maps as well
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- [PATCH] net: Fix the gso BUG_ON that treat the skb which head_frag is true as non head_frag
- From: dracoding <dracodingfly@xxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [GIT PULL] Networking for v6.10
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- [RFC v4 11/13] net: replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [RFC v4 00/13] First try to replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- RE: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: "Wang, Xiao W" <xiao.w.wang@xxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
- From: Nikolay Aleksandrov <razor@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
- From: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx>
- Re: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- Re: [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 9/9] selftests/bpf: Use netns helpers in test_tunnel
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/3] perf/core: Save raw sample data conditionally based on sample type
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
- [PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
- From: Feng zhou <zhoufeng.zf@xxxxxxxxxxxxx>
- RE: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: "Wang, Xiao W" <xiao.w.wang@xxxxxxxxx>
- Re: [PATCH stable, 6.1 1/2] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [GIT PULL] Networking for v6.10
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH net-next 2/2] selftests/bpf: add more variations of map-in-map situations
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH net-next 1/2] bpf: save extended inner map info for percpu array maps as well
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 9/9] selftests/bpf: Use netns helpers in test_tunnel
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 7/9] selftests/bpf: Use cleanup_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 8/9] selftests/bpf: Use netns helpers in lwt tests
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 6/9] selftests/bpf: Export cleanup_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 5/9] selftests/bpf: Use create_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 4/9] selftests/bpf: Export create_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 3/9] selftests/bpf: Drop duplicate create_netns
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 2/9] selftests/bpf: Use unshare_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 1/9] selftests/bpf: Add unshare_netns helper
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 0/9] add netns helpers
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests/bpf: Add post_connect_cb callback
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 3/4] selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_ca
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 2/4] selftests/bpf: Use start_server_addr in bpf_tcp_ca
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 1/4] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 0/4] use network helpers, part 5
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [GIT PULL] Networking for v6.10
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Networking for v6.10
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [GIT PULL] Networking for v6.10
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Deepak Gupta <debug@xxxxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] selftests/bpf: Add post_connect_cb callback
- From: kernel test robot <yujie.liu@xxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- [GIT PULL] Networking for v6.10
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Josh Don <joshdon@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Chris Mason <clm@xxxxxxxx>
- [linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf] MAINTAINERS: Update ARM64 BPF JIT maintainer
- From: Puranjay Mohan <puranjay@xxxxxxxxxx>
- Re: [syzbot] [bpf?] BUG: unable to handle kernel paging request in jhash
- From: syzbot <syzbot+6592955f6080eeb2160f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v9 00/14] Device Memory TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH bpf-next] kbuild, bpf: use test-ge check for v1.25-only pahole
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- RE: [Intel-wired-lan] [PATCH net-next v2 1/1] net: intel: Use *-y instead of *-objs in Makefile
- From: "Pucha, HimasekharX Reddy" <himasekharx.reddy.pucha@xxxxxxxxx>
- RE: [PATCH bpf] bpf, docs: Fix the description of 'src' in ALU instructions
- From: dthaler1968@xxxxxxxxxxxxxx
- Re: [PATCH v4 bpf-next] bpftool: introduce btf c dump sorting
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- Re: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- [PATCH v4 bpf-next] bpftool: introduce btf c dump sorting
- From: Mykyta@xxxxxxxxxxxxxxxxxxxxxx, Yatsenko@xxxxxxxxxxxxxxxxxxxxxx, mykyta.yatsenko5@xxxxxxxxx
- [PATCH bpf] bpf, docs: Fix the description of 'src' in ALU instructions
- From: Puranjay Mohan <puranjay@xxxxxxxxxx>
- [PATCH v3 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- [PATCH v3 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- [PATCH v2 bpf-next 1/2] bpf: Patch to Fix deadlocks in queue and stack maps
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- [PATCH v2 bpf-next 2/2] selftests/bpf: Added selftests to check deadlocks in queue and stack map
- From: Siddharth Chintamaneni <sidchintamaneni@xxxxxxxxx>
- Re: [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpftool: introduce btf c dump sorting
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- RE: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: "Wang, Xiao W" <xiao.w.wang@xxxxxxxxx>
- [PATCH] bpf: Fix potential integer overflow in resolve_btfids
- From: Friedrich Vock <friedrich.vock@xxxxxx>
- Re: [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpftool: introduce btf c dump sorting
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Qais Yousef <qyousef@xxxxxxxxxxx>
- Re: pull-request: bpf-next 2024-05-13
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
- From: Serge Semin <fancer.lancer@xxxxxxxxx>
- Re: [PATCH net-next v3 11/13] net: replace page_frag with page_frag_cache
- From: Mat Martineau <martineau@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpftool: introduce btf c dump sorting
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net-next v9 00/14] Device Memory TCP
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next] bpftool: introduce btf c dump sorting
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
- From: Serge Semin <fancer.lancer@xxxxxxxxx>
- Re: [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] bpftool: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- RE: [PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
- From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
- Re: [PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Andrea Righi <andrea.righi@xxxxxxxxxxxxx>
- [PATCH net-next] net: mana: Enable MANA driver on ARM64 with 4K page size
- From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
- Re: pull-request: bpf 2024-05-13
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [linux-next:master] BUILD REGRESSION 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v3 bpf-next] bpftool: introduce btf c dump sorting
- From: Mykyta@xxxxxxxxxxxxxxxxxxxxxx, Yatsenko@xxxxxxxxxxxxxxxxxxxxxx, mykyta.yatsenko5@xxxxxxxxx
- Re: [PATCH v11 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v11 4/5] security: Update non standard hooks to use static calls
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH bpf-next v3 2/2] bpftool: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v3 1/2] kbuild: bpf: Tell pahole to DECL_TAG kfuncs
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v3 0/2] bpf: bpftool: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH] libbpf: fix feature detectors when using token_fd
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 07/11] libbpf: split BTF relocation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH v4 08/66] selftests/cgroup: Drop define _GNU_SOURCE
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 2/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
- From: Puranjay Mohan <puranjay@xxxxxxxxxx>
- [PATCH bpf-next v4 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v4 2/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v4 1/3] cfi: add C CFI type macro
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v4 0/3] Support kCFI + BPF on arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- Re: [PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
- From: Naveen N Rao <naveen@xxxxxxxxxx>
- pull-request: bpf-next 2024-05-13
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH net-next v3 11/13] net: replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpftool: fix make dependencies for vmlinux.h
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- [PATCH bpf-next] bpftool: fix make dependencies for vmlinux.h
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- Re: [PATCH v3 bpf-next 04/11] bpftool: support displaying raw split BTF using base BTF section as base
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- Re: [PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
- From: Puranjay Mohan <puranjay@xxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCHv5 bpf-next 7/8] selftests/x86: Add return uprobe shadow stack test
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH AUTOSEL 6.1 19/25] x86/mm: Remove broken vsyscall emulation code from the page fault code
- From: Pavel Machek <pavel@xxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/4] selftests/bpf: Add some null pointer checks
- From: Markus Elfring <Markus.Elfring@xxxxxx>
- Re: [PATCH bpf-next v2 1/4] selftests/bpf: Add some null pointer checks
- From: Kunwu Chan <kunwu.chan@xxxxxxxxx>
- Re: [PATCH bpf v2] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH bpf] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v3 27/68] selftests/landlock: Drop define _GNU_SOURCE
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- pull-request: bpf 2024-05-13
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH bpf-next V2] bpf: make list_for_each_entry portable
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next V2] bpf: make list_for_each_entry portable
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: disable strict aliasing in test_global_func9.c
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf: ignore expected GCC warning in test_global_func10.c
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: Free strdup memory in xdp_hw_metadata
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next n2 0/1] selftests/bpf: Fix a few tests for GCC related
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] bpf: avoid gcc overflow warning in test_xdp_vlan.c
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] tools: remove redundant ethtool.h from tooling infra
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] riscv, bpf: Fix typo in comment
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf] riscv, bpf: make some atomic operations fully ordered
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v2] s390/bpf: Emit a barrier for BPF_FETCH instructions
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v6 0/4] bpf: Inline helpers in arm64 and riscv JITs
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v2] ARC: Add eBPF JIT support
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
- From: Joel Granados <j.granados@xxxxxxxxxxx>
- [syzbot] Monthly bpf report (May 2024)
- From: syzbot <syzbot+lista9d8cacda29a45932ea0@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH RFC net-next 1/6] net: stmmac: convert sgmii/rgmii "pcs" to phylink
- From: "Russell King (Oracle)" <rmk+kernel@xxxxxxxxxxxxxxx>
- [PATCH RFC 0/6] net: stmmac: convert stmmac "pcs" to phylink
- From: "Russell King (Oracle)" <linux@xxxxxxxxxxxxxxx>
- [PATCH] bpf, sockmap: defer sk_psock_free_link() using RCU
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next] bpf: ignore expected GCC warning in test_global_func10.c
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [PATCH bpf-next V2] bpf: make list_for_each_entry portable
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- [PATCH bpf-next] bpf: disable strict aliasing in test_global_func9.c
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCHv5 bpf-next 6/8] x86/shstk: Add return uprobe support
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- Re: [PATCH v3 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 00/11] bpf: support resilient split BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH dwarves] btf_encoder: add "distilled_base" BTF feature to split BTF generation
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Free strdup memory in xdp_hw_metadata
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [syzbot] [bpf?] [net?] INFO: rcu detected stall in handle_softirqs
- From: syzbot <syzbot+afcbef13b9fa6ae41f9a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bpf?] [net?] possible deadlock in __lock_task_sighand (2)
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bpf?] [net?] possible deadlock in __lock_task_sighand (2)
- From: syzbot <syzbot+34267210261c2cbba2da@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Add post_connect_cb callback
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 3/4] selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_ca
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 2/4] selftests/bpf: Use start_server_addr in bpf_tcp_ca
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 1/4] selftests/bpf: Use post_socket_cb in connect_to_fd_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 0/4] use network helpers, part 5
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH v2] riscv, bpf: Optimize zextw insn with Zba extension
- From: Xiao Wang <xiao.w.wang@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/4] selftests/bpf: Add RUN_MPTCP_TEST macro
- From: Geliang Tang <geliang@xxxxxxxxxx>
- RE: [PATCH] riscv, bpf: Optimize zextw insn with Zba extension
- From: "Wang, Xiao W" <xiao.w.wang@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] Running BOF
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH net-next v9 14/14] selftests: add ncdevmem, netcat for devmem TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 13/14] net: add devmem TCP documentation
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 10/14] net: add support for skbs with unreadable frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 09/14] net: support non paged skb frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 08/14] memory-provider: dmabuf devmem memory provider
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 07/14] page_pool: devmem support
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 06/14] page_pool: convert to use netmem
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 03/14] net: netdev netlink api to bind dma-buf to a net device
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 02/14] net: page_pool: create hooks for custom page providers
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 01/14] netdev: add netdev_rx_queue_restart()
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v9 00/14] Device Memory TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 08/11] selftests/bpf: extend distilled BTF tests to cover BTF relocation
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 bpf-next 07/11] libbpf: split BTF relocation
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
- From: Jordan Rife <jrife@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH v4 0/3] perf/core: Check sample_type in sample data saving helper functions
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 75fa778d74b786a1608d55d655d42b480a6fa8bd
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] riscv, bpf: Optimize zextw insn with Zba extension
- From: Conor Dooley <conor@xxxxxxxxxx>
- Re: [PATCH v4 0/3] perf/core: Check sample_type in sample data saving helper functions
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [RFC PATCH v8 19/20] selftests: Add a bpf netem qdisc to selftest
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 20/20] selftests: Add a prio bpf qdisc
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 18/20] selftests: Add a bpf fq qdisc to selftest
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 17/20] selftests: Add a basic fifo qdisc test
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 16/20] libbpf: Support creating and destroying qdisc
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 15/20] bpf: net_sched: Allow more optional methods in Qdisc_ops
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 14/20] bpf: net_sched: Add bpf qdisc kfuncs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 10/20] bpf: Introduce exclusive-ownership list and rbtree nodes
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 13/20] bpf: net_sched: Support implementation of Qdisc_ops in bpf
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 11/20] bpf: Allow adding exclusive nodes to bpf list and rbtree
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 12/20] selftests/bpf: Modify linked_list tests to work with macro-ified removes
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 09/20] bpf: Find special BTF fields in union
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 08/20] selftests/bpf: Test adding kernel object to bpf graph
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 05/20] bpf: Generate btf_struct_metas for kernel BTF
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 07/20] bpf: Allow adding kernel objects to collections
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 06/20] bpf: Recognize kernel types as graph values
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 04/20] selftests/bpf: Test returning kptr from struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 03/20] bpf: Allow struct_ops prog to return referenced kptr
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 02/20] selftests/bpf: Test referenced kptr arguments of struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 01/20] bpf: Support passing referenced kptr to struct_ops programs
- From: Amery Hung <ameryhung@xxxxxxxxx>
- [RFC PATCH v8 00/20] bpf qdisc
- From: Amery Hung <ameryhung@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp subflow subtest
- From: Manu Bretelle <chantra@xxxxxxxx>
- Re: [PATCH v3 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH v4 3/3] perf/core: Check sample_type in perf_sample_save_brstack
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v4 2/3] perf/core: Check sample_type in perf_sample_save_callchain
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v4 1/3] perf/core: Save raw sample data conditionally based on sample type
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v4 0/3] perf/core: Check sample_type in sample data saving helper functions
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v1 bpf-next 00/17] Retire progs/test_sock_addr.c
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 04/17] selftests/bpf: Handle ATTACH_REJECT test cases
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 17/17] selftests/bpf: Expand ATTACH_REJECT tests
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 16/17] selftests/bpf: Expand getsockname and getpeername tests
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 15/17] sefltests/bpf: Expand sockaddr hook deny tests
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 14/17] selftests/bpf: Expand sockaddr program return value tests
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 13/17] selftests/bpf: Retire test_sock_addr.(c|sh)
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 12/17] selftests/bpf: Remove redundant sendmsg test cases
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 11/17] selftests/bpf: Migrate ATTACH_REJECT test cases
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 10/17] selftests/bpf: Migrate expected_attach_type tests
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 09/17] selftests/bpf: Migrate wildcard destination rewrite test
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 08/17] selftests/bpf: Migrate sendmsg6 v4 mapped address tests
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 07/17] selftests/bpf: Migrate sendmsg deny test cases
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 06/17] selftests/bpf: Migrate WILDCARD_IP test
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 05/17] selftests/bpf: Handle SYSCALL_EPERM and SYSCALL_ENOTSUPP test cases
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 03/17] selftests/bpf: Handle LOAD_REJECT test cases
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 02/17] selftests/bpf: Use program name for skel load/destroy functions
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH v1 bpf-next 01/17] selftests/bpf: Migrate recvmsg* return code tests to verifier_sock_addr.c
- From: Jordan Rife <jrife@xxxxxxxxxx>
- [PATCH bpf-next v2 1/1] selftests/bpf: Fix a few tests for GCC related warnings.
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- [PATCH bpf-next n2 0/1] selftests/bpf: Fix a few tests for GCC related
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Peter Jung <ptr1337@xxxxxxxxxxx>
- Re: [PATCH v4 55/66] selftests/seccomp: Drop define _GNU_SOURCE
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v4 13/66] selftests/exec: Drop duplicate -D_GNU_SOURCE
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH net-next v3 11/13] net: replace page_frag with page_frag_cache
- From: Mat Martineau <martineau@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make list_for_each_entry portable
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH v11 4/5] security: Update non standard hooks to use static calls
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v11 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make list_for_each_entry portable
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v11 2/5] security: Count the LSMs enabled at compile time
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH net-next 14/15 v2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp subflow subtest
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [RFC bpf-next v1 4/4] selftests/bpf: Add selftest for bpf_xdp_flow_offload_lookup kfunc
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [RFC bpf-next v1 3/4] samples/bpf: Add bpf sample to offload flowtable traffic to xdp
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [RFC bpf-next v1 2/4] netfilter: add bpf_xdp_flow_offload_lookup kfunc
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [RFC bpf-next v1 1/4] netfilter: nf_tables: add flowtable map for xdp offload
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- [RFC bpf-next v1 0/4] netfilter: Add the capability to offload flowtable in XDP layer
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH bpf-next v10 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: KP Singh <kpsingh@xxxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests: bpf: crypto: adjust bench to use nullable IV
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v2 3/4] selftests: bpf: crypto: use NULL instead of 0-sized dynptr
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v2 2/4] bpf: crypto: make state and IV dynptr nullable
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v2 1/4] bpf: verifier: make kfuncs args nullalble
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v2 0/4] bpf: make trusted args nullable
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] selftests/bpf: Add a null pointer check for the serial_test_tp_attach_query
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 3/4] selftests/bpf: Add a null pointer check for the load_btf_spec
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/4] selftests/bpf/sockopt: Add a null pointer check for the run_test
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/4] selftests/bpf: Add some null pointer checks
- From: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/3] perf: core: Check sample_type in perf_sample_save_brstack
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 3/3] perf: core: Check sample_type in perf_sample_save_brstack
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH dwarves] btf_encoder: add "distilled_base" BTF feature to split BTF generation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 10/11] libbpf,bpf: share BTF relocate-related code with kernel
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 11/11] bpftool: support displaying relocated-with-base split BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 06/11] kbuild, bpf: add module-specific pahole/resolve_btfids flags for distilled base BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 05/11] resolve_btfids: use .BTF.base ELF section as base BTF if -B option is used
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 07/11] libbpf: split BTF relocation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 01/11] libbpf: add btf__distill_base() creating split BTF with distilled base BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 03/11] libbpf: add btf__parse_opts() API for flexible BTF parsing
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 09/11] module, bpf: store BTF base pointer in struct module
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 08/11] selftests/bpf: extend distilled BTF tests to cover BTF relocation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 04/11] bpftool: support displaying raw split BTF using base BTF section as base
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 02/11] selftests/bpf: test distilled base, split BTF generation
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH v3 bpf-next 00/11] bpf: support resilient split BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests/bpf: Add a null pointer check for the serial_test_tp_attach_query
- From: kunwu.chan@xxxxxxxxx
- [PATCH bpf-next v2 3/4] selftests/bpf: Add a null pointer check for the load_btf_spec
- From: kunwu.chan@xxxxxxxxx
- [PATCH bpf-next v2 2/4] selftests/bpf/sockopt: Add a null pointer check for the run_test
- From: kunwu.chan@xxxxxxxxx
- [PATCH bpf-next v2 1/4] selftests/bpf: Add some null pointer checks
- From: kunwu.chan@xxxxxxxxx
- [PATCH bpf-next v2 0/4] Add some 'malloc' failure checks
- From: kunwu.chan@xxxxxxxxx
- Re: [PATCH net-next v3 11/13] net: replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
- From: "wuqiang.matt" <wuqiang.matt@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: make list_for_each_entry portable
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH bpf-next 4/4] selftests/bpf: Add a null pointer check for the serial_test_tp_attach_query
- From: Kunwu Chan <kunwu.chan@xxxxxxxxxxx>
- Re: [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: [PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
- From: "wuqiang.matt" <wuqiang.matt@xxxxxxxxxxxxx>
- Re: [PATCH] dma: fix DMA sync for drivers not calling dma_set_mask*()
- From: Przemek Kitszel <przemyslaw.kitszel@xxxxxxxxx>
- Re: [PATCH v4 37/66] selftests/nolibc: Drop define _GNU_SOURCE
- From: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next] kbuild,bpf: switch to using --btf_features for pahole v1.26 and later
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: Re: [BPF Security] what security properties does verifier guarantee?
- From: 孟祥宇 <sekiro_meng@xxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: crypto: make state and IV dynptr nullable
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v5 6/9] bpf: limit the number of levels of a nested struct type.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v4 5/9] bpf: look into the types of the fields of a struct type recursively.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf-next v5 8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 9/9] selftests/bpf: Test global bpf_list_head arrays.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 4/9] bpf: create repeated fields for arrays.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 6/9] bpf: limit the number of levels of a nested struct type.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 5/9] bpf: look into the types of the fields of a struct type recursively.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var().
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 2/9] bpf: Remove unnecessary call to btf_field_type_size().
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v5 1/9] bpf: Remove unnecessary checks on the offset of btf_field.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 6/7] selftests/bpf: detach a struct_ops link from the subsystem managing it.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 7/7] selftests/bpf: make sure bpf_testmod handling racing link destroying well.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 5/7] selftests/bpf: test struct_ops with epoll
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 4/7] bpf: export bpf_link_inc_not_zero.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 3/7] bpf: support epoll from bpf struct_ops links.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 2/7] bpf: enable detaching links of struct_ops objects.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 1/7] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH bpf-next v3 0/7] Notify user space when a struct_ops object is detached/unregistered
- From: Kui-Feng Lee <thinker.li@xxxxxxxxx>
- [PATCH v3 3/3] perf: core: Check sample_type in perf_sample_save_brstack
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v3 2/3] perf: core: Check sample_type in perf_sample_save_callchain
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v3 1/3] perf/core: Save raw sample data conditionally based on sample type
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v3 0/3] perf:core: Save raw sample data
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- [PATCH v4 66/66] selftests/x86: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 65/66] selftests/wireguard: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 64/66] selftests/vDSO: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 63/66] selftests/user_events: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 62/66] selftests/uevent: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 61/66] selftests/tmpfs: Drop duplicate -D_GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 60/66] selftests/timens: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 59/66] selftests/thermal: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 58/66] selftests/syscall_user_dispatch: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 57/66] selftests/splice: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 56/66] selftests/sigaltstack: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 55/66] selftests/seccomp: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 54/66] selftests/sched: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 53/66] selftests/safesetid: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 52/66] selftests/rseq: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@xxxxxxxxxx>
- [PATCH v4 51/66] selftests/rlimits: Drop define _GNU_SOURCE
- From: Edward Liaw <edliaw@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]