From: Eric Sunshine <sunshine@xxxxxxxxxxxxxx> This series replaces a patch[1] sent by John Paul Adrian Glaubitz to fix chainlint.pl CPU count computation on Linux SPARC. Unlike its predecessor, this series also fixes an underlying problem in which ncores() could return 0 which would result in chainlint.pl not processing any of its input test scripts. Patch [3/3] also fixes CPU count detection on Alpha[2]. Patch [2/3] of this series is more or less Adrian's original patch[1] so it retains his authorship, though I simplified the regular-expression and tweaked the commit message. [1]: https://lore.kernel.org/git/20240520111109.99882-1-glaubitz@xxxxxxxxxxxxxxxxxxx/ [2]: https://lore.kernel.org/git/503a99f3511559722a3eeef15d31027dfe617fa1.camel@xxxxxxxxxxxxxxxxxxx/ Eric Sunshine (2): chainlint.pl: make CPU count computation more robust chainlint.pl: latch CPU count directly reported by /proc/cpuinfo John Paul Adrian Glaubitz (1): chainlint.pl: fix incorrect CPU count on Linux SPARC t/chainlint.pl | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) -- 2.45.1