public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-24 05:25:40 to 2025-02-25 14:40:23 UTC [more...]

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

[PATCH bpf-next 0/3] bpf: introduce skb refcount kfuncs
 2025-02-25 14:27 UTC  (3+ messages)

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-02-25 14:20 UTC  (25+ messages)
` [PATCH 02/17] bitops: Add generic parity calculation for u64
` [PATCH 03/17] x86: Replace open-coded parity calculation with parity8()
` [PATCH 07/17] serial: max3100: "
` [PATCH 11/17] wifi: brcm80211: Replace open-coded parity calculation with parity32()

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-25 14:12 UTC  (3+ messages)
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types

[PATCH bpf-next v4 0/4] bpf: Improve error reporting for freplace attachment failure
 2025-02-25 13:59 UTC  (9+ 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 RFCv2 00/18] uprobes: Add support to optimize usdt probes on x86_64
 2025-02-25 13:35 UTC  (22+ 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 bpf-next v2 0/3] introduce bpf_dynptr_copy kfunc
 2025-02-25 13:33 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] bpf/helpers: "

[PATCH bpf-next] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-02-25 13:03 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: add get_netns_cookie helper to cgroup_skb programs
 2025-02-25 12:50 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add cgroup_skb netns cookie tests

[PATCHv2 net] ipvs: Always clear ipvs_property flag in skb_scrub_packet()
 2025-02-25 12:30 UTC  (3+ messages)

[PATCH] bpf: fix possible endless loop in BPF map iteration
 2025-02-25 12:26 UTC  (3+ messages)

[PATCH v3 tip/perf/core 0/2] SRCU-protected uretprobes hot path
 2025-02-25 11:46 UTC  (5+ messages)
` [PATCH v3 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-02-25 10:01 UTC  (8+ messages)
` [PATCH 1/2] kallsyms: output rodata to ".kallsyms_rodata"
` [PATCH 2/2] btf: Add the option to include global variable types

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

[PATCH bpf-next] kbuild, bpf: Correct pahole version that supports distilled base btf feature
 2025-02-25  9:32 UTC  (6+ messages)

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

[PATCH v5 0/6] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
 2025-02-25  8:45 UTC  (9+ messages)
` [PATCH v5 2/6] scripts/sorttable: Have mcount rela sort use direct values
` [PATCH v5 4/6] scripts/sorttable: Zero out weak functions in mcount_loc table

[RFC/PATCH] perf lock contention: Add -J/--inject-delay option
 2025-02-25  7:59 UTC 

[PATCH v3 bpf-next 0/3] bpf: Reject attaching fexit to __noreturn functions
 2025-02-25  7:34 UTC  (5+ 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 bpf-next v8 0/5] Add prog_kfunc feature probe
 2025-02-25  5:47 UTC  (12+ 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] perf trace: Implement syscall summary in BPF
 2025-02-25  4:43 UTC  (4+ messages)

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

[PATCH net-next v4 0/4] virtio-net: Link queues to NAPIs
 2025-02-25  2:04 UTC 

[PATCH net] xsk: fix __xsk_generic_xmit() error code when cq is full
 2025-02-25  1:45 UTC  (5+ messages)

Re: Re: Re: [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
 2025-02-25  1:12 UTC  (2+ messages)
`  "

[PATCH bpf-next v1] bpf: abort verification if env->cur_state->loop_entry != NULL
 2025-02-25  1:03 UTC  (2+ messages)

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

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

[PATCH bpf-next v2 1/2] libbpf: implement bpf_usdt_arg_size BPF function
 2025-02-24 23:57 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: test bpf_usdt_arg_size() function

[PATCH bpf-next 1/2] libbpf: implement bpf_usdt_arg_size BPF function
 2025-02-24 23:38 UTC  (6+ messages)

Re: Re: Re: Re: [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
 2025-02-24 22:42 UTC 

[PATCH bpf-next v4 1/2] bpf: Allow pre-ordering for bpf cgroup progs
 2025-02-24 23:01 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add selftests allowing cgroup prog pre-ordering

[PATCH bpf-next v1 00/10] bpf: copy_verifier_state() should copy 'loop_entry' field
 2025-02-24 22:28 UTC  (4+ messages)
` [PATCH bpf-next v1 01/10] "

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

[PATCH bpf-next] libbpf: Fix out-of-bound read
 2025-02-24 22:10 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: Allow pre-ordering for bpf cgroup progs
 2025-02-24 20:59 UTC  (3+ messages)

[RFC PATCH 0/9] bpf: Mitigate Spectre v1 using speculation barriers
 2025-02-24 20:55 UTC  (10+ messages)
` [RFC PATCH 1/9] bpf/arm64: Unset bypass_spec_v4() instead of ignoring BPF_NOSPEC
` [RFC PATCH 2/9] bpf: Refactor do_check() if/else into do_check_insn()
` [RFC PATCH 3/9] bpf: Return EFAULT on misconfigurations
` [RFC PATCH 4/9] bpf: Return EFAULT on internal errors
` [RFC PATCH 5/9] bpf: Fall back to nospec if v1 verification fails
` [RFC PATCH 6/9] bpf: Allow nospec-protected var-offset stack access
` [RFC PATCH 7/9] bpf: Refactor push_stack to return error code
` [RFC PATCH 8/9] bpf: Fall back to nospec for sanitization-failures
` [RFC PATCH 9/9] bpf: Cut speculative path verification short

[PATCH bpf-next] bpf: Fix kmemleak warnings for percpu hashmap
 2025-02-24 20:20 UTC  (3+ messages)

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

[PATCH v6 0/4] Tracing contention lock owner call stack
 2025-02-24 18:25 UTC  (6+ messages)
` [PATCH v6 2/4] perf lock: Retrieve owner callstack in bpf program
` [PATCH v6 4/4] perf lock: Report owner stack in usermode

[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 iproute2-next v2] ip: link: netkit: Support scrub options
 2025-02-24 17:00 UTC  (3+ messages)

[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 0/2] modules: allow error injection
 2025-02-24 14:43 UTC  (8+ 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 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 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()

[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 "


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