New AMD Ryzen Zen 3 laptop prefers kernel 5.18

My AMD Ryzen 5 2500U laptop finally gave up the ghost. I found an AMD 7 5700U (Zen 2) with a 60Hz display laptop, and an AMD 7 5825U (Zen 3) with a 120Hz display laptop for the same price. I went with the newer processor, even though I wasn’t sure how far along the kernel was for the newer processor. After installing Tumbleweed with the 5.17 kernel, I had these errors on booting:

Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0000 to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x002C to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003D to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003E to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003A to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003B to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0002 to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0006 to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x0007 to IRQ, err -517
Apr 23 16:24:26 Mobile-PC kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled

Replacing kernel 5.17 with 5.18~rc3-2.1.g8ae42ea from the kernel HEAD repo got rid fo the Watchdog error, and the latest kernel 5.18~rc4-1.1.g4ddddbd got rid of the other errors. So if you are having issues with a Zen 3 processor on the current 5.17 kernel, you might give the 5.18 release candidates a try.

Gene

https://bugzilla.opensuse.org/show_bug.cgi?id=1198697

From 5600x, kernel-default-5.17.4-1.1.x86_64:

[FONT=monospace]**erlangen:~ #** journalctl -k -p3      
Apr 29 06:03:21 erlangen kernel: **amd_gpio AMDI0030:00: Failed to translate GPIO pin 0x003D to IRQ, err -517**
Apr 29 06:03:21 erlangen kernel: **snd_hda_intel 0000:2b:00.1: Cannot probe codecs, giving up**
Apr 29 06:03:21 erlangen kernel: **sp5100-tco sp5100-tco: Watchdog hardware is disabled**
**erlangen:~ #**[/FONT]