BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-19 09:49:55 to 2025-02-21 00:30:50 UTC [more...]

[PATCH bpf-next] kbuild, bpf: Correct pahole version that supports distilled base btf feature
 2025-02-21  0:30 UTC  (2+ messages)

[RFC PATCH bpf-next v1 0/2] Fix bpf_dynptr_slice_rdwr stack state
 2025-02-21  0:27 UTC  (14+ messages)
` [RFC PATCH bpf-next v1 1/2] bpf: Explore PTR_TO_STACK as R0 for bpf_dynptr_slice_rdwr
` [RFC PATCH bpf-next v1 2/2] selftests/bpf: Add selftest for bpf_dynptr_slice_rdwr r0 handling

[PATCH bpf-next v1 1/2] bpf: Do not allow tail call in strcut_ops program with __ref argument
 2025-02-21  0:08 UTC  (3+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Test struct_ops program with __ref arg calling bpf_tail_call

[PATCH bpf-next v2 1/2] bpf: Search and add kfuncs in struct_ops prologue and epilogue
 2025-02-20 23:34 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Test gen_pro/epilogue that generate kfuncs

[PATCH net-next v1 0/1] ppp: Fix KMSAN uninit-value warning
 2025-02-20 23:27 UTC  (3+ messages)
` [PATCH net-next v1 1/1] ppp: Fix KMSAN warning by initializing 2-byte header

[PATCH bpf-next 0/3] bpf: introduce skb refcount kfuncs
 2025-02-20 23:25 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: call btf_is_projection_of() conditionally
` [PATCH bpf-next 2/3] bpf: add kfunc for skb refcounting
` [PATCH bpf-next 3/3] selftests: bpf: implement test case for skb kptr map storage

[PATCH bpf-next v13 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-20 23:17 UTC  (17+ messages)
` [PATCH bpf-next v13 01/12] bpf: add networking timestamping support to bpf_get/setsockopt()
` [PATCH bpf-next v13 02/12] bpf: prepare the sock_ops ctx and call bpf prog for TX timestamping
` [PATCH bpf-next v13 03/12] bpf: prevent unsafe access to the sock fields in the BPF timestamping callback
` [PATCH bpf-next v13 04/12] bpf: disable unsafe helpers in TX timestamping callbacks
` [PATCH bpf-next v13 05/12] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v13 06/12] bpf: add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
` [PATCH bpf-next v13 07/12] bpf: add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
` [PATCH bpf-next v13 08/12] bpf: add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
` [PATCH bpf-next v13 09/12] bpf: add BPF_SOCK_OPS_TSTAMP_ACK_CB callback
` [PATCH bpf-next v13 10/12] bpf: add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callback
` [PATCH bpf-next v13 11/12] bpf: support selective sampling for bpf timestamping
` [PATCH bpf-next v13 12/12] selftests/bpf: add simple bpf tests in the tx path for timestamping feature

[GIT PULL] bpf for v6.14-rc4
 2025-02-20 22:53 UTC 

[PATCH bpf-next v12 0/5] xsk: TX metadata Launch Time support
 2025-02-20 22:17 UTC  (3+ messages)
