From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1119215B3 for ; Sat, 29 Oct 2022 03:35:34 +0000 (UTC) Received: by mail-qk1-f175.google.com with SMTP id f8so4693696qkg.3 for ; Fri, 28 Oct 2022 20:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:from:to:cc:subject:date:message-id :reply-to; bh=eHuwO5q4rtkcecN30LK1nyJOdXj5b40eoXdabVIwYPA=; b=e6AlUrIf+ghzqp0Q905Tjyg04JzD456eKFBvMFc5XEkTKtB8VKjqAsl0NwbxIOUy0K Ex10EcJI4HXbmWhfZPawokhT9iTNhtaWNqRAJNXXac25bJPsPJqHBcNwG9uWARR/Vy0S ALm0bV+pXLMM/rAG6UxJcjIy0ZsjBEjWO9TW7gbAWV2a7SSl2kZODX2PO0p+LB5sVN6j m9OnqR90Hvz0lPxIDLLhjM2J/4lDFXTZwtC6yIuMCqgknTP6bYhwSvvwpzNaz1tC3UxG dMhS4CGB3PslyeoXUJtvjwLTjMh/uOqxrl5qYFevzjXNunKLzcdP7L8cuQ1eslAHlaf+ 3E8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eHuwO5q4rtkcecN30LK1nyJOdXj5b40eoXdabVIwYPA=; b=UEOvE2Q0rKbx7x+MNUggcrlLiGgzAimny9v3BN9um+524LVcnOFZa5ete/ixAAYiAR jk7JbPWHyFj4hpY5nK/hXjosc1MXnls6VJpAreY/d11o9qIZKaDVX5zIKhDyK9Cd7CMI 2s308lUHVr0EiuMyYUgDZkUTcDL1I0G0ZWLdFI2cLcGe1li5+eZYL6a9xFE7kilKdmtd fNjw+/2vOHTarrxCcfiJqglikLXgUL0hSlIeeZBkHoaTSHDV/CxdQRpBGHpT7w/p3ToS CynQAhpEalESuxUmMO6s+VA4DdI+YTLM3TVSBL92uQpR28/8+zTrtA53YIG5TEbE3Wt5 MWsw== X-Gm-Message-State: ACrzQf3NyOfSWh5wQm864ciqh1VnMjQ1gulMaTn/jYs0FJQd1q/j0rRR 2P0g9BNlK5baBP3sbzVFl74= X-Google-Smtp-Source: AMsMyM5CHoMMGYu+LhlEbUdXT5XDfTuvf+vL2/+0mJlYfzzfMD2zPqXYTz2+o6pV+DF4Y5w4O4uBFw== X-Received: by 2002:a05:620a:2185:b0:6fa:9b5:7bcd with SMTP id g5-20020a05620a218500b006fa09b57bcdmr1736475qka.689.1667014534017; Fri, 28 Oct 2022 20:35:34 -0700 (PDT) Received: from server.roeck-us.net ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id j6-20020ac874c6000000b0039cbe823f3csm278392qtr.10.2022.10.28.20.35.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Oct 2022 20:35:33 -0700 (PDT) Sender: Guenter Roeck Date: Fri, 28 Oct 2022 20:35:31 -0700 From: Guenter Roeck To: Greg Kroah-Hartman 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 Subject: Re: [PATCH 5.4 00/53] 5.4.221-rc1 review Message-ID: <20221029033531.GC53002@roeck-us.net> References: <20221027165049.817124510@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221027165049.817124510@linuxfoundation.org> On Thu, Oct 27, 2022 at 06:55:48PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.221 release. > There are 53 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 Sat, 29 Oct 2022 16:50:35 +0000. > Anything received after that time might be too late. > Build results: total: 161 pass: 161 fail: 0 Qemu test results: total: 447 pass: 447 fail: 0 Tested-by: Guenter Roeck Guenter