Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753855AbcCGVem (ORCPT ); Mon, 7 Mar 2016 16:34:42 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35344 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753744AbcCGVed (ORCPT ); Mon, 7 Mar 2016 16:34:33 -0500 Date: Mon, 7 Mar 2016 22:32:35 +0100 From: Emese Revfy To: Kees Cook Cc: linux-kbuild , PaX Team , Brad Spengler , "kernel-hardening@lists.openwall.com" , Michal Marek , Rasmus Villemoes , Fengguang Wu , Dmitry Vyukov , LKML Subject: Re: [PATCH v5 1/5] Shared library support Message-Id: <20160307223235.268a3da1c8f766474dbd3ce8@gmail.com> In-Reply-To: References: <20160307000208.1bec3e7dc874489d1b4fcbb4@gmail.com> <20160307000329.a51b2b8f4fdb0e60344f0b20@gmail.com> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.29; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 518 Lines: 15 On Mon, 7 Mar 2016 13:05:16 -0800 Kees Cook wrote: > 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. Sure, I'll do it in the next patch set. -- Emese