From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752723AbeFDMVt (ORCPT ); Mon, 4 Jun 2018 08:21:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:46978 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752432AbeFDMVs (ORCPT ); Mon, 4 Jun 2018 08:21:48 -0400 Date: Mon, 4 Jun 2018 14:21:24 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.9 00/29] 4.9.106-stable review Message-ID: <20180604122124.GA2738@kroah.com> References: <20180604065802.157744637@linuxfoundation.org> <20180604112706.GA16847@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180604112706.GA16847@kroah.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 04, 2018 at 01:27:06PM +0200, Greg Kroah-Hartman wrote: > On Mon, Jun 04, 2018 at 03:15:23AM -0700, Guenter Roeck wrote: > > On 06/03/2018 11:57 PM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.9.106 release. > > > There are 29 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > > > Responses should be made by Wed Jun 6 06:57:52 UTC 2018. > > > Anything received after that time might be too late. > > > > > > > Are you testing us ? > > > > Building x86_64:tools/perf ... failed > > -------------- > > Error log: > > make[4]: execvp: ./check-headers.sh: Permission denied > > make[4]: *** [sub-make] Error 127 > > Heh, no, I wasn't, but thanks for checking. > > > Something went wrong with the patch creating the file. In the original > > commit it is created as 755, in the backport it is created as 644. > > Ugh, quilt does not keep the permissions of files :( > > I thought I had figured that out in the past, let me try to go remember > what I did before... > > There's also a .sh file in the objtool directory that is not the proper > permissions as well... Ok, hand editing patch files are always so much fun... Anyway, this is fixed up now in the -rc1 git tree I pushed out again. Let me know if that fails. And thanks for testing the build of perf now :) thanks, greg k-h