On 23/10/16 10:39AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.136 release. > There are 102 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 Wed, 18 Oct 2023 08:39:38 +0000. > Anything received after that time might be too late. My system runs fine, with some minor warnings: 08:42:25 rbmarliere@debian ~ $ dmesg | head -1 [ 0.000000] Linux version 5.15.136-rc1+ (rbmarliere@debian) (Debian clang version 16.0.6 (15), GNU ld (GNU Binutils for Debian) 2.41) #1 SMP Mon Oct 16 07:33:42 -03 2023 08:42:27 rbmarliere@debian ~ $ dmesg -lerr [ 3.907484] nouveau 0000:09:00.0: DRM: core notifier timeout [ 6.457694] nouveau 0000:09:00.0: DRM: core notifier timeout [ 14.533137] nouveau 0000:09:00.0: DRM: core notifier timeout [ 17.870791] nouveau 0000:09:00.0: DRM: core notifier timeout 08:42:32 rbmarliere@debian ~ $ grep warning /mnt/md0/linux/5.15.y/err.log arch/x86/kernel/smp.o: warning: objtool: sysvec_reboot()+0x43: unreachable instruction net/ipv6/seg6_local.o: warning: objtool: seg6_local_fill_encap() falls through to next function seg6_local_get_encap_size() net/ipv6/seg6_local.o: warning: objtool: seg6_local_cmp_encap() falls through to next function input_action_end() Tested-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx> Thanks!