From mboxrd@z Thu Jan 1 00:00:00 1970 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 28803EB64DA for ; Wed, 5 Jul 2023 16:06:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233242AbjGEQGH (ORCPT ); Wed, 5 Jul 2023 12:06:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232725AbjGEQGG (ORCPT ); Wed, 5 Jul 2023 12:06:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 18EC6F0; Wed, 5 Jul 2023 09:06:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A68F761615; Wed, 5 Jul 2023 16:06:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87BC8C433C8; Wed, 5 Jul 2023 16:06:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688573165; bh=zcbwmkRhZSBxVlltXrtaXLWraw9XRA5aayEuGWq66Iw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FVRHslv3pvP8n8Aznz01EcHcmgl3dpj2UahkGRhqEpzoTrs6HEzdLQ/nxuuTBmqgm mlMqna6fkPzh8UVJqh6yEDgXzY3GhkLkwSY327qBUdn9RDmFd4jz6eyzC3yVHQCv77 TMC7SrilUTHGtnJ/oNBDQW8QghvMIEfL8V9cfKe4= Date: Wed, 5 Jul 2023 17:06:02 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.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, conor@kernel.org Subject: Re: [PATCH 6.1 00/13] 6.1.38-rc2 review Message-ID: <2023070529-barcode-unpleased-5705@gregkh> References: <20230704084611.071971014@linuxfoundation.org> <824705ec-38ca-1587-573c-595b146ee2e1@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <824705ec-38ca-1587-573c-595b146ee2e1@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 05, 2023 at 07:23:30AM -0700, Guenter Roeck wrote: > On 7/4/23 01:48, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.1.38 release. > > There are 13 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 Thu, 06 Jul 2023 08:46:01 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.38-rc2.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > > > Greg Kroah-Hartman > > Linux 6.1.38-rc2 > > > > Linus Torvalds > > gup: avoid stack expansion warning for known-good case > > > > I am a bit puzzled by this patch. It avoids a warning introduced with > upstream commit a425ac5365f6 ("gup: add warning if some caller would > seem to want stack expansion"), or at least it says so, but that patch > is not in v6.1.y. Why is this patch needed here ? It isn't, and was dropped for -rc2, right? thanks, greg k-h