From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9EB37CCFA05 for ; Fri, 7 Nov 2025 12:48:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=i09b4mFA7xw4plKuGu80sVAt+8eynQi8BA7ibZREf5M=; b=g8QP+8UKLiN55WBUmafqVIPIei VjEcF5ZuGw5CKYJE4swsZLfpn9G+mAxrGSDnhn+Z78OeLhaOOovJlcN+7bQrFXiM/SljyOhPw/KW9 SPkecqQWh42Y4R0tGilAwGDmdG8hUoxWcQYyf+QcFw3mh1GxrvjH0UkYQYZ9Pngk9GvhYg1loHyr3 eoVzbSdu3JX9wYzWyBS4P/rFTNPGlN+ZnQwX2xt2I5XIPNFveZffIk498MN5tFTTCMWkftkhoLRU6 luswM5b2o3njk79XiSBd+29FxHFYLDs5DfpSlrXK9LGDHoEs1Le+DDoGC80E2T/zlKQnqTE5qX9MW 3PmNAm1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vHLsh-0000000HMGK-2CBt; Fri, 07 Nov 2025 12:47:55 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vHLsf-0000000HMG0-2PlR for linux-arm-kernel@lists.infradead.org; Fri, 07 Nov 2025 12:47:54 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251107_044753_656421_F830115E X-CRM114-Status: UNSURE ( 6.36 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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