linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <20250620135325.3300848-14-kirill.shutemov@linux.intel.com>]
  • [parent not found: <20250620135325.3300848-4-kirill.shutemov@linux.intel.com>]
  • [parent not found: <20250620135325.3300848-5-kirill.shutemov@linux.intel.com>]
  • [parent not found: <20250620135325.3300848-2-kirill.shutemov@linux.intel.com>]
  • * Re: [PATCHv6 00/16] x86: Enable Linear Address Space Separation support
           [not found] <20250620135325.3300848-1-kirill.shutemov@linux.intel.com>
                       ` (4 preceding siblings ...)
           [not found] ` <20250620135325.3300848-2-kirill.shutemov@linux.intel.com>
    @ 2025-06-20 15:38 ` Dave Hansen
      2025-06-20 22:04   ` Andrew Cooper
           [not found] ` <20250620135325.3300848-6-kirill.shutemov@linux.intel.com>
                       ` (2 subsequent siblings)
      8 siblings, 1 reply; 62+ messages in thread
    From: Dave Hansen @ 2025-06-20 15:38 UTC (permalink / raw)
      To: Kirill A. Shutemov, Andy Lutomirski, Thomas Gleixner, Ingo Molnar,
    	Borislav Petkov, Dave Hansen, x86, H. Peter Anvin, Peter Zijlstra,
    	Ard Biesheuvel, Paul E. McKenney, Josh Poimboeuf, Xiongwei Song,
    	Xin Li, Mike Rapoport (IBM), Brijesh Singh, Michael Roth,
    	Tony Luck, Alexey Kardashevskiy, Alexander Shishkin
      Cc: Jonathan Corbet, Sohil Mehta, Ingo Molnar, Pawan Gupta,
    	Daniel Sneddon, Kai Huang, Sandipan Das, Breno Leitao,
    	Rick Edgecombe, Alexei Starovoitov, Hou Tao, Juergen Gross,
    	Vegard Nossum, Kees Cook, Eric Biggers, Jason Gunthorpe,
    	Masami Hiramatsu (Google), Andrew Morton, Luis Chamberlain,
    	Yuntao Wang, Rasmus Villemoes, Christophe Leroy, Tejun Heo,
    	Changbin Du, Huang Shijie, Geert Uytterhoeven, Namhyung Kim,
    	Arnaldo Carvalho de Melo, linux-doc, linux-kernel, linux-efi,
    	linux-mm
    
    On 6/20/25 06:53, Kirill A. Shutemov wrote:
    > Linear Address Space Separation (LASS) is a security feature that intends to
    > prevent malicious virtual address space accesses across user/kernel mode.
    
    Most of the cover letter here reads like an Intel whitepaper. That's not
    the worst thing in the world, but I think it glosses over one very
    important point:
    
    	Had it been available, LASS alone would have mitigated Meltdown.
    
    Could we say this up front in a prominent place, please?
    
    
    ^ permalink raw reply	[flat|nested] 62+ messages in thread
  • [parent not found: <20250620135325.3300848-6-kirill.shutemov@linux.intel.com>]
  • [parent not found: <20250620135325.3300848-7-kirill.shutemov@linux.intel.com>]
  • [parent not found: <20250620135325.3300848-8-kirill.shutemov@linux.intel.com>]

  • end of thread, other threads:[~2025-06-27 13:57 UTC | newest]
    
    Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20250620135325.3300848-1-kirill.shutemov@linux.intel.com>
         [not found] ` <20250620135325.3300848-9-kirill.shutemov@linux.intel.com>
    2025-06-20 14:47   ` [PATCHv6 08/16] x86/traps: Consolidate user fixups in exc_general_protection() Dave Hansen
         [not found] ` <20250620135325.3300848-14-kirill.shutemov@linux.intel.com>
    2025-06-20 15:20   ` [PATCHv6 13/16] x86/traps: Handle LASS thrown #SS Xin Li
    2025-06-20 17:53     ` Kirill A. Shutemov
         [not found] ` <20250620135325.3300848-4-kirill.shutemov@linux.intel.com>
    2025-06-20 15:33   ` [PATCHv6 03/16] x86/alternatives: Disable LASS when patching kernel alternatives Dave Hansen
    2025-06-20 17:18     ` Kirill A. Shutemov
         [not found] ` <20250620135325.3300848-5-kirill.shutemov@linux.intel.com>
    2025-06-20 15:35   ` [PATCHv6 04/16] x86/efi: Move runtime service initialization to arch/x86 Dave Hansen
    2025-06-20 17:42     ` Kirill A. Shutemov
         [not found] ` <20250620135325.3300848-2-kirill.shutemov@linux.intel.com>
    2025-06-20 15:25   ` [PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits Dave Hansen
    2025-06-20 15:36   ` Xin Li
    2025-06-20 17:31     ` Kirill A. Shutemov
    2025-06-20 23:46       ` Xin Li
    2025-06-21  0:45         ` H. Peter Anvin
    2025-06-21  0:50           ` H. Peter Anvin
    2025-06-23 17:40             ` Xin Li
    2025-06-24  2:04               ` H. Peter Anvin
    2025-06-24  4:57                 ` Xin Li
    2025-06-24  5:11                   ` Xin Li
    2025-06-20 16:02   ` Randy Dunlap
    2025-06-20 16:12     ` Xin Li
    2025-06-20 16:16       ` Randy Dunlap
    2025-06-20 16:35   ` Borislav Petkov
    2025-06-20 17:33     ` Kirill A. Shutemov
    2025-06-20 18:29       ` Borislav Petkov
    2025-06-23  8:17         ` Kirill A. Shutemov
    2025-06-23 10:21           ` Borislav Petkov
    2025-06-23 13:42             ` Kirill A. Shutemov
    2025-06-26 15:18               ` Borislav Petkov
    2025-06-26 16:07                 ` Borislav Petkov
    2025-06-26 17:21                   ` Dave Hansen
    2025-06-27 10:25                     ` Kirill A. Shutemov
    2025-06-27 10:43                       ` Borislav Petkov
    2025-06-27 13:57                       ` Dave Hansen
    2025-06-20 18:14   ` Sohil Mehta
    2025-06-20 18:24     ` Dave Hansen
    2025-06-20 23:10       ` Sohil Mehta
    2025-06-23 16:25       ` Luck, Tony
    2025-06-23 16:42         ` Dave Hansen
    2025-06-23 23:13           ` Luck, Tony
    2025-06-23 23:36             ` H. Peter Anvin
    2025-06-24  0:10               ` Luck, Tony
    2025-06-24  2:03                 ` H. Peter Anvin
    2025-06-25 18:51     ` H. Peter Anvin
    2025-06-20 15:38 ` [PATCHv6 00/16] x86: Enable Linear Address Space Separation support Dave Hansen
    2025-06-20 22:04   ` Andrew Cooper
    2025-06-20 22:29     ` H. Peter Anvin
    2025-06-20 22:43     ` H. Peter Anvin
    2025-06-20 22:46     ` Dave Hansen
         [not found] ` <20250620135325.3300848-6-kirill.shutemov@linux.intel.com>
    2025-06-20 15:44   ` [PATCHv6 05/16] x86/cpu: Defer CR pinning setup until after EFI initialization Dave Hansen
         [not found] ` <20250620135325.3300848-7-kirill.shutemov@linux.intel.com>
    2025-06-20 15:55   ` [PATCHv6 06/16] efi: Disable LASS around set_virtual_address_map() EFI call Dave Hansen
    2025-06-20 17:50     ` Kirill A. Shutemov
         [not found] ` <20250620135325.3300848-8-kirill.shutemov@linux.intel.com>
    2025-06-20 18:43   ` [PATCHv6 07/16] x86/vsyscall: Reorganize the #PF emulation code Dave Hansen
    2025-06-20 23:08     ` Andrew Cooper
    2025-06-20 23:18       ` Sohil Mehta
    2025-06-20 23:29         ` Andrew Cooper
    2025-06-20 23:21       ` Dave Hansen
    2025-06-21  3:35         ` H. Peter Anvin
    2025-06-23 12:41         ` Kirill A. Shutemov
    2025-06-23 12:46           ` Andrew Cooper
    2025-06-23 15:32           ` Dave Hansen
    2025-06-23 15:45             ` Andrew Cooper
    2025-06-24 11:37             ` Kirill A. Shutemov
    2025-06-24 14:11               ` Dave Hansen
    

    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).