Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754014AbdLNWPN (ORCPT ); Thu, 14 Dec 2017 17:15:13 -0500 Received: from mail-it0-f46.google.com ([209.85.214.46]:38768 "EHLO mail-it0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753691AbdLNWPJ (ORCPT ); Thu, 14 Dec 2017 17:15:09 -0500 X-Google-Smtp-Source: ACJfBot6vJ9uGCl2Mg+XbfroYcTJhyjQYrVDFhW6SAtTcd2PNlr1A54T5jJk9KZXoyxQhjKRp3rT0v+HlfUA6UAgD5Y= MIME-Version: 1.0 In-Reply-To: References: <20171214112726.742649793@infradead.org> <20171214113851.647809433@infradead.org> From: Linus Torvalds Date: Thu, 14 Dec 2017 14:15:08 -0800 X-Google-Sender-Auth: XXM1z5VgSiHSvpwDyjrsANbhqrY Message-ID: Subject: Re: [PATCH v2 11/17] selftests/x86/ldt_gdt: Prepare for access bit forced To: Andy Lutomirski Cc: Andy Lutomirski , Peter Zijlstra , "linux-kernel@vger.kernel.org" , Thomas Gleixner , X86 ML , Dave Hansen , Borislav Petkov , Greg KH , Kees Cook , Hugh Dickins , Brian Gerst , Josh Poimboeuf , Denys Vlasenko , Boris Ostrovsky , Juergen Gross , David Laight , Eduardo Valentin , "Liguori, Anthony" , Will Deacon , "linux-mm@kvack.org" , "Kirill A. Shutemov" , Dan Williams Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 345 Lines: 12 On Thu, Dec 14, 2017 at 2:11 PM, Andy Lutomirski wrote: > > That seems to rather defeat the point of using a VMA, though. There never was any point in using a VMA per se. The point was always to just map the damn thing in the user page tables, wasn't it? The vma bit was just an implementation detail. Linus