From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-130.freemail.mail.aliyun.com (out30-130.freemail.mail.aliyun.com [115.124.30.130]) (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 0BCF235B658 for ; Sat, 21 Mar 2026 05:42:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774071741; cv=none; b=RDeaidox5jnpdYpjY8AVOkhEyheR3+viYqsGob9RLiwucbgKm5rzA7i9RIhGxrDQFZA85c9rIdyI3+ykf0lrlll12vUWBdvmtWs/0+4ybTJd9W+Feu6WoWvL1oO3e24smqu6ntFWQM0NTpe4laccZ8eRFjAmWG0KO3ia8hiBy9Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774071741; c=relaxed/simple; bh=BsxvGpnOTZZTBsycwx1eTNSNFqNGogH7p9ec+XYUr6g=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=M8l8/fZUAlYshgDlaXiJCIpdCFwg59iVr/UKebLGv0i0e4z/xc+0rvG98MI9beFjyJvmbg/wGjaaCM38AQOyhjwvQDgiuaCUjLc2K/MLK2mh6a1NXDBtkay9HnJ37i2pZ1+EN0y2sreJFnICauou0YfN4CQmRLZdKZrnNfSLmcw= 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=Qyike//L; arc=none smtp.client-ip=115.124.30.130 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="Qyike//L" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1774071731; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=cqHkOo1CkSmUfnkTgx/qLORyDrET35rQ2XYf7BvkVGM=; b=Qyike//L6/OR9rkq3rQtxkzNYg3k5hN9C/7e/DMG5/O6sUeArNVmsvi1G+FtnhUzuV3ttwpu9oJ4sDgVsgi6vtVZjFb9jjXZpp25Z+172FpdbCHAcH2JHK9U2au0MwBnqFoRxsJ7kKMdPIafVQ17q1qMU5nCArTp1fIPjtEoDoA= X-Alimail-AntiSpam:AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam011083073210;MF=baolin.wang@linux.alibaba.com;NM=1;PH=DS;RN=17;SR=0;TI=SMTPD_---0X.O.-WQ_1774071728; Received: from 30.42.98.36(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0X.O.-WQ_1774071728 cluster:ay36) by smtp.aliyun-inc.com; Sat, 21 Mar 2026 13:42:09 +0800 Message-ID: <035bd66a-da28-45ad-9ced-c17a2f4e6806@linux.alibaba.com> Date: Sat, 21 Mar 2026 13:42:07 +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 v3 09/13] mm/huge_memory: use mm instead of tlb->mm To: "Lorenzo Stoakes (Oracle)" , Andrew Morton Cc: David Hildenbrand , Zi Yan , "Liam R . Howlett" , Nico Pache , Ryan Roberts , Dev Jain , Barry Song , Lance Yang , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Kiryl Shutsemau , linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <98104cde87e4b2aabeb16f236b8731591594457f.1774029655.git.ljs@kernel.org> From: Baolin Wang In-Reply-To: <98104cde87e4b2aabeb16f236b8731591594457f.1774029655.git.ljs@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 3/21/26 2:07 AM, Lorenzo Stoakes (Oracle) wrote: > Reduce the repetition, and lay the ground for further refactorings by > keeping this variable separate. > > Signed-off-by: Lorenzo Stoakes (Oracle) > --- LGTM. Reviewed-by: Baolin Wang