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 3D7CAC74A5B for ; Tue, 21 Mar 2023 10:15:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229872AbjCUKPU (ORCPT ); Tue, 21 Mar 2023 06:15:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229541AbjCUKPS (ORCPT ); Tue, 21 Mar 2023 06:15:18 -0400 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DE8D6A76 for ; Tue, 21 Mar 2023 03:15:15 -0700 (PDT) Received: by mail-ed1-x532.google.com with SMTP id cy23so57397535edb.12 for ; Tue, 21 Mar 2023 03:15:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=futuring-girl-com.20210112.gappssmtp.com; s=20210112; t=1679393713; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=VPZLwXOZRcorVd7q1GAEZgbB1jSiFy3d5LtXDMLqkRI=; b=cbNkG895Ge9ZG6hIzcUdiWc975KbpPoHxxRn6s0LR6QKaQInX7QA3FicGIE/Ebd/Eh dBFnlFDe6jJjlSkw/b7Ss6hWH6f+WWSsYSXyzBegp8OIb3T+ysm/9k2CZUyaqwBXhbPS Yw2loxVV2E8v2tlyYlBjeg6CzzIwoBrPR2BjFSo2w08Np7otnklbUN1ttVxQmThEK2ys 9wQJ00i9bGNMmnuzmVMW2yaoIzeLPIn/2v06cJ5tyU9yhcam4k2k8Nua/U2NDT/LXItu AltEuPA2za8JMxSaybK0SaouOeP9FPXoyU/c2+sBh+BOS2uERyiA1dONuzAdE0daGYa4 0ACg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679393713; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VPZLwXOZRcorVd7q1GAEZgbB1jSiFy3d5LtXDMLqkRI=; b=StgIi9pN6WTrypY4O447uE39IcDPMFZDf9o3ADFV3EhnutSaxXGzvRs1ly+B1Hzb4e TDZTjJ1NCXygQxs0hrvrDSdH+SUXUu45od1HGmA7c8+zzdaOoLAt4GO1KEW9srbEvOrS ouvd9OHxJq+O793E/M3uTdNjV8dX+DFHjQ7KCsH9PErpOIBTtraL+GhY6dP3GxQ3uXuI pTijOPyLrIEGxFWMqUhiZaZ0/QcmjMj1FP40nMPGELBNiClUMA0FSg0Dyon2QV40begX j0MjEBPoSQP3H/lQWn/9hRZwUoypULShL+GzHbatvBZnqLSKcTxmeUnY3+DNtc7SbDJk Ihdw== X-Gm-Message-State: AO0yUKVdh7N27ycGVtvbZ0EZil+wi1v/AL5UXGzdOW3ntCsJOSVCJe4n FLZI/shgvt9KYaK0+njbuv1rVe8f8WqP/+YRy65JG62wIT89CHxbHkofBg== X-Google-Smtp-Source: AK7set/THFJZheYTOTejcWWnHCm6ePuf/4HAQH9Mt/K09wQzWDjcnxlvoDo7Vhr6Cce3pY2xwfRwy5fCgDija2Fier8= X-Received: by 2002:a17:906:a054:b0:933:2bb9:7c98 with SMTP id bg20-20020a170906a05400b009332bb97c98mr1437532ejb.6.1679393713576; Tue, 21 Mar 2023 03:15:13 -0700 (PDT) MIME-Version: 1.0 References: <20230321080705.245176209@linuxfoundation.org> In-Reply-To: <20230321080705.245176209@linuxfoundation.org> From: ogasawara takeshi Date: Tue, 21 Mar 2023 19:15:02 +0900 Message-ID: Subject: Re: [PATCH 6.1 000/198] 6.1.21-rc2 review To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, 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 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg On Tue, Mar 21, 2023 at 5:39=E2=80=AFPM Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.1.21 release. > There are 198 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, 23 Mar 2023 08:06:28 +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/v6.x/stable-review/patch-= 6.1.21-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-6.1.y > and the diffstat can be found below. > > thanks, > > greg k-h > 6.1.21-rc2 tested. x86_64 Build successfully completed. Boot successfully completed. No dmesg regressions. Video output normal. Sound output normal. Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P, arch linux) Thanks Tested-by: Takeshi Ogasawara