From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 0.smtp.remotehost.it (0.smtp.remotehost.it [213.190.28.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 18CFE12F37F; Tue, 16 Apr 2024 14:30:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.190.28.75 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713277819; cv=none; b=aPUHvBf6ltL57cBrfEcW+HhcrTB8vEukgBfN5BlkoEuxJBEly9pxL07lunoXUa3rbkKpaa++VXRUzdIhfQhdvog5Adwnr1+GkTqkmzTdKUME8K9Gvq7sQsxuFo/Uij85UO55KUd+wMqFla5Oz8CIM1DSckyauK9luYhmBawBxJQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713277819; c=relaxed/simple; bh=ZkxV8cJONvEC4oqWmroqUXltG2+/7sknHrLgfWj8pXo=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=UO8OVSpJYROxUBo333YjiIGpTFO9fu1EXFzPGkCmgE6NluYBE4uA5FzsHtthZGVBmTTLFIAWYaknh9bgsrLvWtJ+9ISNGpzwdg5XWUvavjyC0WXXvj6sl3gdSK5pFDRdhH00qCCCWVtQCA2lLDcy7ORnvi1Bnsbby3e1BOtVrJg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hardfalcon.net; spf=pass smtp.mailfrom=hardfalcon.net; dkim=permerror (0-bit key) header.d=hardfalcon.net header.i=@hardfalcon.net header.b=15x0cU/3; arc=none smtp.client-ip=213.190.28.75 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hardfalcon.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hardfalcon.net Authentication-Results: smtp.subspace.kernel.org; dkim=permerror (0-bit key) header.d=hardfalcon.net header.i=@hardfalcon.net header.b="15x0cU/3" DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=hardfalcon.net; s=dkim_2024-02-03; t=1713277815; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xo6ffTmH4y0k7CSDPOwZQiagenGRC1zqiV3Mx5nwHWs=; b=15x0cU/3Uh61s/TINOQar2aF93sM8A8kJLF4mIrDtw9eG3KrzmwGpc4SQDOulvC12aSCOm 2+L4QRKBmRoQj4CQ== Message-ID: Date: Tue, 16 Apr 2024 16:30:14 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 5.15 00/45] 5.15.156-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, allen.lkml@gmail.com, broonie@kernel.org References: <20240415141942.235939111@linuxfoundation.org> Content-Language: en-US From: Pascal Ernster In-Reply-To: <20240415141942.235939111@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit [2024-04-15 16:21] Greg Kroah-Hartman: > This is the start of the stable review cycle for the 5.15.156 release. > There are 45 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, 17 Apr 2024 14:19:30 +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.156-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 Hi, 5.15.156-rc1 is running fine on a Netgear GS108T v3 (the SoC is a Realtek RTL8380M, which has a MIPS 4KEc core). Regards Pascal