bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-17 23:00:51 to 2025-04-22 02:49:34 UTC [more...]

[RFC PATCH bpf-next 00/12] bpf: A fq example similar to the kernel sch_fq.c implementation
 2025-04-22  2:48 UTC  (20+ messages)
` [RFC PATCH bpf-next 01/12] bpf: Check KF_bpf_rbtree_add_impl for the "case KF_ARG_PTR_TO_RB_NODE"
` [RFC PATCH bpf-next 02/12] bpf: Simplify reg0 marking for the rbtree kfuncs that return a bpf_rb_node pointer
` [RFC PATCH bpf-next 03/12] bpf: Add bpf_rbtree_{root,left,right} kfunc
` [RFC PATCH bpf-next 04/12] selftests/bpf: Adjust failure message in the rbtree_fail test
` [RFC PATCH bpf-next 05/12] bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}
` [RFC PATCH bpf-next 06/12] selftests/bpf: Adjust test that does not allow refcounted node in rbtree_remove
` [RFC PATCH bpf-next 07/12] selftests/bpf: Add rbtree_search test
` [RFC PATCH bpf-next 08/12] bpf: Simplify reg0 marking for the list kfuncs that return a bpf_list_node pointer
` [RFC PATCH bpf-next 09/12] bpf: Add bpf_list_{front,back} kfunc
` [RFC PATCH bpf-next 10/12] selftests/bpf: Add test for bpf_list_{front,back}
` [RFC PATCH bpf-next 11/12] bpf: net: Add a qdisc kfunc to set sk_pacing_status
` [RFC PATCH bpf-next 12/12] selftests/bpf: A bpf fq implementation similar to the kernel sch_fq

[PATCH v2 security-next 0/4] Introducing Hornet LSM
 2025-04-22  2:38 UTC  (19+ messages)
` [PATCH v2 security-next 1/4] security: "

[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams
 2025-04-22  2:30 UTC  (6+ messages)
` [RFC PATCH bpf-next/net v1 07/13] bpf: Introduce per-prog stdout/stderr streams

pull-request: bpf-next 2025-04-17
 2025-04-22  1:54 UTC  (2+ messages)

[PATCH bpf-next] bpf: Remove bpf_get_smp_processor_id_proto
 2025-04-22  1:53 UTC  (2+ messages)

[PATCH net-next] xdp: create locked/unlocked instances of xdp redirect target setters
 2025-04-22  1:16 UTC 

[PATCH bpf] bpf: Add namespace to BPF internal symbols
 2025-04-22  0:31 UTC 

