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 59BF9ECAAD3 for ; Wed, 14 Sep 2022 14:48:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229911AbiINOsx (ORCPT ); Wed, 14 Sep 2022 10:48:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230210AbiINOsr (ORCPT ); Wed, 14 Sep 2022 10:48:47 -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 8033127B21; Wed, 14 Sep 2022 07:48:46 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 1EF9F6190F; Wed, 14 Sep 2022 14:48:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9E5BC433C1; Wed, 14 Sep 2022 14:48:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1663166925; bh=uG+AaPBxPtOjaUn3tEdoPZSA/SMlRErc0dXN6w/lBk0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OEBP+Lyj0tCT+iwxhLGjDZnCD6dJSvUSptRQ3mAuWTSUzyM22ZpGsw/E4Gn+MywLb DP3Fupq4Qyu+DXihLQh1aSVAKaG4GVCOoEBrM3rz7s60/MuMopplgdg7DSE5SFFp1G Em087Yk/IIhlxuYVIwU5BzJmzaHXqsyX/rLvH9K8= Date: Wed, 14 Sep 2022 16:49:09 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, stable@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, slade@sladewatkins.com Subject: Re: [PATCH 5.19 000/192] 5.19.9-rc1 review Message-ID: References: <20220913140410.043243217@linuxfoundation.org> <20220914142843.GA941669@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220914142843.GA941669@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 14, 2022 at 07:28:43AM -0700, Guenter Roeck wrote: > On Tue, Sep 13, 2022 at 04:01:46PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.19.9 release. > > There are 192 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, 15 Sep 2022 14:03:27 +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/v5.x/stable-review/patch-5.19.9-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.19.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > > [ ... ] > > Csókás Bence > > net: fec: Use a spinlock to guard `fep->ptp_clk_on` > > > > This commit is broken, will be reverted upstream, and should not be > applied to any stable releases. Already dropped from all queues, thanks. greg k-h