All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: cpucaps: Remove stale comment about keeping capabilities sorted
@ 2026-07-23 13:02 Will Deacon
  2026-07-23 13:04 ` Fuad Tabba
  2026-07-23 13:13 ` Mark Rutland
  0 siblings, 2 replies; 4+ messages in thread
From: Will Deacon @ 2026-07-23 13:02 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Will Deacon, Catalin Marinas, Mark Rutland, Marc Zyngier,
	Will Deacon

From: Will Deacon <willdeacon@google.com>

There is no functional requirement to keep the entries in arm64's
tools/cpucaps file sorted alphabetically and, in fact, they have fallen
out of order over time. Given that only the arm64 tree touches this file,
just remove the stale comment and accept that we're collectively not
very good at the alphabet.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Reported-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
---

Follow-up from the discussion at:

https://lore.kernel.org/r/20260519092243.7278-1-will@kernel.org

 arch/arm64/tools/cpucaps | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/tools/cpucaps b/arch/arm64/tools/cpucaps
index 9b85a84f6fd4..3fcac789b0a4 100644
--- a/arch/arm64/tools/cpucaps
+++ b/arch/arm64/tools/cpucaps
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 #
-# Internal CPU capabilities constants, keep this list sorted
+# Internal CPU capabilities constants
 
 ALWAYS_BOOT
 ALWAYS_SYSTEM
-- 
2.55.0.229.g6434b31f56-goog



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-23 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 13:02 [PATCH] arm64: cpucaps: Remove stale comment about keeping capabilities sorted Will Deacon
2026-07-23 13:04 ` Fuad Tabba
2026-07-23 13:13 ` Mark Rutland
2026-07-23 15:19   ` Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.