From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 AB3EF3033C9; Thu, 2 Apr 2026 12:04:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775131460; cv=none; b=Qb+NWinNPosWawnCVfhP0Mv69idPwpDYHvKT/PUp5ezXYHDsZGTp7ILMD923jADoiTYaJQlz9aY7Ig0jAJMHIcCiRXtUWRNgurWc8kva0ry2Mqf4jigidWRNKdb3C9TNon4yKsEUpiMYSGpNi294KNHi20SYFlhbNv7Sye8kvoI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775131460; c=relaxed/simple; bh=H/DI+0QnOH85c92H8OUlR+gys18QWjeEFzHofdmAGpo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=YdVnfpL5LVS9NpEalkXRQiK3EzdL5x6kfx9UbHpwmE+0S93ylNF/AiKRvtCf2dv1C2oDg56sMSvs5zElm/Y/CnXP91z2W0s3totj6OkmCs+Wqdjtt7Vc9Swkd2AbegT1b0WeDByGCtkpNuIi+UVVWVHCuzrQwh6s06qSy9Q+mOY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nfhhyVM8; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nfhhyVM8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93591C116C6; Thu, 2 Apr 2026 12:04:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775131460; bh=H/DI+0QnOH85c92H8OUlR+gys18QWjeEFzHofdmAGpo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nfhhyVM89DqswI3M9I2xSvLBBk1ebumAhGGU2JABufqa8g402SaQle+37lzxoAPU0 VnehrJS2lz171byVu9fWltAp9w5F2EcFxJ17rs23Ya32LXV8w+Th83B85x74j6OLl2 ifHGCbLA5mF2e/dFo8lrw8nj2xbmFMNM04bhGqNGPWIdo2P9aI82VFKGxgoUdlQowU 6587Jn56jr8eFM9uJ8ysZDYHnzLst12dIBft6OjTZbUE6R4z0+XtLdQPh/w7eL9x3J wdDklDupl8Co9RSry/prrJbBTXgwVBfO9OH0KBT9K4HPlLWrY6WKr7+6oWTLdWUhcw sUUeu0Ir89HKw== From: Miguel Ojeda To: gregkh@linuxfoundation.org Cc: achill@achill.org, akpm@linux-foundation.org, broonie@kernel.org, conor@kernel.org, f.fainelli@gmail.com, hargar@microsoft.com, jonathanh@nvidia.com, linux-kernel@vger.kernel.org, linux@roeck-us.net, lkft-triage@lists.linaro.org, patches@kernelci.org, patches@lists.linux.dev, pavel@nabladev.com, rwarsow@gmx.de, shuah@kernel.org, sr@sladewatkins.com, stable@vger.kernel.org, sudipm.mukherjee@gmail.com, torvalds@linux-foundation.org, Miguel Ojeda Subject: Re: [PATCH 6.19 000/342] 6.19.11-rc1 review Date: Thu, 2 Apr 2026 14:04:12 +0200 Message-ID: <20260402120412.116239-1-ojeda@kernel.org> In-Reply-To: <20260331161758.909578033@linuxfoundation.org> References: <20260331161758.909578033@linuxfoundation.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Tue, 31 Mar 2026 18:17:13 +0200 Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.19.11 release. > There are 342 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, 02 Apr 2026 16:16:56 +0000. > Anything received after that time might be too late. Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64 and arm32: Tested-by: Miguel Ojeda Thanks! Cheers, Miguel