129 points

Linux has a merged mitigation so when the new kernel comes out Linux users will be safe

permalink
report
reply
52 points

Looks like I’m getting the final kick to Linux on my main gaming PC.

permalink
report
parent
reply
33 points

Welcome to the club! We’re dozens here!

permalink
report
parent
reply
4 points

Highly recommend Pop OS! It’s been very reliable. I haven’t had anything this steady since Mac OS when I was just doing programming. I tried to go from Mac to Alienware for personal computing and it was terrible, windows blue screened almost once a week if not once every four days.

Switched to Pop OS, enabled Proton in steams preferences for gaming, and it was completely steady. Only thing that doesn’t work is the hibernate. Which isn’t a super big deal to me.

I’d actually say everything has been a better experience than windows. Lutris and pop store have a large variety of games and apps. For example lutris supports GOG and probably epic games. It feels like it’s everything I’d want without the shitty user interfaces and lack of crashes.

permalink
report
parent
reply
-40 points

on my main gaming PC

good luck with that

permalink
report
parent
reply
56 points

I know it’s not the best, but Proton has come a long, long way. I can play D4, Monster Hunter, factorio, lots of stuff.

permalink
report
parent
reply
14 points
*

Not sure if you are joking but Linux gaming is great now. I’ve been gaming for at least the last two years on only Linux. Check out https://www.protondb.com/explore

permalink
report
parent
reply
12 points

I have yet to find a game that doesn’t run

At this point I don’t even check before buying

permalink
report
parent
reply
6 points

Pop os on my gaming rig, works fine

permalink
report
parent
reply
1 point

There hasn’t been a single game I’ve struggled to run in the last few months on proton. I haven’t had a windows PC in like a year ish or more?

I play games heavily too.

Try it out sometime if your setup isn’t extremely niche and maybe you’ll find it to be accommodating.

The weirdest things I’ve had to do are click a box in steam to enable proton usage and reinstall something in Lutris for Battle.net on world of warcraft.

permalink
report
parent
reply
15 points

when the new kernel comes out Linux users will be safe

It’s going to take a lot longer than that for most distros to move to latest upstream. This specific fix might be pulled in as a hotfix if you’re lucky, but it still takes time. The latest Ubuntu LTS is on 5.15, for example, which was released in October 2021. Debian Bookworm, which just released last month, uses 6.1 from December 2022.

permalink
report
parent
reply
20 points

Critical security fixes are backported. There where a lot of kernels released yesterday that had the fix. For 5.15, 5.15.122 was released with the zenbleed mitigation.

permalink
report
parent
reply
7 points

5.15.122 was released with the zen bleed mitigation

But Ubuntu users (for example) won’t get that automatically. Canonical still has to pull the upstream release, run validation, and roll out a patch. It will probably be speedy, but still on the order of several weeks before people see it by default.

permalink
report
parent
reply
20 points

This is exactly the kind of thing that gets backported to stable LTS distros tho. The kernel Major.Minor is just the base - it doesn’t tell the whole story.

permalink
report
parent
reply
4 points

Right - I was just objecting to the suggestion that once upstream has the fix, “Linux users will be safe”.

permalink
report
parent
reply
14 points

Thank goodness I’m on arch (btw).

permalink
report
parent
reply
5 points

Time to sit back and relax

permalink
report
parent
reply
2 points

Which version? I got 6.4.6 a few mins ago in arch.

permalink
report
parent
reply
13 points

Sorry, it’s 6.4.7. I already have your passwords, thanks

permalink
report
parent
reply
2 points

You work fast :)

permalink
report
parent
reply
6 points

In seriousness: it’s in 6.4.6, 6.1.41 and a bunch of other kernel versions released yesterday.

permalink
report
parent
reply
103 points

Why is it that every time there’s drama about hardware, its something I own?

permalink
report
reply
38 points

That’s because of monopolies… There are only two brands of PC CPUs you could own…

permalink
report
parent
reply
1 point

Oh how I miss Cyrix

permalink
report
parent
reply
1 point

That’s a duopoly and is also not true, there are ARM processors readily available outside of Intel and AMD.

permalink
report
parent
reply
35 points

Well, this happens to affect the Ryzen 5 3600, which I’m pretty sure is one of AMD’s most popular processors ever…so you’re certainly not alone.

permalink
report
parent
reply
6 points

I feel really lucky that it doesn’t affect Zen 3 since that’s what I have lol but I’m sure they will find some similar bug for Zen 3.

permalink
report
parent
reply
1 point

Isn’t EPYC just a different name for Zen 3?

permalink
report
parent
reply
2 points

Nope, EPYC is their server processors, not their consumer processors.

permalink
report
parent
reply
71 points

Nice to know that security researchers are giving AMD some love too. Ill be sure to turn the patch off on my 3600 once it rolls around (can’t be losing any frames for something silly like security)

permalink
report
reply
47 points

That’s a very bad idea.

The bad news is that the exploit doesn’t require physical hardware access and can be triggered by loading JavaScript on a malicious website.

permalink
report
parent
reply
18 points

I think it was sarcasm.

permalink
report
parent
reply
6 points
*

I want to say that I know, but it’s the internet, so you can never be sure. ¯\_(ツ)_/¯

permalink
report
parent
reply
4 points

Hell yeah, brother! 🤙

permalink
report
parent
reply
58 points

Planned fix

December 2023

Yikes.

permalink
report
reply
45 points

It’s worth noting these are the firmware / microcode fixes.

There’s already a software solution available,

There is a software workaround, you can set the chicken bit DE_CFG[9]. This may have some performance cost, and the microcode update is preferred.

source: https://www.openwall.com/lists/oss-security/2023/07/24/3

AMD has also already released a fix for the big boy - the EPYC processor.

permalink
report
parent
reply
1 point

The MSR bit is potentially a large performance loss and AMD recommends their partners not use it. In my tests is was 5-15% on EPYC depending on workload. “Some performance cost” is really hiding the reality of that bit.

permalink
report
parent
reply
34 points

How come branch prediction seems so vulnerable to exploits? Both spectre and meltdown were also caused by branch prediction not working quite right.

permalink
report
reply
15 points

It wasn’t branch prediction alone, it was the cache combined with branch prediction. The problem is that even discarded outcomes fill the cache with data. Those older vulnerabilities also had the problem that the access permissions check was done after the branch prediction. It’s probably too expensive to do when it’s not even clear yet whether the branch is going to be taken (that’s just speculation on my part though).

permalink
report
parent
reply
11 points

(that’s just speculation on my part though).

I see what you did there, even if you didn’t :)

permalink
report
parent
reply
11 points

The more steps in the instruction pipeline the more ways there are for there to be an error where some result doesn’t get erased when undoing stuff from the wrong branch. It’s basically like telling someone to move into a new house and get settled then stopping them six hours in and trying to make sure you get all their stuff out.

permalink
report
parent
reply

Technology

!technology@lemmy.world

Create post

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


Community stats

  • 18K

    Monthly active users

  • 11K

    Posts

  • 518K

    Comments