messages from 2025-09-21 15:45:07 to 2025-09-23 09:02:32 UTC [more...]
[syzbot] [bpf?] general protection fault in print_reg_state
2025-09-23 9:02 UTC
[PATCH bpf-next 0/3] xsk: refactors around generic xmit side
2025-09-23 8:39 UTC (8+ messages)
` [PATCH bpf-next 1/3] xsk: avoid overwriting skb fields for multi-buffer traffic
` [PATCH bpf-next 2/3] xsk: remove @first_frag from xsk_build_skb()
` [PATCH bpf-next 3/3] xsk: wrap generic metadata handling onto separate function
[PATCH bpf-next v7 0/5] Signed BPF programs
2025-09-23 8:39 UTC (11+ messages)
` [PATCH bpf-next v7 1/5] bpf: Implement signature verification for "
` [PATCH bpf-next v7 2/5] libbpf: Update light skeleton for signing
` [PATCH bpf-next v7 3/5] libbpf: Embed and verify the metadata hash in the loader
` [PATCH bpf-next v7 4/5] bpftool: Add support for signing BPF programs
` [PATCH bpf-next v7 5/5] selftests/bpf: Enable signature verification for some lskel tests
[PATCH bpf-next] bpf: remove is_return in struct bpf_session_run_ctx
2025-09-23 7:52 UTC (4+ messages)
[PATCH v2 0/1] riscv: bpf: Fix uninitialized symbol 'retval_off'
2025-09-23 7:34 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v5 00/25] Legacy hardware/cache events as json
2025-09-23 4:18 UTC (26+ messages)
` [PATCH v5 01/25] perf stat: Allow retry for default events
` [PATCH v5 02/25] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v5 03/25] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v5 04/25] perf record: Skip don't fail for events that don't open
` [PATCH v5 05/25] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v5 06/25] perf pmu: Don't eagerly parse event terms
` [PATCH v5 07/25] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v5 08/25] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v5 09/25] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v5 10/25] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v5 11/25] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v5 12/25] perf pmu: Add and use legacy_terms in alias information
` [PATCH v5 13/25] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v5 14/25] perf print-events: Remove print_hwcache_events
` [PATCH v5 15/25] perf print-events: Remove print_symbol_events
` [PATCH v5 16/25] perf parse-events: Remove hard coded legacy hardware and cache parsing
` [PATCH v5 17/25] perf record: Use evlist__new_default when no events specified
` [PATCH v5 18/25] perf top: "
` [PATCH v5 19/25] perf evlist: Avoid scanning all PMUs for evlist__new_default
` [PATCH v5 20/25] perf evsel: Improvements to __evsel__match
` [PATCH v5 21/25] perf test parse-events: Use evsel__match for legacy events
` [PATCH v5 22/25] perf test parse-events: Remove cpu PMU requirement
` [PATCH v5 23/25] perf test parse-events: Without a PMU use cpu-cycles rather than cycles
` [PATCH v5 24/25] perf stat: Avoid wildcarding PMUs for default events
` [PATCH v5 25/25] perf test: Switch cycles event to cpu-cycles
[PATCH bpf-next] bpf: Add preempt_disable to protect get_perf_callchain
2025-09-23 2:53 UTC (2+ messages)
[PATCH bpf-next v7 0/7] bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags for percpu maps
2025-09-23 2:45 UTC (8+ messages)
` [PATCH bpf-next v7 4/7] bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_percpu_hash maps
[PATCH bpf-next v7 0/9] bpf: Introduce deferred task context execution
2025-09-23 2:38 UTC (11+ messages)
` [PATCH bpf-next v7 1/9] bpf: refactor special field-type detection
` [PATCH bpf-next v7 2/9] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v7 3/9] bpf: htab: extract helper for freeing special structs
` [PATCH bpf-next v7 4/9] bpf: verifier: permit non-zero returns from async callbacks
` [PATCH bpf-next v7 5/9] bpf: bpf task work plumbing
` [PATCH bpf-next v7 6/9] bpf: extract map key pointer calculation
` [PATCH bpf-next v7 7/9] bpf: task work scheduling kfuncs
` [PATCH bpf-next v7 8/9] selftests/bpf: BPF task work scheduling tests
` [PATCH bpf-next v7 9/9] selftests/bpf: add bpf task work stress tests
[PATCH net-next 00/20] netkit: Support for io_uring zero-copy and AF_XDP
2025-09-23 1:59 UTC (41+ messages)
` [PATCH net-next 01/20] net, ynl: Add bind-queue operation
` [PATCH net-next 02/20] net: Add peer to netdev_rx_queue
` [PATCH net-next 03/20] net: Add ndo_queue_create callback
` [PATCH net-next 04/20] net: Add ndo_{peer,unpeer}_queues callback
` [PATCH net-next 05/20] net, ynl: Implement netdev_nl_bind_queue_doit
` [PATCH net-next 06/20] net, ynl: Add peer info to queue-get response
` [PATCH net-next 07/20] net, ethtool: Disallow mapped real rxqs to be resized
` [PATCH net-next 08/20] net: Proxy net_mp_{open,close}_rxq for mapped queues
` [PATCH net-next 09/20] xsk: Move NETDEV_XDP_ACT_ZC into generic header
` [PATCH net-next 10/20] xsk: Move pool registration into single function
` [PATCH net-next 11/20] xsk: Add small helper xp_pool_bindable
` [PATCH net-next 13/20] xsk: Proxy pool management for mapped queues
` [PATCH net-next 18/20] netkit: Add io_uring zero-copy support for TCP
` [PATCH net-next 20/20] tools, ynl: Add queue binding ynl sample application
[PATCH bpf v3 0/9] Fixes for LPM trie
2025-09-23 1:33 UTC (4+ messages)
` [PATCH bpf v3 6/9] bpf: Switch to bpf mem allocator "
[PATCH v10 bpf-next/net 0/6] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-09-23 1:26 UTC (5+ messages)
` [PATCH v10 bpf-next/net 3/6] net-memcg: Introduce net.core.memcg_exclusive sysctl
[PATCH v2] memcg: skip cgroup_file_notify if spinning is not allowed
2025-09-23 0:00 UTC (9+ messages)
[PATCH bpf-next v7 0/8] Add kfunc bpf_xdp_pull_data
2025-09-22 23:33 UTC (9+ messages)
` [PATCH bpf-next v7 1/8] bpf: Clear pfmemalloc flag when freeing all fragments
` [PATCH bpf-next v7 2/8] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v7 3/8] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v7 4/8] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v7 5/8] bpf: Make variables in bpf_prog_test_run_xdp less confusing
` [PATCH bpf-next v7 6/8] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v7 7/8] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v7 8/8] selftests: drv-net: Pull data before parsing headers
[PATCH bpf-next v9 1/3] bpf: refactor max_depth computation in bpf_get_stack()
2025-09-22 22:38 UTC (3+ messages)
[PATCH bpf-next v9 2/3] bpf: clean-up bounds checking in __bpf_get_stack
2025-09-22 22:38 UTC (3+ messages)
` [PATCH bpf-next v9 3/3] bpf: fix stackmap overflow check in __bpf_get_stackid()
[PATCH bpf-next v6 0/7] Add kfunc bpf_xdp_pull_data
2025-09-22 22:30 UTC (12+ messages)
` [PATCH bpf-next v6 1/7] bpf: Clear pfmemalloc flag when freeing all fragments
` [PATCH bpf-next v6 2/7] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v6 5/7] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
[PATCH bpf-next v3 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
2025-09-22 20:59 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
[PATCH bpf-next v4 1/2] bpf: Add lookup_and_delete_elem for BPF_MAP_STACK_TRACE
2025-09-22 20:58 UTC (3+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add stacktrace map lookup_and_delete_elem test case
[PATCHv4 bpf-next 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
2025-09-22 20:47 UTC (4+ messages)
` [PATCHv4 bpf-next 2/6] uprobe: Do not emulate/sstep original instruction when ip is changed
[PATCH v2 bpf-next 00/13] BPF indirect jumps
2025-09-22 20:24 UTC (9+ messages)
` [PATCH v2 bpf-next 03/13] bpf, x86: add new map type: instructions array
[PATCH] x86/ibt: make is_endbr() notrace
2025-09-22 19:45 UTC (25+ messages)
` [PATCH] tracing: fgraph: Protect return handler from recursion loop
[ANNOUNCEMENT] LPC 2025 BPF Track CFP
2025-09-22 18:42 UTC (3+ messages)
[PATCH net v2 0/2] Fix generating skb from non-linear xdp_buff for mlx5
2025-09-22 18:03 UTC (5+ messages)
[PATCH RFC bpf-next 0/6] Add the the capability to load HW RX checsum in eBPF programs
2025-09-22 15:56 UTC (10+ messages)
` [PATCH RFC bpf-next 1/6] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH RFC bpf-next 2/6] net: xdp: Add xmo_rx_checksum callback
` [PATCH RFC bpf-next 4/6] net: ice: "
[PATCH] libbpf: increase probe_name buffer size to avoid format-truncation
2025-09-22 15:55 UTC
[PATCH] bpf: The main function in the file tools/bpf/bpf_dbg.c does not call fclose() to close the opened files at the end, leading to issues such as memory leaks
2025-09-22 14:17 UTC (2+ messages)
[RESEND][PATCH v15 0/4] perf: Support the deferred unwinding infrastructure
2025-09-22 14:17 UTC (10+ messages)
[PATCH dwarves v1] btf_encoder: move ambiguous_addr flag to elf_function
2025-09-22 11:59 UTC (3+ messages)
[syzbot] [bpf?] WARNING in do_check (2)
2025-09-22 11:17 UTC (3+ messages)
[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
2025-09-22 10:47 UTC (5+ messages)
` [PATCH v5 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (16+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once
[PATCH v3 bpf-next 00/13] BPF indirect jumps
2025-09-22 10:13 UTC (17+ messages)
` [PATCH v3 bpf-next 05/13] bpf: support instructions arrays with constants blinding
` [PATCH v3 bpf-next 08/13] bpf, x86: add support for indirect jumps
` [PATCH v3 bpf-next 11/13] libbpf: support llvm-generated "
[PATCH v2 0/2] tracing: fprobe: Protect return handler from recursion loop
2025-09-22 8:01 UTC (4+ messages)
` [PATCH v2 1/2] tracing: fgraph: "
` [PATCH v2 2/2] lib/test_fprobe: Add recursion check test cases
[BUG] Failed to obtain stack trace via bpf_get_stackid on ARM64 architecture
2025-09-22 2:15 UTC (2+ messages)
[PATCH v16 00/10] unwind_user: Deferred unwinding infrastructure
2025-09-21 23:47 UTC (7+ messages)
` [PATCH v16 06/10] unwind deferred: Use bitmask to determine which callbacks to call
` [PATCH v16 09/10] unwind deferred: Use SRCU unwind_deferred_task_work()
[RFC PATCH bpf-next v1 0/3] bpf: Add BPF program type for overriding tracepoint probes
2025-09-21 21:08 UTC (5+ messages)
[RFC PATCH bpf-next 00/14] bpf: Efficient socket destruction
2025-09-21 16:03 UTC (3+ messages)
[PATCH v6 0/5] Signed BPF programs
2025-09-21 15:44 UTC (3+ messages)
` [PATCH v6 4/5] bpftool: Add support for signing "
` [PATCH v6 5/5] selftests/bpf: Enable signature verification for some lskel tests
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox