BPF
[Prev Page][Next Page]
- Re: [PATCH v2 bpf-next 2/4] libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v7 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v7 6/8] libbpf: Update a bpf_link with another struct_ops.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v7 5/8] bpf: Update the struct_ops of a bpf_link.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v2 1/2] bpf: Fix a umin > umax reg bound error
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next 6/6] selftests/bpf: add fixed vs rotating verifier log tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 5/6] selftests/bpf: add more veristat control over verifier log options
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 4/6] libbpf: don't enfore verifier log levels on libbpf side
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 0/6] BPF verifier rotating log
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/6] bpf: split off basic BPF verifier log into separate file
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 2/6] bpf: remove minimum size restrictions on verifier log buffer
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH 05/32] sched: Add sched_class->reweight_task()
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH bpf-next v7 2/8] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH 14/32] sched_ext: Add scx_example_simple and scx_example_qmap example schedulers
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH bpf-next v7 6/8] libbpf: Update a bpf_link with another struct_ops.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v7 5/8] bpf: Update the struct_ops of a bpf_link.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH 12/32] sched_ext: Add boilerplate for extensible scheduler class
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 18/32] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 24/32] sched_ext: Add cgroup support
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 06/32] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 25/32] sched_ext: Implement SCX_KICK_WAIT
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 26/32] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 28/32] sched_ext: Implement core-sched support
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 08/32] sched: Expose css_tg(), __setscheduler_prio() and SCHED_CHANGE_BLOCK()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 31/32] sched_ext: Add a basic, userland vruntime scheduler
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 22/32] sched_ext: Implement tickless support
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 29/32] sched_ext: Add vtime-ordered priority queue to dispatch_q's
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 32/32] sched_ext: Add a rust userspace hybrid example scheduler
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 27/32] sched_ext: Implement sched_ext_ops.cpu_online/offline()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 30/32] sched_ext: Documentation: scheduler: Document extensible scheduler class
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 23/32] sched_ext: Track tasks that are subjects of the in-flight SCX operation
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 19/32] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 16/32] sched_ext: Implement runnable task stall watchdog
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 04/32] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 20/32] sched_ext: Make watchdog handle ops.dispatch() looping stall
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 21/32] sched_ext: Add task state tracking operations
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 15/32] sched_ext: Add sysrq-S which disables the BPF scheduler
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 17/32] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 10/32] sched: Add @reason to sched_class->rq_{on|off}line()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 09/32] sched: Enumerate CPU cgroup file types
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 07/32] sched: Factor out cgroup weight conversion functions
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 03/32] sched: Restructure sched_class order sanity checks in sched_init()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 11/32] sched: Add normal_policy()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 01/32] cgroup: Implement cgroup_show_cftypes()
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCH 02/32] sched: Encapsulate task attribute change sequence into a helper macro
- From: Tejun Heo <tj@xxxxxxxxxx>
- [PATCHSET v3] sched: Implement BPF extensible scheduler class
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH bpf-next V1 1/7] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next V1 4/7] selftests/bpf: xdp_hw_metadata RX hash return code info
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next V1 3/7] selftests/bpf: xdp_hw_metadata track more timestamps
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [PATCH bpf-next v7 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v7 3/8] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next v7 1/8] bpf: Retire the struct_ops map kvalue->refcnt.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH v2 bpf-next 4/4] selftests/bpf: Add test for bpf_ksym_exists().
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 3/4] libbpf: Introduce bpf_ksym_exists() macro.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 2/4] libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 1/4] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2 bpf-next 0/4] bpf: Add detection of kfuncs.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v7 6/8] libbpf: Update a bpf_link with another struct_ops.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v7 5/8] bpf: Update the struct_ops of a bpf_link.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH] module/decompress: Never use kunmap() for local un-mappings
- From: Stephen Boyd <swboyd@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work()
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v7 3/8] bpf: Create links for BPF struct_ops maps.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v7 2/8] net: Update an existing TCP congestion control algorithm.
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 2/8] net: Update an existing TCP congestion control algorithm.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work()
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Filter out preempt_count_ functions from kprobe_multi bench
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v7 1/8] bpf: Retire the struct_ops map kvalue->refcnt.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Filter out preempt_count_ functions from kprobe_multi bench
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: bpf_timer memory utilization
- From: Chris Lai <chrlai@xxxxxxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next v2] selftests/bpf: add --json-summary option to test_progs
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH 4/5] selftests/umd_mgmt: Add selftests for UMD management library
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH 2/5] usermode_driver_mgmt: Introduce management of user mode drivers
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v7 2/8] net: Update an existing TCP congestion control algorithm.
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH 5/5] doc: Add documentation for the User Mode Driver management library
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH 3/5] bpfilter: Port to user mode driver management API
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH 1/5] usermode_driver: Introduce umd_send_recv() from bpfilter
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH 0/5] usermode_driver: Add management library and API
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH bpf-next V1 7/7] igc: add XDP hints kfuncs for RX hash
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- [PATCH bpf-next V1 6/7] igc: add XDP hints kfuncs for RX timestamp
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- [PATCH bpf-next V1 4/7] selftests/bpf: xdp_hw_metadata RX hash return code info
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- [PATCH bpf-next V1 5/7] igc: add igc_xdp_buff wrapper for xdp_buff in driver
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- [PATCH bpf-next V1 2/7] igc: enable and fix RX hash usage by netstack
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- [PATCH bpf-next V1 0/7] XDP-hints kfuncs for Intel driver igc
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- [PATCH bpf-next V1 1/7] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- [PATCH bpf-next V1 3/7] selftests/bpf: xdp_hw_metadata track more timestamps
- From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: fix "metadata marker" getting overwritten by the netstack
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: fix "metadata marker" getting overwritten by the netstack
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf, docs: Use internal linking for link to netdev subsystem doc
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] kallsyms: move find_kallsyms_symbol_value out of internal header
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next] selftests/bpf: Filter out preempt_count_ functions from kprobe_multi bench
- From: Yafang Shao <laoar.shao@xxxxxxxxx>
- [PATCH bpf-next] kallsyms: move find_kallsyms_symbol_value out of internal header
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next 0/2] double-fix bpf_test_run + XDP_PASS recycling
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH net v2] net: xdp: don't call notifiers during driver init
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH v2] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work()
- From: starmiku1207184332@xxxxxxxxx
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: bpf_timer memory utilization
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net] net: atlantic: Fix crash when XDP is enabled but no program is loaded
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Add test for bpf_kfunc_exists().
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v2 bpf-next 2/3] bpf: Add bpf_sock_destroy kfunc
- From: Aditi Ghag <aditi.ghag@xxxxxxxxxxxxx>
- Re: [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Add test for bpf_kfunc_exists().
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 1/9] mm: Store build id in file object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH net v2] net: xdp: don't call notifiers during driver init
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net] net: xdp: don't call notifiers during driver init
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net] net: xdp: don't call notifiers during driver init
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf, test_run: fix crashes due to XDP frame overwriting/corruption
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: fix "metadata marker" getting overwritten by the netstack
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH bpf v3] xsk: Add missing overflow check in xdp_umem_reg
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH] tools/resolve_btfids: Add libsubcmd to .gitignore
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH] bpf: remove misleading spec_v1 check on var-offset stack read
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 2/2] selftests/bpf: Add test for bpf_kfunc_exists().
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: fix "metadata marker" getting overwritten by the netstack
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf, test_run: fix crashes due to XDP frame overwriting/corruption
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test
- From: Daniel Borkmann <daniel@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/5] Make struct bpf_cpumask RCU safe
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- bpf_timer memory utilization
- From: Chris Lai <chrlai@xxxxxxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- [PATCH bpf-next 5/6] selftests/bpf: add more veristat control over verifier log options
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 4/6] libbpf: don't enfore verifier log levels on libbpf side
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 6/6] selftests/bpf: add fixed vs rotating verifier log tests
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 2/6] bpf: remove minimum size restrictions on verifier log buffer
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 0/6] BPF verifier rotating log
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/6] bpf: split off basic BPF verifier log into separate file
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH bpf-next 1/2] bpf, test_run: fix crashes due to XDP frame overwriting/corruption
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: fix "metadata marker" getting overwritten by the netstack
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next 0/2] double-fix bpf_test_run + XDP_PASS recycling
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH net v2 0/2] virtio_net: fix two bugs related to XDP
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net 1/1] ice: xsk: disable txq irq before flushing hw
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] libbpf: Ignore warnings about "inefficient alignment"
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next 1/2] selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp result
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 2/9] perf: Use file object build id in perf_event_mmap_event
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 1/9] mm: Store build id in file object
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
- From: Jiri Olsa <jolsa@xxxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- Re: [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
- From: Florent Revest <revest@xxxxxxxxxxxx>
- Re: [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
- From: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>
- Re: [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
- From: Florent Revest <revest@xxxxxxxxxxxx>
- Re: [PATCH v2 06/10] ftrace: selftest: remove broken trace_direct_tramp
- From: Florent Revest <revest@xxxxxxxxxxxx>
- Re: [PATCH v2 01/10] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
- From: Florent Revest <revest@xxxxxxxxxxxx>
- [RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 21/28] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
- From: David Howells <dhowells@xxxxxxxxxx>
- [RFC PATCH 05/28] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [linux-next:master] BUILD REGRESSION 6f72958a49f68553f2b6ff713e8c8e51a34c1e1e
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf v3] xsk: Add missing overflow check in xdp_umem_reg
- From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 4/4] xdp: remove unused {__,}xdp_release_frame()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 1/4] selftests/bpf: robustify test_xdp_do_redirect with more payload magics
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 2/4] net: page_pool, skbuff: make skb_mark_for_recycle() always available
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH net] net: xdp: don't call notifiers during driver init
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH bpf-next 0/2] bpf: Add detection of kfuncs.
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH 02/10] perf bpf filter: Implement event sample filtering
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 4/4] xdp: remove unused {__,}xdp_release_frame()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 2/4] net: page_pool, skbuff: make skb_mark_for_recycle() always available
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 1/4] selftests/bpf: robustify test_xdp_do_redirect with more payload magics
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: next: arm-32bit: build errors: kernel/module/internal.h:252:56: error: expected ';', ',' or ')' before 'const'
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- next: arm-32bit: build errors: kernel/module/internal.h:252:56: error: expected ';', ',' or ')' before 'const'
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [PATCH net] net: xdp: don't call notifiers during driver init
- From: Tariq Toukan <ttoukan.linux@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs
- From: Manu Bretelle <chantr4@xxxxxxxxx>
- [PATCH bpf-next v2 5/5] bpf,docs: Remove bpf_cpumask_kptr_get() from documentation
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 4/5] bpf: Remove bpf_cpumask_kptr_get() kfunc
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 3/5] bpf/selftests: Test using global cpumask kptr with RCU
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 1/5] bpf: Free struct bpf_cpumask in call_rcu handler
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 2/5] bpf: Mark struct bpf_cpumask as rcu protected
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next v2 0/5] Make struct bpf_cpumask RCU safe
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH net v2 7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- RE: [PATCH bpf-next 0/2] bpf: Add detection of kfuncs.
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH net] net: xdp: don't call notifiers during driver init
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Fix a fd leak in an error path in network_helpers.c
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next 1/2] selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp result
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH 02/10] perf bpf filter: Implement event sample filtering
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH net v2 7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag
- From: Saeed Mahameed <saeed@xxxxxxxxxx>
- Re: [PATCH] veth: Fix use after free in XDP_REDIRECT
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH net v2 7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH net v2 7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag
- From: Saeed Mahameed <saeed@xxxxxxxxxx>
- [PATCH bpf-next v7 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 6/8] libbpf: Update a bpf_link with another struct_ops.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 5/8] bpf: Update the struct_ops of a bpf_link.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 3/8] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 2/8] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 1/8] bpf: Retire the struct_ops map kvalue->refcnt.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v7 0/8] Transit between BPF TCP congestion controls.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- [PATCH bpf-next 5/5] bpf,docs: Remove bpf_cpumask_kptr_get() from documentation
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next 4/5] bpf: Remove bpf_cpumask_kptr_get() kfunc
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next 3/5] bpf/selftests: Test using global cpumask kptr with RCU
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next 2/5] bpf: Mark struct bpf_cpumask as RCU protected
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next 1/5] bpf: Free struct bpf_cpumask in call_rcu handler
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next 0/5] Make struct bpf_cpumask RCU safe
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/2] selftests/bpf: Fix a fd leak in an error path in network_helpers.c
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next 1/2] selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp result
- From: Yonghong Song <yhs@xxxxxxxx>
- Re: [PATCH bpf-next 0/2] bpf: Add detection of kfuncs.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH net v2 7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH net] net: xdp: don't call notifiers during driver init
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 3/8] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next 1/2] selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp result
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Fix a fd leak in an error path in network_helpers.c
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2 06/10] ftrace: selftest: remove broken trace_direct_tramp
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net v2 7/8] net/mlx5e: take into account device reconfiguration for xdp_features flag
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- Re: [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH v2 01/10] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH bpf-next 2/2] selftests/bpf: Add test for bpf_kfunc_exists().
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 1/2] bpf: Allow ld_imm64 instruction to point to kfunc.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 0/2] bpf: Add detection of kfuncs.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next] libbpf: Ignore warnings about "inefficient alignment"
- From: Daniel Müller <deso@xxxxxxxxxx>
- RE: [PATCH net 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH net 1/2] virtio_net: fix page_to_skb() miss headroom
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH] tools/resolve_btfids: Add libsubcmd to .gitignore
- From: Ian Rogers <irogers@xxxxxxxxxx>
- RE: [PATCH] tools/resolve_btfids: Add libsubcmd to .gitignore
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work()
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH 02/10] perf bpf filter: Implement event sample filtering
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [PATCH V4 bpf-next] BPF, docs: libbpf Overview Document
- From: Sreevani Sreejith <ssreevani@xxxxxxxx>
- Re: [PATCH bpf-next v10 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH] module/decompress: Never use kunmap() for local un-mappings
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH] veth: Fix use after free in XDP_REDIRECT
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- [PATCH bpf-next] libbpf: Ignore warnings about "inefficient alignment"
- From: Daniel Müller <deso@xxxxxxxxxx>
- [PATCH] bpf: remove misleading spec_v1 check on var-offset stack read
- From: Luis Gerhorst <gerhorst@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- bpf: misleading spec_v1 check on variable-offset stack read?
- From: Luis Gerhorst <gerhorst@xxxxxxxxx>
- Re: [PATCH 03/10] perf record: Add BPF event filter support
- From: Arnaldo Carvalho de Melo <arnaldo.melo@xxxxxxxxx>
- Re: [PATCH 02/10] perf bpf filter: Implement event sample filtering
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH 02/10] perf bpf filter: Implement event sample filtering
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH 03/10] perf record: Add BPF event filter support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
- From: Sreevani Sreejith <ssreevani@xxxxxxxx>
- Re: [PATCH 02/10] perf bpf filter: Implement event sample filtering
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: next: zip.c:35:8: error: packed attribute causes inefficient alignment for 'magic' [-Werror=attributes]
- From: Daniel Müller <deso@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH 03/10] perf record: Add BPF event filter support
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [PATCH net] net: atlantic: Fix crash when XDP is enabled but no program is loaded
- From: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
- Re: [syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in __build_skb_around
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH] module/decompress: Never use kunmap() for local un-mappings
- From: "Fabio M. De Francesco" <fmdefrancesco@xxxxxxxxx>
- Re: [syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in __build_skb_around
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH 5.15 137/145] tools bpf_jit_disasm: Fix compilation error with new binutils
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 5.15 138/145] tools bpftool: Fix compilation error with new binutils
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 5.15 136/145] tools perf: Fix compilation error with new binutils
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 5.15 135/145] tools include: add dis-asm-compat.h to handle version differences
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 5.15 134/145] tools build: Add feature test for init_disassemble_info API changes
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in __build_skb_around
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in __build_skb_around
- From: syzbot <syzbot+e1d1b65f7c32f2a86a9f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH v4 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH v4 net-next 0/2] add some detailed data when reading softnet_stat
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH net 1/1] ice: xsk: disable txq irq before flushing hw
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: stable backport of patches fixing perf, libbpf and bpftools compilation with binutils 2.40
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH] perf: fix segmentation fault in perf_event__synthesize_one_bpf_prog
- From: Yi Wang <wang.yi59@xxxxxxxxxx>
- Re: [PATCH] veth: Fix use after free in XDP_REDIRECT
- From: Toshiaki Makita <toshiaki.makita1@xxxxxxxxx>
- RE: [Patch net-next v2] sock_map: dump socket map id via diag
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH] tools/resolve_btfids: Add libsubcmd to .gitignore
- From: Greg Thelen <gthelen@xxxxxxxxxx>
- Re: [PATCH v3 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jakub Kicinski <kuba@xxxxxxxxxx>
- [PATCH] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work()
- From: starmiku1207184332@xxxxxxxxx
- [RFC net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 8/8] virtio_net: introduce receive_small_xdp()
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 6/8] virtio_net: auto release xdp shinfo
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 0/8] virtio_net: refactor xdp codes
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [RFC net-next 1/8] virtio_net: mergeable xdp: put old page immediately
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Roman Gushchin <roman.gushchin@xxxxxxxxx>
- Re: [PATCH net v2 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next v2 RESEND] bpf, docs: Add docs on extended 64-bit immediate instructions
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH net v2 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net v2 1/2] virtio_net: fix page_to_skb() miss headroom
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net v2 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net v2 0/2] virtio_net: fix two bugs related to XDP
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next] bpf: Disable migration when freeing stashed local kptr using obj drop
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf/for-next] cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: next: zip.c:35:8: error: packed attribute causes inefficient alignment for 'magic' [-Werror=attributes]
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH 05/10] perf bpf filter: Add 'pid' sample data support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 07/10] perf bpf filter: Add data_src sample data support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 08/10] perf bpf filter: Add logical OR operator
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 04/10] perf record: Record dropped sample count
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 06/10] perf bpf filter: Add more weight sample data support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 09/10] perf bpf filter: Show warning for missing sample flags
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 10/10] perf record: Update documentation for BPF filters
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 03/10] perf record: Add BPF event filter support
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 02/10] perf bpf filter: Implement event sample filtering
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 01/10] perf bpf filter: Introduce basic BPF filter expression
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCHSET 00/10] perf record: Implement BPF sample filter (v5)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH dwarves v2 5/5] dwarf_loader: Support for btf:type_tag
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH dwarves v2 3/5] dwarf_loader: Consolidate llvm_annotation and btf_type_tag_type
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH dwarves v2 4/5] dwarf_loader: Track unspecified types in a separate list
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH dwarves v2 2/5] btf_loader: A hack for BTF import of btf_type_tag attributes
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH dwarves v2 1/5] fprintf: Correct names for types with btf_type_tag attribute
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH dwarves v2 0/5] Support for new btf_type_tag encoding
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH 4/9] perf record: Record dropped sample count
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH bpf/for-next] cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()
- From: Tejun Heo <tj@xxxxxxxxxx>
- Re: [PATCH 4/9] perf record: Record dropped sample count
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH] libbpf: Explicitly call write to append content to file
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: next: zip.c:35:8: error: packed attribute causes inefficient alignment for 'magic' [-Werror=attributes]
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: next: zip.c:35:8: error: packed attribute causes inefficient alignment for 'magic' [-Werror=attributes]
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [Patch net-next v2] sock_map: dump socket map id via diag
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH 0/4] perf lock contention: Improve lock symbol display (v1)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH net 1/1] ice: xsk: disable txq irq before flushing hw
- From: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx>
- Re: [PATCH] veth: Fix use after free in XDP_REDIRECT
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH v2 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH v3 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH] veth: Fix use after free in XDP_REDIRECT
- From: Shawn Bohrer <sbohrer@xxxxxxxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Ravi Bangoria <ravi.bangoria@xxxxxxx>
- Re: KASAN veth use after free in XDP_REDIRECT
- From: Shawn Bohrer <sbohrer@xxxxxxxxxxxxxx>
- Re: [PATCH v3 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH v2 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Maxim Mikityanskiy <maxtram95@xxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH v3 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH v3 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH v3 net-next 0/2] add some detailed data when reading softnet_stat
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH v2 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH bpf-next v3 4/4] xdp: remove unused {__,}xdp_release_frame()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH 0/4] perf lock contention: Improve lock symbol display (v1)
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v2 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Simon Horman <simon.horman@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v2 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Simon Horman <simon.horman@xxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 4/4] xdp: remove unused {__,}xdp_release_frame()
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- Re: [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net v1 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH dwarves 1/1] dwarf_loader: Support for btf:type_tag
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net v1 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
- [PATCH net v1 1/2] virtio_net: fix page_to_skb() miss headroom
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net v1 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net v1 0/2] virtio_net: fix two bugs related to XDP
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- Re: [PATCH dwarves 1/1] dwarf_loader: Support for btf:type_tag
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH net 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH net 1/2] virtio_net: fix page_to_skb() miss headroom
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- [PATCH net 1/2] virtio_net: fix page_to_skb() miss headroom
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [PATCH net 0/2] virtio_net: fix two bugs related to XDP
- From: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
- [LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
- From: Vlastimil Babka <vbabka@xxxxxxx>
- Re: KASAN veth use after free in XDP_REDIRECT
- From: Toshiaki Makita <toshiaki.makita1@xxxxxxxxx>
- [PATCH bpf-next v2] bpf, docs: Use internal linking for link to netdev subsystem doc
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH bpf-next v2 2/2] selftests/bpf: check bounds not in the 32-bit range
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 1/2] bpf: Fix a umin > umax reg bound error
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v2 0/2] bpf: Fix a umin > umax reg bound error
- From: Xu Kuohai <xukuohai@xxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next 0/3] bpf: Allow helpers access ptr_to_btf_id.
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- next: zip.c:35:8: error: packed attribute causes inefficient alignment for 'magic' [-Werror=attributes]
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 1/8] bpf: Retire the struct_ops map kvalue->refcnt.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v1 bpf-next] bpf: Disable migration when freeing stashed local kptr using obj drop
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH bpf-next 0/3] bpf: Allow helpers access ptr_to_btf_id.
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: use canonical ftrace path
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, docs: Add signed comparison example
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH bpf-next v4 1/2] bpf: use canonical ftrace path
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- RE: [PATCH intel-net] ice: xsk: disable txq irq before flushing hw
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- RE: [PATCH bpf-next v2] bpf, docs: Add extended call instructions
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v6 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- RE: [PATCH bpf-next] bpf, docs: Add signed comparison example
- From: John Fastabend <john.fastabend@xxxxxxxxx>
- Re: [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH v2 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH v2 net-next 1/2] net-sysfs: display two backlog queue len separately
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH v2 net-next 0/2] add some detailed data when reading softnet_stat
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 3/8] bpf: Create links for BPF struct_ops maps.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm.
- From: Martin KaFai Lau <martin.lau@xxxxxxxxx>
- Re: [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next 3/3] selftests/bpf: Add various tests to check helper access into ptr_to_btf_id.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next 3/3] selftests/bpf: Add various tests to check helper access into ptr_to_btf_id.
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH net-next v2 0/8][pull request] i40e: support XDP multi-buffer
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC] Implementing the BPF dispatcher on ARM64
- From: Florent Revest <revest@xxxxxxxxxxxx>
- Re: [PATCH bpf-next 2/3] bpf: Allow helpers access trusted PTR_TO_BTF_ID.
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next 1/3] bpf: Fix bpf_strncmp proto.
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH v1 bpf-next] bpf: Disable migration when freeing stashed local kptr using obj drop
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next 3/3] selftests/bpf: Add various tests to check helper access into ptr_to_btf_id.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 2/3] bpf: Allow helpers access trusted PTR_TO_BTF_ID.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 1/3] bpf: Fix bpf_strncmp proto.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- [PATCH bpf-next 0/3] bpf: Allow helpers access ptr_to_btf_id.
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH dwarves 0/1] Support for new btf_type_tag encoding
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next v4 2/2] selftests/bpf: use canonical ftrace path
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- [PATCH bpf-next v3 4/4] xdp: remove unused {__,}xdp_release_frame()
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 2/4] net: page_pool, skbuff: make skb_mark_for_recycle() always available
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 1/4] selftests/bpf: robustify test_xdp_do_redirect with more payload magics
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH v1 bpf-next] bpf: Disable migration when freeing stashed local kptr using obj drop
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- Re: [PATCH 0/4] perf lock contention: Improve lock symbol display (v1)
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next v3] bpf, docs: Add extended call instructions
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH bpf-next v4 0/2] use canonical ftrace path whenever possible
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- [PATCH bpf-next v4 2/2] selftests/bpf: use canonical ftrace path
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- [PATCH bpf-next v4 1/2] bpf: use canonical ftrace path
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- [PATCH bpf-next v4 0/2] use canonical ftrace path whenever possible
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- [PATCH 2/4] perf lock contention: Track and show siglock with address
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 4/4] perf lock contention: Show lock type with address
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 3/4] perf lock contention: Show per-cpu rq_lock with address
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 1/4] perf lock contention: Track and show mmap_lock with address
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- [PATCH 0/4] perf lock contention: Improve lock symbol display (v1)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: use canonical ftrace path
- From: Ross Zwisler <zwisler@xxxxxxxxxx>
- Re: [PATCH dwarves 0/1] Support for new btf_type_tag encoding
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Simon Horman <simon.horman@xxxxxxxxxxxx>
- [PATCH dwarves] fprintf: reintroduce space after "const"
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- Re: [PATCH v2] perf lock contention: Fix builtin detection
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: fix precision propagation verbose logging
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next] bpf: fix precision propagation verbose logging
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
- From: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
- From: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
- [syzbot] net test error: WARNING: suspicious RCU usage in veth_set_xdp_features
- From: syzbot <syzbot+c3d0d9c42d59ff644ea6@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Ravi Bangoria <ravi.bangoria@xxxxxxx>
- Re: [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
- From: Eric Dumazet <edumazet@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
- From: Matthieu Baerts <matthieu.baerts@xxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [RFC] Implementing the BPF dispatcher on ARM64
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH dwarves 0/3] dwarves: improve BTF encoder comparison method
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH dwarves 0/3] dwarves: improve BTF encoder comparison method
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Joanne Koong <joannelkoong@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [Patch net-next v2] sock_map: dump socket map id via diag
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- RE: [Intel-wired-lan] [PATCH intel-net] ice: xsk: disable txq irq before flushing hw
- From: "Rout, ChandanX" <chandanx.rout@xxxxxxxxx>
- Re: [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [RFC] Implementing the BPF dispatcher on ARM64
- From: Xu Kuohai <xukuohai@xxxxxxxxxx>
- [PATCH dwarves 1/1] dwarf_loader: Support for btf:type_tag
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- [PATCH dwarves 0/1] Support for new btf_type_tag encoding
- From: Eduard Zingerman <eddyz87@xxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [PATCH bpf-next v3] bpf, docs: Add extended call instructions
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- Re: [Patch net-next] sock_map: dump socket map id via diag
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- Re: A potential deadlock in sockhash map
- From: Cong Wang <xiyou.wangcong@xxxxxxxxx>
- [PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
- From: Joe Stringer <joe@xxxxxxxxxxxxx>
- Re: [RFC] Implementing the BPF dispatcher on ARM64
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [RFC] Implementing the BPF dispatcher on ARM64
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH v2 0/3] Assume libbpf 1.0+
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [PATCH v2 0/3] Assume libbpf 1.0+
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- [RFC PATCH net] bpf: Fix unregister memory model in BPF_PROG_RUN in test runner
- From: Gerhard Engleder <gerhard@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH bpf-next v2] bpf, docs: Add extended call instructions
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next] bpf, docs: Add extended call instructions
- From: David Vernet <void@xxxxxxxxxxxxx>
- RE: [Bpf] [PATCH bpf-next] bpf, docs: Add extended call instructions
- From: Dave Thaler <dthaler@xxxxxxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next] bpf, docs: Add extended call instructions
- From: David Vernet <void@xxxxxxxxxxxxx>
- RE: [Bpf] [PATCH bpf-next] bpf, docs: Add extended call instructions
- From: Dave Thaler <dthaler@xxxxxxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next] bpf, docs: Add signed comparison example
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [Bpf] [PATCH bpf-next] bpf, docs: Add extended call instructions
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- [PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
- From: Jason Xing <kerneljasonxing@xxxxxxxxx>
- Re: [PATCH v2 4/4] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v2 1/4] powerpc/code-patching: introduce patch_instructions()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v2 1/4] powerpc/code-patching: introduce patch_instructions()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH net v2 0/8] update xdp_features flag according to NIC re-configuration
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH V2 bpf-next] BPF, docs: libbpf Overview Document
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 bpf-next 0/3] Support stashing local kptrs with bpf_kptr_xchg
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- [PATCH bpf-next] bpf, docs: Add signed comparison example
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- Re: [PATCH v4 0/3] security: Always enable integrity LSM
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v3 1/2] bpf: use canonical ftrace path
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH bpf-next v3 2/2] selftests/bpf: use canonical ftrace path
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH bpf-next] bpf, docs: Add extended call instructions
- From: Dave Thaler <dthaler1968@xxxxxxxxxxxxxx>
- [PATCH v2 bpf-next 3/3] selftests/bpf: Add local kptr stashing test
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v2 bpf-next 2/3] bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v2 bpf-next 1/3] bpf: Support __kptr to local kptrs
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- [PATCH v2 bpf-next 0/3] Support stashing local kptrs with bpf_kptr_xchg
- From: Dave Marchevsky <davemarchevsky@xxxxxx>
- Re: [PATCH v2 4/4] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 3/4] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v2 2/4] powerpc/bpf: implement bpf_arch_text_copy
- From: Song Liu <song@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Namhyung Kim <namhyung@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v4] bpf, docs: Explain helper functions
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v1 bpf-next 0/6] Support stashing local kptrs with bpf_kptr_xchg
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v2 0/3] Assume libbpf 1.0+
- From: Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 6/6] selftests/bpf: Add local kptr stashing test
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- Re: [PATCH v1 bpf-next 4/6] bpf: Support __kptr to local kptrs
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v2 bpf-next 12/17] bpf: Add a few bpf mem allocator functions
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- [PATCH] kernel/module: add documentation for try_module_get()
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH bpf-next v2] bpf/selftests: Fix send_signal tracepoint tests
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC dwarves] syscall functions in BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH v2 1/4] powerpc/code-patching: introduce patch_instructions()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH bpf] bpf: take into account liveness when propagating precision
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC dwarves] syscall functions in BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
- From: Sreevani Sreejith <ssreevani@xxxxxxxx>
- [PATCH bpf-next v3 1/2] bpf: use canonical ftrace path
- [PATCH bpf-next v3 2/2] selftests/bpf: use canonical ftrace path
- Re: [PATCH v13 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
- From: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx>
- Re: [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm.
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf: ensure state checkpointing at iter_next() call sites
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH bpf-next v6 0/8] Transit between BPF TCP congestion controls.
- From: Kui-Feng Lee <sinquersw@xxxxxxxxx>
- Re: [PATCH bpf-next 0/4] selftests/bpf: make BPF_CFLAGS stricter with -Wall
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH bpf-next v2 0/3] xdp: recycle Page Pool backed skbs built from XDP frames
- From: Alexander Lobakin <aleksander.lobakin@xxxxxxxxx>
- [PATCH dwarves 3/3] btf_encoder: compare functions via prototypes not parameter names
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [PATCH dwarves 0/3] dwarves: improve BTF encoder comparison method
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [RFC dwarves] syscall functions in BTF
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [RFC dwarves] syscall functions in BTF
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- [PATCH] libbpf: Explicitly call write to append content to file
- From: liupan <patteliu@xxxxxxxxx>
- [PATCH 5.10 223/529] perf llvm: Fix inadvertent file creation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH dwarves 1/3] dwarves_fprintf: generalize function prototype print to support passing conf
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH dwarves 0/3] dwarves: improve BTF encoder comparison method
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- [PATCH 5.4 143/357] perf llvm: Fix inadvertent file creation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 4.19 094/252] perf llvm: Fix inadvertent file creation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] Assume libbpf 1.0+
- From: Justin Forbes <jforbes@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v4 2/3] Revert "integrity: double check iint_cache was initialized"
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/3] security: Remove integrity from the LSM list in Kconfig
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [RFC dwarves] syscall functions in BTF
- From: Alan Maguire <alan.maguire@xxxxxxxxxx>
- Re: [LSF/MM/BPF TOPIC] XDP metadata for TX
- From: Jesper Dangaard Brouer <jbrouer@xxxxxxxxxx>
- [RFC dwarves] syscall functions in BTF
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Ravi Bangoria <ravi.bangoria@xxxxxxx>
- [RFC] Implementing the BPF dispatcher on ARM64
- From: Puranjay Mohan <puranjay12@xxxxxxxxx>
- Re: [PATCH v2 0/3] Assume libbpf 1.0+
- From: Jiri Olsa <olsajiri@xxxxxxxxx>
- [PATCH v4 3/3] security: Remove integrity from the LSM list in Kconfig
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH v4 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH v4 2/3] Revert "integrity: double check iint_cache was initialized"
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH net-next v3 0/3] vsock: add support for sockmap
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- [PATCH v4 0/3] security: Always enable integrity LSM
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Roberto Sassu <roberto.sassu@xxxxxxxxxxxxxxx>
- [PATCH bpf-next v10 2/2] bpf/selftests: Test fentry attachment to shadowed functions
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v10 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- [PATCH bpf-next v10 1/2] bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
- From: Viktor Malik <vmalik@xxxxxxxxxx>
- Re: [PATCH v4 net-next] udp: introduce __sk_mem_schedule() usage
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: [RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
- From: Ravi Bangoria <ravi.bangoria@xxxxxxx>
- [PATCH bpf-next v2] bpf/selftests: Fix send_signal tracepoint tests
- From: David Vernet <void@xxxxxxxxxxxxx>
- Re: [PATCH bpf-next] bpf/selftests: Fix send_signal tracepoint tests
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next] bpf/selftests: Fix send_signal tracepoint tests
- From: David Vernet <void@xxxxxxxxxxxxx>
- [PATCH bpf-next] bpf: ensure state checkpointing at iter_next() call sites
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- Re: [PATCH v13 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
- From: Stanislav Fomichev <sdf@xxxxxxxxxx>
- [PATCH bpf-next v6 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 3/8] bpf: Create links for BPF struct_ops maps.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops().
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 6/8] libbpf: Update a bpf_link with another struct_ops.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 5/8] bpf: Update the struct_ops of a bpf_link.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 0/8] Transit between BPF TCP congestion controls.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- [PATCH bpf-next v6 1/8] bpf: Retire the struct_ops map kvalue->refcnt.
- From: Kui-Feng Lee <kuifeng@xxxxxxxx>
- Re: [PATCH V2 bpf-next] BPF, docs: libbpf Overview Document
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- Re: [PATCH v13 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
- From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] Assume libbpf 1.0+
- From: Ian Rogers <irogers@xxxxxxxxxx>
- Re: [PATCH bpf-next] selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code
- From: patchwork-bot+netdevbpf@xxxxxxxxxx
- Re: linux-next: manual merge of the bpf-next tree with the bpf tree
- From: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
- [PATCH bpf-next] selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code
- From: Yonghong Song <yhs@xxxxxx>
- Re: linux-next: manual merge of the bpf-next tree with the bpf tree
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH v3 3/3] security: Remove integrity from the LSM list in Kconfig
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- Re: [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
- From: Paul Moore <paul@xxxxxxxxxxxxxx>
- [PATCH bpf] bpf: take into account liveness when propagating precision
- From: Andrii Nakryiko <andrii@xxxxxxxxxx>
- [PATCH V2 bpf-next] BPF, docs: libbpf Overview Document
- From: Sreevani Sreejith <ssreevani@xxxxxxxx>
[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]