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 B43CDCA100D for ; Tue, 5 Sep 2023 20:53:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238210AbjIEUxS (ORCPT ); Tue, 5 Sep 2023 16:53:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237045AbjIEUxR (ORCPT ); Tue, 5 Sep 2023 16:53:17 -0400 Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 61DDB132 for ; Tue, 5 Sep 2023 13:53:02 -0700 (PDT) Received: by mail-io1-xd31.google.com with SMTP id ca18e2360f4ac-7950d0c85bbso22430939f.1 for ; Tue, 05 Sep 2023 13:53:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1693947181; x=1694551981; darn=vger.kernel.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=6lzSXNiIgkt0RVCFcTX8x1K9L6RQ1Rs9EBt4A42ozfk=; b=fI4y605uPFnT3zDtr1J54xh5bOPtS4Zw62EAhW2kf9KGCcWOq9bZbdy7qqzBfbg3Pj LWPT1d+waDy8D7tqORXYG0b154oDJgkebVB0Thg1VJ09j9L5S/0nRdkT3ZY8mBXVhm4J JFHoPxpfCfTZCffFqxBk8apHdZCDmELEbDsIg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693947181; x=1694551981; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=6lzSXNiIgkt0RVCFcTX8x1K9L6RQ1Rs9EBt4A42ozfk=; b=gn8SQbLNOTE21E8KsoJp33aD1nj0xBTQIYO+XxfL4vGU19vvsNHehAuAPQheZjMhnU 6/tA/8dRuygLnmZrCB5CWZlMMB6/gGnrupla7A73/nLi8/2RaQgMDUno3OwM7lMmLmdi 1pCu2Z5SpumyHzST3nyyYQimZcw7glde07/uuBZrYw6apZd5nYiHjQyWu4rD77wLZf7k osU7l61e8WEGEx53chlzxvHsknMidJ41P+PESuUtRl50ehzKUzFoJ1mOOEm9esPSn/ak nYBz404qwapsJf8D7c7yQBHYQSjZRFm2UdtH1VrSVNVhlw5MduKtGf3ofon45T57itI8 0tFQ== X-Gm-Message-State: AOJu0Yzg+Ju7V+1d2NJLz7mKKfz0XV9k+h5SFhSCGXuCdpLUq7Di0l2l pdB8KihUUVWWwPGTLT1Zch3O5Q== X-Google-Smtp-Source: AGHT+IETIvXknVtoBD5RJ1GF5BtEo4yZSv4IRdlZbL0D/WHeAnx8eXCUPaupMBCrwoCjkVAoQ4TZdQ== X-Received: by 2002:a92:d952:0:b0:346:1919:7cb1 with SMTP id l18-20020a92d952000000b0034619197cb1mr13220494ilq.2.1693947181552; Tue, 05 Sep 2023 13:53:01 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id r6-20020a92c506000000b00348d652a6b4sm4342171ilg.48.2023.09.05.13.53.00 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 Sep 2023 13:53:00 -0700 (PDT) Message-ID: Date: Tue, 5 Sep 2023 14:52:59 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 6.5 00/34] 6.5.2-rc1 review 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, conor@kernel.org, Shuah Khan References: <20230904182948.594404081@linuxfoundation.org> Content-Language: en-US From: Shuah Khan In-Reply-To: <20230904182948.594404081@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 9/4/23 12:29, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.5.2 release. > There are 34 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, 06 Sep 2023 18:29:29 +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.5.2-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.5.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