Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Pointless Apology (Score 1) 208

The number of commits game does not necessarily help you to become a trusted member of the community. That's a pure number which is mostly used inside companies for the completely wrong reasons, which makes people game the system. I personally do not care about the number of commits someone has, what I care about is whether I came to the conclusion that the contributions are well thought out or not. And that's something which builds up over time and surely not with a large amount of 'fixes' which mechanically address the output of some tool.

Comment Re:WINTEL Only (Score 1) 57

Emphasis on quick analysis. There is no way to actually claim for sure that the gadgets do not exist.

The main reason why that particular issue is not a big problem for Linux is the fact that Linux does not support the FSGSBASE feature which allows user space to write arbitrary GS/FS base values. Linux does not support that and limits GS to the canonical user space address space which does not allow the attacker to direct it at arbitrary kernel addresses. So the main thing which an attacker can observe is it's own address space which is not particularly useful. There are a few corner cases which are even interesting with this restriction. Therefore adding the mitigation to Linux makes tons of sense.

See: https://git.kernel.org/linus/4...

Comment Re:not exactly an AMD problem - just 50% of Intels (Score 2) 57

While AMD does not speculate through SWAPGS, it still is affected by a mis-speculated branch which does NOT issue SWAPGS when it should.

That means on an entry from user space the CPU speculates around the SWAPGS path and any subsequent GS based access uses the user GS base. So AMD is affected as well, but only on one of the possible mis-speculated branches.

So AMD has just 50% of the problem, but as Intel is affected by Meltdown, the Meltdown mitigation - if enabled - mitigates the Intel only path already because the CR3 write is serializing.

The other path has the same problem on both vendors and that's a fundamental issue of speculative execution and branch (mis)prediction.

Comment Benchmark with the 20180703 release (Score 1) 373

The 20180703 micro code release has the mitigations for a set of server class CPUs and comes with the old micro code license, which does not contain any of those restrictions. Also experimentation has shown, that the micro code variant for flushing L1D on VMENTER is not really much different slowdown wise from the software L1D flush mitigation which is used by the Linux kernel/KVM when the magic new MSR is not available.

While Joe Desktop User does not worry much about the L1TF mess, he very much is interested in the other fixes and mitigations which come with those updates.

It's a sad state of affairs, that corporates seem to be able to screw their customers in any way they see fit. Seems to be a common scheme. Just look at the Diesel disaster where now the car owners are facing driving restrictions in certain cities because their cars do not comply to the emission standards.

Submission + - EFF Slams Google Fiber for Banning Servers On Its Network (hothardware.com) 3

MojoKid writes: Anyone who has tried to host their own website from home likely knows all-too-well the hassles that ISPs can cause. Simply put, ISPs generally don't want you to do that, preferring you to move up to a business package (aka: more expensive). Not surprisingly, the EFF doesn't like these rules, which seem to exist only to upsell you a product. The problem, though, is that all ISPs are deliberately vague about what qualifies as a "server". Admittedly, when I hear the word "server", I think of a Web server, one that delivers a webpage when accessed. The issue is that servers exist in many different forms, so to target specific servers "just because" is ridiculous (and really, it is). Torrent clients, for example, act as servers (and clients), sometimes resulting in a hundred or more connections being established between you and available peers. With a large number of connections like that being allowed, why would a Web server be classified any different? Those who torrent a lot are very likely to be using more ISP resources than those running websites from their home — yet for some reason, ISPs force you into a bigger package when that's the kind of server you want to run. We'll have to wait and see if EFF's movement will cause any ISP to change. Of all of them, you'd think it would have been Google to finally shake things up.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...