arm64/fp: Clarify effect of setting an unsupported system VL
authorMark Brown <broonie@kernel.org>
Wed, 24 Jan 2024 18:12:37 +0000 (18:12 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 21 Feb 2024 18:02:46 +0000 (18:02 +0000)
The documentation for system vector length configuration does not cover all
cases where unsupported values are written, tighten it up.

Reported-by: Edmund Grimley-Evans <edmund.grimley-evans@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Dave Martin <Dave.Martin@arm.com>
Link: https://lore.kernel.org/r/20240124-arm64-sve-sme-doc-v2-3-fe3964fb3c19@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/arch/arm64/sme.rst
Documentation/arch/arm64/sve.rst

index 3133d0e91b4844e08db5af01980c68dc85d9c6f9..f4376c06f447216257a3308731ebc045d5c701e2 100644 (file)
@@ -379,9 +379,8 @@ The regset data starts with struct user_za_header, containing:
 /proc/sys/abi/sme_default_vector_length
 
     Writing the text representation of an integer to this file sets the system
-    default vector length to the specified value, unless the value is greater
-    than the maximum vector length supported by the system in which case the
-    default vector length is set to that maximum.
+    default vector length to the specified value rounded to a supported value
+    using the same rules as for setting vector length via PR_SME_SET_VL.
 
     The result can be determined by reopening the file and reading its
     contents.
index b45a2da19bf1d984ff3ae1b658cd614d2b5a7f69..8d8837fc39ec71414a72dfef9e834f0800106fdd 100644 (file)
@@ -423,9 +423,8 @@ The regset data starts with struct user_sve_header, containing:
 /proc/sys/abi/sve_default_vector_length
 
     Writing the text representation of an integer to this file sets the system
-    default vector length to the specified value, unless the value is greater
-    than the maximum vector length supported by the system in which case the
-    default vector length is set to that maximum.
+    default vector length to the specified value rounded to a supported value
+    using the same rules as for setting vector length via PR_SVE_SET_VL.
 
     The result can be determined by reopening the file and reading its
     contents.