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 7149CC46467 for ; Tue, 3 Jan 2023 00:28:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232975AbjACA2Q (ORCPT ); Mon, 2 Jan 2023 19:28:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229668AbjACA2N (ORCPT ); Mon, 2 Jan 2023 19:28:13 -0500 Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B7EC1014 for ; Mon, 2 Jan 2023 16:28:12 -0800 (PST) Received: by mail-io1-xd2a.google.com with SMTP id p66so15970387iof.1 for ; Mon, 02 Jan 2023 16:28:12 -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=dK+ejME3vqtm+a4Icr6XTfv9xCasa5ncnfzEz7AmwPE=; b=FkkX1Y6/UmCHrrCunMDYfuWIZS5C0QbP6hVZgmx5b7aFVWi1IOhBKFwPM06CLsssUk qagPshS9cIp6myQentdOXs95tXEI0J/OSku2V09/tznz/kFs0oe6Rhtld8alkJibN9IT f66R83GFb/GE6jXyK4Tm9xPlobWmDAeCAB4yU= 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=dK+ejME3vqtm+a4Icr6XTfv9xCasa5ncnfzEz7AmwPE=; b=OtjaHiUQumIEkR1qyikiAkX8fyx+0GUnCPA60MwldhUZcncoy/KOGZDNC1A9/3qQJp Nax7cyXoyphnYCy7MJP8zGwByXVsjUMn+H2UkmUSUZylfZ+awqSB42K11yDKIj59iLmG l+Y10KIh5wCNmXFFuZxZPEoRk/4tece7jW8NAV0IVrGloOgQ7S8tSCnfXI1MoubEulVM YFS65Y8vbsity8DvMgDRbi+/98gIoMGSnrIgCPQRT1TyLo89qB0I7GficHQu+iaTHJbE B5I+hBYrs6u3UeV5fFZ+mhh0zJcdw4zvuuLZOwnGfEJxc6yYCWflLTVsVFDHsIzFqDCf t0Og== X-Gm-Message-State: AFqh2kqc23ly/zIFHfyhVLckDlkRmVRxeRAIruAcVTJdSUQvEoo0PXeb CLk4NCCAqNx+AshuurPFSb2/4A== X-Google-Smtp-Source: AMrXdXujG8b2HX5DiV2u3D5kpWk9c3RKCpnZlEcfY0e9s071qomyzBsqHE99I1el77hcqErr2Ocxhg== X-Received: by 2002:a5d:990e:0:b0:6df:128f:ca12 with SMTP id x14-20020a5d990e000000b006df128fca12mr5134666iol.1.1672705691687; Mon, 02 Jan 2023 16:28:11 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id s22-20020a02b156000000b003884192cc05sm9705107jah.120.2023.01.02.16.28.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 02 Jan 2023 16:28:10 -0800 (PST) Message-ID: Date: Mon, 2 Jan 2023 17:28:09 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH 6.0 00/74] 6.0.17-rc1 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: <20230102110552.061937047@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230102110552.061937047@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 1/2/23 04:21, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.0.17 release. > There are 74 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, 04 Jan 2023 11:05:34 +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.0.17-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.0.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