Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965014AbeALRU7 (ORCPT + 1 other); Fri, 12 Jan 2018 12:20:59 -0500 Received: from shells.gnugeneration.com ([66.240.222.126]:56396 "EHLO shells.gnugeneration.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964905AbeALRU6 (ORCPT ); Fri, 12 Jan 2018 12:20:58 -0500 Date: Fri, 12 Jan 2018 09:20:57 -0800 From: vcaputo@pengaru.com To: Arnd Bergmann Cc: Pavel Machek , Olivier Galibert , Linus Torvalds , Linux Kernel Mailing List , jikos@suse.cz Subject: Re: Linux 4.15-rc7 Message-ID: <20180112172057.j33yhxb4gz6soscj@shells.gnugeneration.com> References: <20180110233252.GA14739@amd> <20180112110624.GA13254@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri, Jan 12, 2018 at 02:23:20PM +0100, Arnd Bergmann wrote: > On Fri, Jan 12, 2018 at 12:06 PM, Pavel Machek wrote: > > Hi! > > > >> Wasn't/Isn't the 4G/4G memory layout for 32 bits essentially KPTI? > > > > Good point. Is that still supported? Was it ever? > > > > Umm. I seem to recall that 4G/4G layout was out of tree but never > > merged. > > I think that's correct: it was in RHEL3 and RHEL4 but never merged > upstream. > > However, there is an important difference between KPTI and X86_4G: > The former unmaps the kernel pages from the user space page tables, > but keeps both the linear mapping and the user pages visible in > kernel mode, while the latter must have also unmapped user space > pages from kernel mode, requiring a more expensive get_user/put_user > implementation. > > Kees mentioned an idea to also unmap user pages from kernel > mode as an additional safeguard on top of KPTI, which would get > it even closer to the X86_4G implementation: > https://outflux.net/blog/archives/2018/01/04/smep-emulation-in-pti/ > > Could you be more specific which 32-bit x86 chips you have that are > affected by Meltdown? Do you mean pre-2004 Pentiums or Core-Duo > laptops? I would guess that Cyrix/Natsemi/AMD 6x86/MediaGX/Geode > and AMD NexGen K6/K7 also affected by Spectre but probably not > Meltdown, and most other 32-bit microarchitectures seem to be purely > in-order. > I have some Celeron D, 4GiB dedicated servers with a 32-bit stack. They've proven to be very reliable boxes, and are the most affordable baremetal x86 machines I've found. I'd appreciate a PTI implementation on them. Thanks, Vito Caputo