[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221130234125.2722364-1-conor@kernel.org>
Date: Wed, 30 Nov 2022 23:41:23 +0000
From: Conor Dooley <conor@...nel.org>
To: Palmer Dabbelt <palmer@...belt.com>,
linux-riscv@...ts.infradead.org
Cc: Conor Dooley <conor.dooley@...rochip.com>, ajones@...tanamicro.com,
aou@...s.berkeley.edu, conor@...nel.org, corbet@....net,
guoren@...nel.org, heiko@...ech.de, paul.walmsley@...ive.com,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Subject: [PATCH v1 0/3] Putting some basic order on isa extension lists
From: Conor Dooley <conor.dooley@...rochip.com>
I don't know for sure that I have not re-ordered something that is
sacrosanct. It seems that all of these are internal use structs, and
should be okay, barring the obvious exception of the, intentionally
re-ordered, isa_ext_arr.
With that caveat out of the way - all I did here was try to make things
consistent so that it'd be easier to point patch submitters at a "do
this order please".
I never know which of these can be moved without breaking stuff - but
they all seem to be internal use stuff since they're not in uapi?
For v2, I added another path with some uapi docs & switched to Drew's
suggested ordering of alphabetically, except in the /proc/cpuinfo array,
as per the discussion today in the pw-sync call. I also added a
sprinkling of comments around which things should be sorted in which
way.
I guess consider this an RFS, with the S being Screaming in the case of
me doing something you abhor :)
Thanks,
Conor.
CC: ajones@...tanamicro.com
CC: aou@...s.berkeley.edu
CC: conor@...nel.org
CC: conor.dooley@...rochip.com
CC: corbet@....net
CC: guoren@...nel.org
CC: heiko@...ech.de
CC: palmer@...belt.com
CC: paul.walmsley@...ive.com
CC: linux-kernel@...r.kernel.org
CC: linux-riscv@...ts.infradead.org
CC: linux-doc@...r.kernel.org
Conor Dooley (3):
RISC-V: clarify ISA string ordering rules in cpu.c
RISC-V: resort all extensions in consistent orders
Documentation: riscv: add a section about ISA string ordering in
/proc/cpuinfo
Documentation/riscv/uabi.rst | 42 +++++++++++++++++++++++++++
arch/riscv/include/asm/hwcap.h | 12 ++++----
arch/riscv/kernel/cpu.c | 53 ++++++++++++++++++++++++----------
arch/riscv/kernel/cpufeature.c | 6 ++--
4 files changed, 91 insertions(+), 22 deletions(-)
--
2.38.1
Powered by blists - more mailing lists