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 E0D97C001B0 for ; Wed, 19 Jul 2023 13:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231228AbjGSN6g (ORCPT ); Wed, 19 Jul 2023 09:58:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230088AbjGSN6f (ORCPT ); Wed, 19 Jul 2023 09:58:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFC94197; Wed, 19 Jul 2023 06:58:24 -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 5D557616F1; Wed, 19 Jul 2023 13:58:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBA56C433C8; Wed, 19 Jul 2023 13:58:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689775103; bh=qF9T+TxmPhvIREK/PC887MsMJ3U1Z1uIdylm0SBg8iQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=miJ/Oo0xB/FKAML6+AS97e1XsJhMdo7UHCwdFjRA8e96LgCp+UPu0kInH3OAV0JPV uk6t0Nx2Qu9dLnOuphtGnFLlX8l4PoTUsVp/U/ps6cW65ZTBZufEP2dndzFU0BlrBt oiRrYpeDPhNgNx1AJV9+e7HaojA+QuKOa2jDNQHc= Date: Wed, 19 Jul 2023 15:58:19 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: bchihi@baylibre.com, stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, 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 000/589] 6.1.39-rc3 review Message-ID: <2023071956-sequel-chitchat-3f86@gregkh> References: <20230717201547.359923764@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: stable@vger.kernel.org On Wed, Jul 19, 2023 at 11:38:54AM +0200, Pavel Machek wrote: > Hi! > > > This is the start of the stable review cycle for the 6.1.39 release. > > There are 589 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, 19 Jul 2023 20:14:46 +0000. > > Anything received after that time might be too late. > > > > Balsam CHIHI > > thermal/drivers/mediatek: Relocate driver to mediatek folder > > This is big rename in preparation for patch that is not queued for > 6.1. Good catch, I dropped the patch it was needed for but missed this dependency. greg k-h