messages from 2026-09-13 16:27:40 to 2026-09-16 15:27:11 UTC [more...]
[PATCH v2 00/21] kbuild: significantly speed up kernel builds
2026-09-16 15:27 UTC (80+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
` [v2 "
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 19/21] rust: make exports.o depend on the headers generated for it
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available
[PATCH v5 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
2026-09-16 14:46 UTC (7+ messages)
` [PATCH V5 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
` [PATCH V5 2/2] rust: kernel: Add KUnit tests for powerpc ARCH_WARN_ASM bug table emission
[syzbot] [kvm?] BUG: sleeping function called from invalid context in kvm_mmu_notifier_invalidate_range_start
2026-09-16 14:08 UTC
[PATCH net-next v15 00/12] net: pcs: Introduce support for fwnode PCS
2026-09-16 13:45 UTC (3+ messages)
` [PATCH net-next v15 12/12] net: airoha: add phylink support
[PATCH v6 00/26] perf arm64: Support data type profiling
2026-09-16 11:36 UTC (29+ messages)
` [PATCH v6 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v6 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v6 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v6 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v6 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v6 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v6 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v6 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v6 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v6 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v6 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v6 12/26] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v6 13/26] perf annotate-arm64: Enable instruction tracking support
` [PATCH v6 14/26] perf annotate-data: Add arch_get_reg_offset helper
` [PATCH v6 15/26] perf annotate-arm64: Track return type after call instructions
` [PATCH v6 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v6 17/26] perf annotate-arm64: Support store "
` [PATCH v6 18/26] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v6 19/26] perf annotate-data: Track imm_value for stack variables
` [PATCH v6 20/26] perf annotate-x86: Delete stale stack state on store of untracked register
` [PATCH v6 21/26] perf annotate-arm64: Support stack variable tracking
` [PATCH v6 22/26] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v6 23/26] perf annotate-arm64: Support 'add' "
` [PATCH v6 24/26] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v6 25/26] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v6 26/26] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer
[PATCH v8 0/9] arm64: dts: ti: Split wkup R5F memory region for IO+DDR resume
2026-09-16 10:40 UTC (7+ messages)
` [PATCH v8 9/9] arm64: dts: ti: Add wkup R5F nodes to pre-ram bootphase
[ardb:x86-tdx-efistub 2/3] drivers/firmware/efi/libstub/x86-stub.c:1106:13: error: call to undeclared function 'early_is_sevsnp_guest'; ISO C99 and later do not support implicit function declarations
2026-09-16 8:51 UTC
[PATCH] riscv: limit sifive errata to CONFIG_64BIT
2026-09-16 8:37 UTC
[PATCH 0/9] perf build: Fix builds with clang and BUILD_NONDISTRO
2026-09-16 6:12 UTC (10+ messages)
` [PATCH 1/9] perf libbfd: Fix the clang -Wthread-safety build failure
` [PATCH 2/9] perf symbol: Fix the build when demangling with libbfd
` [PATCH 3/9] perf libbfd: Include the headers that are used
` [PATCH 4/9] perf pmu: "
` [PATCH 5/9] perf build: Only pass clang flags to CXX when CXX is clang
` [PATCH 6/9] perf build: Use the given CC rather than clang in clang builds
` [PATCH 7/9] perf build: Check the version of the compiler that is used
` [PATCH 8/9] perf build: Remove leftovers of removed build options
` [PATCH 9/9] perf test: Add build tests for clang and libbfd demangling
[PATCH v2 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-09-16 5:46 UTC (9+ messages)
` [PATCH v2 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH v2 3/3] blk-cgroup: move async bio punt state to blkcg
[PATCH] media: venus: avoid HFI resource leak on IRQ request failure
2026-09-16 5:17 UTC
[ardb:x86-tdx-efistub 1/3] ld.lld: error: undefined hidden symbol: __fortify_panic
2026-09-16 5:07 UTC
[gourryinverse:scratch/gourry/managed_nodes/rfc6-complete 8/67] mm/page_alloc.c:7386:3: error: call to undeclared function 'folio_test_clear_young'; ISO C99 and later do not support implicit function declarations
2026-09-16 0:06 UTC
[frank-li:imx/ele 5/7] drivers/firmware/imx/ele_fw_api.c:311:28: error: use of undeclared identifier '__free_kfree'; did you mean '__free_pages'?
2026-09-15 22:01 UTC
[PATCH v2] docs: kconfig: fix shell function syntax in caveats
2026-09-15 22:02 UTC (3+ messages)
[tip:irq/drivers 3/22] ld.lld: error: undefined symbol: qcom_scm_is_available
2026-09-15 19:07 UTC
[PATCH 00/17] Treewide: enforce static storage for object initializers
2026-09-15 15:54 UTC (23+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()
` [PATCH 02/17] locking/rtmutex: assert static storage for DEFINE_RT_MUTEX()
` [PATCH 03/17] locking/rwsem: assert static storage for semaphore definitions
` [PATCH 04/17] locking/semaphore: assert static storage for DEFINE_SEMAPHORE()
` [PATCH 05/17] locking/seqlock: assert static storage for DEFINE_SEQLOCK()
` [PATCH 06/17] sched: assert static storage for wait queue and completion declarations
` [PATCH 07/17] xarray: assert static storage for DEFINE_XARRAY_FLAGS()
` [PATCH 08/17] idr: enforce the static-storage contract of DEFINE_IDR()
` [PATCH 09/17] radix-tree: require static storage for RADIX_TREE()
` [PATCH 10/17] klist: assert static storage for DEFINE_KLIST()
` [PATCH 11/17] workqueue: assert static storage for work declarations
` [PATCH 12/17] timers: assert static storage for DEFINE_TIMER()
` [PATCH 13/17] kthread: assert static storage for delayed work declarations
` [PATCH 14/17] ratelimit: assert static storage for DEFINE_RATELIMIT_STATE()
` [PATCH 15/17] notifier: assert static storage for locking notifier heads
` [PATCH 16/17] rcu: assert static storage for RCU sync and SRCU definitions
` [PATCH 17/17] sysctl: assert static storage for DEFINE_CTL_TABLE_POLL()
[PATCH rdma-next 0/4] RDMA: Use unsigned comparison in CQ cleanup loops
2026-09-15 15:33 UTC (5+ messages)
` [PATCH rdma-next 1/4] RDMA/mlx5: Use unsigned comparison in the CQ cleanup loop
` [PATCH rdma-next 2/4] RDMA/mlx4: "
` [PATCH rdma-next 3/4] RDMA/mthca: "
` [PATCH rdma-next 4/4] RDMA/hns: "
[PATCH 1/1] rust: block: Fix unsoundness in `Operations::queue_rq`
2026-09-15 13:45 UTC (2+ messages)
[PATCH net v5 1/1] rxrpc: fix encap_rcv skb accounting exhaustion
2026-09-15 6:40 UTC
[PATCH v4 0/2] powerpc: Add ARCH_WARN_ASM and KUnit tests for Rust WARN() support
2026-09-15 6:20 UTC (4+ messages)
` [PATCH v4 1/2] powerpc/bug: Add ARCH_WARN_ASM and refactor _EMIT_BUG_ENTRY for Rust support
[dakr:poc/vgpu 42/44] error[E0425]: cannot find value `VFIO_DEVICE_RESET` in crate `bindings`
2026-09-15 4:56 UTC
[liam:maple_marks_v4 9/16] lib/test_maple_tree.c:356:29: error: call to undeclared function 'mt_slot_count'; ISO C99 and later do not support implicit function declarations
2026-09-15 3:15 UTC
[PATCH] staging: rtl8723bs: fix lines exceeding 100 columns in rtw_security.c
2026-09-15 1:44 UTC
[dakr:poc/vgpu 41/44] error[E0425]: cannot find function `pci_iov_vf_id` in crate `bindings`
2026-09-14 19:45 UTC
[PATCH] ALSA: usb-audio: skip the broken mute control on AVerMedia GC553Pro
2026-09-14 15:53 UTC (2+ messages)
[PATCH] rust: impl_flags: add conversions for raw flag representations
2026-09-14 9:49 UTC
[PATCH 00/23] kbuild: significantly speed up kernel builds
2026-09-14 8:57 UTC (40+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 23/23] kbuild: use pigz for gzip compression if available
[PATCH] phy: phy-mtk-dp: Fix pdata array members initialized as pointers
2026-09-14 8:18 UTC (2+ messages)
[sailus-media-tree:metadata 163/169] drivers/media/pci/intel/ipu6/ipu7-fw-isys.c:599:3: error: cannot jump from this goto statement to its label
2026-09-13 22:15 UTC
[sailus-media-tree:metadata 79/169] drivers/media/platform/nxp/imx95-csi-formatter.c:527:14: error: incompatible function pointer types initializing 'int (*)(struct v4l2_subdev *, const struct v4l2_subdev_client_info *, struct v4l2_subdev_state *, struct v4l2_subdev_format *)' with an expre
2026-09-13 21:22 UTC
[PATCH] drm/panel: ilitek-ili9881c: fix panel cleanup on attach failure
2026-09-13 19:46 UTC
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).