~canonical-kernel/+git/kteam-tools:rtg/drop-j-aws-6.2-lrm

Last commit made on 2023-06-06
Get this branch:
git clone -b rtg/drop-j-aws-6.2-lrm https://git.launchpad.net/~canonical-kernel/+git/kteam-tools
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
rtg/drop-j-aws-6.2-lrm
Repository:
lp:~canonical-kernel/+git/kteam-tools

Recent commits

bac539a... by Juerg Haefliger

info/kernel-series: add temporary 'esm' routing for bionic

Commit ("info/kernel-series: mark bionic as ESM") marked bionic as ESM
which expects an 'esm' routing entry which is missing:

Traceback (most recent call last):
  File "/vol2/data/git/kteam-tools/cranky/cmds.d/list-routing", line 88, in <module>
    print_table(handle.source.routing)
  File "/vol2/juergh/git/ubuntu/kteam-tools/ktl/kernel_series.py", line 563, in routing
    return KernelRoutingEntry(self._ks, self, data)
  File "/vol2/juergh/git/ubuntu/kteam-tools/ktl/kernel_series.py", line 83, in __init__
    raise ValueError("unable to map routing alias {}, "
ValueError: unable to map routing alias esm, not listed in series routing table

Fix that by adding a temporary 'esm' routing.

Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Thadeu Lima de Souza Cascardo <email address hidden>
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>

36ba1e9... by Dimitri John Ledkov

kernel-series.yaml: drop mantic:linux-kvm

To be superseded by linux-virtual.

Signed-off-by: Dimitri John Ledkov <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Signed-off-by: Dimitri John Ledkov <email address hidden>

17135b3... by Dimitri John Ledkov

kernel-series.yaml: drop mantic:linux-kvm

To be superseded by linux-virtual.

Signed-off-by: Dimitri John Ledkov <email address hidden>

5703d35... by Dimitri John Ledkov

info/kernel-series.yaml: Transition mantic:linux-lowlatency to sameport

Transition mantic:linux-lowlatency to sameport versioning, like it is done with riscv kernel.

This needs to land, for me to correctly crank first v6.3 lowlatency kernel with tripple dot version number.

Signed-off-by: Dimitri John Ledkov <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Acked-by: Paolo Pisati <email address hidden>
Signed-off-by: Dimitri John Ledkov <email address hidden>

15c37e0... by Dimitri John Ledkov

info/kernel-series.yaml: Transition mantic:linux-lowlatency to sameport

Transition mantic:linux-lowlatency to sameport versioning, like it is
done with riscv kernel.

This needs to land, for me to correctly crank first v6.3 lowlatency
kernel with tripple dot version number.

Signed-off-by: Dimitri John Ledkov <email address hidden>

4a373dc... by Tim Gardner

kernel-series.yaml: j/azure-fde - fix malformed variant

Fix typo in the lts-22.04 variant name.

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

a0ac7eb... by Kleber Sacilotto de Souza

cranky/docs: update sru-cycles header

The sru-cycles.md file has a top-level header that doesn't fit the description
of its contents, causing a weirdly named section to be created when being
imported by kteam-docs [1].

Add also a note about it being outdated as it is still mentioning Trello
as our kanban tool.

[1] https://canonical-kteam-docs.readthedocs-hosted.com/en/latest/docs/kteam_tools/index.html

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Acked-by: Andrei Gherzan <email address hidden>
Signed-off-by: Kleber Souza <email address hidden>

db5ce14... by Kleber Sacilotto de Souza

cranky/docs: update sru-cycles header

The content of this document was extracted from cranking-the-kernel.md
to a new document so this is missing a proper header, starting with a
top level section name that makes sense.

Add also a note about it being outdated as it is still mentioning Trello
as our kanban tool.

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

d46bbcd... by Po-Hsu Lin

info/kernel-series: mark bionic as ESM

This only sets the ESM flag, in order to get the CVE triage bot to do the
right thing.

Given there is a pending regression we might still want to put into the
archive, leave everything else as is.

Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Andrei Gherzan <email address hidden>
Acked-by: Po-Hsu Lin <email address hidden>
Signed-off-by: Po-Hsu Lin <email address hidden>

6c260a0... by Thadeu Lima de Souza Cascardo

info/kernel-series: mark bionic as ESM

This only sets the ESM flag, in order to get the CVE triage bot to do the
right thing.

Given there is a pending regression we might still want to put into the
archive, leave everything else as is.

Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>