messages from 2025-08-08 06:32:33 to 2025-08-12 20:49:13 UTC [more...]
[PATCH 0/5] net: use vmalloc_array() to simplify code
2025-08-12 20:49 UTC (6+ messages)
` [PATCH 1/5] ethtool: "
` [Intel-wired-lan] "
[BUG] mlx5_core memory management issue
2025-08-12 20:19 UTC (9+ messages)
[PATCH 1/2] bpf: refactor max_depth computation in bpf_get_stack()
2025-08-12 19:32 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
` [PATCH RESEND v2 1/2] bpf: refactor max_depth computation in bpf_get_stack()
` [PATCH RESEND v2 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
` [PATCH bpf-next v3 1/2] bpf: refactor max_depth computation in bpf_get_stack()
` [PATCH bpf-next v3 2/2] bpf: fix stackmap overflow check in __bpf_get_stackid()
[PATCH bpf-next v6 0/9] Add a dynptr type for skb metadata for TC BPF
2025-08-12 18:20 UTC (7+ messages)
` [PATCH bpf-next v6 9/9] selftests/bpf: Cover metadata access from a modified skb clone
[PATCH bpf-next v1 1/1] selftests/bpf: Copy test_kmods when installing selftest
2025-08-12 17:50 UTC
[PATCH net-next 0/2] xsk: improvement performance in copy mode
2025-08-12 17:49 UTC (6+ messages)
` [PATCH net-next 1/2] xsk: introduce XDP_GENERIC_XMIT_BATCH setsockopt
` [PATCH net-next 2/2] xsk: support generic batch xmit in copy mode
[PATCH v4 0/6] slab: Re-entrant kmalloc_nolock()
2025-08-12 17:08 UTC (6+ messages)
` [PATCH v4 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()
[RFC] xdp: pass flags to xdp_update_skb_shared_info() directly
2025-08-12 16:48 UTC (3+ messages)
[PATCH v7 0/2] libbpf: fix USDT SIB argument handling causing unrecognized register error
2025-08-12 16:11 UTC (10+ messages)
` [PATCH v7 2/2] selftests/bpf: Force -O2 for USDT selftests to cover SIB handling logic
` "
` "
[PATCH bpf-next 0/2] s390/bpf: Write back the tail call counter
2025-08-12 16:00 UTC (4+ messages)
` [PATCH bpf-next 1/2] s390/bpf: Write back the tail call counter for BPF_CALL
` [PATCH bpf-next 2/2] s390/bpf: Write back the tail call counter for BPF_TRAMP_F_CALL_ORIG
[PATCH] selftests/bpf: Fix typo in kprobe_multi_test.c
2025-08-12 15:37 UTC
[PATCH net-next V2 0/9] eth: fbnic: Add XDP support for fbnic
2025-08-12 14:41 UTC (13+ messages)
` [PATCH net-next V2 1/9] eth: fbnic: Add support for HDS configuration
` [PATCH net-next V2 2/9] eth: fbnic: Update Headroom
` [PATCH net-next V2 3/9] eth: fbnic: Use shinfo to track frags state on Rx
` [PATCH net-next V2 4/9] eth: fbnic: Prefetch packet headers "
` [PATCH net-next V2 5/9] eth: fbnic: Add XDP pass, drop, abort support
` [PATCH net-next V2 6/9] eth: fbnic: Add support for XDP queues
` [PATCH net-next V2 7/9] eth: fbnic: Add support for XDP_TX action
` [PATCH net-next V2 8/9] eth: fbnic: Collect packet statistics for XDP
` [PATCH net-next V2 9/9] eth: fbnic: Report XDP stats via ethtool
[PATCH 0/2] riscv, bpf: fix reads of thread_info.cpu
2025-08-12 13:09 UTC (5+ messages)
` [PATCH 1/2] riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG
` [PATCH 2/2] riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id
[PATCH] seccomp:seccomp_bpf: remove unused macros
2025-08-12 8:30 UTC
[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
2025-08-12 5:18 UTC (7+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v3 3/5] asm-generic: barrier: Add smp_cond_load_acquire_timewait()
[PATCH bpf-next] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
2025-08-12 4:15 UTC (4+ messages)
[PATCH bpf-next 0/4] Add overwrite mode for bpf ring buffer
2025-08-12 4:02 UTC (4+ messages)
` [PATCH bpf-next 1/4] bpf: "
[PATCH v7 0/4] Add support for long task name
2025-08-12 3:47 UTC (13+ messages)
` [PATCH v7 1/4] exec: Remove obsolete comments
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v7 4/4] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
[PATCH tip 0/3] sched: make migrate_enable/migrate_disable inline
2025-08-12 2:50 UTC (6+ messages)
` [PATCH tip 1/3] arch: add the macro COMPILE_OFFSETS to all the asm-offsets.c
` [PATCH tip 2/3] sched: make migrate_enable/migrate_disable inline
` [PATCH tip 3/3] sched: fix some typos in include/linux/preempt.h
[PATCH bpf-next] bpf: Tidy verifier bug message
2025-08-12 2:20 UTC (3+ messages)
[PATCH bpf-next v2 0/2] bpf, arm64: support for timed may_goto
2025-08-12 1:23 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Add JIT "
` [PATCH bpf-next v2 2/2] selftests/bpf: Enable timed may_goto tests for arm64
[PATCH bpf-next v2 0/2] Remove use of current->cgns in bpf_cgroup_from_id
2025-08-11 22:57 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Do not limit bpf_cgroup_from_id to current's namespace
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgns
[PATCH v2 00/13] Signed BPF programs
2025-08-11 22:48 UTC (18+ messages)
` [PATCH v2 02/13] bpf: Implement exclusive map creation
` [PATCH v2 04/13] libbpf: Support "
` [PATCH v2 11/13] bpftool: Add support for signing BPF programs
` [PATCH v2 12/13] selftests/bpf: Enable signature verification for all lskel tests
` [PATCH v2 13/13] selftests/bpf: Add test for signed programs
[PATCH net-next v4] net: mana: Use page pool fragments for RX buffers instead of full pages to improve memory efficiency
2025-08-11 22:29 UTC
[PATCH v2 08/13] bpf: Implement signature verification for BPF programs
2025-08-11 22:22 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: add BPF program dump in veristat
2025-08-11 21:20 UTC
[PATCH bpf-next 0/3] bpf: Report arena faults to BPF streams
2025-08-11 20:31 UTC (8+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for arena fault reporting
[PATCH bpf-next 0/4] bpf: Introduce deferred task context execution
2025-08-11 20:17 UTC (7+ messages)
` [PATCH bpf-next 3/4] bpf: task work scheduling kfuncs
[RFC PATCH v1] perf trace: Mitigate failures in parallel perf trace instances
2025-08-11 20:15 UTC (4+ messages)
[PATCH bpf-next v1 0/2] Remove use of current->cgns bpf_cgroup_from_id
2025-08-11 19:39 UTC (6+ messages)
` [PATCH bpf-next v1 1/2] bpf: Do not limit bpf_cgroup_from_id to current's namespace
` [PATCH bpf-next v1 2/2] selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgns
[PATCH] bpf: fix reuse of DEVMAP
2025-08-11 19:38 UTC (4+ messages)
[PATCH] bpf: replace kvfree with kfree for kzalloc memory
2025-08-11 16:47 UTC (5+ messages)
[PATCH bpf-next v2 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array maps
2025-08-11 16:34 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] "
[PATCH iwl-next v4 00/13] idpf: add XDP support
2025-08-11 16:10 UTC (14+ messages)
` [PATCH iwl-next v4 01/13] xdp, libeth: make the xdp_init_buff() micro-optimization generic
` [PATCH iwl-next v4 02/13] idpf: fix Rx descriptor ready check barrier in splitq
` [PATCH iwl-next v4 03/13] idpf: use a saner limit for default number of queues to allocate
` [PATCH iwl-next v4 04/13] idpf: link NAPIs to queues
` [PATCH iwl-next v4 05/13] idpf: add 4-byte completion descriptor definition
` [PATCH iwl-next v4 06/13] idpf: remove SW marker handling from NAPI
` [PATCH iwl-next v4 07/13] idpf: add support for nointerrupt queues
` [PATCH iwl-next v4 08/13] idpf: prepare structures to support XDP
` [PATCH iwl-next v4 09/13] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq
` [PATCH iwl-next v4 10/13] idpf: use generic functions to build xdp_buff and skb
` [PATCH iwl-next v4 11/13] idpf: add support for XDP on Rx
` [PATCH iwl-next v4 12/13] idpf: add support for .ndo_xdp_xmit()
` [PATCH iwl-next v4 13/13] idpf: add XDP RSS hash hint
[PATCH bpf-next 0/5] net/smc: Introduce smc_hs_ctrl
2025-08-11 15:33 UTC (9+ messages)
` [PATCH bpf-next 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next 2/5] net/smc: fix UAF on smcsk after smc_listen_out()
[PATCH] bpf: Don't use %pK through printk
2025-08-11 12:08 UTC
[PATCH bpf-next 1/1] bpf: Allow fall back to interpreter for programs with stack size <= 512
2025-08-11 11:28 UTC (3+ messages)
[PATCH bpf-next v2 0/3] bpf: Report arena faults to BPF streams
2025-08-11 11:18 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: arm64: simplify exception table handling
` [PATCH bpf-next v2 2/3] bpf: Report arena faults to BPF stderr
` [PATCH bpf-next v2 3/3] selftests/bpf: Add tests for arena fault reporting
When did CVE-2025-38280 actually become a problem?
2025-08-11 8:50 UTC
[PATCH linux-next v3] mm, page_pool: introduce a new page type for page pool in page type
2025-08-11 1:09 UTC (3+ messages)
[PATCH -rebased 00/15] Add a deadline server for sched_ext tasks
2025-08-09 18:48 UTC (3+ messages)
` [PATCH -rebased 14/15] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH -rebased 15/15] selftests/sched_ext: Add test for DL server total_bw consistency
[GIT PULL] BPF fixes for 6.17-rc1
2025-08-09 6:06 UTC (2+ messages)
[PATCH v4 0/4] ftrace: Add function arguments to function tracers
2025-08-09 2:24 UTC (3+ messages)
` [PATCH v4 2/4] ftrace: Add support for function argument to graph tracer
[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
2025-08-09 1:06 UTC (5+ messages)
[PATCH linux-6.12.y 1/2] selftests/bpf: Add a test for arena range tree algorithm
2025-08-08 23:19 UTC (2+ messages)
` [PATCH linux-6.12.y 2/2] selftests/bpf: Fix build error with llvm 19
[RFC 0/4] BTF archive with unmodified pahole+toolchain
2025-08-08 20:59 UTC (10+ messages)
[PATCH net 1/2] net: lapbether: ignore ops-locked netdevs
2025-08-08 20:50 UTC (2+ messages)
[RFC 0/4] uprobe,bpf: Allow to change app registers from uprobe
2025-08-08 18:38 UTC (5+ messages)
` [RFC 1/4] uprobe: Do not emulate/sstep original instruction when ip is changed
[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
2025-08-08 17:44 UTC (5+ messages)
` [PATCHv6 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
[PATCH bpf-next v3] selftests/bpf: Add LPM trie microbenchmarks
2025-08-08 16:42 UTC (7+ messages)
[bpf-next 0/6] bpf,powerpc: Add support for bpf arena and arena atomics
2025-08-08 16:27 UTC (5+ messages)
` [bpf-next 6/6] selftests/bpf: Fix arena_spin_lock selftest failure
[PATCH] bpftool: add kernel.kptr_restrict hint for no instructions
2025-08-08 15:49 UTC (2+ messages)
[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
2025-08-08 15:47 UTC (14+ messages)
` [PATCH bpf-next v2 02/18] x86,bpf: add bpf_global_caller for global trampoline
` Inlining migrate_disable/enable. Was: "
[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-08-08 11:47 UTC (5+ messages)
[PATCH v3 bpf] xsk: fix immature cq descriptor production
2025-08-08 9:48 UTC (2+ messages)
BPF selftest: mptcp subtest failing
2025-08-08 9:19 UTC (4+ messages)
[PATCH 1/2] bpf: refactor max_depth computation in bpf_get_stack()
2025-08-08 7:30 UTC (2+ messages)
` [syzbot ci] "
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).