BPF List
 help / color / mirror / Atom feed
 messages from 2025-06-16 22:30:27 to 2025-06-18 16:29:08 UTC [more...]

[PATCH RFC] btf_encoder: skip functions consuming structs passed by value on stack
 2025-06-18 16:28 UTC  (2+ messages)

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-18 16:26 UTC  (27+ messages)
` [PATCH v10 01/14] unwind_user: Add user space unwinding API
` [PATCH v10 02/14] unwind_user: Add frame pointer support
` [PATCH v10 03/14] unwind_user: Add compat mode "
` [PATCH v10 04/14] unwind_user/deferred: Add unwind_deferred_trace()
` [PATCH v10 05/14] unwind_user/deferred: Add unwind cache
` [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface

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

[RFC bpf-next 0/9] BPF indirect jumps
 2025-06-18 16:01 UTC  (23+ messages)
` [RFC bpf-next 2/9] bpf, x86: add new map type: instructions set
` [RFC bpf-next 3/9] selftests/bpf: add selftests for new insn_set map
` [RFC bpf-next 4/9] bpf, x86: allow indirect jumps to r8...r15
` [RFC bpf-next 5/9] bpf, x86: add support for indirect jumps
` [RFC bpf-next 6/9] bpf: workaround llvm behaviour with "
` [RFC bpf-next 8/9] libbpf: support llvm-generated "
` [RFC bpf-next 9/9] selftests/bpf: add selftests for "

Configurable XDP Generic Packet Headroom to avoid SKB re-allocation
 2025-06-18 15:03 UTC 

[PATCH net-next v2] net: xsk: add sysctl_xsk_max_tx_budget in the xmit path
 2025-06-18 15:09 UTC  (2+ messages)

[PATCH] bpf: Call cond_resched() to avoid soft lockup in trie_free()
 2025-06-18 14:50 UTC  (8+ messages)

[PATCH bpf-next v5 0/4] bpf: Add kfuncs for read-only string operations
 2025-06-18 14:40 UTC  (6+ messages)
` [PATCH bpf-next v5 1/4] uaccess: Define pagefault lock guard
` [PATCH bpf-next v5 2/4] bpf: Add kfuncs for read-only string operations
` [PATCH bpf-next v5 3/4] selftests/bpf: Allow macros in __retval
` [PATCH bpf-next v5 4/4] selftests/bpf: Add tests for string kfuncs

[PATCH bpf-next v1] selftests/bpf: include limits.h needed for PATH_MAX directly
 2025-06-18 14:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: lru: adjust free target to avoid global table starvation
 2025-06-18 13:56 UTC  (6+ messages)

[PATCH net-next v4 00/11] net: fec: general + VLAN cleanups
 2025-06-18 12:12 UTC  (13+ messages)
` [PATCH net-next v4 01/11] net: fec: fix typos found by codespell
` [PATCH net-next v4 02/11] net: fec: struct fec_enet_private: remove obsolete comment
` [PATCH net-next v4 03/11] net: fec: switch from asm/cacheflush.h to linux/cacheflush.h
` [PATCH net-next v4 04/11] net: fec: sort the includes by alphabetic order
` [PATCH net-next v4 05/11] net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
` [PATCH net-next v4 06/11] net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
` [PATCH net-next v4 07/11] net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
` [PATCH net-next v4 08/11] net: fec: fec_enet_rx_queue(): replace manual VLAN header calculation with skb_vlan_eth_hdr()
` [PATCH net-next v4 09/11] net: fec: fec_enet_rx_queue(): reduce scope of data
` [PATCH net-next v4 10/11] net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
` [PATCH net-next v4 11/11] net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()

[PATCH v2 0/2] bpf, verifier: Improve precision of BPF_ADD and BPF_SUB
 2025-06-18 11:24 UTC  (4+ messages)
` [PATCH v2 1/2] bpf, verifier: Improve precision for "
` [PATCH v2 2/2] selftests/bpf: Add testcases "

[PATCH v2 0/4] Support trampoline for LoongArch
 2025-06-18 10:50 UTC  (5+ messages)
` [PATCH v2 1/4] LoongArch: BPF: The operation commands needed to add a trampoline
` [PATCH v2 2/4] LoongArch: BPF: Add bpf_arch_text_poke support for Loongarch
` [PATCH v2 3/4] LoongArch: BPF: Add bpf trampoline "
` [PATCH v2 4/4] LoongArch: BPF: Update the code to rename validate_code to validate_ctx

[PATCH bpf-next] bpf: make update_prog_stats always_inline
 2025-06-18  8:56 UTC 

[PATCH net-next 0/9] Split netmem from struct page
 2025-06-18  7:51 UTC  (18+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
            ` netmem series needs some love and Acks from MM folks
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH net-next 0/2] net: xsk: add two sysctl knobs
 2025-06-18  6:59 UTC  (10+ messages)
` [PATCH net-next 1/2] net: xsk: make MAX_PER_SOCKET_BUDGET tunable
` [PATCH net-next 2/2] net: xsk: make xsk_tx_batch_size tunable

[PATCH net-next v6 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-06-18  6:06 UTC  (5+ messages)
` [PATCH net-next v6 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap

[PATCH bpf-next v2 0/3] selftests/bpf: Fix usdt/multispec failure with arm64/clang20
 2025-06-18  4:36 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Refactor the failed assertion to another subtest

[PATCH net-next v2 00/17][pull request] libeth: add libeth_xdp helper lib
 2025-06-18  2:01 UTC  (2+ messages)

[PATCH v2] libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
 2025-06-18  1:19 UTC 

bpf: fix key serial argument of bpf_lookup_user_key()
 2025-06-18  1:20 UTC  (3+ messages)

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-18  1:02 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v5 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v5 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v5 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v5 bpf-next 5/5] selftests/bpf: Path walk test

[bpf_iter] get rid of redundant 3rd argument of prepare_seq_file()
 2025-06-18  0:30 UTC  (5+ messages)

[PATCH net v2] net: ti: icssg-prueth: Fix packet handling for XDP_TX
 2025-06-17 23:00 UTC  (2+ messages)

[PATCH v6 00/12] unwind_deferred: Implement sframe handling
 2025-06-17 22:50 UTC  (13+ messages)
` [PATCH v6 01/12] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v6 02/12] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v6 03/12] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v6 04/12] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v6 05/12] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v6 06/12] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v6 07/12] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v6 08/12] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v6 09/12] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v6 10/12] unwind_user/sframe: Show file name in debug output
` [PATCH v6 11/12] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v6 12/12] unwind_user/sframe: Add .sframe validation option

[PATCH bpf-next] selftests/bpf: Fix RELEASE build failure with gcc14
 2025-06-17 22:09 UTC  (4+ messages)

[PATCH bpf-next V1 0/7] xdp: Propagate RX HW hints for XDP_REDIRECTed packets via xdp_frame
 2025-06-17 20:47 UTC  (17+ messages)
` [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst
                      ` Performance impact of disabling VLAN offload [was: Re: [PATCH bpf-next V1 7/7] net: xdp: update documentation for xdp-rx-metadata.rst]

[PATCH bpf-next] selftests/bpf: fix unintentional switch case fall through
 2025-06-17 20:30 UTC  (3+ messages)

[PATCH bpf-next v3 0/1] selftests/bpf: more precise cpu_mitigations state detection
 2025-06-17 20:30 UTC  (3+ messages)
` [PATCH bpf-next v3 1/1] "

[PATCH v2] bpftool: Fix JSON writer resource leak in version command
 2025-06-17 20:30 UTC  (3+ messages)

[PATCH] libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
 2025-06-17 20:27 UTC  (2+ messages)

[PATCH v3 0/4] cgroup: nmi safe css_rstat_updated
 2025-06-17 20:12 UTC  (6+ messages)
` [PATCH v3 1/4] cgroup: support to enable nmi-safe css_rstat_updated
` [PATCH v3 2/4] cgroup: make css_rstat_updated nmi safe
` [PATCH v3 3/4] cgroup: remove per-cpu per-subsystem locks
` [PATCH v3 4/4] memcg: cgroup: call css_rstat_updated irrespective of in_nmi()

[PATCH v4 00/15] Add a deadline server for sched_ext tasks
 2025-06-17 20:05 UTC  (2+ messages)
` [PATCH v4 13/15] selftests/sched_ext: Add test for sched_ext dl_server

[PATCH bpf-next] LoongArch, bpf: Set bpf_jit_bypass_spec_v1/v4()
 2025-06-17 19:46 UTC  (2+ messages)

[PATCH v2 0/4] cgroup: nmi safe css_rstat_updated
 2025-06-17 19:38 UTC  (5+ messages)

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-17 18:43 UTC  (8+ messages)
` [PATCH v8 net-next 04/15] tcp: AccECN core
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v8 net-next 11/15] tcp: accecn: AccECN option failure handling

[PATCH net] ethernet: ionic: Fix DMA mapping test in `ionic_xdp_post_frame()`
 2025-06-17 16:56 UTC  (4+ messages)

[PATCH stable 5.10,5.15 1/2] net: Fix checksum update for ILA adj-transport
 2025-06-17 15:49 UTC  (2+ messages)
` [PATCH stable 5.10,5.15 2/2] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE

[PATCH stable 6.1-6.12 1/2] net: Fix checksum update for ILA adj-transport
 2025-06-17 14:08 UTC  (2+ messages)
` [PATCH stable 6.1-6.12 2/2] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-17 13:08 UTC  (2+ messages)

[syzbot] [cgroups?] general protection fault in __cgroup_rstat_lock
 2025-06-17 10:00 UTC  (3+ messages)

[PATCH v3 bpf-next 0/5] bpf path iterator
 2025-06-17  6:20 UTC  (13+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
                    ` Ref-less parent walk from Landlock (was: Re: [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent())

[PATCH v4 bpf-next 0/5] bpf path iterator
 2025-06-17  5:08 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH 00/12] Signed BPF programs
 2025-06-17  0:04 UTC  (6+ messages)
` [PATCH 01/12] bpf: Implement an internal helper for SHA256 hashing

[PATCH bpf-next v2 0/1] selftests/bpf: more precise cpu_mitigations state detection
 2025-06-16 23:36 UTC  (5+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCH net-next,v8] net: mana: Add handler for hardware servicing events
 2025-06-16 22:30 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox