From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752441AbcDNGYe (ORCPT ); Thu, 14 Apr 2016 02:24:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53556 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752025AbcDNGYc (ORCPT ); Thu, 14 Apr 2016 02:24:32 -0400 Date: Thu, 14 Apr 2016 14:24:27 +0800 From: Baoquan He To: Kees Cook Cc: Ingo Molnar , Ingo Molnar , LKML , Yinghai Lu , "H. Peter Anvin" , Borislav Petkov , Vivek Goyal , Andy Lutomirski , lasse.collin@tukaani.org, Andrew Morton , Dave Young , "kernel-hardening@lists.openwall.com" Subject: Re: [PATCH v4 00/20] x86, boot: kaslr cleanup and 64bit kaslr support Message-ID: <20160414062427.GA2510@x1.redhat.com> References: <1458631937-14593-1-git-send-email-bhe@redhat.com> <20160405015613.GA4654@x1.redhat.com> <20160413101950.GC9482@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/13/16 at 11:02pm, Kees Cook wrote: > On Wed, Apr 13, 2016 at 7:11 AM, Kees Cook wrote: > > On Wed, Apr 13, 2016 at 3:19 AM, Ingo Molnar wrote: > >> > >> * Kees Cook wrote: > >> > >>> FWIW, I've also had this tree up in my git branches, and the 0day > >>> tester hasn't complained at all about it in the last two weeks. I'd > >>> really like to see this in -next to fix the >4G (mainly kexec) issues > >>> and get us to feature parity with the arm64 kASLR work (randomized > >>> virtual address). > > So, I've done this and suddenly realized I hadn't boot-tested i386. It > doesn't work, unfortunately. (Which I find strange: I'd expect 0day to > have noticed...) > > Baoquan, have you tested this on 32-bit systems? I get a variety of > failures. Either it boots okay, it reboots, or I get tons of pte > errors like this: > > [ 0.000000] clearing pte for ram above max_low_pfn: pfn: 37dcc pmd: > f9144f7c pmd phys: 39144f7c pte: f9a1b730 pte phys: 39a1b730 > > Can you confirm? I suspect relocation problems, but ran out of time > today to debug it. Sorry, I didn't test i386 either before. I will get a i386 machine and check it now. I know it's very late in your side, you need rest. Will report update if there's any progress. > > I have the entire series with cleaned up changelogs and various other > refactorings up here now: > > http://git.kernel.org/cgit/linux/kernel/git/kees/linux.git/log/?h=kaslr/highmem > > Thanks! > > -Kees > > -- > Kees Cook > Chrome OS & Brillo Security