Kernel questions and Intel ME

8 respuestas [Último envío]
GrevenGull
Desconectado/a
se unió: 12/18/2017

Some days ago while the Intel ME thing was fresh, jxself had a fix in the 4.14.12 kernel, now there's a 4.14.13 on the releases page: http://linux-libre.fsfla.org/pub/linux-libre/releases/ , my question is simple: how important is it to always have the latest kernel?

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

Are you referring to Meltdown and Spectre? Those attacks have absolutely nothing to do with the Management Engine.

Having up-to-date is important to be protected against known attacks such as Meltdown and Spectre. Newer kernel may better support your hardware too, especially if it is recent. And, well, there are other features and improvements that are added to newer versions of the kernel.

GrevenGull
Desconectado/a
se unió: 12/18/2017

Also what's the difference between all the places where one can get kernels?

You have jxself https://jxself.org/linux-libre/

and fsfla https://www.fsfla.org/ikiwiki/selibre/linux-libre/

and probably many more...

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

https://www.fsfla.org/ikiwiki/selibre/linux-libre/ is the homepage of the Linux-libre project. The resulting source code is then compiled and packaged to be easily installed (by package managers). Jxself not only works for that project but also packages the kernels for distributions that use APT, including Trisquel. https://jxself.org/linux-libre/ is the page of his repository.

GrevenGull
Desconectado/a
se unió: 12/18/2017

roger that

jxself
Desconectado/a
se unió: 09/13/2010

There is also another place to get source code which is:

https://jxself.org/git/?p=linux-libre.git

I started this because I found that Alexandre Oliva, who runs fsfla.org, deletes older kernel source code when disk space runs low and this raised some questions when people wanted to get some of those deleted things.

This git repository has every version of Linux-libre ever, it all fits into ~350MB, and versions will never disappear.

GrevenGull
Desconectado/a
se unió: 12/18/2017

smooth

calher

I am a member!

Conectado
se unió: 06/19/2015

> This git repository has every version of Linux-libre ever, it all fits into
> ~350MB, and versions will never disappear.

Assuming those disks are backed up.

--
Caleb Herbert
OpenPGP public key: http://bluehome.net/csh/pubkey

jxself
Desconectado/a
se unió: 09/13/2010

You're being just a bit too literal there, of course, but I meant not disappearing as a matter of policy of deleting old versions when disk space gets low.

Obviously I have backups. 7 of them. In different locations. On different continents. In different hemispheres of the world. And other people have backups too. One example is that the libreCMC people mirror it:
https://gogs.librecmc.org/libreCMC/linux-libre

I think the Linux-libre source code is reasonably well secured. :)