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 0DB5F2FC894; Fri, 10 Oct 2025 16:53:58 +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=1760115240; cv=none; b=W8Jv2rvZoCus5y4k1viulfST4Iu+lMCmMiwH/4H1cQmRdXDApklmVOSfOeOA2Bzev6+mpFiJakyaJiH7VjghYe42GERiXbT1mwgfiTZTV//DiOCMEfA/pV57zSJSlfh2PinlwFLsGjEcF70UGBSrid9Qtx7v63Ma10fg7eHTnyk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760115240; c=relaxed/simple; bh=l+L2jqpIIGXviOosZ/ozE/ishm3DCEiYFB7+xHFcgOE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=CoZwdWcyM6qv13rz2CMZeMQRCsyytQzkkyxPnz+EeTMYwiGpBCC1/cuAewPqdwadhtqExcRG/E96+jMfkDKXhU/wlCk4k8l1PL3qx1hhBJ4lhuADr9AycJfUXdD4dzR1ljIR86b/wcnmiusd5NWetyA4lb9bw6xfBMxxlhIaIw8= 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 6315E176C; Fri, 10 Oct 2025 09:53:50 -0700 (PDT) Received: from [10.1.197.69] (eglon.cambridge.arm.com [10.1.197.69]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D5FC33F66E; Fri, 10 Oct 2025 09:53:52 -0700 (PDT) Message-ID: <07e939de-a416-4414-aa38-de1d244ea35f@arm.com> Date: Fri, 10 Oct 2025 17:53:50 +0100 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 v2 28/29] arm_mpam: Add kunit test for bitmap reset To: Fenghua Yu , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Cc: D Scott Phillips OS , carl@os.amperecomputing.com, lcherian@marvell.com, bobo.shaobowang@huawei.com, tan.shaopeng@fujitsu.com, baolin.wang@linux.alibaba.com, Jamie Iles , Xin Hao , peternewman@google.com, dfustini@baylibre.com, amitsinght@marvell.com, David Hildenbrand , Dave Martin , Koba Ko , Shanker Donthineni , baisheng.gao@unisoc.com, Jonathan Cameron , Rob Herring , Rohit Mathew , Rafael Wysocki , Len Brown , Lorenzo Pieralisi , Hanjun Guo , Sudeep Holla , Catalin Marinas , Will Deacon , Greg Kroah-Hartman , Danilo Krummrich References: <20250910204309.20751-1-james.morse@arm.com> <20250910204309.20751-29-james.morse@arm.com> Content-Language: en-GB From: James Morse In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Fenghua, On 26/09/2025 03:35, Fenghua Yu wrote: > On 9/10/25 13:43, James Morse wrote: >> The bitmap reset code has been a source of bugs. Add a unit test. >> >> This currently has to be built in, as the rest of the driver is >> builtin. >> >> Suggested-by: Jonathan Cameron >> Signed-off-by: James Morse > > Reviewed-by: Fenghua Yu Thanks! James