bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-29 03:11:05 to 2025-06-02 16:24:34 UTC [more...]

perf regression. Was: [PATCH V4 01/16] perf: Fix the throttle logic for a group
 2025-06-02 16:24 UTC  (3+ messages)

[RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-06-02 15:55 UTC  (14+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net

[PATCH bpf-next 0/4] bpf path iterator
 2025-06-02 15:40 UTC  (34+ messages)
` [PATCH bpf-next 2/4] landlock: Use path_parent()
` [PATCH bpf-next 3/4] bpf: Introduce path iterator

[PATCH 1/3 cgroup/for-6.16] cgroup: Minor reorganization of cgroup_create()
 2025-06-02 15:07 UTC  (3+ messages)
` [PATCH 2/3 cgroup/for-6.16] sched_ext: Introduce cgroup_lifetime_notifier

[PATCH] libbpf: add support for printing BTF character arrays as strings
 2025-06-02 15:05 UTC  (3+ messages)

[PATCH 0/3] BPF signature verification
 2025-06-02 15:01 UTC  (20+ messages)
` [PATCH 1/3] bpf: Add bpf_check_signature

[PATCH v4 0/5] memcg: nmi-safe kmem charging
 2025-06-02 14:54 UTC  (3+ messages)

[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
 2025-06-02 14:15 UTC  (2+ messages)

[PATCH bpf-next v1 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-06-02 11:04 UTC  (4+ messages)
` [PATCH bpf-next v1 1/2] bpf,ktls: Fix data corruption when "

[PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
 2025-06-02  6:20 UTC  (7+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add selftests for bpf_task_cwd_from_pid()

[PATCH bpf-next] selftests/bpf: Fix a testmod compilation failure due to missing const modifier
 2025-06-02  0:47 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix selftest btf_tag/btf_type_tag_percpu_vmlinux_helper failure
 2025-06-01 20:10 UTC  (3+ messages)

[PATCH bpf-next 1/3] bpf: Add cookie to raw_tp bpf_link_info
 2025-06-01  6:57 UTC  (7+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Add cookies check for raw_tp fill_link_info test
` [PATCH bpf-next 3/3] bpftool: Display cookie for raw_tp link probe

[PATCH] xdp: Remove unused mem_return_failed event
 2025-05-31 20:15 UTC  (5+ messages)

[PATCH] perf lock contention: Reject more than 10ms delays for safety
 2025-05-31 11:49 UTC  (3+ messages)

[PATCH] libbpf: correct some typos and syntax issues in usdt doc
 2025-05-31  9:51 UTC 

[PATCH 0/3] perf: generate events for BPF metadata
 2025-05-31  7:26 UTC  (16+ messages)
` [PATCH 1/3] perf: add support for printing BTF character arrays as strings
` [PATCH 2/3] perf: collect BPF metadata from existing BPF programs
` [PATCH 3/3] perf: collect BPF metadata from new programs, and display the new event

[PATCH net v3 0/2] net: Fix inet_proto_csum_replace_by_diff for IPv6
 2025-05-31  5:10 UTC  (4+ messages)
` [PATCH net v3 1/2] net: Fix checksum update for ILA adj-transport
` [PATCH net v3 2/2] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE

[PATCH net,v3] hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()
 2025-05-31  3:10 UTC  (2+ messages)

[PATCH v2 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-05-30 21:30 UTC  (13+ messages)
` [PATCH v2 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
` [PATCH v2 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v2 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done
` [PATCH v2 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
` [PATCH v2 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
` [PATCH v2 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets
` [PATCH v2 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports
` [PATCH v2 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states
` [PATCH v2 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests
` [PATCH v2 bpf-next 10/12] selftests/bpf: Create established sockets "
` [PATCH v2 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v2 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH net 1/5] ice: fix Tx scheduler error handling in XDP callback
 2025-05-30 21:12 UTC 

[Patch bpf-next v3 0/4] tcp_bpf: improve ingress redirection performance with message corking
 2025-05-30 20:37 UTC  (11+ messages)
` [Patch bpf-next v3 2/4] skmsg: implement slab allocator cache for sk_msg
` [Patch bpf-next v3 3/4] skmsg: save some space in struct sk_psock
` [Patch bpf-next v3 4/4] tcp_bpf: improve ingress redirection performance with message corking

[RFC v3 00/18] Split netmem from struct page
 2025-05-30 17:50 UTC  (21+ messages)
` [RFC v3 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v3 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v3 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v3 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v3 11/18] mlx4: use netmem descriptor and APIs for page pool
` [RFC v3 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v3 13/18] netmem: remove __netmem_get_pp()
` [RFC v3 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v3 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v3 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v3 17/18] mt76: use netmem descriptor and APIs for page pool
` [RFC v3 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH bpf-next v4 0/5] bpf: Implement mprog API on top of existing cgroup progs
 2025-05-30 17:38 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] cgroup: Add bpf prog revisions to struct cgroup_bpf
` [PATCH bpf-next v4 2/5] bpf: Implement mprog API on top of existing cgroup progs
` [PATCH bpf-next v4 3/5] libbpf: Support link-based cgroup attach with options
` [PATCH bpf-next v4 4/5] selftests/bpf: Move some tc_helpers.h functions to test_progs.h
` [PATCH bpf-next v4 5/5] selftests/bpf: Add two selftests for mprog API based cgroup progs

[PATCH v5 bpf-next 0/9] Add kind layout to BTF
 2025-05-30 17:20 UTC  (6+ messages)
` [PATCH v5 bpf-next 3/9] libbpf: use kind layout to compute an unknown kind size

[PATCH bpf-next v2 1/2] bpftool: Use appropriate permissions for map access
 2025-05-30 16:48 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-30 15:35 UTC  (2+ messages)

[ANN] bpf development stats for 6.16
 2025-05-30 14:08 UTC 

[PATCH net-next V3] net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
 2025-05-30 13:58 UTC 

[PATCH bpf-next 1/2] bpftool: Use appropriate permissions for map access
 2025-05-30 12:57 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for bpftool access to read-only protected maps

[PATCH] LoongArch: BPF: Optimize the calculation method of jmp_offset in the emit_bpf_tail_call function
 2025-05-30  1:21 UTC  (3+ messages)
  ` 回复:[PATCH] "

[PATCH v4 1/5] cgroup: move rstat base stat objects into their own struct
 2025-05-29 19:11 UTC  (2+ messages)

[PATCH bpf-next v1 1/2] bpf: Restrict usage scope of bpf_get_cgroup_classid
 2025-05-29 16:46 UTC  (2+ messages)

[PATCH bpf-next v2 00/11] BPF Standard Streams
 2025-05-29 16:28 UTC  (8+ messages)
` [PATCH bpf-next v2 09/11] libbpf: Introduce bpf_prog_stream_read() API
` [PATCH bpf-next v2 11/11] selftests/bpf: Add tests for prog streams

[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
 2025-05-29 16:06 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCHv3 0/9] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-05-29 15:34 UTC  (13+ messages)
` [PATCHv3 1/9] kexec_file: Make kexec_image_load_default global visible
` [PATCHv3 2/9] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
` [PATCHv3 3/9] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
` [PATCHv3 4/9] bpf: Introduce decompressor kfunc
` [PATCHv3 5/9] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv3 6/9] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv3 7/9] kexec: Introduce a bpf-prog lskel to parse PE file
` [PATCHv3 8/9] kexec: Integrate bpf light skeleton to load zboot image
` [PATCHv3 9/9] arm64/kexec: Add PE image format support

[PATCH] bpf: Specify access type of bpf_sysctl_get_name args
 2025-05-29 11:35 UTC  (5+ messages)

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-29 11:11 UTC  (7+ messages)

[PATCH net v2 0/2] net: Fix inet_proto_csum_replace_by_diff for IPv6
 2025-05-29  7:38 UTC  (3+ messages)
` [PATCH net v2 1/2] net: Fix checksum update for ILA adj-transport

[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2025-05-29  5:24 UTC  (9+ messages)

[PATCH bpf-next v1] bpf, sockmap: Fix psock incorrectly pointing to sk
 2025-05-29  5:22 UTC  (3+ messages)

[PATCH v2 00/16] Split netmem from struct page
 2025-05-29  4:46 UTC  (4+ messages)
` [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov

[PATCH bpf-next 0/2] Add kfunc for doing pid -> task cwd
 2025-05-29  3:26 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).