Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753480AbcCGVFZ (ORCPT ); Mon, 7 Mar 2016 16:05:25 -0500 Received: from mail-ig0-f179.google.com ([209.85.213.179]:35052 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752850AbcCGVFR (ORCPT ); Mon, 7 Mar 2016 16:05:17 -0500 MIME-Version: 1.0 In-Reply-To: <20160307000329.a51b2b8f4fdb0e60344f0b20@gmail.com> References: <20160307000208.1bec3e7dc874489d1b4fcbb4@gmail.com> <20160307000329.a51b2b8f4fdb0e60344f0b20@gmail.com> Date: Mon, 7 Mar 2016 13:05:16 -0800 X-Google-Sender-Auth: 2_1kMCTfmMiPRGfI91O-FRgfmJM Message-ID: Subject: Re: [PATCH v5 1/5] Shared library support From: Kees Cook To: Emese Revfy Cc: linux-kbuild , PaX Team , Brad Spengler , "kernel-hardening@lists.openwall.com" , Michal Marek , Rasmus Villemoes , Fengguang Wu , Dmitry Vyukov , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 689 Lines: 21 On Sun, Mar 6, 2016 at 3:03 PM, Emese Revfy wrote: > Infrastructure for building independent shared library targets. > This effectively also reverts commit 62e2210798ed38928ab24841e8b4878a > (Masahiro Yamada, kbuild: drop shared library support from Makefile.host). Should this literally be a revert? If so, we'd gain the Documentation changes back too. -Kees > > Signed-off-by: Emese Revfy > --- > scripts/Makefile.build | 2 +- > scripts/Makefile.clean | 3 ++- > scripts/Makefile.host | 69 +++++++++++++++++++++++++++++++++++++++++++++++++- > 3 files changed, 71 insertions(+), 3 deletions(-) -- Kees Cook Chrome OS & Brillo Security