BPF List
 help / color / mirror / Atom feed
 messages from 2025-09-13 08:23:32 to 2025-09-16 10:20:04 UTC [more...]

[syzbot] [bpf?] WARNING in maybe_exit_scc
 2025-09-16 10:20 UTC  (5+ messages)

[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
 2025-09-16  9:55 UTC  (30+ messages)
` [PATCH slab v5 2/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH slab v5 3/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH slab v5 5/6] slab: Reuse first bit for OBJEXTS_ALLOC_FAIL
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH net-next 00/10] net/mlx5e: Use multiple doorbells
 2025-09-16  8:32 UTC  (4+ messages)
` [PATCH net-next 10/10] net/mlx5e: Use the 'num_doorbells' devlink param

[PATCH v19 net-next 00/10] AccECN protocol patch series
 2025-09-16  8:24 UTC  (11+ messages)
` [PATCH v19 net-next 01/10] tcp: AccECN core
` [PATCH v19 net-next 02/10] tcp: accecn: AccECN negotiation
` [PATCH v19 net-next 03/10] tcp: accecn: add AccECN rx byte counters
` [PATCH v19 net-next 04/10] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v19 net-next 05/10] tcp: sack option handling improvements
` [PATCH v19 net-next 06/10] tcp: accecn: AccECN option
` [PATCH v19 net-next 07/10] tcp: accecn: AccECN option send control
` [PATCH v19 net-next 08/10] tcp: accecn: AccECN option failure handling
` [PATCH v19 net-next 09/10] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v19 net-next 10/10] tcp: accecn: try to fit AccECN option with SACK

[PATCH] bpf: verifier: fix WARNING in reg_bounds_sanity_check (2)
 2025-09-16  7:39 UTC  (3+ messages)

[PATCH bpf-next v4 0/8] bpf: Introduce deferred task context execution
 2025-09-16  7:36 UTC  (15+ messages)
` [PATCH bpf-next v4 1/8] bpf: refactor special field-type detection
` [PATCH bpf-next v4 2/8] bpf: extract generic helper from process_timer_func()
` [PATCH bpf-next v4 3/8] bpf: htab: extract helper for freeing special structs
` [PATCH bpf-next v4 4/8] bpf: verifier: permit non-zero returns from async callbacks
` [PATCH bpf-next v4 5/8] bpf: bpf task work plumbing
` [PATCH bpf-next v4 6/8] bpf: extract map key pointer calculation
` [PATCH bpf-next v4 7/8] bpf: task work scheduling kfuncs
` [PATCH bpf-next v4 8/8] selftests/bpf: BPF task work scheduling tests
` [syzbot ci] Re: bpf: Introduce deferred task context execution

[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
 2025-09-16  6:52 UTC  (9+ messages)
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-16  6:23 UTC  (7+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()
` [PATCH v6 03/11] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map

[PATCH bpf-next 1/2] bpftool: Add HELP_SPEC_OPTIONS in token.c
 2025-09-16  5:41 UTC  (2+ messages)
