Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751735AbcDTUzz (ORCPT ); Wed, 20 Apr 2016 16:55:55 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:35377 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751069AbcDTUzw (ORCPT ); Wed, 20 Apr 2016 16:55:52 -0400 From: Kees Cook To: Ingo Molnar Cc: Kees Cook , Yinghai Lu , Baoquan He , Ingo Molnar , x86@kernel.org, Andrew Morton , Andrey Ryabinin , Dmitry Vyukov , "H.J. Lu" , Josh Poimboeuf , Borislav Petkov , Andy Lutomirski , linux-kernel@vger.kernel.org Subject: [PATCH 0/5] x86, boot: clean up KASLR code (step 2) Date: Wed, 20 Apr 2016 13:55:41 -0700 Message-Id: <1461185746-8017-1-git-send-email-keescook@chromium.org> X-Mailer: git-send-email 2.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 11 This is the next step in various clean-ups and small improvements of the KASLR code. We're now moving past refactorings and have started making small changes to code along with some related clean-ups. After this series, the more major changes are coming. If there are other things that are worth cleaning up before then, we should identify them now. (Some cleanups have not been done now are because they're tied to the major changes, like renaming "run_size" to "kernel_total_size" since doing that rename in the existing code makes things uglier, IMO.) -Kees