~ubuntu-kernel/ubuntu/+source/linux/+git/jammy:master-next--2024.03.04-1--auto

Last commit made on 2024-03-22
Get this branch:
git clone -b master-next--2024.03.04-1--auto https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/jammy
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master-next--2024.03.04-1--auto
Repository:
lp:~ubuntu-kernel/ubuntu/+source/linux/+git/jammy

Recent commits

41242fb... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Ubuntu-5.15.0-102.112

Signed-off-by: Ubuntu Kernel Bot <email address hidden>

e03cd4c... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

6cbe488... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] drop ABI data

BugLink: https://bugs.launchpad.net/bugs/2055632
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

2bb3971... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] resync git-ubuntu-log

BugLink: https://bugs.launchpad.net/bugs/2055632
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

d5ee684... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: link-to-tracker: update tracking bug

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

Properties: no-test-build
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

3555254... by Stefan Bader

UBUNTU: [Packaging] Drop abi checks from final-checks

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

Dropping the in-tree abi checks forgot to adjust the final-checks file.
This was done in Mantic but there the file was relocated. Following up
with similar changes in Jammy.

Fixes: 476bafa0dcd4 "UBUNTU: [Packaging] Remove in-tree abi checks"
Signed-off-by: Stefan Bader <email address hidden>

9f61c82... by Christoph Hellwig <email address hidden>

block, loop: support partitions without scanning

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

Historically we did distinguish between a flag that surpressed partition
scanning, and a combinations of the minors variable and another flag if
any partitions were supported. This was generally confusing and doesn't
make much sense, but some corner case uses of the loop driver actually
do want to support manually added partitions on a device that does not
actively scan for partitions. To make things worsee the loop driver
also wants to dynamically toggle the scanning for partitions on a live
gendisk, which makes the disk->flags updates non-atomic.

Introduce a new GD_SUPPRESS_PART_SCAN bit in disk->state that disables
just scanning for partitions, and toggle that instead of GENHD_FL_NO_PART
in the loop driver.

Fixes: 1ebe2e5f9d68 ("block: remove GENHD_FL_EXT_DEVT")
Reported-by: Ming Lei <email address hidden>
Signed-off-by: Christoph Hellwig <email address hidden>
Reviewed-by: Ming Lei <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Jens Axboe <email address hidden>

(backported from commit b9684a71fca793213378dd410cd11675d973eaa1)
[smb: Flag and test for partition scan in genhd.h instead]
Signed-off-by: Stefan Bader <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Acked-by: Manuel Diewald <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

c797384... by Andy Whitcroft

UBUNTU: [Packaging] Remove in-tree abi checks

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

linux-buildinfo packages are now externally compared by swm, with
results approving or rejecting updates based on the stable
tracker. Those checks also allow hints and overrides to accept
intentional changes.

Also these are done on the correct pair-wise comparisons, especially
when two streams are being cranked.

The above eliminates the need to identify previous build abi,
download, extract it, vendor it in, and assert it at build time.

Signed-off-by: Dimitri John Ledkov <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Signed-off-by: Roxana Nicolescu <email address hidden>

6048be5... by Roxana Nicolescu

UBUNTU: [Packaging] remove update-version-dkms

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

This is not used anymore.

Signed-off-by: Roxana Nicolescu <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Manuel Diewald <email address hidden>
Acked-by: Juerg Haefliger <email address hidden>
Signed-off-by: Roxana Nicolescu <email address hidden>

f1b0ce5... by Roxana Nicolescu

UBUNTU: [Packaging] Replace debian/dkms-versions with $(DEBIAN)/dkms-versions

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

debian/dkms-versions has moved to debian.<derivative>/dkms-versions

Signed-off-by: Roxana Nicolescu <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Manuel Diewald <email address hidden>
Acked-by: Juerg Haefliger <email address hidden>
Signed-off-by: Roxana Nicolescu <email address hidden>