` [PATCH bpf-next 2/2] bpftool: Fix UAF in get_delegate_value

[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
 2025-09-16  5:29 UTC  (5+ messages)

[syzbot] [bpf?] WARNING in do_check (2)
 2025-09-16  3:50 UTC  (2+ messages)

[PATCH slab] slab: Disallow kprobes in ___slab_alloc()
 2025-09-16  2:21 UTC 

[PATCH bpf-next v4 1/3] bpftool: Add bpf_token show
 2025-09-16  2:16 UTC  (3+ messages)

[PATCH slab] slab: Clarify comments regarding pfmemalloc and NUMA preferences
 2025-09-16  1:46 UTC 

[PATCH bpf-next v2 0/4] bpf: Support non-linear skbs for BPF_PROG_TEST_RUN
 2025-09-16  0:27 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Refactor cleanup of bpf_prog_test_run_skb
` [PATCH bpf-next v2 2/4] bpf: Craft non-linear skbs in BPF_PROG_TEST_RUN
` [PATCH bpf-next v2 3/4] selftests/bpf: Support non-linear flag in test loader
` [PATCH bpf-next v2 4/4] selftests/bpf: Test direct packet access on non-linear skbs
` [syzbot ci] Re: bpf: Support non-linear skbs for BPF_PROG_TEST_RUN

[PATCH v18 net-next 00/14] AccECN protocol patch series
 2025-09-15 23:50 UTC  (3+ messages)

[PATCH net v2 0/2] Fix generating skb from non-linear xdp_buff for mlx5
 2025-09-15 22:58 UTC  (3+ messages)
` [PATCH net v2 1/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for legacy RQ
` [PATCH net v2 2/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ

[PATCH bpf-next v3 0/6] Add kfunc bpf_xdp_pull_data
 2025-09-15 22:48 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tail
` [PATCH bpf-next v3 2/6] bpf: Support pulling non-linear xdp data
` [PATCH bpf-next v3 3/6] bpf: Clear packet pointers after changing packet data in kfuncs
` [PATCH bpf-next v3 4/6] bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUN
` [PATCH bpf-next v3 5/6] selftests/bpf: Test bpf_xdp_pull_data
` [PATCH bpf-next v3 6/6] selftests: drv-net: Pull data before parsing headers

[PATCHv3 perf/core 0/6] uprobe,bpf: Allow to change app registers from uprobe registers
 2025-09-15 21:29 UTC  (6+ messages)

[PATCH net v1 0/2] Fix generating skb from non-linear xdp_buff for mlx5
 2025-09-15 20:39 UTC  (4+ messages)
` [PATCH net v1 2/2] net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ

[PATCH bpf-next v3 0/7] bpf: Introduce deferred task context execution
 2025-09-15 20:28 UTC  (7+ messages)
` [PATCH bpf-next v3 4/7] bpf: bpf task work plumbing

[PATCH v4 00/12] Signed BPF programs
 2025-09-15 19:49 UTC  (14+ messages)
` [PATCH v4 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v4 02/12] bpf: Implement exclusive map creation
` [PATCH v4 03/12] libbpf: Implement SHA256 internal helper
` [PATCH v4 04/12] libbpf: Support exclusive map creation
` [PATCH v4 05/12] selftests/bpf: Add tests for exclusive maps
` [PATCH v4 06/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v4 07/12] bpf: Move the signature kfuncs to helpers.c
` [PATCH v4 08/12] bpf: Implement signature verification for BPF programs
` [PATCH v4 09/12] libbpf: Update light skeleton for signing
` [PATCH v4 10/12] libbpf: Embed and verify the metadata hash in the loader
` [PATCH v4 11/12] bpftool: Add support for signing BPF programs
` [PATCH v4 12/12] selftests/bpf: Enable signature verification for some lskel tests

[PATCH bpf] bpf: potential double-free of env->insn_aux_data
 2025-09-15 19:28 UTC  (4+ messages)

[PATCH v2 bpf-next] selftests/bpf: more open-coded gettid syscall cleanup
 2025-09-15 18:50 UTC  (2+ messages)

[PATCH v3 bpf-next] selftests/bpf: Fix arena_spin_lock selftest failure
 2025-09-15 18:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] Remove use of current->cgns in bpf_cgroup_from_id
 2025-09-15 18:00 UTC  (7+ messages)
` [PATCH bpf-next v3 1/2] bpf: Do not limit bpf_cgroup_from_id to current's namespace
` [PATCH bpf-next v3 2/2] selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgns

[PATCH bpf-next v1 0/3] Update KF_RCU_PROTECTED, add KF_RET_RCU
 2025-09-15 17:55 UTC  (9+ messages)
` [PATCH bpf-next v1 1/3] bpf: Enforce RCU protection for KF_RCU_PROTECTED
` [PATCH bpf-next v1 2/3] bpf: Add support for KF_RET_RCU flag
` [PATCH bpf-next v1 3/3] selftests/bpf: Add tests for KF_RET_RCU

[PATCH bpf-next] selftests/bpf: Skip timer_interrupt case when bpf_timer is not supported
 2025-09-15 17:30 UTC  (2+ messages)

[PATCH bpf-next v2] bpftool: Search for tracefs at /sys/kernel/tracing first
 2025-09-15 17:20 UTC  (3+ messages)

[PATCH bpf-next v3 00/14] selftests/bpf: Integrate test_xsk.c to test_progs framework
 2025-09-15 17:13 UTC  (3+ messages)

[PATCH bpf-next] bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()
 2025-09-15 16:43 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] Signed loads from Arena
 2025-09-15 16:28 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf, x86: Add support for signed arena loads
` [PATCH bpf-next v3 2/3] bpf, arm64: "
` [PATCH bpf-next v3 3/3] selftests: bpf: Add tests for signed loads from arena

[PATCH v4 0/3] sched: make migrate_enable/migrate_disable inline
 2025-09-15 16:10 UTC  (3+ messages)

[PATCH bpf-next 08/10] riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling
 2025-09-15 14:23 UTC  (2+ messages)

[PATCH bpf] MAINTAINERS: delete inactive maintainers from AF_XDP
 2025-09-15 13:31 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Search for tracefs at /sys/kernel/tracing first
 2025-09-15 11:47 UTC  (3+ messages)

[PATCH perf/core 0/3] uprobes/x86: change error path for uprobe syscall
 2025-09-15 11:47 UTC  (2+ messages)

[PATCH bpf-next v3] riscv, bpf: Sign extend struct ops return values properly
 2025-09-15 11:30 UTC  (2+ messages)

[PATCH bpf-next] riscv, bpf: Remove duplicated bpf_flush_icache()
 2025-09-15 11:30 UTC  (2+ messages)

[RFC 0/4] BTF archive with unmodified pahole+toolchain
 2025-09-15 10:11 UTC  (7+ messages)

[PATCH v2 bpf-next 00/13] BPF indirect jumps
 2025-09-15  4:09 UTC  (15+ messages)
` [PATCH v2 bpf-next 01/13] bpf: fix the return value of push_stack
` [PATCH v2 bpf-next 02/13] bpf: save the start of functions in bpf_prog_aux
` [PATCH v2 bpf-next 03/13] bpf, x86: add new map type: instructions array
` [PATCH v2 bpf-next 04/13] selftests/bpf: add selftests for new insn_array map
` [PATCH v2 bpf-next 05/13] bpf: support instructions arrays with constants blinding
` [PATCH v2 bpf-next 06/13] selftests/bpf: test instructions arrays with blinding
` [PATCH v2 bpf-next 07/13] bpf, x86: allow indirect jumps to r8...r15
` [PATCH v2 bpf-next 08/13] bpf, x86: add support for indirect jumps
` [PATCH v2 bpf-next 09/13] bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
` [PATCH v2 bpf-next 10/13] libbpf: fix formatting of bpf_object__append_subprog_code
` [PATCH v2 bpf-next 11/13] libbpf: support llvm-generated indirect jumps
` [PATCH v2 bpf-next 12/13] bpftool: Recognize insn_array map type
` [PATCH v2 bpf-next 13/13] selftests/bpf: add selftests for indirect jumps

