~kmously/ubuntu/+source/linux/+git/bionic:ml-patches-kvm

Last commit made on 2018-06-22
Get this branch:
git clone -b ml-patches-kvm https://git.launchpad.net/~kmously/ubuntu/+source/linux/+git/bionic
Only Khaled El Mously can upload to this branch. If you are Khaled El Mously please log in for upload directions.

Branch merges

Branch information

Name:
ml-patches-kvm
Repository:
lp:~kmously/ubuntu/+source/linux/+git/bionic

Recent commits

5c4fb68... by Po-Hsu Lin

UBUNTU: [Config]: enable CONFIG_FORTIFY_SOURCE

BugLink: https://bugs.launchpad.net/bugs/1766774

Enable the CONFIG_FORTIFY_SOURCE, which is required by the kernel security
testsuite.

Signed-off-by: Po-Hsu Lin <email address hidden>
Acked-by: Thadeu Lima de Souza Cascardo <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Khalid Elmously <email address hidden>

0e39361... by Po-Hsu Lin

UBUNTU: [Config]: enable CONFIG_SECURITY_PERF_EVENTS_RESTRICT

BugLink: https://bugs.launchpad.net/bugs/1766780

Enable the CONFIG_SECURITY_PERF_EVENTS_RESTRICT, which is required by the
kernel security testsuite.

Signed-off-by: Po-Hsu Lin <email address hidden>
Acked-by: Thadeu Lima de Souza Cascardo <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Khalid Elmously <email address hidden>

3325f6f... by Julio Montes

UBUNTU: kvm: [Config] Enable memory hotplug

BugLink: https://bugs.launchpad.net/bugs/1777127

Enable memory hotplug to allow kata containers to update container's
memory dynamically.

Next configs are needed:
* CONFIG_MEMORY_HOTPLUG

Signed-off-by: Julio Montes <email address hidden>
Acked-by: Kamal Mostafa <email address hidden>
Acked-by: Brad Figg <email address hidden>
Signed-off-by: Kamal Mostafa <email address hidden>

40413c6... by Julio Montes

UBUNTU: kvm: [Config] Enable ACPI NVDIMM

BugLink: https://bugs.launchpad.net/bugs/1761854

Enable ACPI NVDIMM Firmware Interface Table to allow kata containers to mount
the rootfs from persistent memory (pmemX).

Next configs are needed:
* CONFIG_ACPI_NFIT
* CONFIG_BLK_DEV_PMEM
* CONFIG_LIBNVDIMM

Signed-off-by: Julio Montes <email address hidden>
Acked-by: Kamal Mostafa <email address hidden>
Acked-by: Brad Figg <email address hidden>
Signed-off-by: Kamal Mostafa <email address hidden>

6519761... by Julio Montes

UBUNTU: kvm: [Config] Enable IP set and netfilter

BugLink: https://bugs.launchpad.net/bugs/1761856

Enable IP set and netfilter netlink to allow kata agent to configure the network
inside the virtual machine.

Next configs are needed:
* CONFIG_IP_SET
* CONFIG_NETFILTER_NETLINK

Signed-off-by: Julio Montes <email address hidden>
Acked-by: Kamal Mostafa <email address hidden>
Acked-by: Brad Figg <email address hidden>
Signed-off-by: Kamal Mostafa <email address hidden>

45ce7ff... by Kamal Mostafa

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Kamal Mostafa <email address hidden>

256e1cf... by Kleber Sacilotto de Souza

UBUNTU: Ubuntu-kvm-4.15.0-1012.12

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

fc19140... by Kleber Sacilotto de Souza

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

5d7de5b... by Khaled El Mously

UBUNTU: Ubuntu-kvm-4.15.0-1011.11

Signed-off-by: Khalid Elmously <email address hidden>

7e196c4... by Andy Whitcroft

UBUNTU: [Config] update Build-Depends: transfig to fig2dev

Some time back transfig became a transitional package to fig2dev.
In cosmic this transitional has now been deprecated. As we are still
copying kernels forward we need to fix this dependency in bionic.
This transition actually occured back in artful, we just missed it.
Switch our build dependency to the "new" fig2dev package.

BugLink: http://bugs.launchpad.net/bugs/1770770

Signed-off-by: Andy Whitcroft <email address hidden>
Acked-by: Kleber Sacilotto de Souza <email address hidden>
Acked-by: Seth Forshee <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>