On Mon, Jan 23, 2023 at 2:05 PM Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> wrote: > > Linear Address Masking[1] (LAM) modifies the checking that is applied to > 64-bit linear addresses, allowing software to use of the untranslated > address bits for metadata. > > The capability can be used for efficient address sanitizers (ASAN) > implementation and for optimizations in JITs and virtual machines. > > The patchset brings support for LAM for userspace addresses. Only LAM_U57 at > this time. I didn't react to anything objectionable in the series. My only reaction was actually to ask "when / what CPU cores are expected to support this feature"? Maybe it was mentioned somewhere, and I'm just blind and not finding it. But even the "Instruction Set Extensions and Future Features" paper seems to just be talking about the CPUID bits, not about any actual "this is when we expect it". (But again, I only scanned it, so maybe it's there and I just missed it). Linus