Live data from Hacker News

Meltdown Update Kernel doesnt boot

bugs.launchpad.net

191–200 of 205 posts

Re: Meltdown Update Kernel doesnt boot

#191

Earlier quoted context omitted.

Because this has largely remained theoretical, unlike Maersk or Equifax.

What are you talking about? We've seen working POCs since last week. This isn't "largely theoretical", this is an actively exploitable hole.

Meh, it's not really very serious in the average case. It's a lot of sky-is-falling rhetoric from the infosec community. Remember Heartbleed and how it was end-of-times bad? Yeah, turned out to be a non-event. Information disclosure bugs like this are difficult to glean useful information from in widely targeted attacks.

(Obviously if you have nation states or serious criminal organizations trying to breach you regularly, this is more serious)

Re: Meltdown Update Kernel doesnt boot

#192
post #61

(Copying my instructions from another post). If kernel 4.4 doesn't work, I recommend compiling the 4.15 kernel. (Note, however, that you may need to apply a patch to NVIDIA drivers). I've done this on Ubuntu 16.04 LTS, 17.10, and Debian 8 so far this week. To compile, set CONFIG_PAGE_TABLE_ISOLATION=y. That is: sudo apt-get build-dep linux sudo apt-get install gcc-6-plugin-dev libelf-dev libncurses5-dev cd /usr/src w…

I wouldn't really recommend doing this, but if you really want to do this, it would probably be easier just to use the pre-spun mainline kernels: https://wiki.ubuntu.com/Kernel/MainlineBuilds

I can somewhat understand where you're coming from if the person doing it only wants something that works.

But for those who would be willing to risk breaking a few things to try something out, building a kernel is a worthwhile effort, and the meltdown / spectre bugs provide a perfect excuse to do it.

Re: Meltdown Update Kernel doesnt boot

#193

Earlier quoted context omitted.

What distro are you running? I trust Red Hat to get kernel updates right the first time, I just patched externally facing servers and systems that handle PHI tonight with no issues (outside of one of my PostgreSQL servers showing a non-neglible increase in CPU usage, damnit Intel). Of course, I also go into any updates with a rollback plan. ITIL sucks, but one thing it taught me was the value of well documented plans…

Same. RHEL/CentOS went without a hitch. The age of the kernel start’s to concern me, though. According to the top comment in one of the posts in HN even 4.9 and 4.4 use a less ideal patch: https://news.ycombinator.com/item?id=16085672 I can’t really judge how much RH engineers are capable of fixing that kind of stuff in a kernel that’s officially out of support upstream. Based on the general quality of RHEL/RHV I tru…

Red Hat pays the salary of a couple kernel developers, backporting security fixes is a pretty big part of their job. Keep in mind, RHEL/CentOS 7 doesn't even use something newer like 4.4 - it's still on 3.10 because Red Hat guarantees a stable kABI throughout the lifetime of a release

Re: Meltdown Update Kernel doesnt boot

#194
post #166

Earlier quoted context omitted.

What distro are you running? I trust Red Hat to get kernel updates right the first time, I just patched externally facing servers and systems that handle PHI tonight with no issues (outside of one of my PostgreSQL servers showing a non-neglible increase in CPU usage, damnit Intel). Of course, I also go into any updates with a rollback plan. ITIL sucks, but one thing it taught me was the value of well documented plans…

This seems like one of those things that is very hard to get right: https://forums.aws.amazon.com/thread.jspa?messageID=823033

I'm guessing Xen PV isn't well tested by Red Hat anymore since most (if not all) of their paying customers still (stuck) using it are likely on RHEL5, which they haven't released a patch for yet due to that very reason.

I'm kind of shocked Amazon doesn't have something like Linode's Fennix, but you can always do an EBS snapshot of your /boot volume and revert it if a kernel upgrade breaks stuff.

Re: Meltdown Update Kernel doesnt boot

#195
post #20

