From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:42794 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483AbdECMF1 (ORCPT ); Wed, 3 May 2017 08:05:27 -0400 Date: Wed, 3 May 2017 05:05:19 -0700 From: Greg Kroah-Hartman Subject: Re: [RFC] Increase Minimal GNU Make version for Linux Kernel from 3.80 to 3.81 Message-ID: <20170503120519.GB21310@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: Linus Torvalds , Sam Ravnborg , Michal Marek , Linux Kbuild mailing list , Jonathan Corbet , Linux Kernel Mailing List , Andrew Morton , Thierry Reding , Ingo Molnar On Wed, May 03, 2017 at 03:46:11PM +0900, Masahiro Yamada wrote: > Hello Linus and Kbuild developers. > > > Documentation/process/changes.rst says the minimal version > of GNU Make is 3.80, but actually building the kernel > with this version has been broken for a long time. > > Specifically, it got broken by commit c8589d1e9e01 (i.e. Linux 3.18). > Sorry, it's me who broke it. Given that no one has noticed since December of 2014, I think we are safe to bump up the version required for make, as really you did it already :) So, no objection from me. thanks, greg k-h