From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D353A310784 for ; Wed, 19 Nov 2025 18:06:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763575597; cv=none; b=RX6prRiU/JQ+GXBVVSdmES/hFwWd67l+/qKdaAXYUZ/OgVakXXmgEbXmGGqlxvI5fMDCoYg1SYBYDNUdVxIwfCXmoQlJYrUCzJV2GicJU+7JSYhlgsbmQQbyA64FabuTS6IzGTMbEjqpYqFLyKMzZuFMZTQ0lFdpBbm9qNgspOU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763575597; c=relaxed/simple; bh=sb50WuFeQUivtXo3uWe8NMIc8pv3YktwKPp/5KGWljg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VVzpsT6OApJlLANtfU7PsflTiF9PMhTObYcD6BQriNHM6YDKtZKRbfaxYYrClkoozLyq9MDj5xYm70vdj/ofNB8RPJ21sH7XYJYdfy3E/Qtx8gegABG44ldBIGxesbCT0wuJ93xw28FYuROYB2x3NoBTBgOcFNARdpUqrcyLWGE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 02B9CFEC; Wed, 19 Nov 2025 10:06:20 -0800 (PST) Received: from arm.com (arrakis.cambridge.arm.com [10.1.197.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1C7D03F740; Wed, 19 Nov 2025 10:06:25 -0800 (PST) Date: Wed, 19 Nov 2025 18:06:23 +0000 From: Catalin Marinas To: Yang Shi Cc: Dev Jain , will@kernel.org, ryan.roberts@arm.com, rppt@kernel.org, shijie@os.amperecomputing.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm64/pageattr: Propagate return value from __change_memory_common Message-ID: References: <20251112062716.64801-1-dev.jain@arm.com> <20251112062716.64801-2-dev.jain@arm.com> <3aa3558d-cfc6-43a1-8c73-9b01ed1e2b3e@os.amperecomputing.com> 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-Disposition: inline In-Reply-To: <3aa3558d-cfc6-43a1-8c73-9b01ed1e2b3e@os.amperecomputing.com> On Wed, Nov 12, 2025 at 02:27:49PM -0800, Yang Shi wrote: > The fix looks good to me. Reviewed-by: Yang Shi > BTW, I think tools like b4 which I use to apply patches will ignored the reviewed-by tag as it's not on a separate line (I haven't checked the latest b4 version but I've seen it happening in the past). -- Catalin