From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f200.google.com (mail-pf0-f200.google.com [209.85.192.200]) by kanga.kvack.org (Postfix) with ESMTP id 2772E6B0010 for ; Fri, 13 Jul 2018 13:30:02 -0400 (EDT) Received: by mail-pf0-f200.google.com with SMTP id g20-v6so21107302pfi.2 for ; Fri, 13 Jul 2018 10:30:02 -0700 (PDT) Received: from mail.kernel.org (mail.kernel.org. [198.145.29.99]) by mx.google.com with ESMTPS id d37-v6si24453515pla.85.2018.07.13.10.30.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jul 2018 10:30:01 -0700 (PDT) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8EE4A2147C for ; Fri, 13 Jul 2018 17:30:00 +0000 (UTC) Received: by mail-wr1-f42.google.com with SMTP id b15-v6so25893688wrv.10 for ; Fri, 13 Jul 2018 10:30:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1531308586-29340-35-git-send-email-joro@8bytes.org> References: <1531308586-29340-1-git-send-email-joro@8bytes.org> <1531308586-29340-35-git-send-email-joro@8bytes.org> From: Andy Lutomirski Date: Fri, 13 Jul 2018 10:29:38 -0700 Message-ID: Subject: Re: [PATCH 34/39] x86/ldt: Define LDT_END_ADDR Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-mm@kvack.org List-ID: To: Joerg Roedel Cc: Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , X86 ML , LKML , Linux-MM , Linus Torvalds , Andy Lutomirski , Dave Hansen , Josh Poimboeuf , Juergen Gross , Peter Zijlstra , Borislav Petkov , Jiri Kosina , Boris Ostrovsky , Brian Gerst , David Laight , Denys Vlasenko , Eduardo Valentin , Greg KH , Will Deacon , "Liguori, Anthony" , Daniel Gruss , Hugh Dickins , Kees Cook , Andrea Arcangeli , Waiman Long , Pavel Machek , "David H . Gutteridge" , Joerg Roedel On Wed, Jul 11, 2018 at 4:29 AM, Joerg Roedel wrote: > From: Joerg Roedel > > It marks the end of the address-space range reserved for the > LDT. The LDT-code will use it when unmapping the LDT for > user-space. > Reviewed-by: Andy Lutomirski