From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 10 Jun 2019 14:32:47 -0700 From: Kees Cook Subject: Re: [PATCH v7 00/12] x86: PIE support to extend KASLR randomization Message-ID: <201906101432.B642E297F@keescook> References: <20190520231948.49693-1-thgarnie@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190520231948.49693-1-thgarnie@chromium.org> To: Thomas Garnier Cc: kernel-hardening@lists.openwall.com, kristen@linux.intel.com, Herbert Xu , "David S. Miller" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , x86@kernel.org, Andy Lutomirski , Juergen Gross , Alok Kataria , "Rafael J. Wysocki" , Len Brown , Pavel Machek , Peter Zijlstra , Thomas Garnier , Nadav Amit , Jann Horn , Ard Biesheuvel , Masahiro Yamada , Andi Kleen , Andrew Morton , Feng Tang , Jan Beulich , Maran Wilson , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, linux-pm@vger.kernel.org List-ID: On Mon, May 20, 2019 at 04:19:25PM -0700, Thomas Garnier wrote: > Splitting the previous serie in two. This part contains assembly code > changes required for PIE but without any direct dependencies with the > rest of the patchset. Thanks for doing this! It should be easier to land the "little" fixes so there's less to review for the big PIE changes down the road. -- Kees Cook