24
submitted 1 year ago* (last edited 1 year ago) by notme@lemmy.world to c/linux@lemmy.ml

I'm a newb and ran the recommended mitigation code to set a chickent bit on my processor. After running it there was no indication that it worked. Is there a simple way to use rdmsr to check?

https://lock.cmpxchg8b.com/zenbleed.html#solution

you are viewing a single comment's thread
view the rest of the comments
[-] trachemys@iusearchlinux.fyi 8 points 1 year ago
echo $(($(rdmsr -c 0xc0011029) & (1<<9) )) 

Should return 512. You might need a ‘sudo’ before the rdmsr (any permission errors in any of this means it didn’t work). Unfortunately, this needs to be done every time you reboot. The next security update for linux will do this automatically.

[-] notme@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

Thanks, it works. That's a bit worrying.

Do you think Ubuntu 22.04 will get the security update soon? I got a microcode update today but i think that's only a fix for server cpus and not desktop cpus.

For anyone having permission problems turn off secure boot in order for this to work.

[-] ryannathans@lemmy.world 3 points 1 year ago

Microcode fixes the issue as of 3 days ago

[-] notme@lemmy.world 4 points 1 year ago

I thought that was only for Eypc processors with desktop processor fixes coming later this year. The articles are not very clear with what is fixed when.

[-] YonatanAvhar@programming.dev 2 points 1 year ago

I also read that fixes are being released now for the high-end chips, but the desktop fixes will be released significantly later

this post was submitted on 26 Jul 2023
24 points (92.9% liked)

Linux

47325 readers
906 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS