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 0E389C61DA4 for ; Thu, 23 Feb 2023 23:40:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229600AbjBWXkY (ORCPT ); Thu, 23 Feb 2023 18:40:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229551AbjBWXkW (ORCPT ); Thu, 23 Feb 2023 18:40:22 -0500 Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B97AB20543 for ; Thu, 23 Feb 2023 15:40:21 -0800 (PST) Received: by mail-il1-x133.google.com with SMTP id i12so546717ila.5 for ; Thu, 23 Feb 2023 15:40:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=SL0z9x2zUIufYQsB/HLcyg5XTH8HaFTQReJij2yCEP8=; b=SJzCjQBQU9Z5SQNuvDZSHLS4thJUMrfncnBMPYjZ3APB5RlSqcj7ebGh+MjLUzWMTX xnz1li7U6DY6lddE1ItjW5Qlzuod2X9K1C3sK6IeAtYhjKjFvdCxYJhiH23gKo5WlVHe Ck+ZL4TAA6dC/7bJvunZ9WbtWpIG1QMT4lvY8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SL0z9x2zUIufYQsB/HLcyg5XTH8HaFTQReJij2yCEP8=; b=1x1oPxP8VplaIqkze6FfSeHaHtO7y45L1nTUSikVUpfROn5qrbJAkebPDn07CrTGSb 1pe9+FeVvcqLpwPSnEbu9j7mMKmYq9MSgqQVFmlHqNhE+DZINQQTrgt+AH0JjJduM8Js CSxMIcAqS0GxGkddeIIfnGxl0N7iNXWnYKkzySCAlfl3BniZUkGWjhqip8bXhPEAvSqi mIXBXH/mFyXs+BSQuuz3f46hz7w/2gcLC0mfxgEOHMXO1cXV9E/mGcefstyiKtjiq3bc 7MBX4v1MgB/ko2U6EjSIBi0xmel8pJx+xWmdbZhh94FbZml58/Cud2qDQJB+IEbhzcHK wlUA== X-Gm-Message-State: AO0yUKXBobkaHGpz9p3RcJgzHKfHBD8uFzqx6HTpsRDSrse9gOnUlCZQ 0Maya2kPG/9w2bX84vMmk+PtOg== X-Google-Smtp-Source: AK7set+UY8OPToN1EOx5FzoLtfSuFrXICfON+YwtZjlyx391Os6zmh5lO/NypWAW1Ke38B3k4UckeQ== X-Received: by 2002:a05:6e02:17ca:b0:315:5436:a632 with SMTP id z10-20020a056e0217ca00b003155436a632mr9360401ilu.2.1677195621066; Thu, 23 Feb 2023 15:40:21 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id o24-20020a02cc38000000b003c4eb8f862fsm3123944jap.66.2023.02.23.15.40.19 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Feb 2023 15:40:20 -0800 (PST) Message-ID: Date: Thu, 23 Feb 2023 16:40:19 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 4.19 00/12] 4.19.274-rc2 review Content-Language: en-US To: Greg Kroah-Hartman , stable@vger.kernel.org Cc: patches@lists.linux.dev, linux-kernel@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, srw@sladewatkins.net, rwarsow@gmx.de, Shuah Khan References: <20230223141538.102388120@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230223141538.102388120@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/23/23 07:15, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.274 release. > There are 12 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, 25 Feb 2023 14:15:30 +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.274-rc2.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