BPF
[Prev Page][Next Page]
- [PATCH v2 02/10] auditsc: Replace memcpy() with __get_task_comm()
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v2 01/10] fs/exec: Drop task_lock() inside __get_task_comm()
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v2 00/10] Improve the copy of task comm
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH v3] perf trace: BTF-based enum pretty printing
- From: Howard Chu <howardchu95@xxxxxxxxx>
- [PATCH] bpf: increase frame warning limit in verifier when using KASAN or KCSAN
- From: flyingpenghao@xxxxxxxxx
- Re: [PATCH] x86: net: bpf_jit_comp32: Remove unused 'cnt' variables from most functions
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH bpf-next 1/3] bpf: remove unused parameter in bpf_jit_binary_pack_finalize
- From: "Rafael Passos" <rafael@xxxxxxxxxxx>
- [PATCH bpf-next 3/3] bpf: remove redeclaration of new_n in bpf_verifier_vlog
- From: "Rafael Passos" <rafael@xxxxxxxxxxx>
- [PATCH bpf-next 2/3] bpf: remove unused parameter in __bpf_free_used_btfs
- From: "Rafael Passos" <rafael@xxxxxxxxxxx>
- [PATCH bpf-next 0/3] Fix compiler warnings, looking for suggestions
- From: "Rafael Passos" <rafael@xxxxxxxxxxx>
- [PATCH v3 bpf-next 4/4] selftests/bpf: Add tests for add_const
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v3 bpf-next 3/4] bpf: Support can_loop/cond_break on big endian
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v3 bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v3 bpf-next 1/4] bpf: Relax tuple len requirement for sk helpers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v3 bpf-next 0/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 12/13] net: add devmem TCP documentation
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 09/13] net: add support for skbs with unreadable frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 08/13] net: support non paged skb frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 05/13] page_pool: convert to use netmem
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 06/13] page_pool: devmem support
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 00/13] Device Memory TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH bpf-next] MAINTAINERS: mailmap: Update Stanislav's email address
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] x86: net: bpf_jit_comp32: Remove unused 'cnt' variables from most functions
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH net-next v11 05/13] page_pool: convert to use netmem
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v4 11/15] virtio_net: xsk: tx: support xmit xsk buffer
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH net-next v4 09/15] virtio_net: xsk: bind/unbind xsk
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH net-next v4 08/15] virtio_net: sq support premapped mode
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH net-next v7 1/2] tls: receive msg again for sk_redirect
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v4 11/15] virtio_net: xsk: tx: support xmit xsk buffer
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v4 08/15] virtio_net: sq support premapped mode
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v4 01/15] virtio_ring: introduce dma map api for page
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf 1/2] bpf: Fix reg_set_min_max corruption of fake_reg
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- RE: [PATCH bpf 2/2] selftests/bpf: Add test coverage for reg_set_min_max handling
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH bpf 1/2] bpf: Fix reg_set_min_max corruption of fake_reg
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- [PATCH bpf-next] MAINTAINERS: mailmap: Update Stanislav's email address
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [syzbot] Monthly bpf report (Jun 2024)
- From: syzbot <syzbot+list6bc05ebaf8f2eae6ce86@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf 1/2] bpf: Fix reg_set_min_max corruption of fake_reg
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [PATCH bpf 2/2] selftests/bpf: Add test coverage for reg_set_min_max handling
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next v6 1/3] cfi: add C CFI type macro
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH v1 7/7] perf python: Clean up build dependencies
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 6/7] perf python: Switch module to linking libraries from building source
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 5/7] perf util: Make util its own library
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 4/7] perf bench: Make bench its own library
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 3/7] perf test: Make tests its own library
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 2/7] perf pmu-events: Make pmu-events a library
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 1/7] perf ui: Make ui its own library
- From: Ian Rogers <irogers@xxxxxxxxxx>
- [PATCH v1 0/7] Refactor perf python module build
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH] x86: net: bpf_jit_comp32: Remove unused 'cnt' variables from most functions
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrei Vagin <avagin@xxxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v6 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v6 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v6 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v6 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v6 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v6 net-next 11/15] lwt: Don't disable migration prio invoking BPF.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [RFC PATCH net-next 0/3] selftests: Add AF_XDP functionality test
- From: YiFei Zhu <zhuyifei@xxxxxxxxxx>
- [syzbot] [bpf?] KMSAN: uninit-value in bstr_printf (2)
- From: syzbot <syzbot+3d98610f9d9bdb4a57ce@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/2] arm64/arch_timer: include <linux/percpu.h>
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- [PATCH bpf-next v5 12/12] bpftool: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 11/12] bpf: selftests: xfrm: Opt out of using generated kfunc prototypes
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 10/12] bpf: selftests: nf: Opt out of using generated kfunc prototypes
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 08/12] bpf: verifier: Relax caller requirements for kfunc projection type args
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 07/12] bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 06/12] bpf: Make bpf_session_cookie() kfunc return long *
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 05/12] bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 04/12] bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 03/12] bpf: selftests: Fix fentry test kfunc prototypes
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 02/12] bpf: selftests: Fix bpf_iter_task_vma_new() prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v5 01/12] kbuild: bpf: Tell pahole to DECL_TAG kfuncs
- From: Daniel Xu <dxu@xxxxxxxxx>
- [no subject]
- [PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [f2fs-dev] [PATCH] tracing/treewide: Remove second parameter of __assign_str()
- From: patchwork-bot+f2fs@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: David Ahern <dsahern@xxxxxxxxxx>
- Re: [PATCH bpf-next v5 1/3] cfi: add C CFI type macro
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v6 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v6 2/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v6 0/3] Support kCFI + BPF on arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- Re: [PATCH RESEND] bpf: fix order of args in call to bpf_map_kvcalloc
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v4 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH bpf-next v2 4/4] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 3/4] selftests/bpf: Use start_server_str in mptcp
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 2/4] selftests/bpf: Drop noconnect from network_helper_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 1/4] selftests/bpf: Drop type from network_helper_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 0/4] use network helpers, part 7
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: bpf_ringbuf_reserve deadlock on rt kernels
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- RE: [PATCH net-next] net: mana: Add support for variable page sizes of ARM64
- From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
- Re: [RFC PATCH net-next 0/3] selftests: Add AF_XDP functionality test
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- [syzbot] [bpf?] KMSAN: uninit-value in trie_delete_elem (2)
- From: syzbot <syzbot+57c04b477de48032b4d4@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH net-next 0/3] selftests: Add AF_XDP functionality test
- From: Maciej Fijalkowski <maciej.fijalkowski@xxxxxxxxx>
- [PATCH v2] perf trace: BTF-based enum pretty printing
- From: Howard Chu <howardchu95@xxxxxxxxx>
- Re: [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [RFC PATCH net-next 0/3] selftests: Add AF_XDP functionality test
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Why is recursion protection needed in bpf syscalls?
- From: Usama Saqib <usama.saqib@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: Match tests against regular expres
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- Re: ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
- From: Matthias Schwarzott <zzam@xxxxxxxxxx>
- [PATCH RESEND] bpf: fix order of args in call to bpf_map_kvcalloc
- From: Mohammad Shehar Yaar Tausif <sheharyaar48@xxxxxxxxx>
- [PATCH net-next v7 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH net-next v7 1/2] tls: receive msg again for sk_redirect
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH net-next v7 0/2] Add F_SETFL for fcntl in test_sockmap
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH] x86: net: bpf_jit_comp32: Remove unused 'cnt' variables from most functions
- From: kunyu <kunyu@xxxxxxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- Re: [PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- Re: [PATCH] bpf: fix order of args in call to bpf_map_kvcalloc
- From: Péter Ujfalusi <peter.ujfalusi@xxxxxxxxx>
- Re: elfutils DWARF problem was: Re: Problem with BTF generation on mips64el
- From: "Ying Huang" <ying.huang@xxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/5] selftests/bpf: Drop type from network_helper_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: elfutils DWARF problem was: Re: Problem with BTF generation on mips64el
- From: "Ying Huang" <ying.huang@xxxxxxxxxxxxxxxxx>
- RE: [PATCH net-next] net: mana: Add support for variable page sizes of ARM64
- From: Michael Kelley <mhklinux@xxxxxxxxxxx>
- Re: [PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v1] perf trace: BTF-based enum pretty printing
- From: Howard Chu <howardchu95@xxxxxxxxx>
- Re: elfutils DWARF problem was: Re: Problem with BTF generation on mips64el
- From: Tony Ambardar <tony.ambardar@xxxxxxxxx>
- Re: ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
- From: Dominique Martinet <asmadeus@xxxxxxxxxxxxx>
- Re: ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- Re: ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
- From: Dominique Martinet <asmadeus@xxxxxxxxxxxxx>
- Re: [PATCHSET v6] sched: Implement BPF extensible scheduler class
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/5] selftests/bpf: Drop type from network_helper_opts
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 5/5] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH net-next 1/3] selftests/bpf: Move rxq_num helper from xdp_hw_metadata to network_helpers
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [PATCH bpf-next 4/5] selftests/bpf: Use start_server_str in mptcp
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [RFC PATCH net-next 3/3] selftests: drv-net: Add xsk_hw AF_XDP functionality test
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- [RFC PATCH net-next 3/3] selftests: drv-net: Add xsk_hw AF_XDP functionality test
- From: YiFei Zhu <zhuyifei@xxxxxxxxxx>
- [RFC PATCH net-next 2/3] selftests/bpf: Add xsk_hw AF_XDP functionality test
- From: YiFei Zhu <zhuyifei@xxxxxxxxxx>
- [RFC PATCH net-next 1/3] selftests/bpf: Move rxq_num helper from xdp_hw_metadata to network_helpers
- From: YiFei Zhu <zhuyifei@xxxxxxxxxx>
- [RFC PATCH net-next 0/3] selftests: Add AF_XDP functionality test
- From: YiFei Zhu <zhuyifei@xxxxxxxxxx>
- Re: [PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
- From: Yabin Cui <yabinc@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 1/4] bpf: Relax tuple len requirement for sk helpers.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH v1] perf trace: BTF-based enum pretty printing
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net 1/4] i40e: Fix XDP program unloading while removing the driver
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net 1/4] i40e: Fix XDP program unloading while removing the driver
- From: Michal Kubiak <michal.kubiak@xxxxxxxxx>
- Re: [PATCH v3] bpftool: Query only cgroup-related attach types
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH net 1/4] i40e: Fix XDP program unloading while removing the driver
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: Match tests against regular expres
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v3 1/2] selftests/bpf: Support checks against a regular expression.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- RE: [PATCH net-next] net: mana: Add support for variable page sizes of ARM64
- From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v4 08/12] bpf: verifier: Relax caller requirements for kfunc projection type args
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- RE: [PATCH net-next] net: mana: Add support for variable page sizes of ARM64
- From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
- [PATCH bpf-next v3 2/2] selftests/bpf: Match tests against regular expres
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- [PATCH bpf-next v3 1/2] selftests/bpf: Support checks against a regular expression.
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- [PATCH bpf-next v3 0/2] Regular expression support for test output matching
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Tom Herbert <tom@xxxxxxxxxx>
- RE: [PATCH net-next] net: mana: Add support for variable page sizes of ARM64
- From: Michael Kelley <mhklinux@xxxxxxxxxxx>
- Re: [PATCH bpf-next v5 1/3] cfi: add C CFI type macro
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH] perf trace: Fix syscall untraceable bug
- From: Howard Chu <howardchu95@xxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH] perf trace: Fix syscall untraceable bug
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Jamal Hadi Salim <jhs@xxxxxxxxxxxx>
- Re: [PATCH] perf trace: Fix syscall untraceable bug
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCHv8 9/9] man2: Add uretprobe syscall page
- From: Alejandro Colomar <alx@xxxxxxxxxx>
- Re: [PATCHv8 9/9] man2: Add uretprobe syscall page
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [RFC PATCH 1/1] mm/vmalloc: Modify permission reset procedure to avoid invalid access
- From: "Edgecombe, Rick P" <rick.p.edgecombe@xxxxxxxxx>
- Re: [PATCH net-next v16 00/15] Introducing P4TC (series 1)
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: elfutils DWARF problem was: Re: Problem with BTF generation on mips64el
- From: Mark Wielaard <mark@xxxxxxxxx>
- [RFC PATCH 1/1] mm/vmalloc: Modify permission reset procedure to avoid invalid access
- From: Leo Yu-Chi Liang <ycliang@xxxxxxxxxxxxx>
- Re: [PATCH net-next v7 00/15] First try to replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v4 15/15] virtio_net: xsk: rx: support recv small mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 08/15] virtio_net: sq support premapped mode
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 14/15] virtio_net: xsk: rx: support fill with xsk buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 13/15] virtio_net: xsk: tx: handle the transmitted xsk buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 07/15] virtio_net: refactor the xmit type
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 12/15] virtio_net: xsk: tx: support wakeup
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 11/15] virtio_net: xsk: tx: support xmit xsk buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 10/15] virtio_net: xsk: prevent disable tx napi
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 09/15] virtio_net: xsk: bind/unbind xsk
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 04/15] virtio_net: separate virtnet_rx_resize()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 06/15] virtio_net: separate receive_buf
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 01/15] virtio_ring: introduce dma map api for page
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 05/15] virtio_net: separate virtnet_tx_resize()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 03/15] virtio_ring: virtqueue_set_dma_premapped() support to disable
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 02/15] virtio_ring: introduce vring_need_unmap_buffer
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net-next v4 00/15] virtio-net: support AF_XDP zero copy
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCHv8 9/9] man2: Add uretprobe syscall page
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 2/9] uprobe: Wire up uretprobe system call
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCH v4 7/7] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 6/7] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 5/7] tools: sync uapi/linux/fs.h header into tools subdir
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 4/7] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 3/7] fs/procfs: add build ID fetching to PROCMAP_QUERY API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 2/7] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 1/7] fs/procfs: extract logic for getting VMA name constituents
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v4 0/7] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: John Johansen <john.johansen@xxxxxxxxxxxxx>
- Re: [PATCH] perf trace: Fix syscall untraceable bug
- From: Howard Chu <howardchu95@xxxxxxxxx>
- Re: [RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v5 1/3] cfi: add C CFI type macro
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
- From: Zheng Yejian <zhengyejian1@xxxxxxxxxx>
- Re: [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH net-next v6 0/2] Add F_SETFL for fcntl in test_sockmap
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH net-next v6 2/2] selftests/bpf: Add F_SETFL for fcntl in test_sockmap
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH net-next v6 1/2] tls: wait for receiving next skb for sk_redirect
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5
- From: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
- Re: [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 0/4] Introduce user namespace capabilities
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Christian König <christian.koenig@xxxxxxx>
- Re: [PATCH v2 1/4] capabilities: Add user namespace capabilities
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- Re: [PATCH] watchdog/core: Fix AA deadlock due to watchdog holding cpu_hotplug_lock and wait for wq
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: elfutils DWARF problem was: Re: Problem with BTF generation on mips64el
- From: Tony Ambardar <tony.ambardar@xxxxxxxxx>
- Re: [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: elfutils DWARF problem was: Re: Problem with BTF generation on mips64el
- From: Tony Ambardar <tony.ambardar@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 2/2] selftests/bpf: Close netns in error paths in test_tunnel
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 1/2] selftests/bpf: Enable INET_XFRM_TUNNEL in config
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next v2 0/2] Enable INET_XFRM_TUNNEL in config
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Enable INET_XFRM_TUNNEL in config
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 5/5] selftests/bpf: Use start_server_str in test_tcp_check_syncookie_user
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 4/5] selftests/bpf: Use start_server_str in mptcp
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 3/5] selftests/bpf: Drop must_fail from network_helper_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 2/5] selftests/bpf: Drop noconnect from network_helper_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 1/5] selftests/bpf: Drop type from network_helper_opts
- From: Geliang Tang <geliang@xxxxxxxxxx>
- [PATCH bpf-next 0/5] use network helpers, part 7
- From: Geliang Tang <geliang@xxxxxxxxxx>
- Re: [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
- From: Zheng Yejian <zhengyejian1@xxxxxxxxxx>
- Re: pull-request: bpf-next 2024-06-06
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v12 5/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH v2 bpf-next 4/4] selftests/bpf: Add tests for add_const
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 3/4] bpf: Support can_loop/cond_break on big endian
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 1/4] bpf: Relax tuple len requirement for sk helpers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 0/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf v2 1/2] compiler_types.h: Define __retain for __attribute__((__retain__))
- From: Tony Ambardar <tony.ambardar@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCHv7 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [PATCH] perf trace: Fix syscall untraceable bug
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/2] bpf, verifier: Correct tail_call_reachable for bpf prog
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH net-next] net: mana: Add support for variable page sizes of ARM64
- From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
- Re: [PATCH 01/10] capability: introduce new capable flag CAP_OPT_NOAUDIT_ONDENY
- From: John Johansen <john.johansen@xxxxxxxxxxxxx>
- Re: [PATCH 02/10] capability: add any wrappers to test for multiple caps with exactly one audit message
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH 01/10] capability: introduce new capable flag CAP_OPT_NOAUDIT_ONDENY
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 0/4] Introduce user namespace capabilities
- From: Josef Bacik <josef@xxxxxxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v4 08/12] bpf: verifier: Relax caller requirements for kfunc projection type args
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next v5 0/3] Support kCFI + BPF on arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v5 3/3] arm64/cfi,bpf: Use DEFINE_CFI_TYPE in arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v5 2/3] arm64/cfi,bpf: Support kCFI + BPF on arm64
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- [PATCH bpf-next v5 1/3] cfi: add C CFI type macro
- From: Maxwell Bland <mbland@xxxxxxxxxxxx>
- Re: [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH iwl-net 3/3] ice: make NAPI setting code aware that rtnl-locked request is waiting
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH iwl-net 2/3] ice: fix locking in ice_xsk_pool_setup()
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH iwl-net 1/3] ice: synchronize XDP setup with reset
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- [PATCH iwl-net 0/3] ice: fix synchronization between .ndo_bpf() and reset
- From: Larysa Zaremba <larysa.zaremba@xxxxxxxxx>
- bpf_ringbuf_reserve deadlock on rt kernels
- From: Dmitry Dolgov <9erthalion6@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: David Ahern <dsahern@xxxxxxxxxx>
- Re: [PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
- From: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>
- [PATCH v1] perf trace: BTF-based enum pretty printing
- From: Howard Chu <howardchu95@xxxxxxxxx>
- Re: [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 1/4] capabilities: Add user namespace capabilities
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- Re: [PATCH v2 1/4] capabilities: Add user namespace capabilities
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- [PATCH v2 bpf-next 2/2] bpf, x64: Remove tail call detection
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- [PATCH v2 bpf-next 1/2] bpf, verifier: Correct tail_call_reachable for bpf prog
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- [PATCH v2 bpf-next 0/2] bpf, verifier: Correct tail_call_reachable for bpf prog
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Christian König <christian.koenig@xxxxxxx>
- Re: [PATCH -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release
- From: Markus Elfring <Markus.Elfring@xxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()
- From: Lorenzo Stoakes <lstoakes@xxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- Re: [PATCH v2 1/4] capabilities: Add user namespace capabilities
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- Re: [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Meble metalowe
- From: "Bartłomiej Gabrych" <bartlomiej.gabrych@xxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf, verifier: Correct tail_call_reachable for bpf prog
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- Re: [PATCH bpf-next 3/4] bpf: Support can_loop/cond_break on big endian
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, verifier: Correct tail_call_reachable for bpf prog
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [RFC PATCH bpf-next] bpf: Support shadow stack for bpf progs
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- [syzbot] [bpf?] KMSAN: uninit-value in strnchr (2)
- From: syzbot <syzbot+33bce7b14333572224b2@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- Re: [PATCH v2 1/4] capabilities: Add user namespace capabilities
- From: "Serge E. Hallyn" <serge@xxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: David Wei <dw@xxxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: David Wei <dw@xxxxxxxxxxx>
- Re: [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH] perf trace: Fix syscall untraceable bug
- From: Markus Elfring <Markus.Elfring@xxxxxx>
- [syzbot] [bpf?] KMSAN: uninit-value in __bpf_strtoull (2)
- From: syzbot <syzbot+d190d0aff2b3fd6ee95a@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
- From: Donglin Peng <dolinux.peng@xxxxxxxxx>
- Re: [syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue (2)
- From: syzbot <syzbot+cca39e6e84a367a7e6f6@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH v2 4/4] bpf,lsm: Allow editing capabilities in BPF-LSM hooks
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- [PATCH v2 3/4] capabilities: Add sysctl to mask off userns caps
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- [PATCH v2 2/4] capabilities: Add securebit to restrict userns caps
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- [PATCH v2 1/4] capabilities: Add user namespace capabilities
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- [PATCH v2 0/4] Introduce user namespace capabilities
- From: Jonathan Calmels <jcalmels@xxxxxxxx>
- [PATCH bpf-next] bpf, verifier: Correct tail_call_reachable for bpf prog
- From: Leon Hwang <hffilwlqm@xxxxxxxxx>
- Re: [RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
- From: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
- Re: [Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
- From: Florian Westphal <fw@xxxxxxxxx>
- Re: [PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 12/12] bpftool: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 11/12] bpf: selftests: xfrm: Opt out of using generated kfunc prototypes
- From: Daniel Xu <dxu@xxxxxxxxx>
- [no subject]
- [no subject]
- [no subject]
- [PATCH bpf-next v4 10/12] bpf: selftests: nf: Opt out of using generated kfunc prototypes
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 08/12] bpf: verifier: Relax caller requirements for kfunc projection type args
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 07/12] bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 06/12] bpf: selftests: Fix bpf_session_cookie() kfunc prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 05/12] bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 04/12] bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 03/12] bpf: selftests: Fix fentry test kfunc prototypes
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 02/12] bpf: selftests: Fix bpf_iter_task_vma_new() prototype
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 01/12] kbuild: bpf: Tell pahole to DECL_TAG kfuncs
- From: Daniel Xu <dxu@xxxxxxxxx>
- [PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
- From: Daniel Xu <dxu@xxxxxxxxx>
- [syzbot] [bpf?] INFO: task hung in bpf_prog_dev_bound_destroy
- From: syzbot <syzbot+638395cff1c05c4a0128@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH] perf trace: Fix syscall untraceable bug
- From: Howard Chu <howardchu95@xxxxxxxxx>
- [RFC PATCH v3] bpf: Using binary search to improve the performance of btf_find_by_name_kind
- From: Donglin Peng <dolinux.peng@xxxxxxxxx>
- Re: [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH] bpf: don't call mmap_read_trylock() from IRQ context
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH] bpf: don't call mmap_read_trylock() from IRQ context
- From: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next] bpf: Return EINVAL instead of NULL for map_lookup_elem of queue
- From: Florian Lehner <dev@xxxxxxxxxxx>
- [PATCH HID v3 16/16] HID: bpf: make part of struct hid_device writable
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 13/16] HID: bpf: error on warnings when compiling bpf objects
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 12/16] HID: bpf: Artist24: remove unused variable
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 10/16] Documentation: HID: amend HID-BPF for struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 09/16] selftests/hid: add subprog call test
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 08/16] HID: bpf: remove tracing HID-BPF capability
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 07/16] HID: bpf: convert in-tree fixes into struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 02/16] HID: bpf: add hid_get/put_device() helpers
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 01/16] HID: rename struct hid_bpf_ops into hid_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v3 00/16] HID: convert HID-BPF into using bpf_struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- Re: [Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
- From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
- Re: [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH bpf-next 4/4] selftests/bpf: Add tests for add_const
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 1/4] bpf: Relax tuple len requirement for sk helpers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 3/4] bpf: Support can_loop/cond_break on big endian
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 2/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 0/4] bpf: Track delta between "linked" registers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrei Vagin <avagin@xxxxxxxxx>
- Re: [Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH HID v2 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: Recursive locking in sockmap
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH HID v2 16/16] HID: bpf: make part of struct hid_device writable
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 15/16] HID: bpf: rework hid_bpf_ops_btf_struct_access
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 14/16] bpf: allow bpf helpers to be used into HID-BPF struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 13/16] HID: bpf: error on warnings when compiling bpf objects
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 12/16] HID: bpf: Artist24: remove unused variable
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 11/16] Documentation: HID: add a small blurb on udev-hid-bpf
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 10/16] Documentation: HID: amend HID-BPF for struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 09/16] selftests/hid: add subprog call test
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 08/16] HID: bpf: remove tracing HID-BPF capability
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 07/16] HID: bpf: convert in-tree fixes into struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 06/16] HID: bpf: add defines for HID-BPF SEC in in-tree bpf fixes
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 05/16] HID: samples: convert the 2 HID-BPF samples into struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 04/16] selftests/hid: convert the hid_bpf selftests with struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 03/16] HID: bpf: implement HID-BPF through bpf_struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 02/16] HID: bpf: add hid_get/put_device() helpers
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 01/16] HID: rename struct hid_bpf_ops into hid_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- [PATCH HID v2 00/16] HID: convert HID-BPF into using bpf_struct_ops
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [RFC PATCH 4/5] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [RFC PATCH 3/5] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [RFC PATCH 4/5] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: David Ahern <dsahern@xxxxxxxxxx>
- Re: [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [RFC PATCH 2/5] mm/mmap: Split do_vmi_align_munmap() into a gather and complete operation
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- [PATCH] kernel/trace: fix possible deadlock in trie_delete_elem
- From: Wojciech Gładysz <wojciech.gladysz@xxxxxxxxxxxx>
- Re: [PATCH v3] bpftool: Query only cgroup-related attach types
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- [PATCH net-next v7 13/15] net: replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v7 06/15] mm: page_frag: add '_va' suffix to page_frag API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v7 00/15] First try to replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH net-next v10 06/14] page_pool: convert to use netmem
- From: Pavel Begunkov <asml.silence@xxxxxxxxx>
- Re: Recursive locking in sockmap
- From: Vincent Whitchurch <vincent.whitchurch@xxxxxxxxxxxxx>
- [RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
- From: Zheng Yejian <zhengyejian1@xxxxxxxxxx>
- Re: [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- [PATCH v3] bpftool: Query only cgroup-related attach types
- From: Kenta Tada <tadakentaso@xxxxxxxxx>
- [PATCH -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release
- From: Chen Ridong <chenridong@xxxxxxxxxx>
- Re: [PATCH v2] bpftool: Query only cgroup-related attach types
- From: Kenta Tada <tadakentaso@xxxxxxxxx>
- Re: [PATCH v2] bpftool: Query only cgroup-related attach types
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- [no subject]
- [PATCH v2] bpftool: Query only cgroup-related attach types
- From: Kenta Tada <tadakentaso@xxxxxxxxx>
- Re: ANNOUNCE: pahole v1.26 (more holes, --bpf_features, --contains_enum)
- From: Domenico Andreoli <domenico.andreoli@xxxxxxxxx>
- Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- [PATCH v5 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v5 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v5 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v5 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH v5 net-next 11/15] lwt: Don't disable migration prio invoking BPF.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: ANNOUNCE: pahole v1.26 (more holes, --bpf_features, --contains_enum)
- From: Matthias Schwarzott <zzam@xxxxxxxxxx>
- [syzbot] [bpf?] possible deadlock in deactivate_slab
- From: syzbot <syzbot+a4acbb99845d381e5e2f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH net-next v11 13/13] selftests: add ncdevmem, netcat for devmem TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 12/13] net: add devmem TCP documentation
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 09/13] net: add support for skbs with unreadable frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 10/13] tcp: RX path for devmem TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 07/13] memory-provider: dmabuf devmem memory provider
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 08/13] net: support non paged skb frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 06/13] page_pool: devmem support
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 05/13] page_pool: convert to use netmem
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 03/13] netdev: support binding dma-buf to netdevice
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 04/13] netdev: netdevice devmem allocator
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 02/13] net: netdev netlink api to bind dma-buf to a net device
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 01/13] netdev: add netdev_rx_queue_restart()
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- [PATCH net-next v11 00/13] Device Memory TCP
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC PATCH 2/5] mm/mmap: Split do_vmi_align_munmap() into a gather and complete operation
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
- From: Florian Westphal <fw@xxxxxxxxx>
- pull-request: bpf-next 2024-06-06
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [Patch net] net: remove the bogus overflow debug check in pskb_may_pull()
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Ideal way to read FUNC_PROTO in raw tp?
- From: Yan Zhai <yan@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 01/11] bpf, lsm: Annotate lsm hook return value range
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v5 00/12] PCI: imx6: Fix\rename\clean up and add lut information for imx95
- From: Frank Li <Frank.li@xxxxxxx>
- Re: [PATCH bpf-next 0/5] use network helpers, part 6
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v5 08/12] PCI: imx6: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
- From: Frank Li <Frank.li@xxxxxxx>
- Re: [PATCH v12 0/5] Reduce overhead of LSMs with static calls
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: "Jose E. Marchesi" <jose.marchesi@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCH v12 0/5] Reduce overhead of LSMs with static calls
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] selftests/bpf: Support checks against a regular expression.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH bpf-next] libbpf: auto-attach skeletons struct_ops
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] libbpf: auto-attach skeletons struct_ops
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [GIT PULL] Networking for v6.10-rc3
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
- From: Mina Almasry <almasrymina@xxxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v12 0/5] Reduce overhead of LSMs with static calls
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [GIT PULL] Networking for v6.10-rc3
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v12 0/5] Reduce overhead of LSMs with static calls
- From: Kees Cook <kees@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH] watchdog/core: Fix AA deadlock due to watchdog holding cpu_hotplug_lock and wait for wq
- From: Luo Gengkun <luogengkun@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/5] net: Add splice_read to prot
- From: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
- [PATCH bpf-next v4 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- [PATCH bpf-next v4 2/2] selftests: bpf: validate CHECKSUM_COMPLETE option
- From: Vadim Fedorenko <vadfed@xxxxxxxx>
- Re: [PATCH bpf-next v3 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: add btf_field_iter selftests
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next v2 2/2] selftests/bpf: Match tests against regular expres
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- [PATCH bpf-next v2 1/2] selftests/bpf: Support checks against a regular expression.
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- [PATCH bpf-next v2 0/2] Regular expression support for test output matching
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- Re: Recursive locking in sockmap
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx>
- Re: [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
- From: Alexander Potapenko <glider@xxxxxxxxxx>
- Recursive locking in sockmap
- From: Vincent Whitchurch <vincent.whitchurch@xxxxxxxxxxxxx>
- [PATCH bpf-next 3/5] selftests/bpf: sockmap: Exit with error on failure
- From: Vincent Whitchurch via B4 Relay <devnull+vincent.whitchurch.datadoghq.com@xxxxxxxxxx>
- [PATCH bpf-next 5/5] selftests/bpf: sockmap: Add basic splice(2) mode
- From: Vincent Whitchurch via B4 Relay <devnull+vincent.whitchurch.datadoghq.com@xxxxxxxxxx>
- [PATCH bpf-next 4/5] selftests/bpf: sockmap: Allow SK_PASS in verdict
- From: Vincent Whitchurch via B4 Relay <devnull+vincent.whitchurch.datadoghq.com@xxxxxxxxxx>
- [PATCH bpf-next 1/5] net: Add splice_read to prot
- From: Vincent Whitchurch via B4 Relay <devnull+vincent.whitchurch.datadoghq.com@xxxxxxxxxx>
- [PATCH bpf-next 0/5] sockmap: Fix reading with splice(2)
- From: Vincent Whitchurch via B4 Relay <devnull+vincent.whitchurch.datadoghq.com@xxxxxxxxxx>
- [PATCH bpf-next 2/5] tcp_bpf: Fix reading with splice(2)
- From: Vincent Whitchurch via B4 Relay <devnull+vincent.whitchurch.datadoghq.com@xxxxxxxxxx>
- Re: [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
- From: Alexander Potapenko <glider@xxxxxxxxxx>
- Re: qp-trie? Re: [PATCH bpf-next 06/10] bpf: Add support for qp-trie map
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [Bpf] Re: [EXTERNAL] RE: Re: Writing into a ring buffer map from user space
- From: Shankar Seal <Shankar.Seal=40microsoft.com@xxxxxxxxxxxxxx>
- Re: qp-trie? Re: [PATCH bpf-next 06/10] bpf: Add support for qp-trie map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- Re: qp-trie? Re: [PATCH bpf-next 06/10] bpf: Add support for qp-trie map
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: pull-request: bpf 2024-06-05
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net-next v10 06/14] page_pool: convert to use netmem
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: qp-trie? Re: [PATCH bpf-next 06/10] bpf: Add support for qp-trie map
- From: Hou Tao <houtao@xxxxxxxxxxxxxxx>
- [PATCH v5 bpf-next 3/3] selftests/bpf: Remove i = zero workaround and add new tests.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v5 bpf-next 1/3] bpf: Relax tuple len requirement for sk helpers.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v5 bpf-next 2/3] bpf: Relax precision marking in open coded iters and may_goto loop.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: Suren Baghdasaryan <surenb@xxxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf 0/2] Revert "xsk: support redirect to any socket bound to the same umem"
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH bpf-next] libbpf: auto-attach skeletons struct_ops
- From: Mykyta@xxxxxxxxxxxxxxxxxxxxxx, Yatsenko@xxxxxxxxxxxxxxxxxxxxxx, mykyta.yatsenko5@xxxxxxxxx
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 234cb065ad82915ff8d06ce01e01c3e640b674d2
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- Re: [PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH vhost v13 04/12] virtio_ring: support add premapped buf
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: add btf_field_iter selftests
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Oleg Nesterov <oleg@xxxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- [no subject]
- Re: [RFC] misuse of descriptor tables in HID-BPF
- From: Benjamin Tissoires <bentiss@xxxxxxxxxx>
- Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
- From: Mark Rutland <mark.rutland@xxxxxxx>
- qp-trie? Re: [PATCH bpf-next 06/10] bpf: Add support for qp-trie map
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH net-next v6 13/15] net: replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net-next v6 00/15] First try to replace page_frag with page_frag_cache
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
- [PATCH AUTOSEL 6.9 08/23] libbpf: detect broken PID filtering logic for multi-uprobe
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v3 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- [RFC] ML infrastructure in Linux kernel
- From: Viacheslav Dubeyko <slava@xxxxxxxxxxx>
- Re: [PATCH v3 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH v3 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v3 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>
- Re: [syzbot] [bpf?] BUG: unable to handle kernel paging request in jhash
- From: syzbot <syzbot+6592955f6080eeb2160f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 net-next 14/14] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH v4 net-next 13/14] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next 0/5] libbpf: BTF field iterator
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH v2 net] vxlan: Fix regression when dropping packets due to invalid src addresses
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 1/2] bpf: add CHECKSUM_COMPLETE to bpf test progs
- From: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
- pull-request: bpf 2024-06-05
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 4/5] bpftool: use BTF field iterator in btfgen
- From: Quentin Monnet <qmo@xxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH bpf 0/2] Revert "xsk: support redirect to any socket bound to the same umem"
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf 0/2] Revert "xsk: support redirect to any socket bound to the same umem"
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: Re: [PATCH bpf-next] bpf: tcp: Improve bpf write tcp opt performance
- From: Feng Zhou <zhoufeng.zf@xxxxxxxxxxxxx>
- Re: [PATCH bpf v2 1/2] compiler_types.h: Define __retain for __attribute__((__retain__))
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- Re: [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH v3 9/9] selftests/bpf: add simple benchmark tool for /proc/<pid>/maps APIs
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 8/9] selftests/bpf: make use of PROCMAP_QUERY ioctl if available
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 7/9] tools: sync uapi/linux/fs.h header into tools subdir
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 6/9] docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 5/9] fs/procfs: add build ID fetching to PROCMAP_QUERY API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 2/9] fs/procfs: extract logic for getting VMA name constituents
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 1/9] mm: add find_vma()-like API but RCU protected and taking VMA lock
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 5/5] libbpf: remove callback-based type/string BTF field visitor helpers
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 4/5] bpftool: use BTF field iterator in btfgen
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 3/5] libbpf: make use of BTF field iterator in BTF handling code
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 2/5] libbpf: make use of BTF field iterator in BPF linker code
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 1/5] libbpf: add BTF field iterator
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH v2 bpf-next 0/5] libbpf: BTF field iterator
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
- From: Andrew Lunn <andrew@xxxxxxx>
- Re: [PATCH] bpf: Support shadow stack
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
- Re: [PATCH bpf 0/2] Revert "xsk: support redirect to any socket bound to the same umem"
- From: Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx>
- Re: [PATCH bpf-next 1/5] libbpf: add BTF field iterator
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 1/5] libbpf: add BTF field iterator
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] selftests/bpf: Support checks against a regular expression.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 0/5] libbpf: BTF field iterator
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 1/5] libbpf: add BTF field iterator
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v2] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [RFC bpf-next 10/10] selftests/bpf: Add uprobe session recursive test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 09/10] selftests/bpf: Add uprobe session cookie test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 08/10] selftests/bpf: Add uprobe session errors test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 07/10] selftests/bpf: Add uprobe session test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 06/10] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 05/10] libbpf: Add uprobe session attach type names to attach_type_name
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 04/10] libbpf: Add support for uprobe multi session attach
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 03/10] bpf: Add support for uprobe multi session context
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 02/10] bpf: Add support for uprobe multi session attach
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [RFC bpf-next 00/10] uprobe, bpf: Add session support
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
- From: Matus Jokay <matus.jokay@xxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf-next 2/5] libbpf: make use of BTF field iterator in BPF linker code
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Fix bpf_cookie and find_vma in nested VM
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 2/2] selftests/bpf: Match tests against regular expression.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] selftests/bpf: Support checks against a regular expression.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next v2] selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()
- From: Yonghong Song <yonghong.song@xxxxxxxxx>
[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]