[PATCH] arm64/cpuinfo: only show one cpu's info in c_show()

Will Deacon will at kernel.org
Fri May 9 09:41:22 PDT 2025


On Mon, 21 Apr 2025 14:29:47 +0800, Ye Bin wrote:
> Currently, when ARM64 displays CPU information, every call to c_show()
> assembles all CPU information. However, as the number of CPUs increases,
> this can lead to insufficient buffer space due to excessive assembly in
> a single call, causing repeated expansion and multiple calls to c_show().
> 
> To prevent this invalid c_show() call, only one CPU's information is
> assembled each time c_show() is called.
> 
> [...]

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64/cpuinfo: only show one cpu's info in c_show()
      https://git.kernel.org/arm64/c/7bb797757bf5

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev



More information about the linux-arm-kernel mailing list