From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) (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 DF8FB15667D for ; Sun, 11 Jan 2026 00:01:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768089665; cv=none; b=L/sQS+65d5bBPLiq55UFCqW13KC5n0+oXEbP4GpVc+apnkKsVDfSABVc24zdUIgcCiOIRCiMdIz1ds7SiRHGHJLcnU7TK9UAILTZfFAGJRVyJWP1+z3qAtEiLt5aubVxsa6nKUtTdwg6S+UdLV2Vcu9L7cdteObHYDbRlzpc0bg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768089665; c=relaxed/simple; bh=TgT7TXqiiUawpsaNiDKMNXwBR+EksH8zwxdQ9STFugg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=uP0JI8exXO5Ejy7nC07/JMGC49KUshPhyy3vh5Nqs3hU5KnptidMgV7IIY2+xL/AsuOEzE2uxWkMsrMfd9xaQpijawlio3Szt8eBOBWj9tKwnDraWof5nfzZoppbeCgxvhlSRyTE82ntyG7QaR88OYJL2dTOC8Z2rJprQW0xIlI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=H8/s3ClG; arc=none smtp.client-ip=115.124.30.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="H8/s3ClG" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1768089655; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=Oltf8k1fkrYtGSXqp7FnzUDOJNtaBX0DyT4NgUY6KJY=; b=H8/s3ClG+RMKuHRs9kHNnsHo8Q6vmLT2uBq5S4iLmEw0rkTMKanE4ObYjWT7F1hl99rzRDpP7PfTI4nqYl7B69ch7iDzl99qc7pG5CM0wEWUXmnPjzf/Qf+64Kkc3bo36B8ocSIbhyA2XgURUHDXUzx9Et3jnt66kflWssL82GQ= Received: from 30.180.182.138(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0Wwkx0lj_1768089653 cluster:ay36) by smtp.aliyun-inc.com; Sun, 11 Jan 2026 08:00:54 +0800 Message-ID: Date: Sun, 11 Jan 2026 08:00:53 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] erofs: fix file-backed mounts no longer working on EROFS partitions 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 References: <20260110114703.3461706-1-hsiangkao@linux.alibaba.com> From: Gao Xiang In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2026/1/11 00:42, Linus Torvalds wrote: > On Sat, 10 Jan 2026 at 01:47, Gao Xiang wrote: >> >> But sadly I screwed it up again by upstreaming the outdated [PATCH v3] >> and I should be blamed. > > No need to be quite that harsh on yourself. Mistakes happen, and this > one was fixed very quickly. > > Patch applied. Thanks, Okay, thanks very much too. Thanks, Gao Xiang > > Linus