messages from 2025-08-21 01:40:33 to 2025-08-23 00:32:55 UTC [more...]
[PATCH v5 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-08-23 0:32 UTC (13+ messages)
` [PATCH v5 01/19] perf build: Remove libtracefs configuration
` [PATCH v5 02/19] perf map: Constify objdump offset/address conversion APIs
` [PATCH v5 03/19] perf capstone: Move capstone functionality into its own file
` [PATCH v5 04/19] perf llvm: Move llvm "
` [PATCH v5 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v5 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v5 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v5 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v5 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v5 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v5 11/19] perf llvm: Disassemble cleanup
` [PATCH v5 12/19] perf dso: Clean up read_symbol error handling
[PATCH v4 bpf-next 1/2] bpf: improve the general precision of tnum_mul
2025-08-22 23:56 UTC (10+ messages)
` [PATCH v4 bpf-next 2/2] bpf: add selftest to check the verifier's abstract multiplication
[PATCH bpf-next v13 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 22:59 UTC (5+ messages)
` [PATCH bpf-next v13 1/2] "
` [PATCH bpf-next v13 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[PATCH bpf-next v3 0/6] Introduce BPF_F_CPU flag for percpu maps
2025-08-22 22:20 UTC (11+ messages)
` [PATCH bpf-next v3 1/6] bpf: Introduce internal check_map_flags helper function
` [PATCH bpf-next v3 2/6] bpf: Introduce BPF_F_CPU flag for percpu_array maps
` [PATCH bpf-next v3 3/6] bpf: Introduce BPF_F_CPU flag for percpu_hash and lru_percpu_hash maps
` [PATCH bpf-next v3 4/6] bpf: Introduce BPF_F_CPU flag for percpu_cgroup_storage maps
` [PATCH bpf-next v3 5/6] libbpf: Support BPF_F_CPU for percpu maps
` [PATCH bpf-next v3 6/6] selftests/bpf: Add cases to test BPF_F_CPU flag
[PATCH v1 bpf-next/net 0/8] bpf: Allow decoupling memcg from sk->sk_prot->memory_allocated
2025-08-22 22:18 UTC (9+ messages)
` [PATCH v1 bpf-next/net 1/8] tcp: Save lock_sock() for memcg in inet_csk_accept()
` [PATCH v1 bpf-next/net 2/8] bpf: Add a bpf hook in __inet_accept()
` [PATCH v1 bpf-next/net 3/8] libbpf: Support BPF_CGROUP_INET_SOCK_ACCEPT
` [PATCH v1 bpf-next/net 4/8] bpftool: "
` [PATCH v1 bpf-next/net 5/8] bpf: Support bpf_setsockopt() for BPF_CGROUP_INET_SOCK_(CREATE|ACCEPT)
` [PATCH v1 bpf-next/net 6/8] bpf: Introduce SK_BPF_MEMCG_FLAGS and SK_BPF_MEMCG_SOCK_ISOLATED
` [PATCH v1 bpf-next/net 7/8] net-memcg: Allow decoupling memcg from global protocol memory accounting
` [PATCH v1 bpf-next/net 8/8] selftest: bpf: Add test for SK_BPF_MEMCG_SOCK_ISOLATED
[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
2025-08-22 21:23 UTC (3+ messages)
` [PATCH bpf-next 2/4] libbpf: ringbuf: Add overwrite ring buffer process
[PATCH v1 00/14] mm: BPF OOM
2025-08-22 19:57 UTC (13+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling
` [PATCH v1 13/14] sched: psi: implement bpf_psi_create_trigger() kfunc
[PATCH net-next] selftests: drv-net: xdp: make sure we're actually testing native XDP
2025-08-22 19:56 UTC
[PATCH bpf-next] bpf: hashtab - allow BPF_MAP_LOOKUP{,_AND_DELETE}_BATCH with NULL keys/values
2025-08-22 19:00 UTC (5+ messages)
[PATCH bpf-next] bpf: Remove preempt_disable in bpf_try_get_buffers
2025-08-22 18:50 UTC (2+ messages)
[PATCH] LoongArch: BPF: Fix uninitialized symbol 'retval_off'
2025-08-22 18:43 UTC (2+ messages)
[PATCH bpf-next] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
2025-08-22 18:40 UTC (3+ messages)
[RFC PATCH v2 bpf-next 0/3] bpf: cgroup: support writing and freezing cgroups from BPF
2025-08-22 18:16 UTC (5+ messages)
[PATCH 0/6] uprobes/x86: Cleanups and fixes
2025-08-22 18:05 UTC (15+ messages)
` [PATCH 1/6] uprobes/x86: Add struct uretprobe_syscall_args
` [PATCH 2/6] uprobes/x86: Optimize is_optimize()
` [PATCH 3/6] uprobes/x86: Accept more NOP forms
` [PATCH 4/6] uprobes/x86: Fix uprobe syscall vs shadow stack
` [PATCH 5/6] uprobes/x86: Make asm style consistent
` [PATCH 6/6] uprobes/x86: Add SLS mitigation to the trampolines
[PATCH 1/2] bpf: improve the general precision of tnum_mul
2025-08-22 17:07 UTC (3+ messages)
` [PATCH 2/2] bpf: add selftest to check the verifier's abstract multiplication
[PATCH v3 bpf-next] bpf: improve the general precision of tnum_mul
2025-08-22 16:22 UTC (3+ messages)
[PATCH bpf-next v2 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
2025-08-22 16:20 UTC (2+ messages)
[PATCH v6 bpf] xsk: fix immature cq descriptor production
2025-08-22 16:20 UTC (2+ messages)
[PATCH dwarves v2] btf_encoder: group all function ELF syms by function name
2025-08-22 15:57 UTC (7+ messages)
[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 15:39 UTC (17+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
` "
` "
[PATCH iwl-next v4 00/13] idpf: add XDP support
2025-08-22 15:26 UTC (2+ messages)
[PATCH bpf-next v12 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-22 15:18 UTC (5+ messages)
` [PATCH bpf-next v12 1/2] "
` [PATCH bpf-next v12 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
` Re:Re: [PATCH bpf-next v12 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
[PATCH bpf-next 0/2] bpf: Introduce bpf_in_interrupt kfunc
2025-08-22 14:17 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: Add case to test "
[PATCH] bpf: Mark kfuncs as __noclone
2025-08-22 14:05 UTC
[PATCH] nios2, openrisc, xtensa: Fix definitions of bpf_user_pt_regs_t
2025-08-22 13:58 UTC
[syzbot] [mm?] BUG: soft lockup in dev_ioctl (2)
2025-08-22 13:27 UTC
[PATCH v8 0/5] Add support for long task name
2025-08-22 12:06 UTC (10+ messages)
` [PATCH v8 1/5] exec: Remove obsolete comments
` [PATCH v8 2/5] include: Set tsk->comm length to 64 bytes
` [PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v8 5/5] include: Replace BUILD_BUG_ON with static_assert in 'set_task_comm()'
[PATCH v15 net-next 00/14] AccECN protocol patch series
2025-08-22 10:08 UTC (23+ messages)
` [PATCH v15 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v15 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v15 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v15 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v15 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v15 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v15 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v15 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK
[PATCH v2] net/cls_cgroup: Fix task_get_classid() during qdisc run
2025-08-22 7:34 UTC (3+ messages)
[PATCH net-next 0/2] xsk: improvement performance in copy mode
2025-08-22 1:13 UTC (6+ messages)
` [PATCH net-next 2/2] xsk: support generic batch xmit "
pull-request: bpf-next 2025-08-21
2025-08-22 0:30 UTC (2+ messages)
6.12.30 x86_64 BPF_LSM doesn't work without (?) fentry/mcount config options
2025-08-21 22:14 UTC
[RFC 0/4] BTF archive with unmodified pahole+toolchain
2025-08-21 21:35 UTC (5+ messages)
[PATCH v2 00/14] Fix PDF doc builds on major distros
2025-08-21 19:43 UTC (7+ messages)
` [PATCH v2 08/14] scripts: sphinx-pre-install: fix PDF build issues on Ubuntu
` [PATCH v2 09/14] scripts: sphinx-pre-install: add missing gentoo pdf dependencies
` [PATCH v2 12/14] scripts: sphinx-pre-install: fix pdf dependencies for Mageia 9
` [PATCH v2 13/14] scripts: sphinx-pre-install: fix PDF dependencies for gentoo
[PATCH bpf v1] bpf: Drop rqspinlock usage in ringbuf
2025-08-21 19:35 UTC (2+ messages)
[PATCH v1 bpf-next 00/11] BPF indirect jumps
2025-08-21 19:12 UTC (6+ messages)
` [PATCH v1 bpf-next 10/11] libbpf: support llvm-generated "
[PATCH bpf-next v3] selftests/bpf: Use vmlinux.h for BPF programs
2025-08-21 18:50 UTC (2+ messages)
[PATCH net 3/6] ice: fix Rx page leak on multi-buffer frames
2025-08-21 16:27 UTC (6+ messages)
[RFC PATCH v2 0/2] LoongArch: BPF: Add more feature for trampoline
2025-08-21 14:43 UTC (3+ messages)
` [RFC PATCH v2 1/2] LoongArch: BPF: Add struct arguments support "
` [RFC PATCH v2 2/2] LoongArch: BPF: Add 12 function "
[PATCH] selftests/bpf: Fix uprobe syscall shadow stack test
2025-08-21 14:15 UTC
[PATCH bpf-next v12 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-21 14:06 UTC (3+ messages)
` [PATCH bpf-next v12 1/2] "
` [PATCH bpf-next v12 2/2] selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handling logic
[RFC PATCH 0/2] LoongArch: BPF: Add more feature for trampoline
2025-08-21 14:01 UTC (3+ messages)
` [RFC PATCH 1/2] LoongArch: BPF: Add struct arguments support "
` [RFC PATCH 2/2] LoongArch: BPF: Add 12 function "
[PATCH 0/3] LoongArch: Fix BPF trampoline related issues
2025-08-21 13:57 UTC (7+ messages)
` [PATCH 1/3] LoongArch: BPF: Remove duplicated flags check
` [PATCH 2/3] LoongArch: BPF: Sign extend struct ops return values properly
` [PATCH 3/3] LoongArch: BPF: No support of struct argument in trampoline programs
[PATCH net-next V4 0/9] eth: fbnic: Add XDP support for fbnic
2025-08-21 12:52 UTC (3+ messages)
` [PATCH net-next V4 5/9] eth: fbnic: Add XDP pass, drop, abort support
[PATCH bpf-next v3 0/7] bpf: introduce and use rcu_read_lock_dont_migrate
2025-08-21 11:41 UTC (9+ messages)
` [PATCH bpf-next v3 1/7] rcu: add rcu_read_lock_dont_migrate()
` [PATCH bpf-next v3 2/7] bpf: use rcu_read_lock_dont_migrate() for bpf_cgrp_storage_free()
` [PATCH bpf-next v3 3/7] bpf: use rcu_read_lock_dont_migrate() for bpf_inode_storage_free()
` [PATCH bpf-next v3 4/7] bpf: use rcu_read_lock_dont_migrate() for bpf_iter_run_prog()
` [PATCH bpf-next v3 5/7] bpf: use rcu_read_lock_dont_migrate() for bpf_task_storage_free()
` [PATCH bpf-next v3 6/7] bpf: use rcu_read_lock_dont_migrate() for bpf_prog_run_array_cg()
` [PATCH bpf-next v3 7/7] bpf: use rcu_read_lock_dont_migrate() for trampoline.c
[PATCH bpf-next v2 0/5] s390/bpf: Add s390 JIT support for timed may_goto
2025-08-21 11:25 UTC (6+ messages)
` [PATCH bpf-next v2 1/5] "
` [PATCH bpf-next v2 2/5] selftests/bpf: Add a missing newline to the "bad arch spec" message
` [PATCH bpf-next v2 3/5] selftests/bpf: Add __arch_s390x macro
` [PATCH bpf-next v2 4/5] selftests/bpf: Enable timed may_goto verifier tests on s390x
` [PATCH bpf-next v2 5/5] selftests/bpf: Remove may_goto tests from DENYLIST.s390x
[PATCH net-next 0/6] net: ti: icssg-prueth: Add AF_XDP zero copy support
2025-08-21 10:48 UTC (4+ messages)
` [PATCH net-next 5/6] net: ti: icssg-prueth: Add AF_XDP zero copy for RX
[PATCH bpf-next 0/5] s390/bpf: Add s390 JIT support for timed may_goto
2025-08-21 10:23 UTC (6+ messages)
` [PATCH bpf-next 1/5] "
` [PATCH bpf-next 2/5] selftests/bpf: Add a missing newline to the "bad arch spec" message
` [PATCH bpf-next 3/5] selftests/bpf: Add __arch_s390x macro
` [PATCH bpf-next 4/5] selftests/bpf: Enable timed may_goto verifier tests on s390x
` [PATCH bpf-next 5/5] selftests/bpf: Remove may_goto tests from DENYLIST.s390x
[PATCH bpf-next 1/2] bpf: Use tnums for JEQ/JNE is_branch_taken logic
2025-08-21 10:04 UTC (9+ messages)
` [syzbot ci] "
[PATCH v3 0/3] sched: make migrate_enable/migrate_disable inline
2025-08-21 9:38 UTC (4+ messages)
` [PATCH v3 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
` [PATCH v3 2/3] sched: make migrate_enable/migrate_disable inline
` [PATCH v3 3/3] sched: fix some typos in include/linux/preempt.h
Fwd: [PATCH v2 bpf-next] bpf: improve the general precision of tnum_mul
2025-08-21 5:46 UTC (2+ messages)
` "
[PATCH] riscv: bpf: Fix uninitialized symbol 'retval_off'
2025-08-21 2:55 UTC (7+ messages)
[PATCH net-next] selftests: net: bpf_offload: print loaded programs on mismatch
2025-08-21 2:40 UTC (2+ messages)
[PATCH bpf-next 0/3] selftests/bpf: benchmark all symbols for kprobe-multi
2025-08-21 1:40 UTC (4+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: add benchmark testing for kprobe-multi-all
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).