BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-21 17:16:39 to 2025-02-24 18:14:45 UTC [more...]

[for-next][PATCH 4/6] scripts/sorttable: Zero out weak functions in mcount_loc table
 2025-02-24 18:15 UTC  (3+ messages)

[PATCH] perf trace: Implement syscall summary in BPF
 2025-02-24 18:13 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SLUB allocator, mainly the sheaves caching layer
 2025-02-24 18:02 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix kmemleak warnings for percpu hashmap
 2025-02-24 17:55 UTC 

[PATCH v3 bpf-next 0/3] bpf: Reject attaching fexit to __noreturn functions
 2025-02-24 17:30 UTC  (4+ messages)
` [PATCH v3 1/2] bpf: Reject attaching fexit to functions annotated with __noreturn
` [PATCH v3 2/2] selftests/bpf: Add selftest for attaching fexit to __noreturn functions

[PATCH net] xsk: fix __xsk_generic_xmit() error code when cq is full
 2025-02-24 17:14 UTC  (4+ messages)

[PATCH bpf-next v3 0/6] XDP metadata support for tun driver
 2025-02-24 17:14 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] net: tun: enable XDP metadata support
` [PATCH bpf-next v3 2/6] net: tun: enable transfer of XDP metadata to skb
` [PATCH bpf-next v3 3/6] selftests/bpf: move open_tuntap to network helpers
` [PATCH bpf-next v3 4/6] selftests/bpf: refactor xdp_context_functional test and bpf program
` [PATCH bpf-next v3 5/6] selftests/bpf: add test for XDP metadata support in tun driver
` [PATCH bpf-next v3 6/6] selftests/bpf: fix file descriptor assertion in open_tuntap helper

[PATCH bpf-next v8 0/5] Add prog_kfunc feature probe
 2025-02-24 17:13 UTC  (7+ messages)
` [PATCH bpf-next v8 1/5] libbpf: Extract prog load type check from libbpf_probe_bpf_helper
` [PATCH bpf-next v8 2/5] libbpf: Init fd_array when prog probe load
` [PATCH bpf-next v8 3/5] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v8 4/5] libbpf: Init kprobe prog expected_attach_type for kfunc probe
` [PATCH bpf-next v8 5/5] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

[PATCH iproute2-next v2] ip: link: netkit: Support scrub options
 2025-02-24 17:00 UTC  (3+ messages)

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-02-24 16:56 UTC  (27+ messages)
` [PATCH 01/17] bitops: Add generic parity calculation for u32
` [PATCH 02/17] bitops: Add generic parity calculation for u64
` [PATCH 03/17] x86: Replace open-coded parity calculation with parity8()
` [PATCH 04/17] media: media/test_drivers: "
` [PATCH 05/17] media: pci: cx18-av-vbi: "
` [PATCH 06/17] media: saa7115: "
` [PATCH 07/17] serial: max3100: "
` [PATCH 08/17] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH 09/17] Input: joystick - "
` [PATCH 10/17] net: ethernet: oa_tc6: "
` [PATCH 11/17] wifi: brcm80211: "
` [PATCH 12/17] drm/bridge: dw-hdmi: "
` [PATCH 13/17] mtd: ssfdc: "
` [PATCH 14/17] fsi: i2cr: "
` [PATCH 15/17] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH 16/17] Input: joystick - "
` [PATCH 17/17] nfp: bpf: "

[PATCH iproute2] ip: link: netkit: Support scrub options
 2025-02-24 16:36 UTC  (4+ messages)

[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
 2025-02-24 16:10 UTC  (6+ messages)
` [PATCH bpf-next 2/2] "

[PATCH bpf-next v4 0/4] bpf: Improve error reporting for freplace attachment failure
 2025-02-24 15:33 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf, verifier: Add missing newline of bpf_log in bpf_check_attach_target
` [PATCH bpf-next v4 2/4] bpf: Improve error reporting for freplace attachment failure
` [PATCH bpf-next v4 3/4] bpf, libbpf: Capture error message of "
` [PATCH bpf-next v4 4/4] selftests/bpf: Add test case for freplace attachment failure log

[PATCH 0/2] modules: allow error injection
 2025-02-24 14:43 UTC  (9+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool

[PATCH net-next v3 0/3] net: ti: icssg-prueth: Add native mode XDP support
 2025-02-24 14:20 UTC  (6+ messages)
` [PATCH net-next v3 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [PATCH net-next v3 2/3] net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add XDP support

[PATCH RFCv2 00/18] uprobes: Add support to optimize usdt probes on x86_64
 2025-02-24 14:01 UTC  (19+ messages)
` [PATCH RFCv2 01/18] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH RFCv2 02/18] uprobes: Make copy_from_page global
` [PATCH RFCv2 03/18] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [PATCH RFCv2 04/18] uprobes: Add uprobe_write function
` [PATCH RFCv2 05/18] uprobes: Add nbytes argument to uprobe_write_opcode
` [PATCH RFCv2 06/18] uprobes: Add orig argument to uprobe_write and uprobe_write_opcode
` [PATCH RFCv2 07/18] uprobes: Add swbp argument to arch_uretprobe_hijack_return_addr
` [PATCH RFCv2 08/18] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH RFCv2 09/18] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCH RFCv2 10/18] uprobes/x86: Add mm_uprobe objects to track uprobes within mm
` [PATCH RFCv2 11/18] uprobes/x86: Add support to emulate nop5 instruction
` [PATCH RFCv2 12/18] uprobes/x86: Add support to optimize uprobes
` [PATCH RFCv2 13/18] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCH RFCv2 14/18] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH RFCv2 15/18] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCH RFCv2 16/18] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH RFCv2 17/18] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH RFCv2 18/18] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH net-next v2 0/3] Add native mode XDP support
 2025-02-24 13:20 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation

