Dear Maintainer,
* What led up to the situation?
The gcc-12.2 shows a compilation error with "linux-source" (6.1.8-1,
6.1.12-1, 6.1.20-1, 6.1.25-1)
Bug for version 6.1.25-1:
In file included from ./include/linux/kobject.h:20,
from ./include/linux/module.h:21,
from drivers/scsi/scsi_scan.c:29:
./include/linux/sysfs.h:297:43: internal compiler error: Illegal instruction
297 | const char *name);
| ^~~~~
0x7f297a4bff8f ???
./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
Please submit a full bug report, with preprocessed source (by using -freport-bug).
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
make[3]: *** [scripts/Makefile.build:255: drivers/scsi/scsi_scan.o] Error 1
make[2]: *** [scripts/Makefile.build:505: drivers/scsi] Error 2
make[1]: *** [scripts/Makefile.build:505: drivers] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:2037: .] Error 2
gcc-11.3 does not show such an error.