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 7E5F7C433EF for ; Tue, 21 Jun 2022 21:47:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354661AbiFUVrN (ORCPT ); Tue, 21 Jun 2022 17:47:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33580 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345358AbiFUVrL (ORCPT ); Tue, 21 Jun 2022 17:47:11 -0400 Received: from mail-oi1-x231.google.com (mail-oi1-x231.google.com [IPv6:2607:f8b0:4864:20::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A87901839B for ; Tue, 21 Jun 2022 14:47:10 -0700 (PDT) Received: by mail-oi1-x231.google.com with SMTP id w16so18780710oie.5 for ; Tue, 21 Jun 2022 14:47:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=4B7aVbqWFzGCq33NlsEkQcm/jsegAOEwkVb1IKw6lso=; b=AgNp04iAHOZAOiJfs5ixkzSdzmxRvKgddI5dpUPe5SR+uEBpkQSirGBFzgnh6QDnFL 4bvN5ztV1PnHepFE4q9tUXpxmEZY6+p1sze068GCjOmfSkk/X1Jj6yhU2xbMTkUnCFgr /zlRPXWhXC8iSz/GGI/tQr0g6dXs2PieZr8N8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=4B7aVbqWFzGCq33NlsEkQcm/jsegAOEwkVb1IKw6lso=; b=DBBt6UfoIRIwbyIrYRQmYZj8oUpxEIBDFtBYGwnKcf+ijTmDaFUQg/wixyR+fLPIfk 51p/SeUSRr1+Uwqa6daFKX3tPKtl2Z45yN64geJOWeGTHmt/smtkxtPEUeIP4SM7932o fTRRepjk4dchELUX3uef+NraxohX1bTCBj1OHHV5WHB+IWVr79OrpDHdTQy/9xfDKNCq tfk6Yevj8BPv1h0Y7+WuvGPbFsp0GwIRCkFEpw8+6nKpQu9bfLPSA0hNnkPwoNoZwtqD tXdd7qSKn1LX1wGx4ghTXaekhkPfXRl8NGbrTIVGzqdDha//V/6ZD+Xf2P/E996NlTDY cfRg== X-Gm-Message-State: AOAM530/wOpsJ6s3z6Ptf/bhFCHrB0q98vOZEYanUxJeM7LX7WKmQ0gh D7n+fZcBMbwK+FM+P13rP0uR2Q== X-Google-Smtp-Source: ABdhPJx4WApb4tVvFpAl3IVaT8gTGCiCAY6M+HpL9AEayoZQWpPPp9vMeqHivLHHHXXPkwqJInndog== X-Received: by 2002:a05:6808:1999:b0:32f:2fc:aed1 with SMTP id bj25-20020a056808199900b0032f02fcaed1mr20685051oib.255.1655848029871; Tue, 21 Jun 2022 14:47:09 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id q7-20020a9d6307000000b0060bff068228sm10038190otk.66.2022.06.21.14.47.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 21 Jun 2022 14:47:09 -0700 (PDT) Subject: Re: [PATCH 5.18 000/141] 5.18.6-rc1 review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, 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, Shuah Khan References: <20220620124729.509745706@linuxfoundation.org> From: Shuah Khan Message-ID: <447c09a3-7697-9fe8-b475-d75cfc7bd95e@linuxfoundation.org> Date: Tue, 21 Jun 2022 15:47:06 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220620124729.509745706@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/20/22 6:48 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 > Compiled and booted on my test system. No dmesg regressions. Tested-by: Shuah Khan thanks, -- Shuah