[PATCH net-next 0/5] net: ethernet: ti: am65-cpsw: drop multiple functions and code cleanup
 2025-02-24 13:00 UTC  (4+ messages)
` [PATCH net-next 4/5] net: ethernet: ti: am65_cpsw: move am65_cpsw_put_page() out of am65_cpsw_run_xdp()

[PATCH v3 tip/perf/core 0/2] SRCU-protected uretprobes hot path
 2025-02-24 12:22 UTC  (3+ messages)
` [PATCH v3 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH bpf-next] kbuild, bpf: Correct pahole version that supports distilled base btf feature
 2025-02-24 12:16 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 01/20] bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
 2025-02-24 11:18 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 02/20] selftests/bpf: Fix invalid flag of recv()

[PATCH AUTOSEL 6.12 01/28] bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
 2025-02-24 11:17 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 02/28] selftests/bpf: Fix invalid flag of recv()

[PATCH AUTOSEL 6.13 01/32] selftests/bpf: Adjust data size to have ETH_HLEN
 2025-02-24 11:16 UTC  (3+ messages)
` [PATCH AUTOSEL 6.13 02/32] bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
` [PATCH AUTOSEL 6.13 03/32] selftests/bpf: Fix invalid flag of recv()

[PATCH v6 0/4] Tracing contention lock owner call stack
 2025-02-24  6:07 UTC  (3+ messages)
` [PATCH v6 4/4] perf lock: Report owner stack in usermode

[RESEND PATCH bpf-next v2 0/4] bpf: Introduce global percpu data
 2025-02-24  5:40 UTC  (7+ messages)
` [RESEND PATCH bpf-next v2 1/4] "
` [RESEND PATCH bpf-next v2 4/4] selftests/bpf: Add cases to test "

[PATCH -next v3] uprobes: reject the share zeropage in uprobe_write_opcode()
 2025-02-24  3:11 UTC 

[PATCH rcu 00/20] SRCU changes for v6.15
 2025-02-24  2:22 UTC  (21+ messages)
` [PATCH rcu 01/20] srcu: Make Tiny SRCU able to operate in preemptible kernels
` [PATCH rcu 02/20] srcu: Define SRCU_READ_FLAVOR_ALL in terms of symbols
` [PATCH rcu 03/20] srcu: Use ->srcu_gp_seq for rcutorture reader batch
` [PATCH rcu 04/20] srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
` [PATCH rcu 05/20] srcu: Make SRCU readers use ->srcu_ctrs for counter selection
` [PATCH rcu 06/20] srcu: Make Tree SRCU updates independent of ->srcu_idx
` [PATCH rcu 07/20] srcu: Force synchronization for srcu_get_delay()
` [PATCH rcu 08/20] srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()
` [PATCH rcu 09/20] srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
` [PATCH rcu 10/20] srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
` [PATCH rcu 11/20] srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
` [PATCH rcu 12/20] srcu: Move SRCU Tree/Tiny definitions from srcu.h
` [PATCH rcu 13/20] srcu: Add SRCU-fast readers
` [PATCH rcu 14/20] rcutorture: Add ability to test srcu_read_{,un}lock_fast()
` [PATCH rcu 15/20] refscale: Add srcu_read_lock_fast() support using "srcu-fast"
` [PATCH rcu 16/20] rcutorture: Make scenario SRCU-P use srcu_read_lock_fast()
` [PATCH rcu 17/20] srcu: Fix srcu_read_unlock_{lite,nmisafe}() kernel-doc
` [PATCH rcu 18/20] srcu: Document that srcu_{read_lock,down_read}() can share srcu_struct
` [PATCH rcu 19/20] srcu: Add srcu_down_read_fast() and srcu_up_read_fast()
` [PATCH rcu 20/20] srcu: Make SRCU-fast also be NMI-safe

[PATCH v2 bpf-next 0/3] bpf: Reject attaching fexit to __noreturn functions
 2025-02-24  2:00 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] objtool: Copy noreturns.h to include/linux
` [PATCH v2 bpf-next 2/3] bpf: Reject attaching fexit to functions annotated with __noreturn
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add selftest for attaching fexit to __noreturn functions

