From: Peter Zijlstra <peterz@infradead.org>
To: Maciej Wieczor-Retman <m.wieczorretman@pm.me>
Cc: urezki@gmail.com, ryan.roberts@arm.com, kevin.brodsky@arm.com,
samuel.holland@sifive.com, dave.hansen@linux.intel.com,
jeremy.linton@arm.com, weixugc@google.com, ljs@kernel.org,
ryabinin.a.a@gmail.com, rppt@kernel.org, bp@alien8.de,
luto@kernel.org, jan.kiszka@siemens.com, mingo@redhat.com,
david@kernel.org, mhocko@suse.com, akpm@linux-foundation.org,
andreas@gaisler.com, kas@kernel.org, Liam.Howlett@oracle.com,
morbo@google.com, thuth@redhat.com, catalin.marinas@arm.com,
ankur.a.arora@oracle.com, kbingham@kernel.org,
nick.desaulniers+lkml@gmail.com, andreyknvl@gmail.com,
dvyukov@google.com, corbet@lwn.net, leitao@debian.org,
hpa@zytor.com, tglx@kernel.org, yuanchu@google.com,
ardb@kernel.org, vincenzo.frascino@arm.com, tabba@google.com,
joey.gouly@arm.com, nsc@kernel.org, will@kernel.org,
yeoreum.yun@arm.com, nathan@kernel.org,
maciej.wieczor-retman@intel.com, skhan@linuxfoundation.org,
axelrasmussen@google.com, osandov@fb.com, surenb@google.com,
justinstitt@google.com, kees@kernel.org, vbabka@kernel.org,
hsj0512@snu.ac.kr, trintaeoitogc@gmail.com, jackmanb@google.com,
maz@kernel.org, glider@google.com, linux-doc@vger.kernel.org,
x86@kernel.org, linux-kernel@vger.kernel.org,
kasan-dev@googlegroups.com, workflows@vger.kernel.org,
llvm@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-kbuild@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH v11 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
Date: Tue, 10 Mar 2026 20:00:22 +0100 [thread overview]
Message-ID: <20260310190022.GI606826@noisy.programming.kicks-ass.net> (raw)
In-Reply-To: <cover.1773164688.git.m.wieczorretman@pm.me>
On Tue, Mar 10, 2026 at 05:51:19PM +0000, Maciej Wieczor-Retman wrote:
> ======= Compilation
> Clang was used to compile the series (make LLVM=1) since gcc doesn't
> seem to have support for KASAN tag-based compiler instrumentation on
> x86. Patchset does seem to compile with gcc without an issue but doesn't
> boot afterwards.
Can you put all that under a specific CONFIG and make that depend on
CC_IS_CLANG?
next prev parent reply other threads:[~2026-03-10 19:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-10 17:51 [PATCH v11 00/15] kasan: x86: arm64: KASAN tag-based mode for x86 Maciej Wieczor-Retman
2026-03-10 17:53 ` [PATCH v11 01/15] kasan: sw_tags: Use arithmetic shift for shadow computation Maciej Wieczor-Retman
2026-03-10 17:53 ` [PATCH v11 02/15] kasan: arm64: x86: Make special tags arch specific Maciej Wieczor-Retman
2026-03-10 17:53 ` [PATCH v11 04/15] x86/kasan: Add arch specific kasan functions Maciej Wieczor-Retman
2026-03-10 17:54 ` [PATCH v11 06/15] kasan: arm64: x86: Make page_to_virt() KASAN aware Maciej Wieczor-Retman
2026-03-10 17:54 ` [PATCH v11 07/15] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic Maciej Wieczor-Retman
2026-03-10 18:24 ` [PATCH v11 00/15] kasan: x86: arm64: KASAN tag-based mode for x86 Andrew Morton
2026-03-10 19:17 ` Maciej Wieczor-Retman
2026-03-10 19:00 ` Peter Zijlstra [this message]
2026-03-10 19:30 ` Maciej Wieczor-Retman
2026-03-11 11:05 ` Peter Zijlstra
2026-03-11 11:13 ` Maciej Wieczor-Retman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260310190022.GI606826@noisy.programming.kicks-ass.net \
--to=peterz@infradead.org \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=andreas@gaisler.com \
--cc=andreyknvl@gmail.com \
--cc=ankur.a.arora@oracle.com \
--cc=ardb@kernel.org \
--cc=axelrasmussen@google.com \
--cc=bp@alien8.de \
--cc=catalin.marinas@arm.com \
--cc=corbet@lwn.net \
--cc=dave.hansen@linux.intel.com \
--cc=david@kernel.org \
--cc=dvyukov@google.com \
--cc=glider@google.com \
--cc=hpa@zytor.com \
--cc=hsj0512@snu.ac.kr \
--cc=jackmanb@google.com \
--cc=jan.kiszka@siemens.com \
--cc=jeremy.linton@arm.com \
--cc=joey.gouly@arm.com \
--cc=justinstitt@google.com \
--cc=kas@kernel.org \
--cc=kasan-dev@googlegroups.com \
--cc=kbingham@kernel.org \
--cc=kees@kernel.org \
--cc=kevin.brodsky@arm.com \
--cc=leitao@debian.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=ljs@kernel.org \
--cc=llvm@lists.linux.dev \
--cc=luto@kernel.org \
--cc=m.wieczorretman@pm.me \
--cc=maciej.wieczor-retman@intel.com \
--cc=maz@kernel.org \
--cc=mhocko@suse.com \
--cc=mingo@redhat.com \
--cc=morbo@google.com \
--cc=nathan@kernel.org \
--cc=nick.desaulniers+lkml@gmail.com \
--cc=nsc@kernel.org \
--cc=osandov@fb.com \
--cc=rppt@kernel.org \
--cc=ryabinin.a.a@gmail.com \
--cc=ryan.roberts@arm.com \
--cc=samuel.holland@sifive.com \
--cc=skhan@linuxfoundation.org \
--cc=surenb@google.com \
--cc=tabba@google.com \
--cc=tglx@kernel.org \
--cc=thuth@redhat.com \
--cc=trintaeoitogc@gmail.com \
--cc=urezki@gmail.com \
--cc=vbabka@kernel.org \
--cc=vincenzo.frascino@arm.com \
--cc=weixugc@google.com \
--cc=will@kernel.org \
--cc=workflows@vger.kernel.org \
--cc=x86@kernel.org \
--cc=yeoreum.yun@arm.com \
--cc=yuanchu@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox