~sforshee/+git/linux-unstable:vbox-dkms

Last commit made on 2019-05-13
Get this branch:
git clone -b vbox-dkms https://git.launchpad.net/~sforshee/+git/linux-unstable
Only Seth Forshee can upload to this branch. If you are Seth Forshee please log in for upload directions.

Branch merges

Branch information

Name:
vbox-dkms
Repository:
lp:~sforshee/+git/linux-unstable

Recent commits

def2026... by Seth Forshee

UBUNTU: enable vbox dkms build for amd64 and i386

Signed-off-by: Seth Forshee <email address hidden>

8d1164f... by Seth Forshee

UBUNTU: add virtualbox-guest-dkms dkms package build

Signed-off-by: Seth Forshee <email address hidden>

57f072c... by Seth Forshee

UBUNTU: [Packaging] dkms-build -- expand paths searched for make.log files

For a failed build the make.log file will be found in the dkms
build path, not in the locations currently searched. Add the dkms
build path to the paths searched so that the log will be included
in our kernel build log in case of dkms build failure.

Signed-off-by: Seth Forshee <email address hidden>

a39d559... by Seth Forshee

UBUNTU: remove virtualbox guest drivers

In preparation for using the dkms build infrastructure for the
virtualbox guest drivers, remove the version imported into the
ubuntu drivers directory.

Signed-off-by: Seth Forshee <email address hidden>

fba25b7... by Seth Forshee

UBUNTU: add nvidia-418 dkms build

Signed-off-by: Seth Forshee <email address hidden>

aa3a6d0... by Seth Forshee

UBUNTU: ubuntu: vbox -- update to 6.0.6-dfsg-2

Signed-off-by: Seth Forshee <email address hidden>

78bc00d... by Seth Forshee

UBUNTU: vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD

Upstream vbox has made changes to be more friendly to our build
situation, such that it is no longer necessary for us to fix
these up.

Signed-off-by: Seth Forshee <email address hidden>

8116608... by Seth Forshee

UBUNTU: [Packaging] don't delete efi_parser.c

This file is deleted by debian.master/reconstruct, but we now
need it.

Signed-off-by: Seth Forshee <email address hidden>

a10e629... by Seth Forshee

UBUNTU: [Config] (efi-lockdown): update configs after efi lockdown patch refresh

A number of options have changed, so update our configs and
annotations accordingly. Some highlights:

 - Set CONFIG_INTEGRITY_PLATFORM_KEYRING=y as this is the keyring
   which is now used to import certs from UEFI

 - Update for s/CONFIG_KEXEC_VERIFY_SIG/CONFIG_KEXEC_SIG/

 - Enforce some options which weren't previously enforced

Signed-off-by: Seth Forshee <email address hidden>

2100ec0... by Seth Forshee

UBUNTU: SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates

"kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
KEXEC_SIG_FORCE" missed several locations which used the old
option, and also missed the fact that arm64 also supports kexec
image signature verification. Finish the changes started in that
patch.

Fixes: "kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE"
Signed-off-by: Seth Forshee <email address hidden>