messages from 2025-08-18 09:05:32 to 2025-08-20 09:21:48 UTC [more...]
[PATCH v1 00/14] mm: BPF OOM
2025-08-20 9:21 UTC (28+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
` [PATCH v1 02/14] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH v1 03/14] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH v1 04/14] mm: introduce bpf kfuncs to deal with memcg pointers
` [PATCH v1 05/14] mm: introduce bpf_get_root_mem_cgroup() bpf kfunc
` [PATCH v1 06/14] mm: introduce bpf_out_of_memory() "
` [PATCH v1 07/14] mm: allow specifying custom oom constraint for bpf triggers
` [PATCH v1 08/14] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH v1 09/14] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH v1 10/14] bpf: selftests: bpf OOM handler test
` [PATCH v1 11/14] sched: psi: refactor psi_trigger_create()
` [PATCH v1 12/14] sched: psi: implement psi trigger handling using bpf
` [PATCH v1 13/14] sched: psi: implement bpf_psi_create_trigger() kfunc
` [PATCH v1 14/14] bpf: selftests: psi struct ops test
Fwd: [PATCH v2 bpf-next] bpf: improve the general precision of tnum_mul
2025-08-20 7:48 UTC
[PATCH] riscv: bpf: Fix uninitialized symbol 'retval_off'
2025-08-20 6:52 UTC (2+ messages)
[PATCH v2 bpf-next] bpf: improve the general precision of tnum_mul
2025-08-20 6:15 UTC (12+ messages)
[PATCH bpf-next 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
2025-08-20 5:09 UTC (4+ messages)
[PATCH v2] LoongArch: BPF: Fix incorrect return pointer value in the eBPF program
2025-08-20 4:23 UTC (6+ messages)
[PATCHv5 00/12] kexec: Use BPF lskel to enable kexec to load PE format boot image
2025-08-20 3:09 UTC (16+ messages)
` [PATCHv5 01/12] kexec_file: Make kexec_image_load_default global visible
` [PATCHv5 02/12] lib/decompress: Keep decompressor when CONFIG_KEEP_COMPRESSOR
` [PATCHv5 03/12] bpf: Introduce bpf_copy_to_kernel() to buffer the content from bpf-prog
` [PATCHv5 04/12] bpf: Introduce decompressor kfunc
` [PATCHv5 05/12] kexec: Introduce kexec_pe_image to parse and load PE file
` [PATCHv5 06/12] kexec: Integrate with the introduced bpf kfuncs
` [PATCHv5 07/12] kexec: Introduce a bpf-prog lskel to parse PE file
` [PATCHv5 08/12] kexec: Factor out routine to find a symbol in ELF
` [PATCHv5 09/12] kexec: Integrate bpf light skeleton to load zboot image
` [PATCHv5 10/12] arm64/kexec: Add PE image format support
` [PATCHv5 11/12] tools/kexec: Introduce a bpf-prog to parse zboot image format
` [PATCHv5 12/12] tools/kexec: Add a zboot image building tool
[PATCH v2 0/3] sched: make migrate_enable/migrate_disable inline
2025-08-20 2:34 UTC (11+ messages)
` [PATCH v2 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
` [PATCH v2 2/3] sched: make migrate_enable/migrate_disable inline
` [PATCH v2 3/3] sched: fix some typos in include/linux/preempt.h
[PATCH bpf-next v5 0/4] fprobe: use rhashtable for fprobe_ip_table
2025-08-20 2:05 UTC (9+ messages)
` [PATCH bpf-next v5 1/4] fprobe: use rhltable "
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-08-20 1:14 UTC (8+ messages)
` [RFC PATCH v2 bpf-next 1/3] kernfs: cgroup: support writing cgroup interfaces from a kernfs node
` [RFC PATCH v2 bpf-next 2/3] bpf: cgroup: Add BPF Kfunc to write and freeze a cgroup
` [RFC PATCH v2 bpf-next 3/3] selftests/bpf: add selftest for bpf_cgroup_write_interface
[PATCH bpf-next v2 0/7] bpf: introduce and use rcu_read_lock_dont_migrate
2025-08-20 1:04 UTC (10+ messages)
` [PATCH bpf-next v2 1/7] rcu: add rcu_read_lock_dont_migrate()
` [PATCH bpf-next v2 2/7] bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()
` [PATCH bpf-next v2 3/7] bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()
` [PATCH bpf-next v2 4/7] bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()
` [PATCH bpf-next v2 5/7] bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()
` [PATCH bpf-next v2 6/7] bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()
` [PATCH bpf-next v2 7/7] bpf: use rcu_read_lock_dont_migrate() for trampoline.c
[PATCH v4 0/4] ftrace: Add function arguments to function tracers
2025-08-19 22:21 UTC (6+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
[PATCH net v2 3/5] ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc
2025-08-19 22:19 UTC (2+ messages)
` [PATCH net v2 4/5] ixgbe: fix ndo_xdp_xmit() workloads
[PATCH bpf-next] libbpf: export bpf_object__prepare symbol
2025-08-19 21:51 UTC
[PATCH bpf-next 0/7] bpf: introduce and use rcu_migrate_{enable,disable}
2025-08-19 21:34 UTC (6+ messages)
` [PATCH bpf-next 1/7] rcu: add rcu_migrate_enable and rcu_migrate_disable
[PATCH bpf-next RESEND v4 1/2] bpf: refactor max_depth computation in bpf_get_stack()
2025-08-19 21:15 UTC (3+ messages)
` [PATCH bpf-next RESEND v4 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
[PATCH bpf-next v2 0/4] bpf: Introduce deferred task context execution
2025-08-19 20:50 UTC (13+ messages)
` [PATCH bpf-next v2 1/4] bpf: bpf task work plumbing
` [PATCH bpf-next v2 2/4] bpf: extract map key pointer calculation
` [PATCH bpf-next v2 3/4] bpf: task work scheduling kfuncs
[PATCH v5 bpf] xsk: fix immature cq descriptor production
2025-08-19 20:48 UTC (2+ messages)
[PATCH net 3/6] ice: fix Rx page leak on multi-buffer frames
2025-08-19 20:44 UTC (6+ messages)
[PATCH dwarves v2] btf_encoder: group all function ELF syms by function name
2025-08-19 19:34 UTC (5+ messages)
"Segmentation fault" of pahole
2025-08-19 19:20 UTC (4+ messages)
[PATCH v3 00/12] Signed BPF programs
2025-08-19 19:19 UTC (10+ messages)
` [PATCH v3 08/12] bpf: Implement signature verification for "
` [PATCH v3 11/12] bpftool: Add support for signing "
[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-08-19 19:17 UTC (8+ messages)
` [PATCHv6 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
[PATCH bpf-next v4 1/2] bpf: refactor max_depth computation in bpf_get_stack()
2025-08-19 16:20 UTC (6+ messages)
` [PATCH bpf-next v4 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
[PATCH bpf-next] bpftool: add kernel.kptr_restrict hint for no instructions
2025-08-19 15:13 UTC (3+ messages)
[PATCH net-next 0/6] net: ti: icssg-prueth: Add AF_XDP zero copy support
2025-08-19 14:35 UTC (8+ messages)
` [PATCH net-next 1/6] net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queues
` [PATCH net-next 2/6] net: ti: icssg-prueth: Add XSK pool helpers
` [PATCH net-next 3/6] net: ti: icssg-prueth: Add AF_XDP zero copy for TX
` [PATCH net-next 4/6] net: ti: icssg-prueth: Make emac_run_xdp function independent of page
` [PATCH net-next 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
` [PATCH net-next 6/6] net: ti: icssg-prueth: Enable zero copy in XDP features
[PATCH] net/cls_cgroup: Fix task_get_classid() during qdisc run
2025-08-19 13:51 UTC (3+ messages)
[PATCH bpf-next] bpf: Remove preempt_disable in bpf_try_get_buffers
2025-08-19 12:56 UTC
[PATCH net-next v5] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
2025-08-19 12:50 UTC (2+ messages)
[syzbot] [bpf?] INFO: rcu detected stall in security_file_ioctl (9)
2025-08-19 12:35 UTC (2+ messages)
` [syzbot] [mm?] "
[PATCH bpf-next v3] selftests/bpf: add BPF program dump in veristat
2025-08-19 11:43 UTC
[RFC PATCH v5 mm-new 0/5] mm, bpf: BPF based THP order selection
2025-08-19 11:43 UTC (14+ messages)
` [RFC PATCH v5 mm-new 1/5] mm: thp: add support for "
` [RFC PATCH v5 mm-new 5/5] selftest/bpf: add selftest for BPF based THP order seletection
[PATCH] LoongArch: BPF: Fix uninitialized symbol 'retval_off'
2025-08-19 11:19 UTC
[PATCH bpf-next v2] selftests/bpf: add BPF program dump in veristat
2025-08-19 11:00 UTC (3+ messages)
[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
2025-08-19 10:34 UTC (15+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
[PATCH bpf-next v2] s390/bpf: Use direct calls and jumps where possible
2025-08-19 10:20 UTC
[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
2025-08-19 10:08 UTC (7+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex
` [PATCH] kernfs: don't fail listing extended attributes
[PATCH bpf-next v7 0/9] Add a dynptr type for skb metadata for TC BPF
2025-08-19 10:07 UTC (3+ messages)
[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-19 9:50 UTC (14+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
[PATCH net-next V4 0/9] eth: fbnic: Add XDP support for fbnic
2025-08-19 9:20 UTC (2+ messages)
[PATCH bpf-next] s390/bpf: Use direct calls and jumps where possible
2025-08-19 8:19 UTC (2+ messages)
[PATCH net-next] selftests: net: bpf_offload: print loaded programs on mismatch
2025-08-19 7:33 UTC
[PATCH bpf-next 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
2025-08-19 3:39 UTC (4+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: move get_ksyms and get_addrs to trace_helpers.c
` [PATCH bpf-next 2/3] selftests/bpf: skip recursive functions for kprobe_multi
` [PATCH bpf-next 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all
[PATCH v3 0/3] net: use vmalloc_array() to simplify code
2025-08-19 1:00 UTC (2+ messages)
[PATCH bpf-next] bpf: hashtab - allow BPF_MAP_LOOKUP{,_AND_DELETE}_BATCH with NULL keys/values
2025-08-18 20:58 UTC (2+ messages)
[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
2025-08-18 18:26 UTC (3+ messages)
[PATCH] bpftool: add kernel.kptr_restrict hint for no instructions
2025-08-18 15:51 UTC (5+ messages)
[PATCH bpf-next] bpf: add a verbose message when the BTF limit is reached
2025-08-18 15:40 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Replace get_next_cpu() with cpumask_next_wrap()
2025-08-18 13:20 UTC (2+ messages)
[PATCH bpf-next v2 0/4] s390/bpf: Write back tail call counter
2025-08-18 13:20 UTC (2+ messages)
[syzbot] [bpf?] INFO: rcu detected stall in task_work_add
2025-08-18 13:03 UTC
[PATCH RESEND] perf: Completely remove possibility to override MAX_NR_CPUS
2025-08-18 9:57 UTC
[PATCH v5] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-08-18 9:55 UTC (4+ messages)
` [PATCH 0/2] bpftool: Refactor config parsing and add CET symbol matching
` [PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
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).