BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- [PATCH bpf 2/2] selftests/bpf: Add a test to verify previous stacksafe() fix, (continued)
- [PATCH v6 0/9] Improve the copy of task comm,
Yafang Shao
- [PATCH v6 1/9] Get rid of __get_task_comm(), Yafang Shao
- [PATCH v6 2/9] auditsc: Replace memcpy() with strscpy(), Yafang Shao
- [PATCH v6 3/9] security: Replace memcpy() with get_task_comm(), Yafang Shao
- [PATCH v6 4/9] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v6 5/9] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v6 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}, Yafang Shao
- [PATCH v6 7/9] tracing: Replace strncpy() with strscpy(), Yafang Shao
- [PATCH v6 8/9] net: Replace strcpy() with strscpy(), Yafang Shao
- [PATCH v6 9/9] drm: Replace strcpy() with strscpy(), Yafang Shao
- [Patch net] vsock: fix recursive ->recvmsg calls,
Cong Wang
- [bpf-next 0/3] samples/bpf: Remove obsolete tracing-related tests,
Daniel T. Lee
- [bpf-next v2 1/2] bpf: Add bpf_copy_from_user_str kfunc,
Jordan Rome
- [PATCH v2] bpf: Fix percpu address space issues,
Uros Bizjak
- Re: [PATCH 6.1 00/86] 6.1.104-rc1 review,
Salvatore Bonaccorso
- Re: [syzbot] [net?] [virt?] BUG: stack guard page was hit in vsock_bpf_recvmsg, syzbot
- [PATCH bpf-next] libbpf: fix license for btf_relocate.c,
Alan Maguire
- Re: [PATCH 6.1 00/86] 6.1.104-rc2 review,
Salvatore Bonaccorso
- [PATCH bpf-next v7 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
- [bpf-next v1] bpf: Add bpf_copy_from_user_str kfunc,
Jordan Rome
- [PATCH net] net: mana: Fix RX buf alloc_size alignment and atomic op panic,
Haiyang Zhang
- [PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one,
Andrii Nakryiko
- [PATCH v2] libbpf: workaround -Wmaybe-uninitialized false positive,
Sam James
- [PATCH] libbpf: workaround -Wmaybe-uninitialized false positive, Sam James
- uprobe causing a process to crash on file modification, Rahul Shah
- [bug report] bpf: libbpf: bpftool: Print bpf_line_info during prog dump, Dan Carpenter
- [PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock,
Liao Chang
- Is there any current plan for ipvlan to support AF_XDP?,
Xin Liu
- [PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit,
Eduard Zingerman
- Re: [PATCH] selftests/alsa/Makefile: fix relative rpath usage,
Eugene Syromiatnikov
- [PATCH v3 bpf-next 0/5] Support bpf_kptr_xchg into local kptr,
Amery Hung
- [PATCH] selftests/bpf/Makefile: fix relative rpath usage, Eugene Syromiatnikov
- [PATCH bpf-next 0/3] Support passing BPF iterator to kfuncs,
Andrii Nakryiko
- [PATCH net-next 0/4][pull request] igb: Add support for AF_XDP zero-copy,
Tony Nguyen
- Re: bpf tool build failure in latest stable-rc 6.1.103-rc3 due to missing backport,
Hardik Garg
- [bpf-next v1] bpf: Add bpf_copy_from_user_str() helper,
Jordan Rome
- [PATCH v2 bpf-next 0/2] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt(),
Alan Maguire
- [PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag(),
Yunsheng Lin
- Re: [PATCH] uprobes: Improve scalability by reducing the contention on siglock,
Liao, Chang
- Re: [PATCH] uprobes: Optimize the allocation of insn_slot for performance,
Liao, Chang
- [PATCH bpf-next] selftests/bpf: Avoid subtraction after htons() in ipip tests,
Asbjørn Sloth Tønnesen
- [PATCH v2 0/6] uprobes: RCU-protected hot path optimizations,
Andrii Nakryiko
- [RFC bpf-next 0/5] Share user memory to BPF program through task storage map.,
Kui-Feng Lee
- [RFC bpf-next 1/5] bpf: Parse and support "kptr_user" tag., Kui-Feng Lee
- [RFC bpf-next 2/5] bpf: Handle BPF_KPTR_USER in verifier., Kui-Feng Lee
- [RFC bpf-next 4/5] libbpf: define __kptr_user., Kui-Feng Lee
- [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Alexei Starovoitov
- [RFC bpf-next 5/5] selftests/bpf: test __kptr_user on the value of a task storage map., Kui-Feng Lee
- [PATCH v4 bpf-next 00/10] Harden and extend ELF build ID parsing logic,
Andrii Nakryiko
- [PATCH v4 bpf-next 01/10] lib/buildid: harden build ID parsing logic, Andrii Nakryiko
- [PATCH v4 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction, Andrii Nakryiko
- [PATCH v4 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers, Andrii Nakryiko
- [PATCH v4 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search, Andrii Nakryiko
- [PATCH v4 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault(), Andrii Nakryiko
- [PATCH v4 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API, Andrii Nakryiko
- [PATCH v4 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF, Andrii Nakryiko
- [PATCH v4 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry, Andrii Nakryiko
- [PATCH v4 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers, Andrii Nakryiko
- [PATCH v4 bpf-next 10/10] selftests/bpf: add build ID tests, Andrii Nakryiko
- Re: [PATCH] init/main.c: Initialize early LSMs after arch code, KP Singh
- [PATCH bpf-next v6 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
- [RFC bpf-next v6 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
- [PATCH bpf-next] bpf: remove __btf_name_valid() and change to btf_name_valid_identifier(),
Jeongjun Park
- [PATCH v4 bpf-next 0/3] Add bpf_get_dentry_xattr,
Song Liu
- [PATCH bpf-next] selftests/bpf: make use of PROCMAP_QUERY ioctl if available,
Andrii Nakryiko
- [PATCH bpf-next v5 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
- [PATCH v3 bpf-next 0/3] Add bpf_get_dentry_xattr,
Song Liu
- [PATCH] libbpf: check the btf_type kind to prevent error,
Ma Ke
- [PATCH net-next] doc/netlink/specs: add netkit support to rt_link.yaml,
Nikolay Aleksandrov
- [PATCH bpf-next v2 0/4] selftests/bpf: convert three other cgroup tests to test_progs,
Alexis Lothoré (eBPF Foundation)
- [PATCH bpf-next] selftests/bpf: add multi-uprobe benchmarks,
Andrii Nakryiko
- [PATCH net-next v18 00/14] Device Memory TCP,
Mina Almasry
- [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v18 04/14] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file, Mina Almasry
- [PATCH net-next v18 06/14] page_pool: devmem support, Mina Almasry
- [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v18 08/14] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v18 10/14] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v18 12/14] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v18 14/14] netdev: add dmabuf introspection, Mina Almasry
- [PATCH] uprobes: get rid of bogus trace_uprobe hit counter,
Andrii Nakryiko
- [syzbot] [bpf?] BUG: spinlock recursion in bpf_lru_push_free,
syzbot
- [PATCH RFC net-next v4 00/14] net: stmmac: convert stmmac "pcs" to phylink,
Russell King (Oracle)
- [PATCH RFC net-next v4 01/14] net: stmmac: qcom-ethqos: add ethqos_pcs_set_inband(), Russell King (Oracle)
- [PATCH RFC net-next v4 02/14] net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() method, Russell King (Oracle)
- [PATCH RFC net-next v4 03/14] net: stmmac: remove pcs_get_adv_lp() support, Russell King (Oracle)
- [PATCH RFC net-next v4 04/14] net: stmmac: add infrastructure for hwifs to provide PCS, Russell King (Oracle)
- [PATCH RFC net-next v4 05/14] net: stmmac: provide core phylink PCS infrastructure, Russell King (Oracle)
- [PATCH RFC net-next v4 06/14] net: stmmac: dwmac1000: convert sgmii/rgmii "pcs" to phylink, Russell King (Oracle)
- [PATCH RFC net-next v4 07/14] net: stmmac: dwmac1000: move PCS interrupt control, Russell King (Oracle)
- [PATCH RFC net-next v4 08/14] net: stmmac: dwmac4: convert sgmii/rgmii "pcs" to phylink, Russell King (Oracle)
- [PATCH RFC net-next v4 09/14] net: stmmac: dwmac4: move PCS interrupt control, Russell King (Oracle)
- [PATCH RFC net-next v4 10/14] net: stmmac: move dwmac_ctrl_ane() into stmmac_pcs.c, Russell King (Oracle)
- [PATCH RFC net-next v4 11/14] net: stmmac: pass stmmac_pcs into dwmac_pcs_isr(), Russell King (Oracle)
- [PATCH RFC net-next v4 12/14] net: stmmac: rename PCS registers, Russell King (Oracle)
- [PATCH RFC net-next v4 13/14] net: stmmac: remove obsolete pcs methods and associated code, Russell King (Oracle)
- [PATCH RFC net-next v4 14/14] net: stmmac: Activate Inband/PCS flag based on the selected iface, Oracle
- Re: [PATCH RFC net-next v4 00/14] net: stmmac: convert stmmac "pcs" to phylink, Serge Semin
- [syzbot] [bpf?] possible deadlock in htab_lock_bucket (2), syzbot
- [PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest,
Matthieu Baerts (NGI0)
- [PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table,
Thomas Weißschuh
- NULL pointer deref when running BPF monitor program (6.11.0-rc1),
Juri Lelli
- [PATCH] bpf: Fix percpu address space issues,
Uros Bizjak
- BPF arena atomic example not working,
Jose Fernandez
- [PATCH v5 0/9] Improve the copy of task comm,
Yafang Shao
- [PATCH v5 1/9] fs/exec: Drop task_lock() inside __get_task_comm(), Yafang Shao
- [PATCH v5 2/9] auditsc: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v5 3/9] security: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v5 4/9] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v5 5/9] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v5 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}, Yafang Shao
- [PATCH v5 7/9] tracing: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v5 8/9] net: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v5 9/9] drm: Replace strcpy() with __get_task_comm(), Yafang Shao
- Re: [PATCH v5 0/9] Improve the copy of task comm, Linus Torvalds
- <Possible follow-ups>
- Re: [PATCH v5 0/9] Improve the copy of task comm, Alejandro Colomar
- [PATCH bpf-next v2] selftests/bpf: Fix arena_atomics selftest failure due to llvm change,
Yonghong Song
- [PATCH v2 bpf-next 0/4] Support bpf_kptr_xchg into local kptr,
Amery Hung
- [PATCH bpf-next] selftests/bpf: Fix a btf_dump selftest failure,
Yonghong Song
- [PATCH] perf bpf-filter: Support multiple events properly,
Namhyung Kim
- [PATCH bpf-next 0/3] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt(),
Alan Maguire
- [PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink,
Russell King (Oracle)
- [PATCH net-next 01/14] net: stmmac: qcom-ethqos: add ethqos_pcs_set_inband(), Russell King (Oracle)
- [PATCH net-next 02/14] net: stmmac: replace ioaddr with stmmac_priv for pcs_set_ane() method, Russell King (Oracle)
- [PATCH net-next 03/14] net: stmmac: remove pcs_get_adv_lp() support, Russell King (Oracle)
- [PATCH net-next 04/14] net: stmmac: add infrastructure for hwifs to provide PCS, Russell King (Oracle)
- [PATCH net-next 07/14] net: stmmac: dwmac1000: move PCS interrupt control, Russell King (Oracle)
- [PATCH net-next 08/14] net: stmmac: dwmac4: convert sgmii/rgmii "pcs" to phylink, Russell King (Oracle)
- [PATCH net-next 05/14] net: stmmac: provide core phylink PCS infrastructure, Russell King (Oracle)
- [PATCH net-next 06/14] net: stmmac: dwmac1000: convert sgmii/rgmii "pcs" to phylink, Russell King (Oracle)
- [PATCH net-next 09/14] net: stmmac: dwmac4: move PCS interrupt control, Russell King (Oracle)
- [PATCH net-next 11/14] net: stmmac: pass stmmac_pcs into dwmac_pcs_isr(), Russell King (Oracle)
- [PATCH net-next 13/14] net: stmmac: remove obsolete pcs methods and associated code, Russell King (Oracle)
- [PATCH net-next 10/14] net: stmmac: move dwmac_ctrl_ane() into stmmac_pcs.c, Russell King (Oracle)
- [PATCH net-next 14/14] net: stmmac: Activate Inband/PCS flag based on the selected iface, Oracle
- [PATCH net-next 12/14] net: stmmac: rename PCS registers, Russell King (Oracle)
- Re: [PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink, Andrew Halaney
- Re: [PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink, Jakub Kicinski
- Re: [PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink, Bartosz Golaszewski
- Re: [PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink, Bartosz Golaszewski
- [PATCH net-next v3 0/3] net: stmmac: Add PCI driver support for BCM8958x,
jitendra . vegiraju
- Re: [PATCH v4 0/9] uprobes: misc cleanups/simplifications,
Andrii Nakryiko
- Question regarding "Add testcases for tailcall hierarchy fixing",
Cupertino Miranda
- [PATCH bpf-next] selftests/bpf: Fix arena_atomics selftest failure due to llvm change, Yonghong Song
- [PATCH AUTOSEL 5.4 21/22] libbpf: Add NULL checks to bpf_object__{prev_map,next_map}, Sasha Levin
- [PATCH AUTOSEL 5.10 37/38] libbpf: Add NULL checks to bpf_object__{prev_map,next_map}, Sasha Levin
- [PATCH AUTOSEL 5.10 18/38] bpf, net: Use DEV_STAT_INC(), Sasha Levin
- [PATCH AUTOSEL 5.15 45/47] libbpf: Add NULL checks to bpf_object__{prev_map,next_map}, Sasha Levin
- [PATCH AUTOSEL 5.15 24/47] bpf, net: Use DEV_STAT_INC(), Sasha Levin
- [PATCH AUTOSEL 6.1 59/61] libbpf: Add NULL checks to bpf_object__{prev_map,next_map}, Sasha Levin
- [PATCH AUTOSEL 6.1 29/61] bpf, net: Use DEV_STAT_INC(), Sasha Levin
- [PATCH AUTOSEL 6.6 81/83] libbpf: Add NULL checks to bpf_object__{prev_map,next_map}, Sasha Levin
- [PATCH AUTOSEL 6.6 38/83] bpf, net: Use DEV_STAT_INC(), Sasha Levin
- [PATCH AUTOSEL 6.10 118/121] libbpf: Add NULL checks to bpf_object__{prev_map,next_map}, Sasha Levin
- [PATCH AUTOSEL 6.10 055/121] bpf, net: Use DEV_STAT_INC(), Sasha Levin
- [PATCH 0/8] uprobes: RCU-protected hot path optimizations,
Andrii Nakryiko
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]