First of all: Please check if you really boot THIS kernel ... I see some (many?) problems in your kernel configuration:
Code: Select all
1)
CONFIG_BROKEN_ON_SMP=y
2)
CONFIG_BUILD_SALT="6.1.18-200.fc37.x86_64"
3)
CONFIG_EXPERT=y
4)
CONFIG_X86_AMD_PLATFORM_DEVICE=y
5)
CONFIG_NR_CPUS_RANGE_BEGIN=1
CONFIG_NR_CPUS_RANGE_END=1
CONFIG_NR_CPUS_DEFAULT=1
CONFIG_NR_CPUS=1
6)
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_AMD_PSTATE=y
7)
# CONFIG_SWAP is not set
8)
# CONFIG_MODULES is not set
9)
CONFIG_EXTRA_FIRMWARE="amdgpu/dimgrey_cavefish_ce.bin amdgpu/dimgrey_cavefish_mec2.bin amdgpu/dimgrey_cavefish_me.bin amdgpu/dimgrey_cavefish_rlc.bin amdgpu/dimgrey_cavefish_smc.bin amdgpu/dimgrey_cavefish_mec.bin amdgpu/dimgrey_cavefish_ta.bin amdgpu/dimgrey_cavefish_dmcub.bin amdgpu/dimgrey_cavefish_pfp.bin amdgpu/dimgrey_cavefish_sdma.bin amdgpu/dimgrey_cavefish_sos.bin amdgpu/dimgrey_cavefish_vcn.bin amd-ucode/microcode_amd_fam19h.bin amd/amd_sev_fam19h_model0xh.sbin"
10)
#
# Android
#
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
11)
CONFIG_SECURITY_SMACK=y
# CONFIG_SECURITY_SMACK_BRINGUP is not set
# CONFIG_SECURITY_SMACK_NETFILTER is not set
# CONFIG_SECURITY_SMACK_APPEND_SIGNALS is not set
CONFIG_SECURITY_TOMOYO=y
CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
# CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING is not set
CONFIG_SECURITY_APPARMOR=y
# CONFIG_SECURITY_APPARMOR_DEBUG is not set
CONFIG_SECURITY_APPARMOR_INTROSPECT_POLICY=y
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
CONFIG_SECURITY_APPARMOR_EXPORT_BINARY=y
CONFIG_SECURITY_APPARMOR_PARANOID_LOAD=y
CONFIG_DEFAULT_SECURITY_SMACK=y
CONFIG_LSM="lockdown,yama,integrity"
12)
CONFIG_KFENCE=y
1) Haha ... YES ... look at (5)
2) From where you have copied this config ?
3) Good ... I recommend it also ... BUT it has some afteraffect you have to know ...
4) Is it an AMD NOTEBOOK ?!
5) You really should change this to the number of your LOGICAL CPU cores.
6) You dont need Intel stuff in an AMD machine
7) hmm ... ok ... no swap ...
8 ) hmm ... a monolithic kernel ... mine is also a monolithic one

9) Hopefully this is correct and nothing is missing.
10) ... REALLY ? ...
11) This does not work: From all 4 LSM which do MAC (selinux,apparmor,smack,tomoyo) you can use ONLY ONE: This one must be set as default. At the moment it is smack ... do you really use smack ? You can't because it is not in CONFIG_LSM
12) Good. You are using Gentoo hardened so I think you want security. Maybe you want read more in these two wiki articles:
https://wiki.gentoo.org/wiki/User:Pieti ... figuration
https://wiki.gentoo.org/wiki/User:Pieti ... _with_KSPP
I can say, it should not be a problem with framebuffer or console ... so ... maybe your kernel does panic and you dont see it. We had such a mystery problem also here:
viewtopic-t-1161810-highlight-.html
To be honest ... I would throw away this config (there are many useless modules activated) and do a clean new one.