From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 454694DC6B for ; Tue, 1 Aug 2023 20:21:44 +0000 (UTC) Received: by mail-io1-f65.google.com with SMTP id ca18e2360f4ac-7748ca56133so55074139f.0 for ; Tue, 01 Aug 2023 13:21:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1690921303; x=1691526103; 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=vWGP9BeLTMzvWlvC1x6kX/MLAb6wyiLuscMm6B5HJhI=; b=SB+yJXF9E325EtanROvy4JEKrcCexVyZRSlfTIQt4uPEyotPAqrMDbTf1CTXs7eFBX 0LH7nn4ogCoZqaTfQ/MmhG162Dij8g1dl/g6YD+AV2lMEWJwsZa2qFj8ZYKrZQqGiIHX Or3QGfIj97rQSLIcHuHDDGMo/SkssMt0oF2Fc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690921303; x=1691526103; 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=vWGP9BeLTMzvWlvC1x6kX/MLAb6wyiLuscMm6B5HJhI=; b=aFHiCaX4PNdiPA0utHAF5qvmgG2KFO7dpAGROa4od2K9vJhFZGbWCqF8cQvu8JO3BP LpWfkbutQYB5lFEz7XVVGljVHtSeWgG3b4irG5kj4hiNPSZhn0W4clWEpXXc5cx6s0JQ evZbSwq6fgRkiVaqu9phj8L2s2IKAg+lAutYk0dRaBf3CfvQP3aL9Y9tSKRojXeZXPlZ xAv0ydJWSPazNVoUKSKNluaiD40Uz4TrmGTj5Qxlk2igS3p1U5Y5N7Pr+TE0iY7wRoex hVBmIBv8ClH8ottfpQRnYzjNvPioDzOr2ZvnBBsReUdO8zFhBHkQP43eG63bnAPdkEev 3GQg== X-Gm-Message-State: ABy/qLYvQvWbz5oLfhcXGOl0MkuAEinJ4OnYNKe82nv+oEDYVk/wu8Ch rHwTouoFHemPLMw0/8NqkPcMlg== X-Google-Smtp-Source: APBJJlEG7CLPzM6d/ScSfm0rELXCLf28lq0W7i3UWqfhg6X2Aa3MIwDj5yD41cSlPkz0Qfy4yqeQ/g== X-Received: by 2002:a05:6602:2b91:b0:77a:ee79:652 with SMTP id r17-20020a0566022b9100b0077aee790652mr15320953iov.1.1690921303256; Tue, 01 Aug 2023 13:21:43 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id s18-20020a02cf32000000b0042916ad15bcsm3823190jar.31.2023.08.01.13.21.42 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 01 Aug 2023 13:21:42 -0700 (PDT) Message-ID: Date: Tue, 1 Aug 2023 14:21:42 -0600 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: 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 5.15 000/155] 5.15.124-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, conor@kernel.org, Shuah Khan References: <20230801091910.165050260@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230801091910.165050260@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 8/1/23 03:18, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.124 release. > There are 155 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, 03 Aug 2023 09:18:38 +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/v5.x/stable-review/patch-5.15.124-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-5.15.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