BPF
[Prev Page][Next Page]
- [RFC PATCH v2 3/6] mm, security: Fix missed security_task_movememory() in mbind(2)
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 2/6] mm: mempolicy: Revise comment regarding mempolicy mode flags
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 1/6] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [RFC PATCH v2 0/6] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH] bpf: add __printf() to for printf fmt strings
- From: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH v2 2/2] mm: memcg: introduce new event to trace shrink_memcg
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v2 1/2] mm: memcg: print out cgroup name in the memcg tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- [PATCH v2 0/2] mm: memcg: improve vmscan tracepoints
- From: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- [linus:master] [kbuild] 72d091846d: kernel-selftests.net.udpgro_bench.sh.fail
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH net] bpf: test_run: fix WARNING in format_decode
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Song Liu <song@xxxxxxxxxx>
- Re: [RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot.
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: pull-request: bpf-next 2023-11-21
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v11 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v11 04/13] bpf: add struct_ops_tab to btf.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 09/10] selftests/bpf: validate async callback return value check correctness
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 10/10] selftests/bpf: adjust global_func15 test to validate prog exit precision
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 08/10] bpf: enforce precision of R0 on program/async callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 06/10] bpf: enforce precise retval range on program exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 03/10] bpf: enforce precision of R0 on callback return
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 05/10] selftests/bpf: add selftest validating callback result is enforced
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 07/10] bpf: unify async callback and program retval checks
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 01/10] bpf: rearrange bpf_func_state fields to save a bit of memory
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 04/10] bpf: enforce exact retval range on subprog/callback exit
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 00/10] BPF verifier retval logic fixes
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 02/10] bpf: provide correct register name for exception callback retval check
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH net] bpf: test_run: fix WARNING in format_decode
- From: Edward Adam Davis <eadavis@xxxxxx>
- Re: pull-request: bpf 2023-11-21
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: max<min after jset
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- pull-request: bpf-next 2023-11-21
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v11 01/13] bpf: refactory struct_ops type initialization to a function.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [syzbot] [bpf?] [trace?] WARNING in format_decode (3)
- From: syzbot <syzbot+e2c932aec5c8a6e1d31c@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: BPF CI email notifications
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCHv3] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
- From: "Daniel Xu" <dxu@xxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 2/2] selftests/bpf: Add test exercising mmapable task_local_storage
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- pull-request: bpf 2023-11-21
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH v3 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 09/11] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 08/11] tcp: Factorise non-BPF SYN Cookie handling.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 07/11] tcp: Factorise cookie req initialisation.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 06/11] tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 05/11] tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 04/11] tcp: Don't pass cookie to __cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 03/11] tcp: Clean up goto labels in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 02/11] tcp: Cache sock_net(sk) in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 01/11] tcp: Clean up reverse xmas tree in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v3 bpf-next 00/11] bpf: tcp: Support arbitrary SYN Cookie at TC.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 07/10] selftests/bpf: validate zero preservation for sub-slot loads
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH] net/sched: cls: Load net classifier modules via alias
- From: Michal Koutný <mkoutny@xxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- max<min after jset
- From: Tao Lyu <tao.lyu@xxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- [PATCH v6 06/13] x86/bugs: Rename SLS to CONFIG_MITIGATION_SLS
- From: Breno Leitao <leitao@xxxxxxxxxx>
- [PATCH v6 05/13] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
- From: Breno Leitao <leitao@xxxxxxxxxx>
- [PATCH v6 00/13] x86/bugs: Add a separate config for each mitigation
- From: Breno Leitao <leitao@xxxxxxxxxx>
- Re: [REPORT] BPF: Reproducible triggering of BUG() from userspace PoC
- From: Lee Jones <lee@xxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 8/9] bpftool: Add bpftool_tests README.md
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 9/9] bpftool: Add Makefile to facilitate bpftool_tests usage
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 6/9] bpftool: test that we can dump and read the content of a map
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 5/9] bpftool: add test for bpftool prog
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 4/9] bpftool: Add test to verify that pids are associated to maps.
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 10/10] bpf: use common instruction history across all states
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 07/10] selftests/bpf: validate zero preservation for sub-slot loads
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 09/10] selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: Fwd: inet6_sock_destruct->inet_sock_destruct trigger Call Trace
- From: "Linux regression tracking #update (Thorsten Leemhuis)" <regressions@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [Bug Report] bpf: reg invariant voilation after JSLE
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH v2 5/7] tools/perf: fix Python string escapes
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [Bug Report] bpf: reg invariant voilation after JSET
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 6/6] bpftool: Add support to display uprobe_multi links
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH bpf-next v2 3/3] tcp_diag: Add the data length in skmsg to rx_queue
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf-next v2 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf-next v2 1/3] skmsg: Support to get the data length in ingress_msg
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf-next v2 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- Re: [xdp-hints] Re: [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: David Marchevsky <david.marchevsky@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf v4 00/11] verify callbacks as if they are called unknown number of times
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf v4 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v4 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 08/11] bpf: widening for callback iterators
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 09/11] selftests/bpf: test widening for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 05/11] bpf: extract setup_func_entry() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 07/11] selftests/bpf: tests for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 04/11] bpf: extract __check_reg_arg() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 03/11] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 02/11] selftests/bpf: track string payload offset as scalar in strobemeta
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 01/11] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v4 00/11] verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v3 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf v3 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 05/10] selftests/bpf: validate STACK_ZERO is preserved on subreg spill
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 02/10] selftests/bpf: add stack access precision test
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: reduce verboseness of reg_bounds selftest logs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v2 bpf-next 10/10] bpf: use common instruction history across all states
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 08/10] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 01/10] bpf: support non-r10 register spill/fill to/from stack in precision tracking
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 05/10] selftests/bpf: validate STACK_ZERO is preserved on subreg spill
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 03/10] bpf: fix check for attempt to corrupt spilled pointer
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 02/10] selftests/bpf: add stack access precision test
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 09/10] selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 06/10] bpf: preserve constant zero when doing partial register restore
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 04/10] bpf: preserve STACK_ZERO slots on partial reg spills
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 07/10] selftests/bpf: validate zero preservation for sub-slot loads
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 00/10] Complete BPF verifier precision tracking support for register spills
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next v3 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v3 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v3 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v3 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v3 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks.
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf v3 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 09/11] selftests/bpf: test widening for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 08/11] bpf: widening for callback iterators
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 07/11] selftests/bpf: tests for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 05/11] bpf: extract setup_func_entry() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 04/11] bpf: extract __check_reg_arg() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 02/11] selftests/bpf: track string payload offset as scalar in strobemeta
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 03/11] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 00/11] verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v3 01/11] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot.
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks.
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks.
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 09/11] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 08/11] tcp: Factorise non-BPF SYN Cookie handling.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 07/11] tcp: Factorise cookie req initialisation.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 06/11] tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 05/11] tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 04/11] tcp: Don't pass cookie to __cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 03/11] tcp: Clean up goto labels in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 02/11] tcp: Cache sock_net(sk) in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 01/11] tcp: Clean up reverse xmas tree in cookie_v[46]_check().
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH v2 bpf-next 00/11] bpf: tcp: Support arbitrary SYN Cookie at TC.
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [PATCH v4 2/5] tracing/ftrace: Add support for faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] netdevsim: don't accept device bound programs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 5/5] tracing: convert sys_enter/exit to faultable tracepoints
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Johannes Weiner <hannes@xxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] netdevsim: don't accept device bound programs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: reduce verboseness of reg_bounds selftest logs
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: reduce verboseness of reg_bounds selftest logs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v4 5/5] tracing: convert sys_enter/exit to faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH v4 1/5] tracing: Introduce faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH v4 2/5] tracing/ftrace: Add support for faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH v4 4/5] tracing/perf: add support for faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH v4 3/5] tracing/bpf-trace: add support for faultable tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- [PATCH v4 0/5] Faultable Tracepoints
- From: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 15/15] p4tc: Add P4 extern interface
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf v3 0/8] bpf_redirect_peer fixes
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCHv3 bpf-next 6/6] bpftool: Add support to display uprobe_multi links
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: David Ahern <dsahern@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: reduce verboseness of reg_bounds selftest logs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH v1 bpf-next 1/2] bpf: Support BPF_F_MMAPABLE task_local storage
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 2/2] selftests/bpf: Add test exercising mmapable task_local_storage
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v1 bpf-next 0/2] bpf: Add mmapable task_local storage
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- Re: [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [PATCH net-next v8 15/15] p4tc: Add P4 extern interface
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH 1/2] cfi: Flip headers
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v2 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCHv3 bpf-next 6/6] bpftool: Add support to display uprobe_multi links
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 3/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 0/6] bpf: Add link_info support for uprobe multi link
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 15/15] p4tc: Add P4 extern interface
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH 4/4] LSM: Add a LSM module which handles dynamically appendable LSM hooks.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH 3/4] LSM: Break LSM_HOOK() macro into 6 macros.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH 2/4] LSM: Add a header file containing only arguments of LSM callback functions.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH 1/4] LSM: Auto-undef LSM_HOOK macro.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v2 0/4] LSM: Officially support appending LSM hooks after boot.
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 15/15] p4tc: Add P4 extern interface
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH bpf v2 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v2 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v2 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v2 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v2 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v2 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v2 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next v5 2/2] selftests: bpf: crypto skcipher algo selftests
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next v5 2/2] selftests: bpf: crypto skcipher algo selftests
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 10/13] selftests/bpf: add randomized reg_bounds tests
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH net-next 0/2][pull request] igc: Add support for physical + free-running timers
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next v5 2/2] selftests: bpf: crypto skcipher algo selftests
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- Re: [PATCH v3 bpf-next 0/8] BPF verifier log improvements
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next v2 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v2 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v2 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v2 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next v2 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Song Liu <song@xxxxxxxxxx>
- Re: [linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
- From: Akihiko Odaki <akihiko.odaki@xxxxxxxxxx>
- Re: [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/8] bpf: smarter verifier log number printing logic
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH v3 bpf-next 7/8] bpf: smarter verifier log number printing logic
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 8/8] bpf: emit frameno for PTR_TO_STACK regs if it differs from current one
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 5/8] bpf: emit map name in register state if applicable and available
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 6/8] bpf: omit default off=0 and imm=0 in register state log
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 2/8] bpf: move verifier state printing code to kernel/bpf/log.c
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 4/8] bpf: print spilled register state in stack slot
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 3/8] bpf: extract register state printing
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 1/8] bpf: move verbose_linfo() into kernel/bpf/log.c
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 bpf-next 0/8] BPF verifier log improvements
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/8] bpf: smarter verifier log number printing logic
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH 3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 7/8] bpf: smarter verifier log number printing logic
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf v2 11/11] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 07/11] selftests/bpf: tests for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 10/11] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 06/11] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 08/11] bpf: widening for callback iterators
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 09/11] selftests/bpf: test widening for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 05/11] bpf: extract setup_func_entry() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 03/11] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 04/11] bpf: extract __check_reg_arg() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 02/11] selftests/bpf: track string payload offset as scalar in strobemeta
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 01/11] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf v2 00/11] verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf v3 0/8] bpf_redirect_peer fixes
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf 12/12] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 06/12] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf 12/12] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 09/12] selftests/bpf: test widening for iterating callbacks
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 06/12] bpf: verify callbacks as if they are called unknown number of times
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [PATCH bpf 12/12] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 09/12] selftests/bpf: test widening for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 06/12] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 05/12] bpf: extract setup_func_entry() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 02/12] selftests/bpf: track string payload offset as scalar in strobemeta
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [syzbot] [kernel?] inconsistent lock state in __lock_task_sighand
- From: syzbot <syzbot+cf93299f5a30fb4c3829@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next] bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH bpf 12/12] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 07/12] selftests/bpf: tests for iterating callbacks
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 09/12] selftests/bpf: test widening for iterating callbacks
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 08/12] bpf: widening for callback iterators
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 06/12] bpf: verify callbacks as if they are called unknown number of times
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 05/12] bpf: extract setup_func_entry() utility function
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 04/12] bpf: extract __check_reg_arg() utility function
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 02/12] selftests/bpf: track string payload offset as scalar in strobemeta
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 01/12] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v7 11/18] ice: use VLAN proto from ring packet context in skb path
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 02/18] ice: make RX HW timestamp reading code more reusable
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [syzbot] [bpf?] [trace?] possible deadlock in dev_watchdog
- From: syzbot <syzbot+db9ad150a8969744d703@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next v7 11/18] ice: use VLAN proto from ring packet context in skb path
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH 3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 15/15] p4tc: Add P4 extern interface
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH net-next v8 08/15] p4tc: add P4 data types
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
- From: "Pengcheng Yang" <yangpc@xxxxxxxxxx>
- Re: [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops().
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 11/18] ice: use VLAN proto from ring packet context in skb path
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- RE: [PATCH net-next v8 14/15] p4tc: add P4 classifier
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH net-next v8 00/15] Introducing P4TC
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/2] bpf: add skcipher API support to TC/XDP programs
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH v1 bpf-next 8/9] bpftool: Add bpftool_tests README.md
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 9/9] bpftool: Add Makefile to facilitate bpftool_tests usage
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 7/9] bpftool: Add struct_ops tests
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 6/9] bpftool: test that we can dump and read the content of a map
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 5/9] bpftool: add test for bpftool prog
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 4/9] bpftool: Add test to verify that pids are associated to maps.
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 3/9] bpftool: open and load bpf object
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 2/9] bpftool: add libbpf-rs dependency and minimal bpf program
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 0/9] bpftool: Add end-to-end testing
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH v1 bpf-next 1/9] bpftool: add testing skeleton
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 1/3] kernfs: Convert kernfs_walk_ns() from strlcpy() to strscpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 3/3] kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH 2/3] kernfs: Convert kernfs_name_locked() from strlcpy() to strscpy()
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH net-next v8 15/15] p4tc: Add P4 extern interface
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH net-next v8 08/15] p4tc: add P4 data types
- From: Jiri Pirko <jiri@xxxxxxxxxxx>
- Re: [PATCH bpf-next v7 10/18] ice: Implement VLAN tag hint
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v7 05/18] ice: Support HW timestamp hint
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v7 02/18] ice: make RX HW timestamp reading code more reusable
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v7 01/18] ice: make RX hash reading code more reusable
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v7 08/18] ice: Support XDP hints in AF_XDP ZC mode
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- [PATCH net-next v8 15/15] p4tc: Add P4 extern interface
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 12/15] p4tc: add runtime table entry create, update, get, delete, flush and dump
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 11/15] p4tc: add template table create, update, delete, get, flush and dump
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 14/15] p4tc: add P4 classifier
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 08/15] p4tc: add P4 data types
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 07/15] rtnl: add helper to check if group has listeners
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 06/15] net: introduce rcu_replace_pointer_rtnl
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 05/15] net: sched: act_api: Add support for preallocated dynamic action instances
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 02/15] net/sched: act_api: increase action kind string length
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 03/15] net/sched: act_api: Update tc_action_ops to account for dynamic actions
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 00/15] Introducing P4TC
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- [PATCH net-next v8 01/15] net: sched: act_api: Introduce dynamic actions list
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 08/18] ice: Support XDP hints in AF_XDP ZC mode
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH bpf-next v7 04/18] ice: Introduce ice_xdp_buff
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH bpf-next v7 04/18] ice: Introduce ice_xdp_buff
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH bpf-next v7 08/18] ice: Support XDP hints in AF_XDP ZC mode
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH 1/3] bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [syzbot] [bpf?] [trace?] possible deadlock in sctp_err_lookup
- From: syzbot <syzbot+422ecd5adb35122711b7@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH 3/3] bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->pos)
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH 1/3] bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- Re: pull-request: bpf 2023-11-15
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH 3/3] bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->pos)
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH 2/3] bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH 1/3] bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in vmlinux
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next 3/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_obj_id
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next 2/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bind_perm
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next 1/4] selftests/bpf: Replaces the usage of CHECK calls for ASSERTs in bpf_tcp_ca
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- [PATCH bpf-next 0/4] selftests/bpf: Update multiple prog_tests to use ASSERT_ macros
- From: Yuran Pereira <yuran.pereira@xxxxxxxxxxx>
- Re: [PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf 12/12] selftests/bpf: check if max number of bpf_loop iterations is tracked
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 11/12] selftests/bpf: add __not_msg annotation for test_loader based tests
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 10/12] bpf: keep track of max number of bpf_loop callback iterations
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 06/12] bpf: verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 09/12] selftests/bpf: test widening for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 08/12] bpf: widening for callback iterators
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 07/12] selftests/bpf: tests for iterating callbacks
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 05/12] bpf: extract setup_func_entry() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 02/12] selftests/bpf: track string payload offset as scalar in strobemeta
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 01/12] selftests/bpf: track tcp payload offset as scalar in xdp_synproxy
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 03/12] selftests/bpf: fix bpf_loop_bench for new callback verification scheme
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 04/12] bpf: extract __check_reg_arg() utility function
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH bpf 00/12] verify callbacks as if they are called unknown number of times
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- pull-request: bpf 2023-11-15
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf] bpf/tests: Remove test for MOVSX32 with offset=32
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 00/13] BPF register bounds range vs range support
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH 6.1 266/379] perf record: Fix BTF type checks in the off-cpu profiling
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.6 463/603] perf mem-events: Avoid uninitialized read
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.6 434/603] perf record: Fix BTF type checks in the off-cpu profiling
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.5 427/550] perf mem-events: Avoid uninitialized read
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.5 389/550] perf parse-events: Remove ABORT_ON
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.5 388/550] perf parse-events: Remove unused PE_KERNEL_PMU_EVENT token
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.5 387/550] perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.5 394/550] perf record: Fix BTF type checks in the off-cpu profiling
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6.5 390/550] perf tools: Revert enable indices setting syntax for BPF map
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v7 18/18] selftests/bpf: Check VLAN tag and proto in xdp_metadata
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 16/18] selftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 15/18] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 14/18] mlx5: implement VLAN tag XDP hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 13/18] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 12/18] veth: Implement VLAN tag XDP hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 11/18] ice: use VLAN proto from ring packet context in skb path
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 10/18] ice: Implement VLAN tag hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 09/18] xdp: Add VLAN tag hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 06/18] ice: Support RX hash XDP hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 08/18] ice: Support XDP hints in AF_XDP ZC mode
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 07/18] xsk: add functions to fill control buffer
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 05/18] ice: Support HW timestamp hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 04/18] ice: Introduce ice_xdp_buff
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 03/18] ice: Make ptype internal to descriptor info processing
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 02/18] ice: make RX HW timestamp reading code more reusable
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 01/18] ice: make RX hash reading code more reusable
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v3 01/13] bpf: Add support for non-fix-size percpu mem allocation
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
- From: "Pengcheng Yang" <yangpc@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH bpf v3 0/8] bpf_redirect_peer fixes
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Michal Hocko <mhocko@xxxxxxxx>
- RE: [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH net v2] gve: Fixes for napi_poll when budget is 0
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 6/6] selftests/bpf: Add selftests for cgroup1 hierarchy
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- BPF CI email notifications
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 00/17] Add kind layout, CRCs to BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH net-next 1/2] igc: Simplify setting flags in the TX data descriptor
- From: Gerhard Engleder <gerhard@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 18/36] sched_ext: Print sched_ext info when dumping stack
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH net-next 2/2] igc: Add support for PTP .getcyclesx64()
- From: Gerhard Engleder <gerhard@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH net-next 2/2] igc: Add support for PTP .getcyclesx64()
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 1/2] igc: Simplify setting flags in the TX data descriptor
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- [PATCH net-next 0/2][pull request] igc: Add support for physical + free-running timers
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [syzbot] [batman?] INFO: rcu detected stall in worker_thread (9)
- From: syzbot <syzbot+225bfad78b079744fd5e@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 0/6] bpf: Add support for cgroup1, BPF part
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 bpf-next 6/6] selftests/bpf: Add selftests for cgroup1 hierarchy
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test.
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- [PATCH 3/3] bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->pos)
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH 2/3] bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH 1/3] bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH 0/3] bpf: kernel/bpf/task_iter.c: don't abuse next_thread()
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/3] skmsg: Calculate the data length in ingress_msg
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next 1/3] skmsg: Calculate the data length in ingress_msg
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf-next 2/3] tcp: Add the data length in skmsg to SIOCINQ ioctl
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf-next 3/3] tcp_diag: Add the data length in skmsg to rx_queue
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- [PATCH bpf-next 0/3] skmsg: Add the data length in skmsg to SIOCINQ ioctl and rx_queue
- From: Pengcheng Yang <yangpc@xxxxxxxxxx>
- Re: [PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path
- From: Mateusz Guzik <mjguzik@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Michal Hocko <mhocko@xxxxxxxx>
- Re: [PATCH v2] audit: don't take task_lock() in audit_exe_compare() code path
- From: Artem Savkov <asavkov@xxxxxxxxxx>
- Re: [RFC PATCH bpf-next] bpf: Relax tracing prog recursive attach rules
- From: Dmitry Dolgov <9erthalion6@xxxxxxxxx>
- [RFC PATCH bpf-next] bpf: Relax tracing prog recursive attach rules
- From: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
- Re: bpf: incorrect stack_depth after var off stack access causes OOB
- From: Hao Sun <sunhao.th@xxxxxxxxx>
- Re: [PATCH v4 bpf-next 11/17] bpftool: update doc to describe bpftool btf dump .. format meta
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- Re: [PATCH v4 bpf-next 10/17] bpftool: add BTF dump "format meta" to dump header/metadata
- From: Quentin Monnet <quentin@xxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 1/2] netdevsim: don't accept device bound programs
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next 0/2] bpf: fix couple of netdevsim issues
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [bug report] BUG: KASAN: slab-use-after-free in sock_def_readable+0x101/0x450
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 18/21] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf] bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add assert for user stacks in test_task_stack
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf v3 8/8] selftests/bpf: Add netkit to tc_redirect selftest
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 7/8] selftests/bpf: De-veth-ize the tc_redirect test case
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 6/8] bpf, netkit: Add indirect call wrapper for fetching peer dev
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 5/8] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 4/8] veth: Use tstats per-CPU traffic counters
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 3/8] netkit: Add tstats per-CPU traffic counters
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 1/8] net, vrf: Move dstats structure to core
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf v3 0/8] bpf_redirect_peer fixes
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH net v2] gve: Fixes for napi_poll when budget is 0
- From: Ziwei Xiao <ziweixiao@xxxxxxxxxx>
- Re: bpf: incorrect stack_depth after var off stack access causes OOB
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- [PATCH bpf] bpf: fix tracking of stack size for var-off access
- From: Andrei Matei <andreimatei1@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 08/13] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [RFC PATCH -mm 0/4] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
- From: Andrea Righi <andrea.righi@xxxxxxxxxxxxx>
- Re: BPF memory model
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- Re: BPF memory model
- From: Barret Rhoden <brho@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH bpf v2 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
- From: Simon Horman <horms@xxxxxxxxxx>
- Re: [PATCH net-next v2 18/21] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- Re: [PATCH] bpf: Get the program type by resolve_prog_type() directly
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [bug report] BUG: KASAN: slab-use-after-free in sock_def_readable+0x101/0x450
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Reduce the scope of rcu_read_lock when updating fd map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf-next 2/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, sockmap: Bundle psock->sk_redir and redir_ingress into a tagged pointer
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
- From: Changwoo Min <changwoo@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [PATCH bpf v2 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf v2 2/8] net: Move {l,t,d}stats allocation to core and convert veth & vrf
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3] bpf: Do not allocate percpu memory at init stage
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 5/5] selftests/bpf: Add test cases for inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 2/5] bpf: Add map and need_defer parameters to .map_fd_put_ptr()
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 4/5] bpf: Optimize the free of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 1/5] bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 3/5] bpf: Defer the free of inner map when necessary
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH bpf v2 0/5] bpf: Fix the release of inner map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
[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]