[PATCH v2 0/2] bpf: Add BPF_MAP_TYPE_CRED_STORAGE support
 2025-09-15  2:10 UTC  (7+ messages)
` [PATCH 1/2] bpf: Add BPF_MAP_TYPE_CRED_STORAGE map type and kfuncs

[syzbot] [net?] WARNING: suspicious RCU usage in corrupted (3)
 2025-09-14 23:37 UTC  (2+ messages)

[PATCH v3] net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIR
 2025-09-14 20:00 UTC  (2+ messages)

[PATCH net-next v2 00/11] net: stmmac: timestamping/ptp cleanups
 2025-09-14 19:10 UTC  (2+ messages)

[PATCH v4 next-next] net/cls_cgroup: Fix task_get_classid() during qdisc run
 2025-09-14 19:00 UTC  (2+ messages)

[PATCH v4 00/21] Legacy hardware/cache events as json
 2025-09-14 18:11 UTC  (22+ messages)
` [PATCH v4 01/21] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v4 02/21] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v4 03/21] perf record: Skip don't fail for events that don't open
` [PATCH v4 04/21] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v4 05/21] perf pmu: Don't eagerly parse event terms
` [PATCH v4 06/21] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v4 07/21] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v4 08/21] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v4 09/21] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v4 10/21] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v4 11/21] perf pmu: Add and use legacy_terms in alias information
` [PATCH v4 12/21] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v4 13/21] perf print-events: Remove print_hwcache_events
` [PATCH v4 14/21] perf print-events: Remove print_symbol_events
` [PATCH v4 15/21] perf parse-events: Remove hard coded legacy hardware and cache parsing
` [PATCH v4 16/21] perf record: Use evlist__new_default when no events specified
` [PATCH v4 17/21] perf top: "
` [PATCH v4 18/21] perf evlist: Avoid scanning all PMUs for evlist__new_default
` [PATCH v4 19/21] perf evsel: Improvements to __evsel__match
` [PATCH v4 20/21] perf parse-events: Add HW_CYCLES_STR as default cycles event string
` [PATCH v4 21/21] perf test: Make stat grep more robust

[PATCH v7 mm-new 0/9] mm, bpf: BPF based THP order selection
 2025-09-14  2:48 UTC  (19+ messages)
` [PATCH v7 mm-new 01/10] mm: thp: remove disabled task from khugepaged_mm_slot
` [PATCH v7 mm-new 02/10] mm: thp: add support for BPF based THP order selection
` [PATCH v7 mm-new 04/10] mm: thp: enable THP allocation exclusively through khugepaged

[PATCH v1 bpf-next 00/11] BPF indirect jumps
 2025-09-13 19:38 UTC  (4+ messages)
` [PATCH v1 bpf-next 10/11] libbpf: support llvm-generated "

[bug report] [regression?] bpf lsm breaks /proc/*/attr/current with security= on commandline
 2025-09-13 17:01 UTC 

[syzbot] [bpf?] WARNING in convert_ctx_accesses (2)
 2025-09-13  8:23 UTC 


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