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 787F6C433F5 for ; Mon, 3 Oct 2022 20:40:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbiJCUj6 (ORCPT ); Mon, 3 Oct 2022 16:39:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229841AbiJCUjv (ORCPT ); Mon, 3 Oct 2022 16:39:51 -0400 Received: from premium237-5.web-hosting.com (premium237-5.web-hosting.com [66.29.146.205]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC367FAFD; Mon, 3 Oct 2022 13:39:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sladewatkins.net; s=default; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=f0E8olEBHTzh+Ou2VEmmuCkKzhBOJYsf4X0FfFMmsuk=; b=pFgvd3FkKbGzr6Vrg9+t0PDdnh WI7cNWKl+1IFPsoeSSz/4hnKk8obi+cwMDTPCBLlyqhE9AGycDiH5tEfX/RiCIf920/jt9un/Xep9 eeqkPmpeS30T9XU2Qoq7FEmEXsxK5OdtAcMKO24E0wCrrNveGiMxePCHxJodIqNeLw4pGoA0xdaew VeB5FGHQjeVE4WrGPn35g4kl1Z5gcYMVeecIaEL780kBrjDpNoO3bYXrO/9u87wzpQ7YmbxJxg8Y+ XUYOw3qHKMbJ8VCAZ15BTvDGcqX+QjsWcOZx0gK13wHDuiu7vLlYbmtn3i45RVtzf1nyZDRlBlAsQ aqsvbxmg==; Received: from pool-108-4-135-94.albyny.fios.verizon.net ([108.4.135.94]:64976 helo=smtpclient.apple) by premium237.web-hosting.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1ofSE9-00HQXp-2S; Mon, 03 Oct 2022 16:39:49 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) Subject: Re: [PATCH 5.19 000/101] 5.19.13-rc1 review From: Slade Watkins In-Reply-To: <20221003070724.490989164@linuxfoundation.org> Date: Mon, 3 Oct 2022 16:39:45 -0400 Cc: LKML , stable@vger.kernel.org, Linus Torvalds , Andrew Morton , Guenter Roeck , shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jon Hunter , Florian Fainelli , Sudip Mukherjee Content-Transfer-Encoding: quoted-printable Message-Id: <6E53896B-E836-411F-9785-C968A3FAEDF3@sladewatkins.net> References: <20221003070724.490989164@linuxfoundation.org> To: Greg Kroah-Hartman X-Mailer: Apple Mail (2.3696.120.41.1.1) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - premium237.web-hosting.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - sladewatkins.net X-Get-Message-Sender-Via: premium237.web-hosting.com: authenticated_id: srw@sladewatkins.net X-Authenticated-Sender: premium237.web-hosting.com: srw@sladewatkins.net X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Oct 3, 2022, at 3:09 AM, Greg Kroah-Hartman = wrote: >=20 > This is the start of the stable review cycle for the 5.19.13 release. > There are 101 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. >=20 > Responses should be made by Wed, 05 Oct 2022 07:07:06 +0000. > Anything received after that time might be too late. 5.19.13-rc1 compiled and booted with no errors or regressions on my = x86_64 test system. Tested-by: Slade Watkins -srw