Live data from Hacker News

Stable Linux mainline builds for Ubuntu

stgraber.org

1–10 of 59 posts

Re: Stable Linux mainline builds for Ubuntu

#7

checking your github repo tels me that: This branch is 2273 commits ahead, 14587 commits behind torvalds:master. ????

I was also confused since to my understanding "mainline" is usually the release candidates, i.e. Linus's master branch. Here "(stable) mainline" appears to mean the latest stable release without distribution-specific patches, what I'd call a "vanilla kernel".

Re: Stable Linux mainline builds for Ubuntu

#8
post #4

If I wanted to keep Secureboot enabled, would signing with a MOK and enrolling that key be sufficient?

You say that as though it's easy. I've yet to find an explanation that's shorter than a book.

The truth is, it doesn't necessarily have to be a book long, but much like setting up PKI, it certainly can be.

What we really need is simple tooling that handles just the case of "I want to sign kernels for my own machine(s)".

Of course, some tools do exist for this case, but I'm not aware of one that is totally generic. Lanzaboote for NixOS seems interesting (disclaimer: have not tried.)

Re: Stable Linux mainline builds for Ubuntu

#9
post #4

If I wanted to keep Secureboot enabled, would signing with a MOK and enrolling that key be sufficient?

It would seem so. Been doing that since a while on my laptop for locally compiled stable kernels from kernel.org.

My hacky script has more lines to fetch the signer name from the kernel (once it's been signed) than to just sign the vmlinuz image.

Re: Stable Linux mainline builds for Ubuntu

#10
post #4

If I wanted to keep Secureboot enabled, would signing with a MOK and enrolling that key be sufficient?

I used to use https://github.com/berglh/ubuntu-sb-kernel-signing and the mainline tool from cappelikan ppa, I think it worked on even with DKMS modules such as the Nvidia driver. I've since switched to xanmod with secure boot disabled do my memory is a bit hazy on that last point.
Post reply on HN