` [PATCH bpf-next v12 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata

[PATCH bpf-next 1/2] libbpf: implement bpf_usdt_arg_size BPF function
 2025-02-20 21:59 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test bpf_usdt_arg_size() function

Out-of-bound read suspected in libbpf.c
 2025-02-20 21:20 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] selftests/bpf: implement setting global variables in veristat
 2025-02-20 20:53 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: introduce veristat test

[syzbot] Monthly bpf report (Feb 2025)
 2025-02-20 19:03 UTC 

[PATCH RESEND bpf-next v7 0/4] Add prog_kfunc feature probe
 2025-02-20 18:43 UTC  (5+ messages)

[PATCH bpf-next v1 1/2] bpf: Search and add kfuncs in struct_ops prologue and epilogue
 2025-02-20 18:04 UTC  (2+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: Test gen_pro/epilogue that generate kfuncs

[PATCH bpf-next 0/6] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-02-20 17:46 UTC  (9+ messages)
` [PATCH bpf-next 1/6] selftests/xsk: Add packet stream replacement functions
` [PATCH bpf-next 2/6] selftests/xsk: Add tail adjustment functionality to XDP
` [PATCH bpf-next 3/6] selftests/xsk: Add testapp_xdp_adjust_tail function to userspace for packet tail adjustment
` [PATCH bpf-next 4/6] selftests/xsk: Add support check for bpf_xdp_adjust_tail() helper in xskxceiver
` [PATCH bpf-next 5/6] selftests/xsk: Implement packet resizing test with bpf_xdp_adjust_tail
` [PATCH bpf-next 6/6] selftests/xsk: Add packet resizing tests with bpf_xdp_adjust_tail for AF_XDP

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-20 17:38 UTC  (20+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH bpf-next] bpf: arm64: Silent "UBSAN: negation-overflow" warning
 2025-02-20 16:05 UTC  (3+ messages)

[PATCH bpf-next v12 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-20 15:28 UTC  (18+ messages)
` [PATCH bpf-next v12 01/12] bpf: add networking timestamping support to bpf_get/setsockopt()
` [PATCH bpf-next v12 10/12] bpf: add BPF_SOCK_OPS_TS_SND_CB callback

[PATCH] btf: move kern_type_id to goto cand_cache_unlock
 2025-02-20 15:00 UTC  (3+ messages)

[PATCH -next] uprobes: fix two zero old_folio bugs in __replace_page()
 2025-02-20 12:25 UTC  (10+ messages)
` Add Morton,Peter and David for discussion//Re: "

