6d14a378c3
Kernel has a use-after-free bug in sys_read triggered by /scheme/sys/msr access. The probe guard prevents most crashes but the kernel bug can still trigger during MSR read paths. Removing the MSR fallback eliminates this crash path entirely. Vendor detection now uses /scheme/sys/cpu only.