From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (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 2B2BC286A7 for ; Fri, 8 May 2026 05:02:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778216535; cv=none; b=V9hV4kAIaOfmUe65d+lSKOhi/Wdvv5Orb9IgDTR6kWcdo2D0xzVEnZ7udM1p/knOqYVaoK+ieoAAtUO6rpFWIhgLJPodhY08BGPbtj7shZy4gCv8eJSLG4RphZTOkiymDOAUVNl+bmTxR8/k1/kPf9Ga+v6tX5cZE2v0xzcL2Ho= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778216535; c=relaxed/simple; bh=mpBkIq1MjSOdHGTUViUaax+irY8oknIwWJKY/V2zhhI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=ebcgb4c7cGszREQA8Y4veBPTe2Svu9OpxCqacNO4b4eYtwAo1lOiD55UNyh9awNBq2OEzh3AFafF8jksJFUv3VHNmxG6JOGqG1DINK6adSBjzYBIjK0cr9EpHbFB+HLZe1SP/2NjHO+nvNCHk9eaj0SQVJiuSXsHPHKesFZsQHk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ZiEjJs9/; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ZiEjJs9/" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1778216530; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NGn8E3OW/YKp8cv83Ty48wZxRZDisKcg1p7i+wUnfbg=; b=ZiEjJs9/2qI7w8l9R5Ttl04n92mAjOpUJv/WlQwgCidzGGC4Os/xomPAQcSSmONDnPkGeL JfbTEOORYT2mTncUoDbxWmfPgvDcacr9ErwMkkiiYpQTgitqw91qBpYtWCf+QGuaUrWlDr PzNCmI8MSj/9MtNV5dLA8o5l6/1jhIU= From: Lance Yang To: dev.jain@arm.com, mst@redhat.com Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, david@kernel.org, lorenzo.stoakes@oracle.com, ziy@nvidia.com, baolin.wang@linux.alibaba.com, Liam.Howlett@oracle.com, npache@redhat.com, ryan.roberts@arm.com, baohua@kernel.org, lance.yang@linux.dev, linux-mm@kvack.org Subject: Re: [PATCH v5 09/28] mm: vma_alloc_anon_folio_pmd: pass raw fault address to vma_alloc_folio Date: Fri, 8 May 2026 13:01:40 +0800 Message-Id: <20260508050140.49010-1-lance.yang@linux.dev> In-Reply-To: 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-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On Fri, May 08, 2026 at 09:06:22AM +0530, Dev Jain wrote: > > >On 08/05/26 3:52 am, Michael S. Tsirkin wrote: >> Now that vma_alloc_folio aligns the address internally, drop the >> redundant HPAGE_PMD_MASK alignment at the callsite. >> >> Signed-off-by: Michael S. Tsirkin >> --- > >Hello Michael, > >Could you please send the whole patchset or at least the cover letter >too, to everyone CCed on at least one patch? I only got two patches >from the patchset in my inbox so I have no context :) Agreed. The missing context makes it a bit hard to review the individual patches. Having at least the cover letter CCed would help :D Cheers, Lance