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 140238F48; Sun, 1 Mar 2026 18:35:43 +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=1772390144; cv=none; b=rmS7UXWXnCdhaymFwswt/r5BzQwCFXuZLbQ+4Pw6pxWOzQqfFdwUr0cyRtigyCNIxgBeorDOkPej+NlVUX0KtHYTi8JBpXcI732zxShXA5gyjwoPd27KudIB9CEkTui8skOeATQTniy8uvWE7JdShHSB/Ls9fcJKwXYKFTo4neA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772390144; c=relaxed/simple; bh=oj+YulpikB1uFi94WPItGqbVjjllwsHzoozkfVq7F+M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=bUIbfsW/dTjoI8F+qRfbNZTTYZGlWvKBXfQ0X1bBTFDkDMIQsH5eMVbkjxu7+DXMvefURiyuH0/tlQi5qJ44wfpFDn1hzY1/ao3SZ9O4OW2AU4SrOwtETYBneqUGss5QwmvgA0E/LriOlA2vfaO3xEwnsT+RciBpsLS9WEe86XA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eic81z1w; 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="eic81z1w" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E03FFC116C6; Sun, 1 Mar 2026 18:35:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772390143; bh=oj+YulpikB1uFi94WPItGqbVjjllwsHzoozkfVq7F+M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eic81z1wP0qWjJX4cBcBILfHCBmQ5WE/2BqxdOLcFh+YZnz9t1YZxQWyUpb0J/6AV h4jzZRVm9ln9eBw91Ha9v6kpdsUFaTZT1AN+IcVJZK587MUbaQDoOxyEC8PinR+M/t KAElE/1kmCy65HVNMtoVexv+eKte06c2X5ELs3EFGASwXOu8YSIXshQ9ovoaWmkA74 6OVIB+DctXapAVw//8bbgJwAQiWZXXuxf7GMYljaIRcnyRSx1HpSswYNAG3xdgUspt 9IKtuirYI9qIxML3PDzrQfPsMo2u98KX4TgtiUhokKw00FDbDx4/rh7FBU4ODqMOF0 8ymb10Hs/9D5g== From: Miguel Ojeda To: sashal@kernel.org Cc: achill@achill.org, akpm@linux-foundation.org, broonie@kernel.org, conor@kernel.org, f.fainelli@gmail.com, gregkh@linuxfoundation.org, 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.18 000/752] 6.18.16-rc1 review Date: Sun, 1 Mar 2026 19:35:30 +0100 Message-ID: <20260301183530.178726-1-ojeda@kernel.org> In-Reply-To: <20260228174736.1542240-1-sashal@kernel.org> References: <20260228174736.1542240-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Sat, 28 Feb 2026 12:47:35 -0500 Sasha Levin wrote: > > This is the start of the stable review cycle for the 6.18.16 release. > There are 752 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 Mon Mar 2 05:47:08 PM UTC 2026. > Anything received after that time might be too late. Boot-tested under QEMU for Rust x86_64, arm64 and riscv64; built-tested for loongarch64: Tested-by: Miguel Ojeda I am seeing a trivial Clippy warning on Rust nightly -- we will most likely send a targeted backport to clean that one: https://lore.kernel.org/rust-for-linux/CANiq72nWYJna_hdFxjQCQZK6yJBrr1Mb86iKavivV0U0BgufeA@mail.gmail.com/ Thanks! Cheers, Miguel