From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:39444 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752778AbeARHeZ (ORCPT ); Thu, 18 Jan 2018 02:34:25 -0500 Date: Thu, 18 Jan 2018 08:34:20 +0100 From: Greg KH To: Andrew Morton Cc: Joakim.Tjernlund@infinera.com, holger@applied-asynchrony.com, jpoimboe@redhat.com, mingo@kernel.org, nicolasbock@gentoo.org, torvalds@linux-foundation.org, stable@vger.kernel.org, stable-commits@vger.kernel.org Subject: Re: Patch "tools/objtool/Makefile: don't assume sync-check.sh is executable" has been added to the 4.14-stable tree Message-ID: <20180118073420.GA25849@kroah.com> References: <15161833322303@kroah.com> <20180117150714.1d940b03c5bec4eb82eeace1@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180117150714.1d940b03c5bec4eb82eeace1@linux-foundation.org> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Jan 17, 2018 at 03:07:14PM -0800, Andrew Morton wrote: > On Wed, 17 Jan 2018 11:02:12 +0100 wrote: > > > > > This is a note to let you know that I've just added the patch titled > > > > tools/objtool/Makefile: don't assume sync-check.sh is executable > > > > to the 4.14-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > The filename of the patch is: > > tools-objtool-makefile-don-t-assume-sync-check.sh-is-executable.patch > > and it can be found in the queue-4.14 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > > > > > >From 0f908ccbeca99ddf0ad60afa710e72aded4a5ea7 Mon Sep 17 00:00:00 2001 > > From: Andrew Morton > > Date: Fri, 12 Jan 2018 16:53:17 -0800 > > Subject: tools/objtool/Makefile: don't assume sync-check.sh is executable > > > > From: Andrew Morton > > > > commit 0f908ccbeca99ddf0ad60afa710e72aded4a5ea7 upstream. > > > > patch(1) loses the x bit. So if a user follows our patching > > instructions in Documentation/admin-guide/README.rst, their kernel will > > not compile. > > > > Fixes: 3bd51c5a371de ("objtool: Move kernel headers/code sync check to a script") > > Reported-by: Nicolas Bock > > Reported-by Joakim Tjernlund > > Cc: Ingo Molnar > > Cc: Josh Poimboeuf > > Signed-off-by: Andrew Morton > > Signed-off-by: Linus Torvalds > > Cc: Holger Hoffst�tte > > Signed-off-by: Greg Kroah-Hartman > > I'm curious. 3bd51c5a371de wasn't marked for any -stable so why is its > fix being merged? Because that commit is in the 4.14.10 release as part of the whole PTI mess. Distros like Gentoo that package the kernel as a patch on top of a clean tree break when trying to build the kernel without this commit. thanks, greg k-h