You are not logged in.
HI
I installed the ck-generic-v4 kernel and checking its configuration file found that the CONFIG_GENERIC_CPU4 option was not enabled (# CONFIG_GENERIC_CPU4 is not set), instead I found the CONFIG_GENERIC_CPU3=y option. I guess they made a mistake when editing the configuration file or maybe it is due to something that is beyond my knowledge. I await your answers. Thanks in advance.
Last edited by Sid XYZ (2024-06-11 20:57:35)
Offline
Mod note: moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Are you using the repo-ck repository from graysky ?
If yes , check its wiki page at https://wiki.archlinux.org/title/Unoffi … es/Repo-ck
If not, tell us where you got that kernel from .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Ah, a bug introduced in repo build the script is now fixed. Thank you for posting. 3.9.3-2 is building now, please verify that flag is set once it gets pushed:
% grep CONFIG_GENERIC_CPU /scratch/.buildroot/buildbot/build/linux-ck-generic-v4/src/linux-6.9.3/.config
# CONFIG_GENERIC_CPU is not set
# CONFIG_GENERIC_CPU2 is not set
# CONFIG_GENERIC_CPU3 is not set
CONFIG_GENERIC_CPU4=y
CONFIG_GENERIC_CPU_DEVICES=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
Last edited by graysky (2024-06-10 10:57:57)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Ah, a bug introduced in repo build the script is now fixed. Thank you for posting. 3.9.3-2 is building now, please verify that flag is set once it gets pushed:
% grep CONFIG_GENERIC_CPU /scratch/.buildroot/buildbot/build/linux-ck-generic-v4/src/linux-6.9.3/.config # CONFIG_GENERIC_CPU is not set # CONFIG_GENERIC_CPU2 is not set # CONFIG_GENERIC_CPU3 is not set CONFIG_GENERIC_CPU4=y CONFIG_GENERIC_CPU_DEVICES=y CONFIG_GENERIC_CPU_AUTOPROBE=y CONFIG_GENERIC_CPU_VULNERABILITIES=y
YES! is fixed!!
cat /lib/modules/6.9.3-2-ck-generic-v4/build/.config | grep -i config_generic_cpu
# CONFIG_GENERIC_CPU is not set
# CONFIG_GENERIC_CPU2 is not set
# CONFIG_GENERIC_CPU3 is not set
CONFIG_GENERIC_CPU4=y
CONFIG_GENERIC_CPU_DEVICES=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
Thanks you graysky !!
Offline
Please prepend [Solved] to the thread title (edit first post of the thread) .
There is a character limit, you may have to shorten the title to something like
" 6.9.1-1-ck-generic-v4 doesn't set #CONFIG_GENERIC_CPU4" before prepending.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline