Re: [PATCH 6.1 0000/1191] 6.1.188-rc1 review
From: Francesco Dolcini
Date: Sun Sep 13 2026 - 04:15:10 EST
On Sat, Sep 12, 2026 at 08:45:28AM +0200, 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.
6.1.188-rc1 fails to build for us: the tools/perf host build breaks
| 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.
...
| 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.
make[4]: *** [.../tools/build/Makefile.build:96: .../util/hisi-ptt.o] Error 1
make[4]: *** [.../tools/build/Makefile.build:143: hisi-ptt-decoder] Error 2
ERROR: perf-1.0-r9 do_compile: oe_runmake failed
[PATCH 6.1 0302/1191] perf hisi-ptt: Fix PTT trace TLP header parsing
(upstream commit 2b8a2e5d4240 "perf hisi-ptt: Fix PTT trace TLP
header parsing")
I would drop this patch.
Francesco