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 5CE22303A01; Tue, 9 Sep 2025 06:42:00 +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=1757400120; cv=none; b=m4rYRohc10RQRQqyYqkIun+HiPv+dyRvSf7d6/pKfMNsEtHIZDuC/zHL2m7iECgJ+P28O0nMavkdCG/Yi7naf0ASO0FaePDB9ZAfYmc7n67ohr1LOO8BxnEjppx/gwW5nxMZfXXkutgFZzrWpUzOqBQxZJVrh5qlTDvbi7NTej0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757400120; c=relaxed/simple; bh=z9USPhHY+9Jdat5kLEGPJra+nU71S84ypnUOyEpudyU=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=BGAyj295o2T9jArpQoXxsNLzDyjFAx2qVCk7/zw8Ahvsg0ZD/rNU4ntnVfJz16ZHr+TEXIF36yzV/UFUaLMl8j8CA73tqqIieFvSVmeNyvoZ7PbBAzhETWIbrPVoyeuKg96JbKzWqJkilso+YNtUIPvN72XTOwrKD+hB+QiWquA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=i6eCdJim; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="i6eCdJim" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1D94C4CEF4; Tue, 9 Sep 2025 06:41:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1757400120; bh=z9USPhHY+9Jdat5kLEGPJra+nU71S84ypnUOyEpudyU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i6eCdJimsH7UduTxeneMp12UCWtoA686ChRmjfa2V41DB9KViGwygBjNs2mPN4gYd xFa6ux6/vPlFwRaAyjcA+Jo20+xRxOkFhdkTj3m1+/GCa77hnN+t7tQCdMNkkyQGrl dZK0O1Irshrlw0ro5kpeFROad4MAdnzpVg9iTf+Y= Date: Mon, 8 Sep 2025 23:41:59 -0700 From: Andrew Morton To: Youling Tang Cc: Jan Kara , Matthew Wilcox , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, chizhiling@163.com, Youling Tang , Chi Zhiling Subject: Re: [PATCH] mm/filemap: Align last_index to folio size Message-Id: <20250908234159.01dcceb3be97d4db541cf686@linux-foundation.org> In-Reply-To: <953544be-1be5-4745-a027-e8c0be7b027d@linux.dev> References: <20250711055509.91587-1-youling.tang@linux.dev> <20250903155046.bd82ae87ab9d30fe32ace2a6@linux-foundation.org> <953544be-1be5-4745-a027-e8c0be7b027d@linux.dev> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Tue, 9 Sep 2025 14:15:12 +0800 Youling Tang wrote: > I see there are two fix patches for my patch in the mm-unstable > branch, should I send a v2 that incorporates these fixes, or is > it not necessary? That's OK, thanks. Before sending upstream those -fix patches will be folded into the base patch and appropriate changelog updates will be made. So the end result is as clean as we can make it and the various updates are shown.