Re: [PATCH v5 06/36] cleanup: Basic compatibility with context analysis
Lorenzo Stoakes <[email protected]> Tue, 27 Jan 2026 10:21:28 +0000
| Newsgroups | org.kernel.vger.linux-sparse,dev.linux.lists.llvm,org.kernel.vger.linux-crypto,org.kernel.vger.linux-doc,org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel,org.kernel.vger.linux-security-module,org.kernel.vger.linux-wireless,org.kernel.vger.rcu,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 27, 2026 at 11:17:24AM +0100, Marco Elver wrote: > On Tue, 27 Jan 2026 at 11:14, Lorenzo Stoakes > <[email protected]> wrote: > > > > +cc Sid for awareness > > > > Hi, > > > > This patch breaks the radix tree and VMA userland tests. The next bots didn't > > catch it but it seems now they're building the userland VMA tests > > (e.g. https://lore.kernel.all/[email protected]/) but maybe > > not caught up to the issue this one caused (fails build in tools/testing/vma and > > tools/testing/radix-tree). > > > > Anyway it's a really easy fix, just need to stub out __no_context_analysis in > > the tools/include copy of compiler_types.h, fix-patch provided below. > > > > To avoid bisection hazard it'd be nice if it could be folded into this series > > before this patch, but if we're too late in the cycle for that I can submit a > > fix separately. > > Thanks, I saw. I have a more complete fix I'm about to send. Great, thanks!