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 BA972C433EF for ; Tue, 14 Jun 2022 15:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343685AbiFNPs4 (ORCPT ); Tue, 14 Jun 2022 11:48:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58504 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244359AbiFNPsw (ORCPT ); Tue, 14 Jun 2022 11:48:52 -0400 Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A5B882182C; Tue, 14 Jun 2022 08:48:50 -0700 (PDT) Received: by mail-pf1-x42c.google.com with SMTP id y196so8914310pfb.6; Tue, 14 Jun 2022 08:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ReMfmyhV636BKHluPmxrRh/9FnLApqDbgajop+vcehk=; b=OJ7mlWWYdccKNB56VGU9kfXkNVW14GsvyNNva7mbq+/DQMwQ9eoqjO4S6AVdnx8WC7 JFACeWxRBbNSWFSObW9Qab7IWB8REeTMdT7O72YNyz7VGtL0e1zLPQaYpfnjjE5bAKn4 WCZU1X/qKyz24gc/8VRZcLD0b8rD22TXgJscIwwNG/F92l3+RoDrfWWgehTec6OBTEd/ 3h5pyRpZzXReAdIYsxR6VsA97gj7KTqXUWhAQZKYZ4gSIkKs5a7UJhvT0+cJAVPpGOCS apo4nJybSzumIeVTATOq6v50WmMQSIpvLv3/fSTVnBJKByu22rAp+l+8qOpIdWfT1fmg wFGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=ReMfmyhV636BKHluPmxrRh/9FnLApqDbgajop+vcehk=; b=xvMKgsN6ElPCYNiJsjXXaQetODHW2K+WyA9XrnM6bXva2aQ4ewF8OkRFusAZQ2kN1q E/cH6SSRPO+JfamDu0MDai9IpPFS4fgFyFod/X+nPRzwB8C4KigLj9X0mE6K3DnpD1Rp Shrj8inQtkAVyMQlnHe3upaIajlB51n4a+3ES1zAuXgne8l3y2PvfcJ6H5thWFmvoa3e icjKv83gQVVy4/l0UvqLO6wKVs1gX6Ab9cjo989/nnqpUxup1L5HKiXBUf7SvfWCQa6h 8wENfr0NgIbYXBpQtfq+Q+xDohVSF21a4C6l5MRdU1iNZFNSK1WSRfrJJdAvQb8lFu1q hfFg== X-Gm-Message-State: AJIora9xWpaUH2ngd+xyCxXwZ71PszCbDqygEWrmDkgt+0wt++SSWRCl lWYlw9iLSS994VTaonR6hvs= X-Google-Smtp-Source: AGRyM1t3b0rNThIFq8QkHcA0vfRDTDU8VdBfnOZI3WwLFwAdf4Lj3KOo/Hb3IM7PJ6/lp1aicdwezQ== X-Received: by 2002:a63:8b42:0:b0:408:a938:289b with SMTP id j63-20020a638b42000000b00408a938289bmr3036453pge.201.1655221730184; Tue, 14 Jun 2022 08:48:50 -0700 (PDT) Received: from server.roeck-us.net ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id x10-20020a627c0a000000b0050e006279bfsm7769401pfc.137.2022.06.14.08.48.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jun 2022 08:48:49 -0700 (PDT) Sender: Guenter Roeck Date: Tue, 14 Jun 2022 08:48:48 -0700 From: Guenter Roeck To: Greg Kroah-Hartman 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.18 000/343] 5.18.4-rc2 review Message-ID: <20220614154848.GA3192067@roeck-us.net> References: <20220613181233.078148768@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220613181233.078148768@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 13, 2022 at 08:18:34PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.18.4 release. > There are 343 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, 15 Jun 2022 18:11:39 +0000. > Anything received after that time might be too late. > Build results: total: 154 pass: 154 fail: 0 Qemu test results: total: 489 pass: 489 fail: 0 Tested-by: Guenter Roeck Guenter