Received: by 2002:a05:7412:251c:b0:e2:908c:2ebd with SMTP id w28csp1375827rda; Mon, 23 Oct 2023 10:33:48 -0700 (PDT) X-Google-Smtp-Source: AGHT+IH3tNtDGkNNt9XeNMlYI3y1qkVcv1fNnUgiE0BmTa7Pj4jUT3c8kwnKHKRKzgGWrp/YvCaK X-Received: by 2002:a05:6a21:9993:b0:14b:3681:567e with SMTP id ve19-20020a056a21999300b0014b3681567emr311260pzb.29.1698082427807; Mon, 23 Oct 2023 10:33:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1698082427; cv=none; d=google.com; s=arc-20160816; b=ObMoGTwWHS9oMjhPgjMYOs6bsWUxRDZ1ZfRpIpzz3B/EauHUoVoJHMGXHVBHFlxF1G qQyyTvVeWOCJ0iKYSrj/cRbCLrIb3xgKj6IGvhSe85AkNPdoZ4l18r3riN3uvPkvFz94 Ci5X9yq2Z+cLjl47lBb1xtowfpjV9j06PLeJZXoeEWH5aWg6Uu55H3xU3c+VkVy26pbt 0AkcJEsDZcw8g+RnDc7M1uye9znW9ai+bRWgCDPKMAE+J7ZdYikXvkYt56CiXtspT4F9 3KSMX28fH9d5iLnF5L9mihrZzW1aTXMgdMWEF1Q3tkJfYBle/eBaGSbIyLLxh8F34bhN IYZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=WqMCA3XZQQLeQiHRra+xWqpZQSKQPHhauy9iJpqnu6M=; fh=Sg8nGyziBsRWlom+5tMEFSwLsjuvjRl4B1OJ8aoU1Rc=; b=F1byJDV33NG3hJ+1seP5BhCbylC/yvaatJpstP5BhXRmeYeEhgRyYlPG6E/4WMkLLb w2tD5Uwnc4UWi0FIZdPRb9qVuauVDg7geT8L2xDI8zgqhr253bWVzHPiCnjZ3wntPwti wbu3hxK2W6H2QD2+by2Q4EGIxD0HuqF82uwvf4louMG4HPGmvtdb6wKsDTwiG19SBoVY +56ajTn6SeBBjC9fi6WQFCoO8mJbZv12gzU6fn1ygOtDrBs8wowDrCJcp3s2IjJ5lE7Q qzgxnbNver3t02kw4YOtLg30Cf/99ycmtg5BGzE1J/wXglk5osS90lIrpdqdgloiMJzO XMww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:2 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from agentk.vger.email (agentk.vger.email. [2620:137:e000::3:2]) by mx.google.com with ESMTPS id by14-20020a056a02058e00b0057760853706si7420865pgb.578.2023.10.23.10.33.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Oct 2023 10:33:47 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:2 as permitted sender) client-ip=2620:137:e000::3:2; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::3:2 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: from out1.vger.email (depot.vger.email [IPv6:2620:137:e000::3:0]) by agentk.vger.email (Postfix) with ESMTP id B3E228057976; Mon, 23 Oct 2023 10:33:44 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.10 at agentk.vger.email Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230301AbjJWRdg (ORCPT + 99 others); Mon, 23 Oct 2023 13:33:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230081AbjJWRdf (ORCPT ); Mon, 23 Oct 2023 13:33:35 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F205A90 for ; Mon, 23 Oct 2023 10:33:33 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67F14C433C9; Mon, 23 Oct 2023 17:33:31 +0000 (UTC) From: Catalin Marinas To: linux-arm-kernel@lists.infradead.org, Jeremy Linton Cc: Will Deacon , mark.rutland@arm.com, maz@kernel.org, anshuman.khandual@arm.com, krisman@suse.de, broonie@kernel.org, james.morse@arm.com, ionela.voinescu@arm.com, linux-kernel@vger.kernel.org Subject: Re: (subset) [PATCH v2 0/3] arm64: cpufeatures: Display enabled cores Date: Mon, 23 Oct 2023 18:33:29 +0100 Message-Id: <169808237958.1650772.18027344607013633145.b4-ty@arm.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231017052322.1211099-1-jeremy.linton@arm.com> References: <20231017052322.1211099-1-jeremy.linton@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on agentk.vger.email Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (agentk.vger.email [0.0.0.0]); Mon, 23 Oct 2023 10:33:44 -0700 (PDT) On Tue, 17 Oct 2023 00:23:19 -0500, Jeremy Linton wrote: > The AMU feature can be enabled on a subset of the cores in a system. > Because of that, it prints a message for each core as it is detected. > This becomes tedious when there are hundreds of cores. Instead, for > CPU features which can be enabled on a subset of the present cores, > lets wait until update_cpu_capabilities() and print the subset of cores > the feature was enabled on. > > [...] Applied to arm64 (for-next/cpufeat-display-cores), thanks! [1/3] arm64: cpufeature: Display the set of cores with a feature https://git.kernel.org/arm64/c/23b727dc2092 [2/3] arm64: cpufeature: Change DBM to display enabled cores https://git.kernel.org/arm64/c/04d402a453c3 I dropped the third patch from the series. -- Catalin