On Mon, May 2, 2022 at 12:13 AM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > On Sun, May 1, 2022 at 12:44 PM Ozgur Kara <zgrieee@xxxxxxxxx> wrote: > > > > Samsung RC530 (notebook) - FAIL (1) > > Raspberry PI Model B - FAIL (2) > > > > Fail Log: > > > > + nvidia driver fail. > > + scripts/Makefile.build:497: recipe for target 'arch/arm/kernel' failed > > Is there full information available somewhere? Hi Linus, this was an e-mail that automatically tests and informs on existing hardware now i'm interested understanding issues because i wanted to see if its kernel related or not, both seem to be caused by drivers and in both of them driver was used with dkms (nvidia and rtl8812au wireless). I will be setting up the bot to send mail with details only in the perpetrator and perpetrator logs. Sorry, Regards. NVIDIA driver fail output: nvidia-legacy-390xx-uvm.ko: - Uninstallation - Deleting from: /lib/modules/5.10.0-13-amd64/updates/dkms/ - Original module - No original module was found for this module on this kernel. - Use the dkms install command to reinstall any previous module version. depmod.... DKMS: uninstall completed. ------------------------------ Deleting module version: 390.144 completely from the DKMS tree. ------------------------------ Done. Loading new nvidia-legacy-390xx-390.144 DKMS files... Building for 5.18.0-rc4+ Building initial module for 5.18.0-rc4+ Error! Bad return status for module build on kernel: 5.18.0-rc4+ (x86_64) Consult /var/lib/dkms/nvidia-legacy-390xx/390.144/build/make.log for more information Raspberry PI fail output: dkms build -m 8812au -v 5.6.4.2_35491.20191025 Kernel preparation unnecessary for this kernel. Skipping... Building module: cleaning build area... 'make' -j4 KVER=5.18.0-rc4+ KSRC=/lib/modules/5.18.0.-rc4+/build..........................................(bad exit status: 2) Error! Bad return status for module build on kernel: 5.18.0-rc4+ make: *** [Makefile:2304: dkms_install] Error 10 > > Linus