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 D4BD2C43334 for ; Wed, 15 Jun 2022 02:43:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237792AbiFOCnh (ORCPT ); Tue, 14 Jun 2022 22:43:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243240AbiFOCnZ (ORCPT ); Tue, 14 Jun 2022 22:43:25 -0400 Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB02226555 for ; Tue, 14 Jun 2022 19:43:23 -0700 (PDT) Received: by mail-io1-xd33.google.com with SMTP id q11so11315432iod.8 for ; Tue, 14 Jun 2022 19:43:23 -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=+hzIaxhmwogHOnWV4sh6DA3hA7wytPVtgiohJR2puW4=; b=hPvLHrVEDMpEYdgwSivWIkyOg0YM5SIgyqksP2eEs7q6I9f/L0y/4gqxOJksMAJT/1 rUpLjxAr4U2HN25VizspHdu/R4kpmWoQR3sLV1GgCi604ltv2kYqsVgvhoCXSP+O75pE 5vckx7ydSvxbqjJN/riO0WIQcZf8XvZHYvJg0= 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=+hzIaxhmwogHOnWV4sh6DA3hA7wytPVtgiohJR2puW4=; b=tNk1UzG0XvXvA2J+uebMo03ByOcZZN+IwnFU5eAD0fsbAwsk/oTQa2yZ+O2eM4l9bJ HCXb7nMToes5TLpMl8rl8LWSY4a2+7m/y739AonTFiUqAmvbJV0Bah546Ve0hHigFf1V IRC5cIP1CdKYuRDz6sGK5G5nMRkxIiABLS40e4rQVz8Z8e7/hMSXtQiVaubShitsN9z8 dDhN00WC/d1twRLXur6YbfcgsxYgSmdWX8UX0yKZGPfLjPePc6kyr7iLSdb+rLGYZKAv H0ffJ+lQOCayAeQEEzOAvviQcbxNlmsSziAlVC/KKgoyljLjeSH9a3OjQOds2EadYDZ1 Vs5w== X-Gm-Message-State: AOAM532CETc3BTkViLe8fDGyBuW1/fICkaSatXf5fyYTAH8PVAlR0Wos yH/gjV4AI6Bhn/2nAYUZbio04Q== X-Google-Smtp-Source: ABdhPJy+FEpp8X3TcCahEYaSD6441ju1NnWAb/zHEwXtiGjYmufD+rZTh/7U9xo8eP8t1a5TELVSiw== X-Received: by 2002:a05:6638:1686:b0:331:c1ed:9f55 with SMTP id f6-20020a056638168600b00331c1ed9f55mr4326996jat.201.1655261003057; Tue, 14 Jun 2022 19:43:23 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id u11-20020a02aa8b000000b0032e1e0ac289sm5622214jai.8.2022.06.14.19.43.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 14 Jun 2022 19:43:22 -0700 (PDT) Subject: Re: [PATCH 4.19 00/16] 4.19.248-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: <20220614183720.928818645@linuxfoundation.org> From: Shuah Khan Message-ID: Date: Tue, 14 Jun 2022 20:43:21 -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: <20220614183720.928818645@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/14/22 12:40 PM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.248 release. > There are 16 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 Thu, 16 Jun 2022 18:37: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/v4.x/stable-review/patch-4.19.248-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-4.19.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