From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f177.google.com (mail-il1-f177.google.com [209.85.166.177]) (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 11814625 for ; Tue, 15 Aug 2023 00:50:41 +0000 (UTC) Received: by mail-il1-f177.google.com with SMTP id e9e14a558f8ab-34a99d8f40bso1624485ab.1 for ; Mon, 14 Aug 2023 17:50:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1692060641; x=1692665441; 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=K0tOP/Sk6SaxW5EklQ0Kq5WadLaqCBXr2GTwbhwi+As=; b=UD0u6HFzR0/85L8kNBZPJG+bo+aLP7rhkYoiBLwnXuMA/IWoPtBlxPMW7W8pZ8m+rp o4v/O62XRljwATLcarVFjk4n8AqMzI7vy+kAbZaEJBEz/+y/WP3oyxedFclYp8KZTskx 3ODKq+yW85LqrYC4LhHkiBfoP6YazlaH/b3EE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692060641; x=1692665441; 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=K0tOP/Sk6SaxW5EklQ0Kq5WadLaqCBXr2GTwbhwi+As=; b=LfSjuT8W6qTJNOX6fQCxyzYyFGH51pLm5E02YwhFEdDMRtFpFsE3TaqAhbv+IhgZsK oC4s+WmrAXtoHmAXVEWWeYwu5+C2zi2cK/NY94wYl6le2oMReb3rdGsrP7bwZn/Qcu3Q quTzLfhBIzhLPgOP+X7SM2Inu+XdkrLgVUcavOqBG+js6nFUxJbUEZcOTM9cfM2D4u/j VueXDvsLLme9pw61nCB0p2HG15JRwTiFsb5HMV+SxjD7n9mM2rar3aEXzQOrpYAWS2XV jVCnXIlamrn/MLB5V0KX4U86kAneDtLr/xJeY0cIygdfMmvRzBVRXAnGOC++thXFpDuV Zx/Q== X-Gm-Message-State: AOJu0YzFQ1Ng2rXfsl1+G4xTu93XL2c7FK2so+ZYv1UMdWfOkPYEaE1R tbDqp9PBjpyUF/24qN6sGihu4Q== X-Google-Smtp-Source: AGHT+IHlrrS+jS+og76YUa8EoyLSWx0CRIu3vN6zTO5d+dOrQZpvb4VyJhrYCvo/YV3WEBBhqEmHtw== X-Received: by 2002:a6b:cdc8:0:b0:790:c991:8467 with SMTP id d191-20020a6bcdc8000000b00790c9918467mr13076492iog.0.1692060640948; Mon, 14 Aug 2023 17:50:40 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id eh28-20020a056638299c00b00430245071ddsm3309996jab.176.2023.08.14.17.50.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 14 Aug 2023 17:50:40 -0700 (PDT) Message-ID: Date: Mon, 14 Aug 2023 18:50:39 -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 00/89] 5.15.127-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: <20230813211710.787645394@linuxfoundation.org> From: Shuah Khan In-Reply-To: <20230813211710.787645394@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 8/13/23 15:18, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.127 release. > There are 89 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, 15 Aug 2023 21:16:53 +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.127-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