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 D568B1F0E25; Fri, 7 Nov 2025 12:47:52 +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=1762519674; cv=none; b=B8jlRlm1Tz9fbXYkJYPUyO5Q/8OEJ47XMhMFVI3SLmHI0dK7e42eMFhWafO275G9B8N78qChyLUzd/Z4fo1hhATMIEwQHYKeIoGeTGGvFW5RGrvZqPMVlSPj1p0nCjkWRUnv1mjKbx+c6qZdUBuVhqrFXgUbKkb8Pi3dBjBhBk0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762519674; c=relaxed/simple; bh=CEgc/NS99qazVHAQDfHLiodJedpBCIz4nJU1UO0mzdA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Eh7nW+aqMwMcfGGfveEMGLWy5fudjBqd/Uvs4MDwRY5Q12c/3PDxUFKE8BvrfVLKCBhkoFC6GAlZlCfgcpfTSORxfO30Mp2x3iNRFY+0730V1c+3Vw22n5GGJgqlVbGqpOveO2CWS3WxgP2nv9RdQHgu8wbAD1HB1ToadqbyAxI= 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 4BB7C1515; Fri, 7 Nov 2025 04:47:44 -0800 (PST) Received: from [10.1.196.46] (e134344.arm.com [10.1.196.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7D2A93F66E; Fri, 7 Nov 2025 04:47:47 -0800 (PST) Message-ID: <11205aed-007c-4eef-ae84-5f7b2d27fc9b@arm.com> Date: Fri, 7 Nov 2025 12:47:46 +0000 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 00/33] arm_mpam: Add basic mpam driver To: james.morse@arm.com Cc: amitsinght@marvell.com, baisheng.gao@unisoc.com, baolin.wang@linux.alibaba.com, bobo.shaobowang@huawei.com, carl@os.amperecomputing.com, catalin.marinas@arm.com, dakr@kernel.org, dave.martin@arm.com, david@redhat.com, dfustini@baylibre.com, fenghuay@nvidia.com, gregkh@linuxfoundation.org, gshan@redhat.com, guohanjun@huawei.com, jeremy.linton@arm.com, jonathan.cameron@huawei.com, kobak@nvidia.com, lcherian@marvell.com, lenb@kernel.org, linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, lpieralisi@kernel.org, peternewman@google.com, quic_jiles@quicinc.com, rafael@kernel.org, robh@kernel.org, rohit.mathew@arm.com, scott@os.amperecomputing.com, sdonthineni@nvidia.com, sudeep.holla@arm.com, tan.shaopeng@fujitsu.com, will@kernel.org, xhao@linux.alibaba.com References: <20251107123450.664001-1-ben.horgan@arm.com> From: Ben Horgan Content-Language: en-US In-Reply-To: <20251107123450.664001-1-ben.horgan@arm.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit This is a v4. Apologies for forgetting the version number! On 11/7/25 12:34, Ben Horgan wrote: > Hi all, > > This version of the series comes to you from me as James is otherwise > engaged. I hope I have done his work justice. I've made quite a few Thanks, Ben