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 1A6BB155389 for ; Sat, 10 Jan 2026 07:27:58 +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=1768030079; cv=none; b=RV0ZEKgW1a5jPs7K4lR4NR80TVYNuVjTfttQ5iKr7pHG95Pzy3tRYF4HySCSlZoW+oMjvl7lm+6VMNSIX2E+xZatxwIP2TjBdLRDyk17DC0+t8djZPo9lOqFQ9gX5eAY/0OR2YA6BDOOOxeDYXLqxqy0sHjAExK/yNoCxQ8hIuI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768030079; c=relaxed/simple; bh=f4fXI2upeTBI6F7Pio3h5Q6G/PFsNcsmTz/C4Klt41s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=U85G1edocyXKYRWxYns+z7Eo2cbw8kbWU1zaOONAHS/bhpBi8stIfFX77I1z0xOfQ10G7yyow7KchORodY4/8LxSx1e/DI+oZ9uM0mjCxrkJQoPTbDTTEsOlnbldA2J2+1vjwqj+cGV6qXvzAE1j71dGSLqV1WTf6Z2d5oVjfd0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=BO/yX0uV; 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="BO/yX0uV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0C6CC4CEF1; Sat, 10 Jan 2026 07:27:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768030078; bh=f4fXI2upeTBI6F7Pio3h5Q6G/PFsNcsmTz/C4Klt41s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BO/yX0uVKgwSNzZI5p2XV+ZsvppCrl7MdfNPaKI6sTkyV9l7AvugomVQ6Wq9Pjado UujPEZoCTSRGqqr+EUSrv4xFkfV5vGapB7DhmTEFnBDYdwC9wez/KH6aDuwWFdygNe cLQgX4LyotLdi1THBMltSoA0BjRVu/Wt+nYUbiD6MRdlaIFUJndkYOekUt7Cp1WqFV u949MUfSus7BDA4xsXHazCjJ2f5ffU+TU+/+oeXE42nn2po5L0noYU4oOelLJExNk9 DRWoR4OtxKRRPXh8SDVd/dnutBeharWHLuIv8VJSyyJ8UAK8ZNNCRH4omPfehE3rai MbBa7jTVD5qSQ== Date: Sat, 10 Jan 2026 15:27:48 +0800 From: Gao Xiang To: Linus Torvalds Cc: linux-erofs@lists.ozlabs.org, LKML , Amir Goldstein , Alexander Larsson , Dusty Mabe , Chao Yu , Sheng Yong , Zhiguo Niu , Christian Brauner , Miklos Szeredi Subject: [GIT PULL] erofs fix for 6.19-rc5 (fix the stupid mistake) Message-ID: Mail-Followup-To: Linus Torvalds , linux-erofs@lists.ozlabs.org, LKML , Amir Goldstein , Alexander Larsson , Dusty Mabe , Chao Yu , Sheng Yong , Zhiguo Niu , Christian Brauner , Miklos Szeredi References: 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=utf-8 Content-Disposition: inline In-Reply-To: Hi Linus, Very sorry I sent an incorrect pull request which used an outdated PATCH version (I just manually applied tags on the incorrect version, but I didn't realize), I shouldn't make the stupid mistake in the beginning. Someone reminded me the mistake just now. Could you please apply this pull request, I promise that I won't make the similar fault again and I should be blamed. Thanks, Gao Xiang The following changes since commit 072a7c7cdbea4f91df854ee2bb216256cd619f2a: erofs: don't bother with s_stack_depth increasing for now (2026-01-10 13:01:15 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.19-rc5-fixes-2 for you to fetch changes up to 0a7468a8de7a2721cc0cce30836726f2a3ac2120: erofs: don't bother with s_stack_depth increasing for now [real fix] (2026-01-10 15:13:12 +0800) ---------------------------------------------------------------- Changes since last update: - Revert the incorrect outdated PATCH version - Apply the correct fix of "erofs: don't bother with s_stack_depth increasing for now" ---------------------------------------------------------------- Gao Xiang (2): Revert "erofs: don't bother with s_stack_depth increasing for now" erofs: don't bother with s_stack_depth increasing for now [real fix] fs/erofs/super.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)