Occasionally, I will forget to link something from the mailing list in this post. To see my full mailing list activity (patches, reviews, and reports), you can view it on lore.kernel.org.
Linux kernel patches
-
Build errors: These are patches to fix various build errors that I found through testing different configurations with LLVM or were exposed by our continuous integration setup. The kernel needs to build in order to be run :)
scripts/gen-btf.sh: Ensure initial object in gen_btf_o is ELF with correct endianness(v1,v2)ALSA: pcm: Revert bufs move in snd_pcm_xfern_frames_ioctl()(v1)kbuild: uapi: Avoid testing certain headers on ARCH=arm with CC=clang(v1)compiler-clang.h: Require LLVM 19.1.0 or higher for __typeof_unqual__(v1)drm/xe: Move _THIS_IP_ usage from xe_vm_create() to dedicated function(v1)x86/entry/vdso32: Omit '.cfi_offset eflags' for LLVM < 16(v1)
-
Kbuild / Kconfig fixes and improvements: These are changes that I have authored as part of maintaining Kbuild and Kconfig.
-
Miscellaneous fixes and improvements: These are fixes and improvements that don’t fit into a particular category but matter in some way to my other work.
-
Stable backports and fixes: It is important to make sure that the stable trees are as free from issues as possible, as those are the trees that devices and users use; for example, Android and Chrome OS regularly merge from stable, so if there is a problem that will impact those trees that we fixed in mainline, it should be backported.
-
Warning fixes: These are patches to fix various warnings that appear with LLVM. I used to go into detail about the different warnings and what they mean, but the important takeaway for this section is that the kernel should build warning free, as all developers should be using
CONFIG_WERROR, which will turn these all into failures. Maybe these should be in the build failures section…ntfs3: Restore NULL folio initialization in ntfs_writepages()(v1)drm/panel: ilitek-ili9882t: Remove duplicate initializers in tianma_il79900a_dsc(v1)ACPI: APEI: GHES: Disable KASAN instrumentation when compile testing with clang < 18(v1)riscv: Add intermediate cast to 'unsigned long' in __get_user_asm(v1)iommu/amd: Fix type of type parameter to amd_iommufd_hw_info()(v1)
Patch handling, review, and input
For the next sections, I link directly to my first response in the thread when possible but there are times where the link is to the main post. My responses can be seen inline by going to the bottom of the thread and clicking on my name.
Reviewing patches that are submitted is incredibly important, as it helps ensure good code quality due to catching mistakes before the patches get accepted and it can help get patches accepted faster, as some maintainers will blindly pick up patches that have been reviewed by someone that they trust.
Re: [PATCH v2] rust: Add -fdiagnostics-show-context to bindgen_skip_c_flags[CodeGen] Check BlockAddress users before marking block as taken[Clang][counted-by][NFC] Add testcase for non-forward record declRe: [PATCH v3] kconfig: Support conditional deps using "depends on X if Y"Re: [PATCH 0/5] kbuild: uapi: improvements to header testingRe: [PATCH] kconfig: fix static linking of nconfRe: [PATCH v2 1/3] scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awkRe: [PATCH] kbuild: uapi: Avoid testing certain headers on ARCH=arm with CC=clangRe: [PATCH] kbuild: Reject unexpected values for LLVM=Re: [PATCH] kbuild: Drop superfluous compiler option checksRe: [PATCH] rust: kbuild: give–config-pathtorustfmtin.rsitargetRe: [PATCH 0/2] kbuild, uapi: Mark inner unions in packed structs as packedRe: [PATCH v3 0/2] scripts: introduce containerized buildsRe: [PATCH] kbuild: dummy-tools: Add python3Re: [PATCH v2 0/5] uapi: fix remaining kconfig leaks in UAPI headersRe: [PATCH v2 1/2] Documentation/kbuild: Document gendwarfksyms build dependenciesRe: [PATCH v2] kbuild: Reject unexpected values for LLVM=Re: [RFC PATCH 2/3] kbuild: Make sure to generate config fileRe: [RFC][PATCH 0/4] locking: Add/convert context analysis bitsRe: [PATCH v4 1/2] scripts: add tool to run containerized builds[Frontend][Sema] Add CC1-only -fms-anonymous-structs to enable Microsoft anonymous struct/union feature[clang] Use tighter lifetime bounds for C temporary argumentsRe: [PATCH] kbuild: Fix permissions of modules.builtin.modinfoRe: [PATCH v2 00/14] Add SPDX SBOM generation toolRe: [RFC PATCH 2/2] kbuild: rust: use klint to provide CONFIG_FRAME_WARNRe: [PATCH v6 1/4] rust: export BINDGEN_TARGET from a separate MakefileRe: [PATCH v2 0/2] Simplify kallsyms offset table generationRe: [PATCH v3 1/3] scripts: kconfig: merge_config.sh: refactor from shell/sed/grep to awkRe: [PATCH] kbuild: dummy-tools: Add python3Re: [PATCH] kbuild: install-extmod-build: Add missing python libraries
Issue triage, input, and reporting
The unfortunate thing about working at the intersection of two projects is we will often find bugs that are not strictly related to the project, which require some triage and reporting back to the original author of the breakage so that they can be fixed and not impact our own testing. Some of these bugs fall into that category while others are issues strictly related to this project.
Re: [peterz-queue:locking/core 34/39] WARNING: modpost: EXPORT symbol "stack_depot_save_flags" [vmlinux] version generation failed, symbol will not be versioned.[ConstantInt] Disable implicit truncation in ConstantInt::get()FIELD_PREP failure in drivers/hwmon/macsmc-hwmon.cRe: Since 6.18.x make binrpm-pkg does not sign modulesRe: [PATCH v9 15/17] media: rkvdec: Add H264 support for the VDPU383 variantRe: [PATCH 13/13] clk: microchip: core: allow driver to be compiled with COMPILE_TESTRe: [PATCH v2 4/6] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and coRe: [rppt:zero-page/v0 1/1] ERROR: modpost: vmlinux: 'empty_zero_page' exported twice. Previous export was in vmlinuxRe: [PATCH v3 4/9] platform/wmi: Add kunit test for the string conversion codeRe: make olddefconfig surprisesRe: linux-next: manual merge of the jc_docs tree with the kbuild treeclang hangs when building Linux kernel's rkvdec-vdpu383-h264.c for ARCH=hexagonRe: [RFC] Don't create sframes during buildRe: Failure to build with LLVM for the Wii
Tooling improvements
These are changes to various tools that we use, such as our continuous integration setup, booting utilities, toolchain building scripts, or other closely related projects such as AOSP’s distribution of LLVM and TuxMake.
Update patches for recent drm/amd/display patch mergepatches: Drop 6.1 and 6.6 (January 12, 2026)Initial set of changes for LLVM main 22 → 23 updateAdd support for korg-clang-22patches: Drop drm/amd/display patches from stable and 6.12patches: Drop 5.15 (January 21, 2026)tc_build: llvm: Handle absence of LLVM_ALL_EXPERIMENTAL_TARGETSdocker: clang-android: Update to r584948b (22.0.1)Update korg-clang-22 to 22.1.0-rc2Avoid .sframe version mismatch errors
Behind the scenes
-
Every day that there is a new linux-next release, I rebase and build a few different kernel trees then boot and runtime test them on several different machines, including a SolidRun Honeycomb LX2, an Ampere Altra Developer Platform, four Intel-based devices, and two AMD-based devices. This is not always visible because I do not report anything unless there is something broken but it can take up to a few hours each day, depending on the amount of churn and issues uncovered.
-
I continue to upload prebuilt, fast versions of LLVM for kernel developers and our continuous integration to use.
Special thanks
Special thanks to Google and the Linux Foundation for sponsoring my work.