~timg-tpi/ubuntu/+source/linux-aws/+git/jammy:linux-aws-master-next

Last commit made on 2023-05-31
Get this branch:
git clone -b linux-aws-master-next https://git.launchpad.net/~timg-tpi/ubuntu/+source/linux-aws/+git/jammy
Only Tim Gardner can upload to this branch. If you are Tim Gardner please log in for upload directions.

Branch merges

Branch information

Name:
linux-aws-master-next
Repository:
lp:~timg-tpi/ubuntu/+source/linux-aws/+git/jammy

Recent commits

225f2cc... by Tim Gardner

UBUNTU: [Config] aws: Drop MICROCODE_OLD_INTERFACE

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

    This has been removed by stable completely. There is a new option to
    load late which is disabled (MICROCODE_LOAD_LATE).

    [Replaced old config update by new annotations update]
    Signed-off-by: Stefan Bader <email address hidden>

Copied from master

Signed-off-by: Tim Gardner <email address hidden>

64b71ea... by Juerg Haefliger

UBUNTU: [Packaging] rules: Use old-kernelconfig for old configs

Use the original old-kernelconfig script if the configs haven't been
migrated yet to the new annotations scheme.

Ignore: yes
Fixes: 4010fc1ea927 ("UBUNTU: [Packaging] new annotations model infrastructure")
Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Acked-by: Andrei Gherzan <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

7ec6776... by Juerg Haefliger

UBUNTU: [Packaging] config-check: Handle new annotations format 4

For derivatives, we could end up in a situation where the master has
already switched over to the new annotations format 4 but the derivative
still wants to use the old scheme. In that case, the config-check script
is still used and needs to properly handle the new annotations format 4
(in case the derivative includes the annotations from the master).

Ignore: yes
Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Acked-by: Andrei Gherzan <email address hidden>
Signed-off-by: Tim Gardner <email address hidden>

1096ee7... by Tim Gardner

UBUNTU: [Config] aws: Set annotations type to 4

Signed-off-by: Tim Gardner <email address hidden>

d8cb046... by Tim Gardner

UBUNTU: [Config] aws: Sanitize annotations

https://git.launchpad.net/~arighi/+git/annotations-tools anitize-annotations.py

Ignore:yes

Signed-off-by: Tim Gardner <email address hidden>

ac33901... by Andrea Righi

UBUNTU: [Packaging] kconfig/annotations.py: support older way of merging dicts

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

The '|=' update operator for merging dicts is available starting in
python 3.9 however in focal we have python 3.8, which causes the
annotation parsing script to crash.

Support also the old way of merging dicts available since python 3.5
that uses dict unpacking, e.g. dict1 = {**dict1, **dict2}

Signed-off-by: Luke Nowakowski-Krijger <email address hidden>
Signed-off-by: Andrea Righi <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Luke Nowakowski-Krijger <email address hidden>
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>
(cherry picked from commit b0d6f44caf327256d93bdc42a630992e6866db07)
Signed-off-by: Tim Gardner <email address hidden>

8a924ca... by Andrea Righi

UBUNTU: [Packaging] fix typo when calling the old config-check

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

During the backport of the new annotations model patch set we have
introduced a typo in the execution of the old config-check perl script.

Fix the typo: @perl -> perl.

This bug can be hit only if we are still using the old
configs+annotations model and we opt to not migrate to the new model.

Signed-off-by: Andrea Righi <email address hidden>
Acked-by: Andrei Gherzan <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Roxana Nicolescu <email address hidden>
(cherry picked from commit bccfa4179c2411415214e580a917a0b25f20d882)
Signed-off-by: Tim Gardner <email address hidden>

ee73baa... by Andrei Gherzan

UBUNTU: [Packaging] fix typo in 4-checks.mk

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

There is a syntax typo/error in 4-checks.mk where "else" misses a
semicolon.

This bug can be hit only if we are still using the old
configs+annotations model and we opt to not migrate to the new model.

Signed-off-by: Andrei Gherzan <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Signed-off-by: Roxana Nicolescu <email address hidden>
(cherry picked from commit 815fa5c689a100a1e1f98d2706cb09635910d48c)
Signed-off-by: Tim Gardner <email address hidden>

a99abdd... by Tim Gardner

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2019381
Properties: no-test-build
Signed-off-by: Tim Gardner <email address hidden>

0a83857... by Tim Gardner

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Tim Gardner <email address hidden>