~krzk/ubuntu/+source/linux:focal/n/oracle-5.8

Last commit made on 2021-04-06
Get this branch:
git clone -b focal/n/oracle-5.8 https://git.launchpad.net/~krzk/ubuntu/+source/linux
Only Krzysztof Kozlowski can upload to this branch. If you are Krzysztof Kozlowski please log in for upload directions.

Branch merges

Branch information

Name:
focal/n/oracle-5.8
Repository:
lp:~krzk/ubuntu/+source/linux

Recent commits

def9f70... by Krzysztof Kozlowski

UBUNTU: Ubuntu-oracle-5.8-5.8.0-1025.26~20.04.1

Signed-off-by: Krzysztof Kozlowski <email address hidden>

8d38054... by Krzysztof Kozlowski

UBUNTU: [config] updateconfigs for USB_BDC_PCI

BugLink: https://bugs.launchpad.net/bugs/1917964
Signed-off-by: Krzysztof Kozlowski <email address hidden>

f9cb60c... by Krzysztof Kozlowski

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1921488
Properties: no-test-build
Signed-off-by: Krzysztof Kozlowski <email address hidden>

3dc0db8... by Krzysztof Kozlowski

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Krzysztof Kozlowski <email address hidden>

1340c5b... by Krzysztof Kozlowski

UBUNTU: [Debian] override DEBUG_INFO_BTF annotation from debian

The base kernel (groovy:linux-oracle) does not have DEBUG_INFO_BTF in
its debian.oracle/config/annotations therefore the local-mangle should
add it.

Signed-off-by: Krzysztof Kozlowski <email address hidden>

f31f5eb... by Krzysztof Kozlowski

UBUNTU: [Debian] override DMESG_RESTRICT annotation from debian

The base kernel (groovy:linux-oracle) does not have DMESG_RESTRICT in
its debian.oracle/config/annotations therefore the local-mangle should
add it.

This fixes `cranky open`:

  check-config: /tmp/tmp.nHTHC8pkOT/CONFIGS/amd64-config.flavour.oracle: loading config
  check-config: canonical/kernel/focal/linux/debian.oracle-5.8/config/annotations loading annotations
  check-config: canonical/kernel/focal/linux/debian.oracle-5.8/config/../../debian.master/config/annotations loading annotations
  check-config: FAIL (n != y): CONFIG_SECURITY_DMESG_RESTRICT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}> mark<ENFORCED>
  check-config: 135/136 checks passed -- exit 1

Signed-off-by: Krzysztof Kozlowski <email address hidden>

5068b4b... by Krzysztof Kozlowski

UBUNTU: [Debian] adjust reconstruct for oracle-5.8

Signed-off-by: Krzysztof Kozlowski <email address hidden>

7a15a9a... by Krzysztof Kozlowski

UBUNTU: [Config] disable CONFIG_DEBUG_INFO_BTF

Andrea Righi writes for focal:linux-hwe-5.8:
This option requires pahole >= v1.16, but we are using v1.15 in focal,
so disable this option for now.

Unlike the commit in focal:linux-hwe-5.8, here annotations have to be
updated as well.

Signed-off-by: Krzysztof Kozlowski <email address hidden>

8bc5a02... by Krzysztof Kozlowski

UBUNTU: [Config] do not enforce DMESG_RESTRICT

Andrea Righi writes for focal:linux-hwe-5.8:
DMESG_RESTRICT is enforced in groovy onward, but it would cause problems
if enabled in focal, because it's missing the necessary user-space
package updates, so make sure this option is not enabled.

Unlike the commit in focal:linux-hwe-5.8, here annotations have to be
updated as well because otherwise `cranky updateconfigs -c` fails:

  check-config: FAIL (n != y): CONFIG_SECURITY_DMESG_RESTRICT policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 's390x': 'y'}> mark<ENFORCED>
  check-config: 135/136 checks passed -- exit 1

Signed-off-by: Krzysztof Kozlowski <email address hidden>

724f2cb... by Krzysztof Kozlowski

UBUNTU: [Debian] adjust indentation in local-mangle to match groovy:linux-oracle

The local-mangle was copied from focal:linux-hwe-5.8 but the base kernel
(groovy:linux-oracle) uses different indentation in annotations.

Signed-off-by: Krzysztof Kozlowski <email address hidden>