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 A54E0C43334 for ; Mon, 20 Jun 2022 16:02:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243302AbiFTQCq (ORCPT ); Mon, 20 Jun 2022 12:02:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58668 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbiFTQCo (ORCPT ); Mon, 20 Jun 2022 12:02:44 -0400 Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B89B01E3DB for ; Mon, 20 Jun 2022 09:02:41 -0700 (PDT) Received: by mail-ej1-f51.google.com with SMTP id n20so15259531ejz.10 for ; Mon, 20 Jun 2022 09:02:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yiYvbLnEekkvWxxpYdJMuyxTp22cuJMd+CcZym4RkP8=; b=8Io3myc4BsuCaBvU76r0Ge7droQ7+yjZ1YsxMdCILZXZDr1DTdeZyXYaCtnzzMsk6E nZdnnyHRcZHZisMZtibJc+zPYlPmGrOGnOGC2RsOKuFq+qG04+I1fIMs8sjpQ0oj1Fl5 3zUUOMD0EpD9OhCiCIzB3r6ILee+UpjAMejFe/SKJ8RzyaIbNkWWWlskfhHh+qO+sQ03 2MXOKhN1lbrYhBXdQM3xjpgVzzEGNm6TbKhX9iI240tP0aN1axsPc/TyOE7Z0LyleauS 6fPZt9HJ1YAqOsECv4Eigpn0TXt1q/YirhG46dydB11u/cxQekUQ47c6Oz8kXVbhIG7v zkEw== X-Gm-Message-State: AJIora95T4ZzNThkv5cS5pj79P55VLiFGdjW+0CkNCCMtoajDbh4PbdB SCbc9rpwuOA9VYFtSHNoPneSltW//PamSASMnEHkWQ== X-Google-Smtp-Source: AGRyM1tpkik6QOauWuHQl27t7x5EusPr6YTpYq0PbQVCRCctMDzLlhDChkanCU7DArjU4vwDpqZ+dO/wN+WNIvSS0eY= X-Received: by 2002:a17:907:72d2:b0:703:9177:7d1f with SMTP id du18-20020a17090772d200b0070391777d1fmr21377212ejc.144.1655740960182; Mon, 20 Jun 2022 09:02:40 -0700 (PDT) MIME-Version: 1.0 References: <20220620124729.509745706@linuxfoundation.org> In-Reply-To: <20220620124729.509745706@linuxfoundation.org> From: Justin Forbes Date: Mon, 20 Jun 2022 11:02:29 -0500 Message-ID: Subject: Re: [PATCH 5.18 000/141] 5.18.6-rc1 review To: Greg Kroah-Hartman Cc: LKML , Stable , Linus Torvalds , Andrew Morton , Guenter Roeck , 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 Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 20, 2022 at 7:55 AM Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.18.6 release. > There are 141 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, 22 Jun 2022 12:47:02 +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.18.6-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.18.y > and the diffstat can be found below. > > thanks, > > greg k-h Tested rc1 against the Fedora build system (aarch64, armv7, ppc64le, s390x, x86_64), and boot tested x86_64. No regressions noted. Tested-by: Justin M. Forbes