From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753126AbdFVI7v (ORCPT ); Thu, 22 Jun 2017 04:59:51 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:35214 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752831AbdFVI7s (ORCPT ); Thu, 22 Jun 2017 04:59:48 -0400 Date: Thu, 22 Jun 2017 10:59:38 +0200 From: Ingo Molnar To: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org, Matthias Kaehlcke , Marcin Nowakowski , Arnd Bergmann , Mark Charlebois , Kees Cook , Michal Marek , linux-kernel@vger.kernel.org, x86@kernel.org, "H. Peter Anvin" , Jonathan Corbet , Thomas Gleixner , linux-doc@vger.kernel.org, Josh Poimboeuf , Ingo Molnar , Emese Revfy Subject: Re: [PATCH] kbuild: deprecate cc-option-align Message-ID: <20170622085938.upkoiqqmurzq6nav@gmail.com> References: <1497857303-15936-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1497857303-15936-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Masahiro Yamada wrote: > Documentation/kbuild/makefiles.txt says the change for align options > occurred at GCC 3.0, and Documentation/process/changes.rst says the > minimal supported GCC version is 3.2, so it should be safe to hard-code > -falign* options. > > Fix the only user arch/x86/Makefile_32.cpu and deprecate the > cc-option-align. > > Signed-off-by: Masahiro Yamada > --- > > x86 maintainers, > > If this patch looks OK, could you give me Acked-by? LGTM in principle, although I haven't tested it: Acked-by: Ingo Molnar Thanks, Ingo