From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (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 035881EF0BC for ; Tue, 7 Jan 2025 15:48:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=18.9.28.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736264899; cv=none; b=WMn+XCisXqDd7yRFnl3npmEhrtBjG2TCyEY14twBQrHyhW54vIwXkVhdPbUs53xi75e8kh/h+TGfdNn5tmTeRGgxFiuxsOjWOS0y+eGW4l0SlSXOhUeblgpcnSGcRcJM+CzS/S0LFEw9dWKk286DJpOZTvabyhJvNmPgmC3iId0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736264899; c=relaxed/simple; bh=arw4+eIVMSjyHfkBpsvPWs5ofGbKcylUPm+oR9cKgDA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lRlXXHqp6ItgvkGqsZ2nRw4oROpzprxEZj5o0cDh4FeprnI7V3GtsA3Yy4mTsTitkXxZqe6w+S7Rz/V6EiC+jFdQZG9x3DvVmj8pcBJjHbHocB+eML+PjkOKorY/fhw6wYQ/cvW+gn/tXyltAHZqVdmgs5gBar0cB20+qMqrdXA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu; spf=pass smtp.mailfrom=mit.edu; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b=aM/1tUnR; arc=none smtp.client-ip=18.9.28.11 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=mit.edu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mit.edu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mit.edu header.i=@mit.edu header.b="aM/1tUnR" Received: from cwcc.thunk.org (pool-173-48-117-112.bstnma.fios.verizon.net [173.48.117.112]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 507FlQQE014374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 7 Jan 2025 10:47:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1736264851; bh=pTkPnRIivp/J3hHqJubO2HwG8q7UId1odX55pklegn0=; h=Date:From:Subject:Message-ID:MIME-Version:Content-Type; b=aM/1tUnRmEKja7cvfzjDVcZVAUPNWac7IAXZoCFBm67NaqORVqD67R3dgnIin4qo+ A3FRcsOR+AGS8V10kLbz9IB1bhbeRjfXLJKc0WJBPY2bSweukS1mRKBpXWNeKz5ksg uIQ0bGMUVRiGAPcVvzeC+l3Ofsk7Y7dEp0Onatq4Yxf5zyHpk2ZKHOEu/u2E4Mtd7v RV8Dj/jDJsUfIPZO3E7Sb3qZhqABjSrctjfLe6kaQFtmW3sCTiKHsSLps0BL91rPPy burmFCOxD0NJRHrLJOGe37pxcekkP5V5Y7VSjoWp1xuZaydqIiL+MOAm7T+81AQaKt NqSuW7Zz2FBXg== Received: by cwcc.thunk.org (Postfix, from userid 15806) id E798F15C0108; Tue, 07 Jan 2025 10:47:25 -0500 (EST) Date: Tue, 7 Jan 2025 10:47:25 -0500 From: "Theodore Ts'o" 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@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org Subject: Re: [PATCH 6.12 000/156] 6.12.9-rc1 review Message-ID: <20250107154725.GA1419052@mit.edu> References: <20250106151141.738050441@linuxfoundation.org> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250106151141.738050441@linuxfoundation.org> On Mon, Jan 06, 2025 at 04:14:46PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.12.9 release. > There are 156 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. No problems noted for ext4 with 6.12.9-rc1. I don't speak officially for xfs, but I didn't notice any new problems there either. Cheers, - Ted