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 4898CC54EAA for ; Sun, 22 Jan 2023 22:54:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229920AbjAVWyh (ORCPT ); Sun, 22 Jan 2023 17:54:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229895AbjAVWye (ORCPT ); Sun, 22 Jan 2023 17:54:34 -0500 Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E83818166 for ; Sun, 22 Jan 2023 14:54:33 -0800 (PST) Received: by mail-ej1-x632.google.com with SMTP id qx13so26244118ejb.13 for ; Sun, 22 Jan 2023 14:54:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=futuring-girl-com.20210112.gappssmtp.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=bMkGNYI/fHgvu0vw4xYIcVeU8+WBV4ArAcWUlG7Zc2o=; b=PhbxiQNidA1tVM9zIsUxDzkyQt3k2tOeIFAwnqAZCHMBaURy8ctAh7ILXXj/0yVKri Wnkgyj0CH3noCfHnCIbGqpwuR1rGov1STqItytgKUxnmeyoc/CJsm7BSugtzTo87ps6A pRPvtIg/W3GWpJaqcdqCFDjxJ/+AyDHBcgalCQbkiAMuGykgKZk61PtZKiktPANY4nYI pVF04va2QHggKOzLDmsSloSXOA4Z5y06Cs63FaNZIwGf3OxH57V0PosDCHquEuais7OO pQ4kK5HVyY/4cq6mx9qyzuYpb+sB4cKgx/acsyK60rnxy8jZ1ZTYULwj026kUauUijNT aUyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=bMkGNYI/fHgvu0vw4xYIcVeU8+WBV4ArAcWUlG7Zc2o=; b=Eic3clb1wFvLsi2Ye0GqRZRePI03SJeLNYzFKwQU7/wS248zmQVhSBYYllt4k7N5iJ v9YKSFPgZ+qPXyGb2MwJUf8czFaHn5kP/yk9dPUGBSmvfqo7zmabwNoF+O4WT/hV+j2A Yw7f/lWHlmX6MCYXB14PxwFSiJE9Uvry7N/CjnheMbzE9/Lw+HsECH51JCBQMapt3zWV atxAAMGcuX5Uab9s9/7s2JwpmwJdx5No/AKQL3YhYaw+AcKsB7RBCfzB73ReV8XOa5fO BJ9J/WRCuZnfbMpnkRgwJ/aTN7c+jE1l7DXjXMD2wHWfAIlMhLE67IMZzNTModk3TR9l UYBw== X-Gm-Message-State: AFqh2kovMS7+gXa4LZBBNMn3cvthucQOwLIy5J5RTALZFYVX/sWB1FH4 qwhpLxQPjOgNaCBJ2NJzNma7nOpwKYHxlqZYhGRhzg== X-Google-Smtp-Source: AMrXdXtuKaI+bneEJSDWwLYwvpPi/J8MILQ3ySzWME8Ff5KKH//OwvdRHAbh7G4hAX7a5pt/RGPao3aXP7XV8QBdi+g= X-Received: by 2002:a17:906:df49:b0:7c1:908e:709e with SMTP id if9-20020a170906df4900b007c1908e709emr1860050ejc.414.1674428071778; Sun, 22 Jan 2023 14:54:31 -0800 (PST) MIME-Version: 1.0 References: <20230122150246.321043584@linuxfoundation.org> In-Reply-To: <20230122150246.321043584@linuxfoundation.org> From: ogasawara takeshi Date: Mon, 23 Jan 2023 07:54:20 +0900 Message-ID: Subject: Re: [PATCH 6.1 000/193] 6.1.8-rc1 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" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg On Mon, Jan 23, 2023 at 12:22 AM Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.1.8 release. > There are 193 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 Tue, 24 Jan 2023 15:02:08 +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.8-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-6.1.y > and the diffstat can be found below. > > thanks, > > greg k-h > 6.1.8-rc1 tested. x86_64 build successfully completed. boot successfully completed. No dmesg regressions. Lenovo ThinkPad X1 Nano Gen1(Intel i5-1130G7, arch linux) Thanks Tested-by: Takeshi Ogasawara