Would this entire Meltdown/Spectre thing count as the biggest mess-up of computing history? When yesterday the PoC repo was posted here, the spy.mp4 demo video gave me some chills. And now I can't update my OS before making an installation USB because Canonical can't just follow Linus' releases. Thanks.

"Would this entire Meltdown/Spectre thing count as the biggest mess-up of computing history?"

This title is held by autorun.inf which has caused over 20 years of broken, vulnerable behavior and, AFAIK, is still going strong.

Re: Meltdown Update Kernel doesnt boot

#196
post #139

Earlier quoted context omitted.

Any sufficiently complex CPU surely contains some number of defects, perhaps even serious security defects, just as any sufficiently complex piece of software contains bugs and security holes. I wouldn't be surprised if someone tries to sue Intel over this, or even if they win, but this is way outside the scope of what a warranty would traditionally cover, which in the case of a CPU would be hardware failure. If a wa…

> but this is way outside the scope of what a warranty would traditionally cover The warranty and any other legalese from intel is irrelevant here, this is about consumer protection laws of various countries that supersede an intel warranty. A serious post sale drop in performance would be enough for a refund on any computer purchased in many countries. In Australia if I bought a computer 6 months ago I'd be entitled…

I’m not convinced that a software update slowing down your phone or computer a few percent while performing certain operations should automatically qualify you for a refund. It’s widely understood that keeping your computer secure requires installing software updates, and it’s even more widely understood that installing updates often slows down your computer. If that’s going to be your bar, I think an iPhone would have to sell for about $25,000 so Apple could afford to give you a replacement every year for the rest of your life.

Re: Meltdown Update Kernel doesnt boot

#197

Earlier quoted context omitted.

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.... > On system reset, the vector table is fixed at address 0x00000000. Also, I'm not an expert on the C standard, but in my understanding, it doesn't "break" it. That is: * Address 0 and the null pointer are distinct * A 0 literal treated as a pointer is guaranteed to be the null pointer * The null pointer is not guaranteed to be represented by all zero bit…

Yeah, the NULL pointer is a pretty weird part of the standard - it makes some sense, but leads to weird situations. That said, I think your last point needs a bit of clarification. What you've described is actually already impossible per the standard - with a few exceptions, it is illegal to use pointer arithmetic to address past the size of an allocated object (Because those pointer values may not even be valid for…

Oh not at all! Thanks for this; I also find it very interesting, and was glad for the correction.

Re: Meltdown Update Kernel doesnt boot

#198
post #20

Would this entire Meltdown/Spectre thing count as the biggest mess-up of computing history? When yesterday the PoC repo was posted here, the spy.mp4 demo video gave me some chills. And now I can't update my OS before making an installation USB because Canonical can't just follow Linus' releases. Thanks.

I think Y2K had more practical impact across the business world. There was genuine fear that it could cause an actual apocalypse with all major computerized systems failing, medical machines killing people, banks being affected and all money and debts disappearing overnight. It wasn't that bad, because people took it seriously. But there were still tons of practical systems affected and billions of corporate dollars…

I didn't know Y2K was that big of a deal! I guess I'll have to read a bit more about it, as it seems to be an interesting topic. Thanks!

Re: Meltdown Update Kernel doesnt boot

#199
post #134

Earlier quoted context omitted.

I think it was supposed to be a pun on "hold". As for the word "reference", your own link uses it.

I use it in a later comment! I was confused about the word in context. However, I completely missed the pun. Cheers :)

Cheers to you :)

Re: Meltdown Update Kernel doesnt boot

#200
post #93

Earlier quoted context omitted.

And replace them with what? They don't have any current processor that doesn't have the same bugs. It will be years before they design and make one. The best we can do is some class action and get a refund, but not too much or they'll go broke and close.

> And replace them with what? An AMD CPU?

Which doesn't have Meltdown but still has Spectre. Furthermore you have to replace at least the whole motherboard on a desktop or probably all of your laptop except the discs and maybe the RAM.
Post reply on HN