From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 0DB0B420484 for ; Wed, 15 Jul 2026 13:01:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784120471; cv=none; b=j8acqEwttouj8iqx+n4o0DpTX11sTlSZyMDH7I8V9LRKnqN5RvTI3XKpFztu2cQtPtzSxLoGS653NW+D3YYg2TcIwFjn9gYk7t+BO6evEXP7RtOaQ+N+FQDPCCIum5ASFZcpT4QOS6dhfYjBxaweY5xvccX2KqiuBELooS+ZsPU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784120471; c=relaxed/simple; bh=IDrm+VYeReetwZA1T7ifw7sqtK6junAZMtNabqV/j1Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ByMdt9jvBPfi/ETNNKh8tp9LtLjGEcGKuWHAsOYMRKq4zF8JYMNm2EgzRMuvpq6+1WfRPBTBjEu5wfrJXWUbpVaA8SYqPIN9L/26eouKwpryzPiGtP6SCcVELI200RbChMHdcLUAOnIrh9a89Gdsa3OO7nMrwS4uVQ7zfznaK00= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nUXWYJg0; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nUXWYJg0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD6F31F000E9; Wed, 15 Jul 2026 13:01:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784120469; bh=yomLt5MYeBxxDvtOrB2iJXb6Q+rhw/2kN+Xp7CuMTK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nUXWYJg0hSRTg8is3/pkFQSP6N7vN4SMoHhTbFl7n8KL5p7op5sqqQB4CndiUvSXg UJeUUkwp/pIncdHUrZ5+30xi8M/8MLnBxpMhRZp+WAPU7b3lyy1D/suZZEjKgt4j/U 8wenaMQd8eCOqj+ujwl6jz9HEHDN9xpOwIKRYBSqEJTLNSCOLYjUuAJ1EVLE+W0BPi EHbxnebk5uGSatiLdawl1i0me0Fxs1/SzBAsgxplOfCH2Zhr6oy8t3csqQVW+jePLu 6yyeCENQA+wxrWN+64GK3GRtLjX65UtZhxsneP6UEpp5IlxjxEg5WVhOayULgZZvcV e0CFrKFSdtPiw== Date: Wed, 15 Jul 2026 14:01:05 +0100 From: Will Deacon To: Ben Horgan Cc: "james.morse@arm.com" , Catalin Marinas , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Fenghua Yu , Guangshuo Li , Reinette Chatre , Dave Martin , Andre Przywara Subject: Re: [GIT PULL] arm_mpam fixes for v7.2-rc2 Message-ID: References: <1d22f80d-34c0-4e8f-a9a7-3c527fb97232@arm.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: Hi Ben, On Thu, Jul 09, 2026 at 05:23:38PM +0100, Ben Horgan wrote: > On 7/9/26 16:48, Ben Horgan wrote: > > I hope this method works for sending you MPAM changes but please let me know if > > you would like them some other way or I've made a mistake. It's not a signed tag > > as I still need to sort out my GPG key. The change authored by be me hasn't got > > an Reviewed-by's or Tested-by's but it's been on the list since the middle of > > May and James is on leave. > > > > Fix the reset values for two MPAM controls that are not known to exist in > > silicon. Fix a NULL pointer dereference on the driver teardown path. > > > Sorry, this is a retake. I forgot to add my Sob on the patches. > > The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda: > > Linux 7.2-rc2 (2026-07-05 14:44:06 -1000) > > are available in the Git repository at: > > git@git.gitlab.arm.com:linux-arm/linux-bh.git tags/mpam-fixes-7.2-rc2-RETAKE Thanks, but I'll probably just pick these from the list given that your key isn't sorted out yet. In future, it's probably easiest if you go down the route that James used to tread where you collect the mpam patches up and then send them out as a series (with your SoB added and with me and Catalin on cc) once they've been reviewed and you're happy with them. Then we can just grab 'em that way. I think that's probably easiest to start with, but we can revisit it if the number of patches becomes too much. Does that sound ok? Will