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 0E8CBF01821 for ; Fri, 6 Mar 2026 10:45:25 +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:MIME-Version:References:In-Reply-To:Message-ID:Subject:CC:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=grtMo/rCUw8A75sI7TfMfA82D/OiW6OfXL9h1rm/XUU=; b=tYW1Gh25AEnaVsXDlmNd22b/sd E+t9kDY3fyE5WZO+ua+uwYgX+WAWEdCJ0AnLH3OfrxOXJUZKa1KLGvlH0uZfpKzTQy0bPlfAuY6qZ uLpnvEtOTZWacmV2/2Km0gwgN/zAm0TjFx6tIKCjR/KrBC0jj4D5OVAB6rZHbSfwC9FgpuGuMt3uK UaRy4zKdCqdo/qrTO5kC4phL/62EHEfOdju8Pm//kFXfC9fo7E4CKE96dKArEFnyFxSjBgd3ooit5 swpw6kjhW5xbC/IKyV1600OMo19yTkPqIqS/sS3J4RHK9ZZoIwECHJ93NBxTUqaa9k563Zxu3KpPR UCex99QQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vySgJ-00000003Uul-0Miy; Fri, 06 Mar 2026 10:45:19 +0000 Received: from frasgout.his.huawei.com ([185.176.79.56]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vySgG-00000003Utx-1OaX for linux-arm-kernel@lists.infradead.org; Fri, 06 Mar 2026 10:45:18 +0000 Received: from mail.maildlp.com (unknown [172.18.224.150]) by frasgout.his.huawei.com (SkyGuard) with ESMTPS id 4fS31t3hYczJ46mg; Fri, 6 Mar 2026 18:44:34 +0800 (CST) Received: from dubpeml500005.china.huawei.com (unknown [7.214.145.207]) by mail.maildlp.com (Postfix) with ESMTPS id 6196D4056B; Fri, 6 Mar 2026 18:45:12 +0800 (CST) Received: from localhost (10.203.177.15) by dubpeml500005.china.huawei.com (7.214.145.207) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 6 Mar 2026 10:45:11 +0000 Date: Fri, 6 Mar 2026 10:45:10 +0000 From: Jonathan Cameron To: Yifan Wu CC: , , , , , , , , , , , , , , , , , , Subject: Re: [RFC patch 0/9] Add support for HiSilicon platforms and refactor Message-ID: <20260306104510.0000437b@huawei.com> In-Reply-To: <20260304040334.765860-1-wuyifan50@huawei.com> References: <20260304040334.765860-1-wuyifan50@huawei.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.177.15] X-ClientProxiedBy: lhrpeml500011.china.huawei.com (7.191.174.215) To dubpeml500005.china.huawei.com (7.214.145.207) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260306_024516_545955_B20CE85F X-CRM114-Status: UNSURE ( 4.81 ) 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 On Wed, 4 Mar 2026 12:03:25 +0800 Yifan Wu wrote: For v2 onwards Make sure the cover letter title includes selftests/resctl as with the patches. People use that title to decide if they want to open the thread so it may be all they ever see.