[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-04-21 23:38 UTC  (18+ messages)
` [PATCH 2/4] bpf: Add dmabuf iterator
` [PATCH 3/4] selftests/bpf: Add test for dmabuf_iter

[PATCH perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-04-21 23:04 UTC  (25+ messages)
` [PATCH perf/core 01/22] uprobes: Rename arch_uretprobe_trampoline function
` [PATCH perf/core 02/22] uprobes: Make copy_from_page global
` [PATCH perf/core 03/22] uprobes: Move ref_ctr_offset update out of uprobe_write_opcode
` [PATCH perf/core 04/22] uprobes: Add uprobe_write function
` [PATCH perf/core 05/22] uprobes: Add nbytes argument to uprobe_write
` [PATCH perf/core 06/22] uprobes: Add is_register argument to uprobe_write and uprobe_write_opcode
` [PATCH perf/core 07/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
` [PATCH perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCH perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCH perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCH perf/core 11/22] selftests/bpf: Use 5-byte nop for x86 usdt probes
` [PATCH perf/core 12/22] selftests/bpf: Reorg the uprobe_syscall test function
` [PATCH perf/core 13/22] selftests/bpf: Rename uprobe_syscall_executed prog to test_uretprobe_multi
` [PATCH perf/core 14/22] selftests/bpf: Add uprobe/usdt syscall tests
` [PATCH perf/core 15/22] selftests/bpf: Add hit/attach/detach race optimized uprobe test
` [PATCH perf/core 16/22] selftests/bpf: Add uprobe syscall sigill signal test
` [PATCH perf/core 17/22] selftests/bpf: Add optimized usdt variant for basic usdt test
` [PATCH perf/core 18/22] selftests/bpf: Add uprobe_regs_equal test
` [PATCH perf/core 19/22] selftests/bpf: Change test_uretprobe_regs_change for uprobe and uretprobe
` [PATCH perf/core 20/22] seccomp: passthrough uprobe systemcall without filtering
` [PATCH perf/core 21/22] selftests/seccomp: validate uprobe syscall passes through seccomp
` [PATCH 22/22] man2: Add uprobe syscall page

[PATCH RESEND bpf-next v2] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-21 17:48 UTC  (6+ messages)
` RE:[PATCH RESEND bpf-next v3] "
  ` [PATCH "

[PATCH] selftests/bpf: close the file descriptor to avoid resource leaks
 2025-04-21 17:44 UTC 

[PATCH net-next v3 0/2] Refactoring designware VLAN code
 2025-04-21 16:52 UTC  (9+ messages)
` [PATCH net-next v3 1/2] net: stmmac: Refactor VLAN implementation

[PATCH net-next v4 0/2] Refactoring designware VLAN code
 2025-04-21 16:29 UTC  (3+ messages)
` [PATCH net-next v4 1/2] net: stmmac: Refactor VLAN implementation
` [PATCH net-next v4 2/2] net: stmmac: dwxgmac2: Add support for HW-accelerated VLAN stripping

[RFC bpf-next 00/13] bpf: Introduce modular verifier
 2025-04-21 16:13 UTC  (3+ messages)
` [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier

[RFC][PATCH] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
 2025-04-21 14:53 UTC  (4+ messages)

[PATCH bpf-next v2 00/11] bpf: Mitigate Spectre v1 using barriers
 2025-04-21 14:22 UTC  (13+ messages)
` [PATCH bpf-next v2 01/11] selftests/bpf: Fix caps for __xlated/jited_unpriv
` [PATCH bpf-next v2 02/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next v2 03/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next v2 04/11] bpf: Return -EFAULT on internal errors
` [PATCH bpf-next v2 05/11] bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
` [PATCH bpf-next v2 06/11] bpf, arm64, powerpc: Change nospec to include v1 barrier
` [PATCH bpf-next v2 07/11] bpf: Rename sanitize_stack_spill to nospec_result
` [PATCH bpf-next v2 08/11] bpf: Fall back to nospec for Spectre v1
` [PATCH bpf-next v2 09/11] selftests/bpf: Add test for Spectre v1 mitigation
` [PATCH bpf-next v2 10/11] bpf: Allow nospec-protected var-offset stack access
` [PATCH bpf-next v2 11/11] bpf: Fall back to nospec for sanitization-failures

[PATCH net v3] net: lwtunnel: disable BHs when required
 2025-04-21 13:44 UTC  (2+ messages)

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-20 11:21 UTC  (2+ messages)

[PATCH net 0/3] ENETC bug fixes for bpf_xdp_adjust_head() and bpf_xdp_adjust_tail()
 2025-04-21  6:05 UTC  (7+ messages)
` [PATCH net 1/3] net: enetc: register XDP RX queues with frag_size
` [PATCH net 2/3] net: enetc: refactor bulk flipping of RX buffers to separate function
` [PATCH net 3/3] net: enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASS

[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
 2025-04-21  4:20 UTC  (8+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v2 2/9] selftests/bpf: Add socket_kind_to_str() to socket_helpers
` [PATCH bpf-next v2 3/9] selftests/bpf: Add u32()/u64() to sockmap_helpers

[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
 2025-04-21  3:03 UTC  (3+ messages)
` [PATCH v4 1/4] "

BUG: bpf test case fails to run on LoongArch
 2025-04-21  2:52 UTC 

[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
 2025-04-21  2:14 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-04-20 10:55 UTC  (5+ messages)
` [RFC bpf-next 1/4] bpf: Introduce new structs and struct fields
` [RFC bpf-next 2/4] bpftool/libbpf : Introduce bpf_prog_termination to trigger termination signal
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination
` [RFC bpf-next 4/4] bpf: Runtime part of fast-path termination approach

[PATCH v4 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
 2025-04-19 15:58 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/6] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
` [PATCH v4 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v4 bpf-next 3/6] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v4 bpf-next 4/6] bpf: udp: Avoid socket skips and repeats during iteration
` [PATCH v4 bpf-next 5/6] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v4 bpf-next 6/6] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators

[PATCH v2] powerpc64/bpf: fix JIT code size calculation of bpf trampoline
 2025-04-19 11:01 UTC  (2+ messages)

[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-04-19  4:22 UTC  (22+ messages)
` [PATCH v4 01/19] perf build: Remove libtracefs configuration
` [PATCH v4 02/19] perf map: Constify objdump offset/address conversion APIs
` [PATCH v4 03/19] perf capstone: Move capstone functionality into its own file
` [PATCH v4 04/19] perf llvm: Move llvm "
` [PATCH v4 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v4 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v4 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v4 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v4 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v4 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v4 11/19] perf llvm: Disassemble cleanup
` [PATCH v4 12/19] perf dso: Clean up read_symbol error handling
` [PATCH v4 13/19] perf build: Remove libbfd support
` [PATCH v4 14/19] perf build: Remove libiberty support
` [PATCH v4 15/19] perf build: Remove unused defines
` [PATCH v4 16/19] perf disasm: Remove disasm_bpf
` [PATCH v4 17/19] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v4 18/19] perf srcline: Fallback between addr2line implementations
` [PATCH v4 19/19] perf disasm: Remove unused evsel from annotate_args

[PATCH v2 0/2] rename var for slice refill event and add helper
 2025-04-19  3:28 UTC  (6+ messages)
` [PATCH v2 1/2] sched_ext: change the variable name for slice refill event
` [PATCH v2 2/2] sched_ext: add helper for refill task with default slice

[PATCH net-next V5 0/2] veth: qdisc backpressure and qdisc check refactor
 2025-04-18 20:08 UTC  (4+ messages)
` [PATCH net-next V5 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops

[PATCH v4 net-next 00/15] AccECN protocol patch series
 2025-04-18 19:35 UTC  (19+ messages)
` [PATCH v4 net-next 02/15] tcp: fast path functions later
` [PATCH v4 net-next 03/15] tcp: AccECN core
` [PATCH v4 net-next 04/15] tcp: accecn: AccECN negotiation
` [PATCH v4 net-next 05/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v4 net-next 06/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v4 net-next 07/15] tcp: allow embedding leftover into option padding
` [PATCH v4 net-next 08/15] tcp: sack option handling improvements
` [PATCH v4 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v4 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v4 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v4 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v4 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v4 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v4 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

pahole v1.30 and libbpf: Introduce kflag for type_tags and decl_tags in BTF
 2025-04-18 18:57 UTC 

[PATCH net-next 00/14][pull request] igc: Add support for Frame Preemption
 2025-04-18 16:38 UTC  (15+ messages)
` [PATCH net-next 01/14] net: stmmac: move frag_size handling out of spin_lock
` [PATCH net-next 02/14] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH net-next 03/14] net: ethtool: mm: reset verification status when link is down
` [PATCH net-next 04/14] igc: rename xdp_get_tx_ring() for non-xdp usage
` [PATCH net-next 05/14] igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT
` [PATCH net-next 06/14] igc: use FIELD_PREP and GENMASK for existing TX packet buffer size
` [PATCH net-next 07/14] igc: optimize TX packet buffer utilization for TSN mode
` [PATCH net-next 08/14] igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
` [PATCH net-next 09/14] igc: set the RX packet buffer size for TSN mode
` [PATCH net-next 10/14] igc: add support for frame preemption verification
` [PATCH net-next 11/14] igc: add support to set tx-min-frag-size
` [PATCH net-next 12/14] igc: block setting preemptible traffic class in taprio
` [PATCH net-next 13/14] igc: add support to get MAC Merge data via ethtool
` [PATCH net-next 14/14] igc: add support to get frame preemption statistics "

[PATCH bpf-next 1/1] bpf: use proper type to calculate bpf_raw_tp_null_args.mask index
 2025-04-18 14:27 UTC  (2+ messages)

(no subject)
 2025-04-18  7:49 UTC  (2+ messages)
` 

[PATCHv3 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
 2025-04-18  7:04 UTC  (4+ messages)
` [PATCHv3 perf/core 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench

[PATCH net-next] net: add UAPI to the header guard in various network headers
 2025-04-18  2:51 UTC  (2+ messages)

[PATCH 0/2] rename var for slice refill event and add helper
 2025-04-18  2:05 UTC  (4+ messages)
` [PATCH 1/2] sched_ext: change the variable name for slice refill event

[PATCH net-next v3 0/3] Fix netdevim to correctly mark NAPI IDs
 2025-04-18  1:37 UTC  (3+ messages)
` [PATCH net-next v3 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero

[PATCH v3 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
 2025-04-18  0:15 UTC  (8+ messages)

[PATCH v3 bpf-next 1/6] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
 2025-04-17 23:35 UTC  (2+ messages)

[PATCH v2 dwarves 0/2] dwarves: Introduce github actions for CI
 2025-04-17 23:23 UTC  (6+ messages)
` [PATCH v2 dwarves 1/2] dwarves: Add github actions to build, test


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).