BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-04 18:01:26 to 2024-09-06 08:15:39 UTC [more...]

[PATCH bpf-next 0/9] bpf: cpumap: enable GRO for XDP_PASS frames
 2024-09-06  8:15 UTC  (11+ messages)

[PATCH bpf-next v3 1/6] bpf: Fix helper writes to read-only maps
 2024-09-06  7:43 UTC  (12+ messages)
` [PATCH bpf-next v3 2/6] bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
` [PATCH bpf-next v3 3/6] bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
` [PATCH bpf-next v3 4/6] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
` [PATCH bpf-next v3 5/6] selftests/bpf: Rename ARG_PTR_TO_LONG test description
` [PATCH bpf-next v3 6/6] selftests/bpf: Add a test case to write into .rodata

[PATCH net-next v18 12/14] net: replace page_frag with page_frag_cache
 2024-09-06  7:36 UTC 

[PATCH] selftests/bpf: Add valid flag to bpf_cookie selftest's res
 2024-09-06  6:54 UTC  (3+ messages)

[PATCH 0/2] uprobes,mm: speculative lockless VMA-to-uprobe lookup
 2024-09-06  5:12 UTC  (3+ messages)
` [PATCH 1/2] mm: introduce mmap_lock_speculation_{start|end}
` [PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution

[RFC bpf-next 0/3] libbpf: Add support for aliased BPF programs
 2024-09-06  5:04 UTC  (6+ messages)

[GIT PULL] bpf for v6.11-rc7
 2024-09-06  5:01 UTC  (3+ messages)

[PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled
 2024-09-06  3:56 UTC  (15+ messages)
` [PATCH bpf-next v3 01/10] selftests/bpf: Adapt OUTPUT appending logic to lower versions of Make
` [PATCH bpf-next v3 02/10] selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflict
` [PATCH bpf-next v3 03/10] selftests/bpf: Prefer static linking for LLVM libraries
` [PATCH bpf-next v3 04/10] selftests/bpf: Limit URLS parsing logic to actual scope in vmtest
` [PATCH bpf-next v3 05/10] selftests/bpf: Support local rootfs image for vmtest
` [PATCH bpf-next v3 06/10] selftests/bpf: Enable cross platform testing "
` [PATCH bpf-next v3 07/10] selftests/bpf: Add config.riscv64
` [PATCH bpf-next v3 08/10] selftests/bpf: Add DENYLIST.riscv64
` [PATCH bpf-next v3 09/10] selftests/bpf: Add riscv64 configurations to local vmtest
` [PATCH bpf-next v3 10/10] selftests/bpf: Add description for running vmtest on RV64
  ` [PATCH bpf-next v3 00/10] Local vmtest enhancement and RV64 enabled😁

[for-linus][PATCH 1/6] tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subops()
 2024-09-06  3:30 UTC  (2+ messages)

[RFC PATCH bpf-next] bpf: Check percpu map value size first
 2024-09-06  3:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: use type_may_be_null() helper for nullable-param check
 2024-09-06  2:10 UTC  (5+ messages)

[PATCH bpf-next] bpf: cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcv
 2024-09-06  1:22 UTC 

[PATCH bpf-next v2 0/5] bpf: Allow skb dynptr for tp_btf
 2024-09-06  1:13 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: Support __nullable argument suffix "
` [PATCH bpf-next v2 2/5] selftests/bpf: Add test for __nullable suffix in tp_btf
` [PATCH bpf-next v2 3/5] tcp: Use skb__nullable in trace_tcp_send_reset
` [PATCH bpf-next v2 4/5] bpf: Allow bpf_dynptr_from_skb() for tp_btf
` [PATCH bpf-next v2 5/5] selftests/bpf: Expand skb dynptr selftests "

[PATCH bpf-next v3 0/2] allow kfuncs in tracepoint and perf event
 2024-09-06  0:10 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: allow kfuncs within tracepoint and perf event programs
` [PATCH bpf-next v3 2/2] bpf/selftests: coverage for tp and perf event progs using kfuncs

[PATCH bpf-next] bpf: change int cmd argument in __sys_bpf into typed enum bpf_cmd
 2024-09-06  0:10 UTC  (2+ messages)

[PATCH bpf-next] bpftool: improve btf c dump sorting stability
 2024-09-05 22:33 UTC  (3+ messages)

[PATCH RFC net-next v4 00/14] net: stmmac: convert stmmac "pcs" to phylink
 2024-09-05 21:16 UTC  (7+ messages)

[PATCH bpf-next v2 0/2] prevent bpf_reserve_hdr_opt() from growing skb larger than MTU
 2024-09-05 21:07 UTC  (11+ messages)
` [PATCH bpf-next v2 1/2] bpf: tcp: "

