Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754961AbcKJJZH (ORCPT ); Thu, 10 Nov 2016 04:25:07 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33379 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754876AbcKJJZE (ORCPT ); Thu, 10 Nov 2016 04:25:04 -0500 Date: Thu, 10 Nov 2016 10:25:00 +0100 From: Ingo Molnar To: Michal Marek Cc: Sebastian Andrzej Siewior , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, x86@kernel.org, Al Viro , Ben Hutchings , Sven Joachim , "Austin S. Hemmelgarn" , Borislav Petkov Subject: Re: [PATCH 1/3] kbuild: add -fno-PIE Message-ID: <20161110092500.GA24541@gmail.com> References: <20161104183940.30692-1-bigeasy@linutronix.de> <20161104183940.30692-2-bigeasy@linutronix.de> <20161108221437.GA9197@sepie.suse.cz> <20161109061041.GA19246@gmail.com> <3cfab3f0-aef9-08a5-894c-06ea381f287b@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3cfab3f0-aef9-08a5-894c-06ea381f287b@suse.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 720 Lines: 23 * Michal Marek wrote: > >>> +++ b/Makefile > >>> @@ -622,6 +622,8 @@ include arch/$(SRCARCH)/Makefile > >>> KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,) > >>> KBUILD_CFLAGS += $(call cc-disable-warning,maybe-uninitialized,) > >>> KBUILD_CFLAGS += $(call cc-disable-warning,frame-address,) > >>> +KBUILD_CFLAGS += $(call cc-option,-fno-PIE) > >>> +KBUILD_AFLAGS += $(call cc-option,-fno-PIE) > >> > >> Bad compiler. No pie for you. > >> > >> I applied this one to kbuild.git. How about 2/3 and 3/3. Will these be > >> merged via tip.git or shall I apply them as well? > > > > I'd suggest applying them to the kbuild tree, as they are related. > > OK, done. Thanks! Ingo