~krzk/ubuntu/+source/linux:impish/n/oracle-5.13

Last commit made on 2021-09-02
Get this branch:
git clone -b impish/n/oracle-5.13 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:
impish/n/oracle-5.13
Repository:
lp:~krzk/ubuntu/+source/linux

Recent commits

cd91076... by Krzysztof Kozlowski

UBUNTU: [Config] Record version update of gcc

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

a723924... by Krzysztof Kozlowski

UBUNTU: [Config] update arm64 to annotations

Update the arm64 config to match annotations.

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

b8c20fa... by Krzysztof Kozlowski

UBUNTU: [Packaging] Remove ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT from arm64 annotations

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

CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT is now selectable on arm64
Oracle cloud kernel so keep only master annotation (which is 'n').

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

f1d1411... by Krzysztof Kozlowski

UBUNTU: [Packaging] Do not enforce arm64 annotations

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

Do not enforce on arm64 annotations on Oracle kernel for now, because
several annotations in master set options to different values than
needed for Oracle cloud kernel. Having annotations enforced would
require overriding all master annotations or not including them.

Disabling annotation enforcement is not possible per architecture, so
also amd64 is affected.

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

9a75cfc... by Krzysztof Kozlowski

UBUNTU: [Config] Enable arm64 dependant options

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

Update the configs with `cranky updateconfigs -c` for Oracle
arm64/ARMv8 instances and choose:

1. No ARMv8 platforms (CONFIG_ARCH_xxx).
2. Most of other ARMv8 architecture settings as built-in or modules.
3. Most of new drivers as modules.

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

88bca54... by Krzysztof Kozlowski

UBUNTU: [packaging] Enable arm64 architecture

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

Build also arm64 kernel.

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

0fc3dff... by Krzysztof Kozlowski

UBUNTU: [Packaging] Drop armhf from annotations

No armhf in Oracle kernel.

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

882fa8b... by Krzysztof Kozlowski

UBUNTU: [Packaging] Drop s390x from annotations

No s390x in Oracle kernel.

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

3ac361b... by Krzysztof Kozlowski

UBUNTU: [Packaging] Drop ppc64el from annotations

No ppc64el in Oracle kernel.

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

4330367... by Krzysztof Kozlowski

UBUNTU: [Packaging] Remove trailing space from annotations

Fix formatting - remove trailing space from annotations with:
   sed -e 's/ \+$//' -i debian.oracle/config/annotations

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