[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-09-05 20:53 UTC  (6+ messages)
` [PATCH v2 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()

[PATCH bpf-next 1/2] bpf: implement bpf_send_signal_pid/tgid() helpers
 2024-09-05 20:41 UTC  (6+ messages)

[PATCH] perf/x86: fix wrong assumption that LBR is only useful for sampling events
 2024-09-05 20:33 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] selftests/bpf: Enable vmtest for cross-compile arm64 on x86_64 host, and fix some issues
 2024-09-05 20:24 UTC  (2+ messages)

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-09-05 20:17 UTC  (7+ messages)

[PATCHv2 bpf-next 0/4] selftests/bpf: Add uprobe multi pid filter test
 2024-09-05 20:10 UTC  (7+ messages)
` [PATCHv2 bpf-next 1/4] bpf: Fix uprobe multi pid filter check
` [PATCHv2 bpf-next 2/4] selftests/bpf: Add child argument to spawn_child function
` [PATCHv2 bpf-next 3/4] selftests/bpf: Add uprobe multi pid filter test for fork-ed processes
` [PATCHv2 bpf-next 4/4] selftests/bpf: Add uprobe multi pid filter test for clone-ed processes

[PATCH bpf-next v1 1/3] selftests/bpf: fix some typos in selftests
 2024-09-05 20:10 UTC  (4+ messages)
` [PATCH bpf-next v1 2/3] bpftool: fix some typos in bpftool
` [PATCH bpf-next v1 3/3] libbpf: fix some typos in libbpf

Possible deadlock in pcpu_freelist_pop
 2024-09-05 18:40 UTC  (2+ messages)

Possible deadlock in __pcpu_freelist_push
 2024-09-05 18:32 UTC 

[PATCH mptcp-next 1/4] bpf: Add mptcp_subflow bpf_iter
 2024-09-05 18:24 UTC 

[PATCH net-next 00/12] Unmask upper DSCP bits - part 4 (last)
 2024-09-05 16:51 UTC  (13+ messages)
` [PATCH net-next 01/12] netfilter: br_netfilter: Unmask upper DSCP bits in br_nf_pre_routing_finish()
` [PATCH net-next 02/12] ipv4: ip_gre: Unmask upper DSCP bits in ipgre_open()
` [PATCH net-next 03/12] bpf: lwtunnel: Unmask upper DSCP bits in bpf_lwt_xmit_reroute()
` [PATCH net-next 04/12] ipv4: icmp: Unmask upper DSCP bits in icmp_reply()
` [PATCH net-next 05/12] ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()
` [PATCH net-next 06/12] ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()
` [PATCH net-next 07/12] ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
` [PATCH net-next 08/12] ipv4: netfilter: Unmask upper DSCP bits in ip_route_me_harder()
` [PATCH net-next 09/12] netfilter: nft_flow_offload: Unmask upper DSCP bits in nft_flow_route()
` [PATCH net-next 10/12] netfilter: nf_dup4: Unmask upper DSCP bits in nf_dup_ipv4_route()
` [PATCH net-next 11/12] ipv4: udp_tunnel: Unmask upper DSCP bits in udp_tunnel_dst_lookup()
` [PATCH net-next 12/12] sctp: Unmask upper DSCP bits in sctp_v4_get_dst()

[PATCH 00/18] random: Include <linux/percpu.h> and resolve circular include dependency
 2024-09-05 15:36 UTC  (6+ messages)
` [PATCH 08/18] bpf: Include <linux/prandom.h> instead of <linux/random.h>
` [PATCH 13/18] bpf/tests: "

[PATCH net] bpf: devmap: provide rxq after redirect
 2024-09-05 15:22 UTC  (3+ messages)

[PATCH bpf-next] xsk: bump xsk_queue::queue_empty_descs in xp_can_alloc()
 2024-09-05 14:00 UTC  (3+ messages)

[PATCH -next v2 0/2] perf stat: Support inherit events for bperf
 2024-09-05 11:59 UTC  (3+ messages)
` [PATCH -next v2 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next v2 2/2] perf test: Use sqrtloop workload to test bperf event

[PATCH bpf-next v2 1/6] bpf: Fix helper writes to read-only maps
 2024-09-05 12:01 UTC  (6+ messages)
` [PATCH bpf-next v2 2/6] bpf: Extend check_raw_mode_ok by just probing MEM_UNINIT
` [PATCH bpf-next v2 3/6] bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
` [PATCH bpf-next v2 4/6] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
` [PATCH bpf-next v2 5/6] selftests/bpf: Rename ARG_PTR_TO_LONG test description
` [PATCH bpf-next v2 6/6] selftests/bpf: Add a test case to write into .rodata

[PATCH net-next 2/6] igc: Get rid of spurious interrupts
 2024-09-05  9:44 UTC  (3+ messages)

[PATCH bpf-next 0/4] bpf: Fix tailcall infinite loop caused by freplace
 2024-09-05  9:13 UTC  (6+ messages)
` [PATCH bpf-next 2/4] bpf, arm64: "

[PATCH 6/7] tracing: add support for function argument to graph tracer
 2024-09-05  8:36 UTC  (3+ messages)

[PATCH bpf-next v2 00/10] Local vmtest enhancement and RV64 enabled
 2024-09-05  8:36 UTC  (10+ messages)
` [PATCH bpf-next v2 01/10] selftests/bpf: Adapt OUTPUT appending logic to lower versions of Make
` [PATCH bpf-next v2 03/10] selftests/bpf: Disable feature-llvm for vmtest
` [PATCH bpf-next v2 05/10] selftests/bpf: Support local rootfs image "

[PATCH net-next 00/12] net: lan966x: use the newly introduced FDMA library
 2024-09-05  8:06 UTC  (13+ messages)
` [PATCH net-next 01/12] net: lan966x: select "
` [PATCH net-next 02/12] net: lan966x: use FDMA library symbols
` [PATCH net-next 03/12] net: lan966x: replace a few variables with new equivalent ones
` [PATCH net-next 04/12] net: lan966x: use the FDMA library for allocation of rx buffers
` [PATCH net-next 05/12] net: lan966x: use FDMA library for adding DCB's in the rx path
` [PATCH net-next 06/12] net: lan966x: use library helper for freeing rx buffers
` [PATCH net-next 07/12] net: lan966x: use the FDMA library for allocation of tx buffers
` [PATCH net-next 08/12] net: lan966x: use FDMA library for adding DCB's in the tx path
` [PATCH net-next 09/12] net: lan966x: use library helper for freeing tx buffers
` [PATCH net-next 10/12] net: lan966x: ditch tx->last_in_use variable
` [PATCH net-next 11/12] net: lan966x: use a few FDMA helpers throughout
` [PATCH net-next 12/12] net: lan966x: refactor buffer reload function

[PATCH -next 0/2] perf stat: Support inherit events for bperf
 2024-09-05  6:44 UTC  (4+ messages)
` [PATCH -next 1/2] perf stat: Support inherit events during fork() "

[PATCH bpf-next v3 0/4] Fix accessing first syscall argument on RV64
 2024-09-05  6:42 UTC  (13+ messages)
` [PATCH bpf-next v3 2/4] libbpf: Access first syscall argument with CO-RE direct read on arm64
` [PATCH bpf-next v3 3/4] selftests/bpf: Enable test_bpf_syscall_macro:syscall_arg1 on s390 and arm64

Request for Quote and Meeting Availability
 2024-09-05  4:23 UTC 

[PATCH 3/5] perf/core: Account dropped samples from BPF
 2024-09-05  4:17 UTC  (2+ messages)

[PATCH net 0/6][pull request] ice: fix synchronization between .ndo_bpf() and reset
 2024-09-05  2:10 UTC  (2+ messages)

[PATCH v6 0/5] Faultable Tracepoints
 2024-09-05  1:21 UTC  (3+ messages)
` [PATCH v6 3/5] tracing/bpf-trace: Add support for faultable tracepoints

Unsupported CONFIG_FPROBE and CONFIG_RETHOOK on ARM64
 2024-09-05  1:02 UTC 

[PATCH bpf-next v3 1/2] bpf, x64: Fix a jit convergence issue
 2024-09-05  0:00 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add a selftest for x86 jit convergence issues

[RFC bpf-next v4 0/6] Share user memory to BPF program through task storage map
 2024-09-04 22:21 UTC  (4+ messages)
` [RFC bpf-next v4 4/6] bpf: pin, translate, and unpin __uptr from syscalls

[PATCH v2 01/13] LSM: Add the lsmblob data structure
 2024-09-04 20:36 UTC  (6+ messages)
` [PATCH v2 1/13] "

[PATCH] selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
 2024-09-04 20:30 UTC  (2+ messages)

[PATCH bpf-next v4 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-09-04 19:55 UTC  (5+ messages)
` [PATCH bpf-next v4 4/8] libbpf: Support BTF.ext loading and output in either endianness

[PATCH bpf-next v5 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-09-04 19:51 UTC  (7+ messages)
` [PATCH bpf-next v5 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v5 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v5 6/8] libbpf: Support linking "

[PATCH bpf-next 0/2] bpf: Follow up on gen_epilogue
 2024-09-04 19:50 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
` [PATCH bpf-next 2/2] bpf: Fix indentation issue in epilogue_idx

[PATCH bpf,v2,0/2] bpf: fix incorrect name check pass logic in btf_name_valid_section
 2024-09-04 19:40 UTC  (3+ messages)

[PATCH bpf-next] samples/bpf: Remove sample tracex2
 2024-09-04 19:00 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, arm64: Jit BPF_CALL to direct call when possible
 2024-09-04 19:00 UTC  (2+ messages)

[PATCH v2 1/1] selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning
 2024-09-04 19:00 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf, x64: Fix a jit convergence issue
 2024-09-04 18:32 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a selftest for x86 jit convergence issues


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 read-only IMAP folder(s) and NNTP newsgroup(s).