From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (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 8DBC731B80E; Wed, 18 Feb 2026 12:50:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771419040; cv=none; b=Vro07QcXTZZ8c6W6iOsu+NwPoDrvSWkv8laleVrm60qVYL1Y0iLAqtL4gKizyP6hnlbi7zEzqROlFDJiKXclQtfyELQRLgshuDl6vIt+PBZ27Jwk9KEL6XE7D99kfrMyH02FFO4xIZsUJkGW7DX6ECXM9F/3gd5dy5trygS2OxI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771419040; c=relaxed/simple; bh=joV75nZy/dUKvGJNhO3qZ8u2dUmVZXHTBbK0GiOq8ts=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XuOZzFCIpokuDuNdBWbrF2sCAEA9WeTvrfypotI4bPdJ+BJt7Vkxnw/sa1hRhwXXLOSnk6StcZyoHVWvwCdJQo7W4Brh0ZCjVqYbzLRGrrEUMP2PTMNd7pLs7KRLZSqzEObeyUBunau72PBFHiUpDOPKs7gzLRTDNitadC0GdII= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=GHPt59/b; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="GHPt59/b" Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 2507B1F952; Wed, 18 Feb 2026 13:44:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1771418646; bh=ceeNkt4Jqy0bSQ54PkCpY6TYVZ59k2Cc+x31v4lu2Ww=; h=From:To:Subject; b=GHPt59/b3NCKCGJJpHxjmXDicEO6Hi24Kn/QTvlNGVTOpskzNpDwbgSzSyO890p8t 8ibZwmTmQMOFZLhnCjwpIqI/RBFE3CoZtMjp+1NaDANEWpfP48tGMRg6XjLh/O6VyC hYnVZCFnqkyAgQwGZy8jX17RR3WkW4UrgPaHjGol2sfxkFDKFclHBeIZMHG3LCHPnw toFcy0BoiV4yRv04WWj7jnIpmmAT0kwYYoLUW31yzheGA42zk2hvfRBz5mOCHzgQ0a 86ppEGryw8swIg0Hx35hhyHf3xCiw4bqtRhOc7IyBpjoxL5fWQEoFFO29tVhBV7HsQ hBcBqZvcw6q/g== Date: Wed, 18 Feb 2026 13:44:02 +0100 From: Francesco Dolcini To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, 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@nabladev.com, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org, achill@achill.org, sr@sladewatkins.com Subject: Re: [PATCH 6.1 00/64] 6.1.164-rc1 review Message-ID: <20260218124402.GA91358@francesco-nb> References: <20260217200007.505931165@linuxfoundation.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260217200007.505931165@linuxfoundation.org> On Tue, Feb 17, 2026 at 09:30:56PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.164 release. > There are 64 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. Compiled and tested on - Verdin iMX8MM - Verdin iMX8MP - Colibri iMX6 - Colibri iMX6ULL - Colibri iMX7 - Apalis iMX6 Tested-by: Francesco Dolcini