Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 38021C61DA3 for ; Fri, 24 Feb 2023 10:27:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230328AbjBXK1t (ORCPT ); Fri, 24 Feb 2023 05:27:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230342AbjBXK1h (ORCPT ); Fri, 24 Feb 2023 05:27:37 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F26866944; Fri, 24 Feb 2023 02:26:59 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8D15CB81C27; Fri, 24 Feb 2023 10:25:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8E734C433D2; Fri, 24 Feb 2023 10:25:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677234340; bh=f7SaBfdngDgajRsbNPj8EA2H/Baaamydt3TxzBPUZ2Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Obac7XcEXWVVFt0OU/f96u0NRhgy4BFVa7RDVDJQkzAzNGChuwM8CECOij34AEBD4 nR61KlzdTuhqMVwsfp8mBbJVUu7Gc91cDRB5uKXhgSA0NaHucab38Q+y6QiqsL2wx5 x5IigCPKBRxv1hDk9gFzHGIcEXMTtQOp7YJ4N+6U= Date: Fri, 24 Feb 2023 11:25:37 +0100 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Nathan Chancellor , Guenter Roeck , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 5.15 00/37] 5.15.96-rc2 review Message-ID: References: <20230223141542.672463796@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 23, 2023 at 01:39:42PM -0800, Linus Torvalds wrote: > On Thu, Feb 23, 2023 at 1:24 PM Greg Kroah-Hartman > wrote: > > > > Quilt should be depending on patch here, I think it's something in my > > set of "turn this series of patches into a mbox, split the mbox up into > > patches" sequence that is causing the problem. > > Well, it might also be that quilt just re-generates the patch with > 'diff', and then in the process loses the information again. > > We can happily continue to support the "we lost the executable bit", > since it sounds like Nathan is willing to cook up a patch. > > I'm just too lazy and personally unaffected to care (and too busy with > merges - excuses, excuses). Ok, I figured it out. git is doing the right thing, my scripts are doing the right thing, patch is doing the right thing, but quilt is not looking at the permissions on the file at all when refreshing a patch that has been applied to a tree. This might be a configuration setting on my end for quilt, or a bug in quilt, I'll try to track this down, but in the meantime, I've fixed up the stable queue of patches and pushed out a -rc3 with this hopefully all fixed up. thanks, greg k-h