Package Details: linux-amd-znver3 6.11.v.6-1

Git Clone URL: https://aur.archlinux.org/linux-amd-znver3.git (read-only, click to copy)
Package Base: linux-amd-znver3
Description: Linux kernel aimed at the znver3 AMD Ryzen CPU based hardware
Upstream URL: https://www.kernel.org/
Licenses: GPL2
Submitter: None
Maintainer: bebna
Last Packager: bebna
Votes: 12
Popularity: 0.30
First Submitted: 2023-05-04 15:47 (UTC)
Last Updated: 2024-11-03 03:09 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 Next › Last »

<deleted-account> commented on 2023-10-25 13:25 (UTC)

@Anarconda, I assume that error does not concern this specific kernel version, because it seems to be a common error:

This is what I could dig up:

with AMD 2nd generation EPYC (Rome) CPUs seems to report this error more frequently than other systems, but all x86 servers (both Intel and AMD CPUs) can experience this error.

Since that article was made back in the day, I assume its a thing for all zenv2+ CPUs.

A race condition between calibrating the TSC clock source and initializing the jitterentropy crypto code. This will remove the the jitterentropy source of entropy, but the kernel and rngd daemon can use other sources such as a hardware TRNG or the RDRAND/RDSEED instructions on newer x86 CPUs.
Source: https://access.redhat.com/solutions/4384951

This rings true, modern (AMD) CPUs use RDRAND/RDSEED now:

AMD’s Family 17h processor and other products of 2016 and beyond are equipped
with Cryptographic Co-processor 5.0 hardware that enables the generation of
cryptographically secure random numbers. 

Source: https://www.amd.com/content/dam/amd/en/documents/pdfs/developer/aocl/amd-secure-random-number-generator-library-2.0-whitepaper.pdf

The Cryptographic Co-processor is indeed capable of RDSEED/RDRAND.

As far as I can understand, this is really not worth losing any sleep over. The thing that failed seems to be legacy and superseeded by more modern means to generate random numbers by using capabilities already present on your CPU. I am always open to the contrary, but this seems to rings true to me.

Anarconda commented on 2023-10-25 13:04 (UTC)

Hi, I'm seeing a "jitterentropy: Initialization failed with host not compliant with requirements: 9" with dmesg.

I can't find anything about how to solve it. Should I be worried?

Thank you in advance.

<deleted-account> commented on 2023-09-21 19:19 (UTC)

@yuzer, ty for telling, its done.

yuzer commented on 2023-09-21 18:19 (UTC)

Please enable the BT_HCIBTUSB_MTK by default, it's enable Bluetooth on many Asus laptop. Thank you.

<deleted-account> commented on 2023-08-26 14:33 (UTC)

Sorry, I only test my kernels on arch linux with mkinicpio. Can't help you with dracut, you are on your own there.

I would think to just let dracut rebuild the initramfs after a kernel install. You can probably fix this with a manual pacman hook in /etc/pacman.d/hooks, or you can just modify the linux.install file.

But I won't do this myself because I can't test/validate the behaviour since none of my systems have dracut. Because why should they. Good luck!

onurmercury commented on 2023-08-26 11:19 (UTC)

(29/47) upgrading linux-amd-znver3
>>> Updating module dependencies. Please wait ...
>>> Generating initial ramdisk, using mkinitcpio.  Please wait...
/tmp/alpm_QjMbAV/.INSTALL: line 24: mkinitcpio: command not found

Pacman can't execute mkinitcpio because it doesn't exists on my system. Could you add dracut support?

bhtm1138 commented on 2023-08-13 20:12 (UTC)

eggz, thank you

<deleted-account> commented on 2023-08-13 06:45 (UTC)

thx for telling bhtm1138, done

bhtm1138 commented on 2023-08-13 02:00 (UTC)

I have a ThinkPad 14s AMD GEN 3 (6850u Zen 3+).

To enable wifi for this device with this kernel build ATH11k_PCK=m needs to be set. The kernel config ATH11K is set but not ATH11K_PCI.

I keep rebuilding the kernel my self, but it would nice to have ATH11K_PCI enabled in this kernel config if it isn't causing problems for other devices. This config is set for the all other of the Arch/AUR kernel's I've tried. I find this kernel the most stable.

-# CONFIG_ATH11K_PCI is not set +CONFIG_ATH11K_PCI=m

Thanks!

<deleted-account> commented on 2023-07-15 09:07 (UTC)

ok done, please reinstall the kernel i forgot to increment version :D