Re: [PATCH 6.12 0000/1376] 6.12.110-rc1 review

From: Florian Fainelli

Date: Mon Sep 14 2026 - 14:15:16 EST


On 9/11/26 23:40, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.12.110 release.
There are 1376 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.12.110-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.12.y
and the diffstat can be found below.

thanks,

greg k-h

perf fails to build on arm/arm64/mips:

CC /local/users/fainelli/buildroot/output/arm/build/linux-custom/tools/perf/util/symbol.o
In file included from ../include/linux/build_bug.h:5,
from ../include/linux/bits.h:22,
from ../include/linux/bitops.h:14,
from util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.c:12:
util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.c: In function 'hisi_ptt_4dw_print_dw0':
util/hisi-ptt-decoder/hisi-ptt-pkt-decoder.h:28:41: warning: implicit declaration of function 'GENMASK_U32'; did you mean 'GENMASK_ULL'? [-Wimplicit-function-declaration]
28 | #define HISI_PTT_HEAD0_4DW_FORMAT GENMASK_U32(31, 30)
| ^~~~~~~~~~~
../include/linux/compiler.h:17:23: note: in definition of macro '__compiletime_assert'
17 | if (!(condition)) \
| ^~~~~~~~~
../include/linux/compiler.h:37:9: note: in expansion of macro '_compiletime_assert'
37 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
| ^~~~~~~~~~~~~~~~~~~

--
Florian