~ubuntu-kernel/ubuntu/+source/linux/+git/focal:master-next--2024.04.01-1--auto

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

Branch merges

Branch information

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

Recent commits

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

UBUNTU: Ubuntu-5.4.0-181.201

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

388c894... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Start new release

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

4738c12... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] resync git-ubuntu-log

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

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

UBUNTU: link-to-tracker: update tracking bug

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

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

2b30655... by Roxana Nicolescu

UBUNTU: [Packaging] drop getabis data

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Roxana Nicolescu <email address hidden>

5a8641d... by Magali Lemes do Sacramento

UBUNTU: [Packaging] Remove fips-checks script

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

This script is now part of `cranky` and there is no need for it to live
in debian/ anymore, so remove it.

Signed-off-by: Magali Lemes <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

f2c6091... by Roxana Nicolescu

UBUNTU: [Packaging] Remove getabis

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

With ABI checks removed from the tree (#LP2055685), there's no need to
download the buildinfo from a previous version.

Signed-off-by: Roxana Nicolescu <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

1810701... by Manuel Diewald

UBUNTU: Upstream stable to v5.4.269

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

Ignore: yes
Signed-off-by: Manuel Diewald <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

6e33f61... by Greg Kroah-Hartman <email address hidden>

Linux 5.4.269

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

Link: https://<email address hidden>
Tested-by: Jon Hunter <email address hidden>
Tested-by: Florian Fainelli <email address hidden>
Tested-by: Shuah Khan <email address hidden>
Tested-by: kernelci.org bot <email address hidden>
Tested-by: Harshit Mogalapalli <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Manuel Diewald <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

817b6d0... by Frank Rowand <email address hidden>

of: gpio unittest kfree() wrong object

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

commit fb227f597d612c6660888d1947e68a25fed7b9cc upstream.

kernel test robot reported "WARNING: held lock freed!" triggered by
unittest_gpio_remove(). unittest_gpio_remove() was unexpectedly
called due to an error in overlay tracking. The remove had not
been tested because the gpio overlay removal tests have not been
implemented.

kfree() gdev instead of pdev.

Fixes: f4056e705b2e ("of: unittest: add overlay gpio test to catch gpio hog problem")
Reported-by: kernel test robot <email address hidden>
Signed-off-by: Frank Rowand <email address hidden>
Reviewed-by: Geert Uytterhoeven <email address hidden>
Signed-off-by: Rob Herring <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Manuel Diewald <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>