[PATCH bpf-next] bpf: arm64: Silent "UBSAN: negation-overflow" warning
 2025-02-23 21:10 UTC  (2+ messages)

[PATCH] bpf: Refactor check_ctx_access()
 2025-02-23 20:30 UTC  (3+ messages)

[PATCH iwl-next v5 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-23  5:39 UTC  (10+ messages)
` [PATCH iwl-next v5 1/9] net: ethtool: mm: extract stmmac verification logic into common library

[PATCH bpf-next v3 1/2] bpf: support TCP_RTO_MAX_MS for bpf_setsockopt
 2025-02-22 22:51 UTC  (5+ messages)

[Patch bpf-next 0/4] tcp_bpf: improve ingress redirection performance with message corking
 2025-02-22 18:30 UTC  (5+ messages)
` [Patch bpf-next 1/4] skmsg: rename sk_msg_alloc() to sk_msg_expand()
` [Patch bpf-next 2/4] skmsg: implement slab allocator cache for sk_msg
` [Patch bpf-next 3/4] skmsg: use bitfields for struct sk_psock
` [Patch bpf-next 4/4] tcp_bpf: improve ingress redirection performance with message corking

[bpf-next v8 1/3] mm: add copy_remote_vm_str
 2025-02-22 13:19 UTC  (5+ messages)
` [bpf-next v8 3/3] selftests/bpf: Add tests for bpf_copy_from_user_task_str

[PATCH -next v2] uprobes: fix two zero old_folio bugs in __replace_page()
 2025-02-22 12:39 UTC  (7+ messages)

[PATCH v2] mm,procfs: allow read-only remote mm access under CAP_PERFMON
 2025-02-22 12:05 UTC  (2+ messages)

[PATCH bpf-next v3 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-22  9:34 UTC  (8+ messages)
` [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 net-next v3 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-22  9:25 UTC  (2+ messages)
` [PATCH net-next v3 1/1] ppp: Fix KMSAN warning by initializing 2-byte header

[PATCHv2 net] ipvs: Always clear ipvs_property flag in skb_scrub_packet()
 2025-02-22  3:35 UTC 

[PATCH bpf-next v8 0/4] Add prog_kfunc feature probe
 2025-02-22  3:00 UTC  (4+ messages)
` [PATCH bpf-next v8 4/4] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-22  2:44 UTC  (7+ messages)
` [PATCH bpf-next v9 1/6] locking/local_lock: Introduce localtry_lock_t
` [PATCH bpf-next v9 2/6] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation
` [PATCH bpf-next v9 3/6] mm, bpf: Introduce free_pages_nolock()
` [PATCH bpf-next v9 4/6] memcg: Use trylock to access memcg stock_lock
` [PATCH bpf-next v9 5/6] mm, bpf: Use memcg in try_alloc_pages()
` [PATCH bpf-next v9 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs

[PATCH bpf-next 0/3] bpf: introduce skb refcount kfuncs
 2025-02-22  1:55 UTC  (9+ messages)
` [PATCH bpf-next 2/3] bpf: add kfunc for skb refcounting

pull-request: bpf-next 2025-02-20
 2025-02-22  0:30 UTC  (2+ messages)

[PATCH net-next v10 00/13] net: Improve netns handling in rtnetlink
 2025-02-21 23:50 UTC  (3+ messages)

[PATCH bpf-next v4 0/2] selftests/bpf: implement setting global variables in veristat
 2025-02-21 22:32 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: introduce veristat test

[PATCH bpf-next v2 0/3] introduce bpf_dynptr_copy kfunc
 2025-02-21 22:14 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf/helpers: refactor bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v2 2/3] bpf/helpers: introduce bpf_dynptr_copy kfunc
` [PATCH bpf-next v2 3/3] selftests/bpf: add tests for bpf_dynptr_copy

Out-of-bound read suspected in libbpf.c
 2025-02-21 21:01 UTC  (4+ messages)
` [PATCH] fix: out-of-bound read "
    ` [PATCH bpf-next] libbpf: Fix out-of-bound read

[PATCH 1/2] libbpf: BPF program load type enum
 2025-02-21 17:40 UTC  (9+ messages)
` [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
    `  "
        `  "
            `  "

[PATCH bpf-next 0/3] introduce bpf_dynptr_copy kfunc
 2025-02-21 17:16 UTC  (5+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: add tests for bpf_dynptr_copy


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