Re: [PATCH 6.1 0000/1191] 6.1.188-rc1 review
From: Florian Fainelli
Date: Mon Sep 14 2026 - 14:30:24 EST
On 9/11/26 23:45, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.1.188 release.
There are 1191 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Mon, 14 Sep 2026 06:54:17 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.188-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y
and the diffstat can be found below.
thanks,
greg k-h
perf fails to build on arm/arm64/bmips with:
CC /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/util/zlib.o
util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.c:14:10: fatal error: linux/unaligned.h: No such file or directory
14 | #include <linux/unaligned.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
CC /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/util/lzma.o
make[7]: *** [/local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/build/Makefile.build:97: /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.o] Error 1
CC /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/util/cap.o
CC /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/util/demangle-ocaml.o
make[6]: *** [/local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/build/Makefile.build:143: hisi-ptt-decoder] Error 2
make[6]: *** Waiting for unfinished jobs....
In file included from util/hisi-ptt.c:24:
util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.h:13:10: fatal error: linux/bitfield.h: No such file or directory
13 | #include <linux/bitfield.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
this is due to 6c4b82b50c46842683a3a39e1bc8291581e8b1cb ("perf hisi-ptt: Fix PTT trace TLP header parsing")
--
Florian