~ubuntu-kernel/ubuntu/+source/linux/+git/focal:master-next--2024.03.04-2--auto

Last commit made on 2024-03-28
Get this branch:
git clone -b master-next--2024.03.04-2--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.03.04-2--auto
Repository:
lp:~ubuntu-kernel/ubuntu/+source/linux/+git/focal

Recent commits

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

UBUNTU: Ubuntu-5.4.0-174.192

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

45e00fd... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: debian.master/dkms-versions -- update from kernel-versions (main/2024.03.04)

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

1ce7af0... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Start new release

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

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

UBUNTU: [Packaging] update annotations scripts

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

245c960... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] drop ABI data

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

6552a91... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] resync git-ubuntu-log

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

23cc0fb... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: link-to-tracker: update tracking bug

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

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

ad9c9c8... by Brian King

hvcs: Synchronize hotplug remove with port free

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

Synchronizes hotplug remove with the freeing of the port.
This ensures we have freed all the memory associated with
this port and are not leaking memory.

Signed-off-by: Brian King <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>

(cherry picked from commit 28d49f8cbe9c7966f91ee1b5ec2f997f6e55bf9f)
Signed-off-by: Frank Heimes <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Cengiz Can <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

e69830a... by Brian King

hvcs: Use vhangup in hotplug remove

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

When hotplug removing an hvcs device, we need to ensure the
hangup processing is done prior to exiting the remove function,
so use tty_vhangup to do the hangup processing directly
rather than using tty_hangup which simply schedules the hangup
work for later execution.

Signed-off-by: Brian King <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>

(cherry picked from commit d432228bc7b1b3f0ed06510278ff5a77b3749fe6)
Signed-off-by: Frank Heimes <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Cengiz Can <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

a1797c7... by Brian King

hvcs: Get reference to tty in remove

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

Grab a reference to the tty when removing the hvcs to ensure
it does not get freed unexpectedly.

Signed-off-by: Brian King <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>

(cherry picked from commit 3a8d3b366ce47024bf274eac783f8af5df2780f5)
Signed-off-by: Frank Heimes <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Cengiz Can <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>