From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailgw1.hygon.cn (unknown [101.204.27.37]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A21EB34CFDA; Fri, 12 Jun 2026 06:04:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=101.204.27.37 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781244267; cv=none; b=hXUNU02OGsEqksUSwHiHelrXXpjcNVtiza4UfW1XxEqrHDd2V+r5ornz7hqz39OzUIX4hFSNj7Y5NWeOnJgrMLq2PvsxqZ4sxocsomB2higFSyM1g1Jf41MBdtpHy2K36W04WkW1Emx4m85NFIfB10XqC+94+/pTILifSCWeObM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781244267; c=relaxed/simple; bh=JR4/NPp6xduf8TZbLaNbp0R8f75Pk6UDMh5YcyCee6Q=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WPolrlc0R35qhFk2Qx9rKvuTkVvLqevtkYsCihRtBIV6x/xEIraWeSc+mWzVfcTCNkXj8XyM+lGmEU93r3wMHvK/TC2ossG9TK5J3Jm/EIEMEBVfBC0wtGbMnqssZQB9vLSyl6J9BkuXMPs99/fOTkGFER9B66iUPy4rSzg0ufI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hygon.cn; spf=pass smtp.mailfrom=hygon.cn; arc=none smtp.client-ip=101.204.27.37 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=hygon.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hygon.cn Received: from maildlp1.hygon.cn (unknown [127.0.0.1]) by mailgw1.hygon.cn (Postfix) with ESMTP id 4gc89067rlz1dd8B; Fri, 12 Jun 2026 14:04:04 +0800 (CST) Received: from maildlp1.hygon.cn (unknown [172.23.18.60]) by mailgw1.hygon.cn (Postfix) with ESMTP id 4gc88x6nQCz1dd8B; Fri, 12 Jun 2026 14:04:01 +0800 (CST) Received: from cncheex04.Hygon.cn (unknown [172.23.18.114]) by maildlp1.hygon.cn (Postfix) with ESMTPS id 777DC7896; Fri, 12 Jun 2026 14:03:43 +0800 (CST) Received: from hsj-2U-Workstation (172.19.20.61) by cncheex04.Hygon.cn (172.23.18.114) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.36; Fri, 12 Jun 2026 14:03:57 +0800 Date: Fri, 12 Jun 2026 14:03:55 +0800 From: Huang Shijie To: Lorenzo Stoakes CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v2 1/4] mm: use mapping_mapped to simplify the code Message-ID: References: <20260611061915.2354307-1-huangsj@hygon.cn> <20260611061915.2354307-2-huangsj@hygon.cn> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-ClientProxiedBy: cncheex06.Hygon.cn (172.23.18.116) To cncheex04.Hygon.cn (172.23.18.114) Hi Lorenzo & Pedro, On Thu, Jun 11, 2026 at 04:52:54PM +0100, Lorenzo Stoakes wrote: > On Thu, Jun 11, 2026 at 02:18:57PM +0800, Huang Shijie wrote: > > Use mapping_mapped() to simplify the code, make > > the code tidy and clean. > > > > Signed-off-by: Huang Shijie > > Yeah as Pedro said this one could just be sent separately, and I in fact > suggest you do that :) So: > Thank you Pedro and Lorenzo. I can send a separate patch later. Thanks Huang Shijie