messages from 2025-12-23 04:42:15 to 2025-12-30 20:28:04 UTC [more...]
[PATCH bpf-next v4 0/6] mm: bpf kfuncs to access memcg data
2025-12-30 20:27 UTC (12+ messages)
` [PATCH bpf-next v4 3/6] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH bpf-next v4 4/6] mm: introduce BPF kfuncs to access memcg statistics and events
` [PATCH bpf-next v4 5/6] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH bpf-next v4 6/6] MAINTAINERS: add an entry for MM BPF extensions
[PATCH bpf-next] selftests: bpf: fix verifier_arena_large: big_alloc3
2025-12-30 19:51 UTC
[RFC PATCH v1] module: Fix kernel panic when a symbol st_shndx is out of bounds
2025-12-30 18:54 UTC (11+ messages)
[PATCH bpf-next 0/2] memcg accounting for BPF arena
2025-12-30 18:45 UTC (6+ messages)
` [PATCH bpf-next 1/2] bpf: syscall: Introduce memcg enter/exit helpers
` [PATCH bpf-next 2/2] bpf: arena: Reintroduce memcg accounting
[PATCH bpf-next] verifier: add prune points to live registers print
2025-12-30 18:44 UTC (8+ messages)
[PATCH bpf-next] scripts/gen-btf.sh: Fix .btf.o generation when compiling for RISCV
2025-12-30 18:40 UTC (2+ messages)
[PATCH] module: Fix kernel panic when a symbol st_shndx is out of bounds
2025-12-30 18:32 UTC
[PATCH bpf-next v3] bpf: arm64: Fix panic due to missing BTI at indirect jump targets
2025-12-30 18:20 UTC (2+ messages)
[PATCH 0/2] bpf: calls to bpf_loop() should have an SCC and accumulate backedges
2025-12-30 17:53 UTC (5+ messages)
` [PATCH 1/2] bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()
` [PATCH 2/2] selftests/bpf: test cases for bpf_loop SCC and state graph backedges
[PATCH net 0/3] virtio-net: fix the deadlock when disabling rx NAPI
2025-12-30 16:44 UTC (25+ messages)
` [PATCH net 1/3] virtio-net: make refill work a per receive queue work
` [PATCH net 2/3] virtio-net: ensure rx NAPI is enabled before enabling refill work
` [PATCH net 3/3] virtio-net: schedule the pending refill work after being enabled
[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-12-30 14:50 UTC (10+ messages)
` [PATCHv6 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
` [PATCHv6 bpf-next 2/9] ftrace: Make alloc_and_copy_ftrace_hash direct friendly
` [PATCHv6 bpf-next 3/9] ftrace: Export some of hash related functions
` [PATCHv6 bpf-next 4/9] ftrace: Add update_ftrace_direct_add function
` [PATCHv6 bpf-next 5/9] ftrace: Add update_ftrace_direct_del function
` [PATCHv6 bpf-next 6/9] ftrace: Add update_ftrace_direct_mod function
` [PATCHv6 bpf-next 7/9] bpf: Add trampoline ip hash table
` [PATCHv6 bpf-next 8/9] ftrace: Factor ftrace_ops ops_func interface
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[RFC PATCH v2 0/3] Memory Controller eBPF support
2025-12-30 13:24 UTC (6+ messages)
` [RFC PATCH v2 1/3] mm: memcontrol: Add BPF struct_ops for memory pressure control
` [RFC PATCH v2 2/3] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH v2 3/3] samples/bpf: Add memcg priority control example
[QUESTION] KASAN: invalid-access in bpf_patch_insn_data+0x22c/0x2f0
2025-12-30 9:41 UTC (3+ messages)
[PATCH bpf-next] bpf, x86: inline bpf_get_current_task() for x86_64
2025-12-30 6:33 UTC (4+ messages)
[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
2025-12-29 22:00 UTC (8+ messages)
` [PATCH v3 1/2] cpufreq: "
[bpf-next:master 8/9] FAILED: load BTF from .tmp_vmlinux1.BTF.1: No such file or directory
2025-12-29 19:28 UTC
[PATCH v4 1/9] rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
2025-12-29 19:11 UTC (9+ messages)
` [PATCH v4 2/9] context_tracking: Remove rcu_task_trace_heavyweight_{enter,exit}()
` [PATCH v4 3/9] rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
` [PATCH v4 4/9] rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
` [PATCH v4 5/9] rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
` [PATCH v4 6/9] rcu: Update Requirements.rst for RCU Tasks Trace
` [PATCH v4 7/9] checkpatch: Deprecate rcu_read_{,un}lock_trace()
` [PATCH v4 8/9] srcu: Create an rcu_tasks_trace_expedite_current() function
` [PATCH v4 9/9] rcutorture: Test rcu_tasks_trace_expedite_current()
[BUG] bpf: verifier: False warning for helpers in speculative branches
2025-12-29 19:11 UTC (3+ messages)
[bpf-next:master 8/9] ld.lld: error: .tmp_vmlinux1.btf.o is incompatible with elf32lriscv
2025-12-29 17:56 UTC
[RFC 00/11] Reintroduce Hornet LSM
2025-12-29 17:12 UTC (2+ messages)
[PATCH net] net: stmmac: fix the crash issue for zero copy XDP_TX action
2025-12-29 16:40 UTC (3+ messages)
[PATCHv5 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
2025-12-29 16:03 UTC (6+ messages)
` [PATCHv5 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls
[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
2025-12-29 14:20 UTC (4+ messages)
bpf: mmap_file LSM hook allows NULL pointer dereference
2025-12-29 10:33 UTC (11+ messages)
[RFC PATCH 0/1] Rust BPF Verifier Implementation
2025-12-29 6:59 UTC (2+ messages)
[PATCH] riscv, bpf: Emit fence.i for BPF_NOSPEC
2025-12-28 17:37 UTC
[Patch bpf-next v5 0/4] tcp_bpf: improve ingress redirection performance with message corking
2025-12-28 0:43 UTC (7+ messages)
` [Patch bpf-next v5 1/4] skmsg: rename sk_msg_alloc() to sk_msg_expand()
` [Patch bpf-next v5 2/4] skmsg: implement slab allocator cache for sk_msg
` [Patch bpf-next v5 3/4] skmsg: save some space in struct sk_psock
` [Patch bpf-next v5 4/4] tcp_bpf: improve ingress redirection performance with message corking
[WARNING]BPF verifier: REG INVARIANTS VIOLATION(false_reg2) : range bounds violation at reg_bounds_sanity_check on 6.19-rc2
2025-12-27 3:51 UTC
[PATCH bpf-next] bpftool: add missing --sign option to help output
2025-12-26 11:31 UTC (2+ messages)
` [PATCH bpf-next] bpftool: add missing --sign option to help output (withdrawn)
[PATCH bpf-next v2] bpf: arm64: Fix panic due to missing BTI at indirect jump targets
2025-12-26 5:12 UTC (8+ messages)
[PATCH bpf-next v2 0/2] bpf: Add value tracking for BPF_DIV
2025-12-25 9:17 UTC (9+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add interval and tnum analysis for signed and unsigned BPF_DIV
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for BPF_DIV analysis
` [syzbot ci] Re: bpf: Add value tracking for BPF_DIV
[PATCH bpf-next 0/7] bpf: Make KF_TRUSTED_ARGS default
2025-12-24 19:24 UTC (8+ messages)
` [PATCH bpf-next 1/7] bpf: Make KF_TRUSTED_ARGS the default for all kfuncs
` [PATCH bpf-next 2/7] bpf: net: netfilter: Mark kfuncs accurately
` [PATCH bpf-next 3/7] bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
` [PATCH bpf-next 4/7] selftests: bpf: Update kfunc_param_nullable test for new error message
` [PATCH bpf-next 5/7] selftests: bpf: Update failure message for rbtree_fail
` [PATCH bpf-next 6/7] selftests: bpf: fix test_kfunc_dynptr_param
` [PATCH bpf-next 7/7] selftests: bpf: fix cgroup_hierarchical_stats
[PATCH bpf-next v8 0/4] Remove KF_SLEEPABLE from arena kfuncs
2025-12-24 19:06 UTC (10+ messages)
` [PATCH bpf-next v8 4/4] selftests: bpf: test non-sleepable arena allocations
[PATCH bpf-next v5 00/10] bpf: fsession support
2025-12-24 13:07 UTC (11+ messages)
` [PATCH bpf-next v5 01/10] bpf: add "
` [PATCH bpf-next v5 02/10] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v5 03/10] bpf: add the kfunc bpf_fsession_is_return
` [PATCH bpf-next v5 04/10] bpf: add the kfunc bpf_fsession_cookie
` [PATCH bpf-next v5 05/10] bpf,x86: introduce emit_st_r0_imm64() for trampoline
` [PATCH bpf-next v5 06/10] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v5 07/10] libbpf: add fsession support
` [PATCH bpf-next v5 08/10] selftests/bpf: add testcases for fsession
` [PATCH bpf-next v5 09/10] selftests/bpf: add testcases for fsession cookie
` [PATCH bpf-next v5 10/10] selftests/bpf: test fsession mixed with fentry and fexit
[PATCH bpf v3] lib/buildid: use __kernel_read() for sleepable context
2025-12-24 12:01 UTC (2+ messages)
[PATCH 0/2] introduce pagetable_alloc_nolock()
2025-12-24 7:00 UTC (8+ messages)
[PATCH] buildid: validate page-backed file before parsing build ID
2025-12-24 3:29 UTC (4+ messages)
[PATCH bpf-next 1/2] bpf: Add interval and tnum analysis for signed and unsigned BPF_DIV
2025-12-23 20:14 UTC (2+ messages)
[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
2025-12-23 19:46 UTC
[PATCH] bpf: crypto: replace -EEXIST with -EBUSY
2025-12-23 19:23 UTC (3+ messages)
[PATCH 1/2] tools/build: Add a feature test for libopenssl
2025-12-23 18:17 UTC (2+ messages)
[PATCH 0/5] perf build: nondistro build tidyups
2025-12-23 17:00 UTC (2+ messages)
` [PATCH 1/5] perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled} setting
[PATCH bpf-next v2 5/7] mm: introduce BPF kfunc to access memory events
2025-12-23 14:09 UTC (8+ messages)
[PATCH v8 bpf-next 00/10] Add kind layout to BTF
2025-12-23 11:09 UTC (11+ messages)
` [PATCH v8 bpf-next 01/10] btf: add kind layout encoding to UAPI
[PATCH v2 0/1] finalize removing the page pool members in struct page
2025-12-23 10:27 UTC (4+ messages)
[PATCH v4 0/7] Fix the failure issue of the module_attach test case
2025-12-23 8:49 UTC (6+ messages)
` [PATCH v4 6/7] LoongArch: BPF: Enhance the bpf_arch_text_poke() function
[PATCH 0/5] kbuild: uapi: improvements to header testing
2025-12-23 7:04 UTC (6+ messages)
` [PATCH 1/5] kbuild: uapi: validate that headers do not use libc
` [PATCH 2/5] hexagon: Drop invalid UAPI header asm/signal.h
` [PATCH 3/5] kbuild: uapi: don't compile test bpf_perf_event.h on xtensa
` [PATCH 4/5] kbuild: uapi: split out command conditions into variables
` [PATCH 5/5] kbuild: uapi: drop dependency on CC_CAN_LINK
[PATCH net-next v3] idpf: export RX hardware timestamping information to XDP
2025-12-23 7:03 UTC (4+ messages)
[PATCH RESEND bpf-next v7 0/2] Pass external callchain entry to get_perf_callchain
2025-12-23 6:29 UTC (3+ messages)
` [PATCH bpf-next v7 2/2] bpf: Hold the perf callchain entry until used completely
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;
as well as URLs for NNTP newsgroup(s).