[PATCH iwl-next v5 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-20 11:46 UTC  (14+ messages)
` [PATCH iwl-next v5 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v5 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v5 3/9] igc: Optimize the TX packet buffer utilization
` [PATCH iwl-next v5 4/9] igc: Set the RX packet buffer size for TSN mode
` [PATCH iwl-next v5 5/9] igc: Add support for frame preemption verification
` [PATCH iwl-next v5 6/9] igc: Add support to set tx-min-frag-size
` [PATCH iwl-next v5 7/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next v5 8/9] igc: Add support to get frame preemption statistics "
` [PATCH iwl-next v5 9/9] igc: Block setting preemptible traffic class in taprio

[bpf-next v8 1/3] mm: add copy_remote_vm_str
 2025-02-20 11:22 UTC  (8+ messages)

[PATCH bpf-next v3 1/2] bpf: support TCP_RTO_MAX_MS for bpf_setsockopt
 2025-02-20  8:57 UTC  (3+ messages)

[PATCH net v3] nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()
 2025-02-20  8:40 UTC  (2+ messages)

[PATCH bpf] bpf: Use preempt_count() directly in bpf_send_signal_common()
 2025-02-20  4:22 UTC 

[PATCH iwl-next v4 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-20  3:08 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH bpf-next v3 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-20  1:21 UTC  (10+ messages)
` [PATCH bpf-next v3 1/9] bpf/verifier: Factor out atomic_ptr_type_ok()
` [PATCH bpf-next v3 2/9] bpf/verifier: Factor out check_atomic_rmw()
` [PATCH bpf-next v3 3/9] bpf/verifier: Factor out check_load_mem() and check_store_reg()
` [PATCH bpf-next v3 4/9] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v3 5/9] arm64: insn: Add BIT(23) to {load,store}_ex's mask
` [PATCH bpf-next v3 6/9] arm64: insn: Add load-acquire and store-release instructions
` [PATCH bpf-next v3 7/9] bpf, arm64: Support "
` [PATCH bpf-next v3 8/9] selftests/bpf: Add selftests for "
` [PATCH bpf-next v3 9/9] bpf, docs: Update instruction-set.rst "

[PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-20  1:21 UTC  (8+ messages)
` [PATCH bpf-next v2 8/9] selftests/bpf: Add selftests for load-acquire and store-release instructions

[PATCH bpf-next] libbpf: fix hypothetical STT_SECTION extern NULL deref case
 2025-02-20  0:28 UTC 

[PATCH bpf-next v3 0/2] bpf: support setting max RTO for bpf_setsockopt
 2025-02-19 23:33 UTC  (5+ messages)

[PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
 2025-02-19 23:32 UTC  (12+ messages)

[PATCH] selftests/bpf: DENYLIST.aarch64: enable kprobe_multi tests for ARM64
 2025-02-19 23:10 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: Wrap libbpf API direct err with libbpf_err
 2025-02-19 23:00 UTC  (2+ messages)

[PATCH v6 0/4] Tracing contention lock owner call stack
 2025-02-19 21:40 UTC  (5+ messages)
` [PATCH v6 1/4] perf lock: Add bpf maps for owner stack tracing
` [PATCH v6 2/4] perf lock: Retrieve owner callstack in bpf program
` [PATCH v6 3/4] perf lock: Make rb_tree helper functions generic
` [PATCH v6 4/4] perf lock: Report owner stack in usermode

[PATCH bpf-next v3 0/4] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-19 21:42 UTC  (6+ messages)
` [PATCH bpf-next v3 1/4] btf_encoder: refactor btf_encoder__tag_kfuncs()
` [PATCH bpf-next v3 2/4] btf_encoder: emit type tags for bpf_arena pointers
` [PATCH bpf-next v3 3/4] pahole: introduce --btf_feature=attributes
` [PATCH bpf-next v3 4/4] man-pages: describe attributes and remove reproducible_build

[net-next PATCH v6 0/6] Add af_xdp support for cn10k
 2025-02-19 21:36 UTC  (5+ messages)
` [net-next PATCH v6 3/6] octeontx2-pf: AF_XDP zero copy receive support
    ` [EXTERNAL] "

[PATCH 0/2] modules: allow error injection
 2025-02-19 20:17 UTC  (5+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool

[bpf-next v1] bpf: move warning in btf_load_into_kernel
 2025-02-19 20:13 UTC 

[PATCH v2 dwarves 0/4] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-19 18:03 UTC  (5+ messages)
` [PATCH v2 dwarves 2/4] "

[PATCH bpf-next v2 0/4] selftests/bpf: tc_links/tc_opts: Unserialize tests
 2025-02-19 18:00 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: ns_current_pid_tgid: Rename the test function
` [PATCH bpf-next v2 2/4] selftests/bpf: Optionally open a dedicated namespace to run test in it
` [PATCH bpf-next v2 3/4] selftests/bpf: tc_links/tc_opts: Unserialize tests
` [PATCH bpf-next v2 4/4] selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ feature

[RFC] kexec: Use bpf to allow kexec to load PE format boot image
 2025-02-19 16:24 UTC  (4+ messages)

[RFC PATCH net 0/1] transport_header set incorrectly when using veth
 2025-02-19 15:31 UTC  (3+ messages)

[PATCH v4 0/6] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-02-19 15:22 UTC  (3+ messages)

[for-next][PATCH 1/6] arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
 2025-02-19 15:18 UTC  (6+ messages)
` [for-next][PATCH 2/6] scripts/sorttable: Have mcount rela sort use direct values
` [for-next][PATCH 3/6] scripts/sorttable: Always use an array for the mcount_loc sorting
` [for-next][PATCH 4/6] scripts/sorttable: Zero out weak functions in mcount_loc table
` [for-next][PATCH 5/6] ftrace: Update the mcount_loc check of skipped entries
` [for-next][PATCH 6/6] ftrace: Have ftrace pages output reflect freed pages

[PATCH] libbpf: Wrap libbpf API direct err with libbpf_err
 2025-02-19 15:15 UTC  (5+ messages)

[PATCH bpf-next v2 0/6] XDP metadata support for tun driver
 2025-02-19 15:15 UTC  (9+ messages)
` [PATCH bpf-next v2 2/6] net: tun: enable transfer of XDP metadata to skb
` [PATCH bpf-next v2 6/6] selftests/bpf: fix file descriptor assertion in open_tuntap helper

[PATCH net-next v10 00/13] net: Improve netns handling in rtnetlink
 2025-02-19 12:50 UTC  (14+ messages)
` [PATCH net-next v10 01/13] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v10 02/13] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v10 03/13] net: Use link/peer netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 04/13] ieee802154: 6lowpan: Validate link "
` [PATCH net-next v10 05/13] net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
` [PATCH net-next v10 06/13] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 07/13] net: ipv6: Init tunnel link-netns before registering dev
` [PATCH net-next v10 08/13] net: ipv6: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v10 09/13] net: xfrm: "
` [PATCH net-next v10 10/13] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v10 11/13] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v10 12/13] selftests: net: Add python context manager for netns entering
` [PATCH net-next v10 13/13] selftests: net: Add test cases for link and peer netns

[PATCH net-next 0/5] net: ethernet: ti: am65-cpsw: drop multiple functions and code cleanup
 2025-02-19 12:00 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