public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-21 00:08:42 to 2025-02-24 07:09:56 UTC [more...]

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-02-24  7:09 UTC  (20+ 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 v6 0/4] Tracing contention lock owner call stack
 2025-02-24  6:07 UTC  (5+ messages)
` [PATCH v6 2/4] perf lock: Retrieve owner callstack in bpf program
` [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  (3+ 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 0/2] modules: allow error injection
 2025-02-22 21:35 UTC  (8+ messages)
  ` [PATCH 2/2] moderr: add module error injection tool

[PATCH iproute2] ip: link: netkit: Support scrub options
 2025-02-22 20:41 UTC 

[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

[PATCH net] xsk: fix __xsk_generic_xmit() error code when cq is full
 2025-02-22  9:30 UTC 

[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  (7+ messages)
` [PATCH bpf-next v8 1/4] libbpf: Extract prog load type check from libbpf_probe_bpf_helper
` [PATCH bpf-next v8 2/4] libbpf: Init fd_array when prog probe load
` [PATCH bpf-next v8 3/4] libbpf: Add libbpf_probe_bpf_kfunc API
` [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] perf trace: Implement syscall summary in BPF
 2025-02-21 18:32 UTC 

[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  (9+ messages)
` [PATCH bpf-next 2/3] bpf/helpers: "
` [PATCH bpf-next 3/3] selftests/bpf: add tests for bpf_dynptr_copy

[RFC PATCH bpf-next v1 0/2] Fix bpf_dynptr_slice_rdwr stack state
 2025-02-21 17:15 UTC  (11+ messages)
` [RFC PATCH bpf-next v1 1/2] bpf: Explore PTR_TO_STACK as R0 for bpf_dynptr_slice_rdwr

[PATCH bpf-next v2] arm64, bpf: Add 12-argument support for bpf trampoline
 2025-02-21 16:58 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: Search and add kfuncs in struct_ops prologue and epilogue
 2025-02-21 16:47 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test gen_pro/epilogue that generate kfuncs

[PATCH bpf-next 0/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
 2025-02-21 16:14 UTC  (4+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: test_xdp_vlan: Rename BPF sections
` [PATCH bpf-next 2/2] selftests/bpf: Migrate test_xdp_vlan.sh into test_progs

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-21 16:07 UTC  (13+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag
` [PATCH v4 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v4 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v4 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v4 10/12] KVM: selftests: adjust test_create_guest_memfd_invalid
` [PATCH v4 11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests
` [PATCH v4 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH net] ipvs: Always clear ipvs_property flag in skb_scrub_packet()
 2025-02-21 15:59 UTC  (5+ messages)

[PATCH bpf-next v3 0/4] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-21 14:47 UTC  (4+ messages)

[PATCH v5 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2025-02-21 11:39 UTC  (5+ messages)

[PATCH RESEND bpf-next v7 0/4] Add prog_kfunc feature probe
 2025-02-21 10:03 UTC  (9+ messages)

[PATCH v4 0/6] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-02-21  9:42 UTC  (4+ messages)

[PATCH net-next v10 07/13] net: ipv6: Init tunnel link-netns before registering dev
 2025-02-21  7:34 UTC  (3+ messages)

[PATCH net-next v2 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-21  6:12 UTC  (2+ messages)
` [PATCH net-next v2 1/1] ppp: Fix KMSAN warning by initializing 2-byte header

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

[PATCH net-next v10 11/13] rtnetlink: Create link directly in target net namespace
 2025-02-21  4:16 UTC  (2+ messages)

[PATCH net-next v10 10/13] rtnetlink: Remove "net" from newlink params
 2025-02-21  4:11 UTC  (2+ messages)

[PATCH net-next v10 09/13] net: xfrm: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  4:10 UTC  (2+ messages)

[PATCH net-next v10 08/13] net: ipv6: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  4:08 UTC  (2+ messages)

[PATCH net-next v10 06/13] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  3:35 UTC  (2+ messages)

[PATCH net-next v10 05/13] net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
 2025-02-21  3:26 UTC  (2+ messages)

[PATCH net-next v10 02/13] rtnetlink: Pack newlink() params into struct
 2025-02-21  3:24 UTC  (2+ messages)

[PATCH bpf] bpf: Use preempt_count() directly in bpf_send_signal_common()
 2025-02-21  2:50 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix hypothetical STT_SECTION extern NULL deref case
 2025-02-21  2:50 UTC  (2+ messages)

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

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

[PATCH bpf-next v12 0/5] xsk: TX metadata Launch Time support
 2025-02-21  1:40 UTC  (2+ messages)

[GIT PULL] bpf for v6.14-rc4
 2025-02-21  1:32 UTC  (2+ messages)

[PATCH bpf-next] kbuild, bpf: Correct pahole version that supports distilled base btf feature
 2025-02-21  0: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