close
BERJAYA

~ubuntu-kernel/ubuntu/+source/linux/+git/unstable:master

Last commit made on 2026-04-14
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/unstable
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

d12c285... by Timo Aaltonen

UBUNTU: [Packaging] templates: Split run-parts to handle one directory at a time

debianutils in noble or older can't handle multiple directory arguments

Signed-off-by: Timo Aaltonen <email address hidden>

4c11409... by Paolo Pisati

UBUNTU: Ubuntu-7.0.0-14.14

Signed-off-by: Paolo Pisati <email address hidden>

1b899b5... by Paolo Pisati

UBUNTU: [Config] updateconfigs following v7.0 release

Signed-off-by: Paolo Pisati <email address hidden>

dd9d2ad... by Paolo Pisati

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2148159
Properties: no-test-build
Signed-off-by: Paolo Pisati <email address hidden>

ba23092... by Paolo Pisati

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Paolo Pisati <email address hidden>

7377319... by Serin Yeh

UBUNTU: SAUCE: media: ipu-bridge: add TBE20A0 ACPI id for Sony IMX471

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

Origin: backport, https://github.com/intel/ipu6-drivers/blob/90b4d18301794abd8c1e51493a5752de28373a9b/patch/v6.17/0003-media-ipu-bridge-Support-imx471-sensor.patch
Signed-off-by: You-Sheng Yang <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>

e7d65ab... by Paolo Pisati

UBUNTU: [Config] disable SECURITY_APPARMOR_PACKET_MEDIATION_ENABLED

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

Signed-off-by: Paolo Pisati <email address hidden>

cfb471d... by Juerg Haefliger

UBUNTU: [Packaging] Don't hard-code lmm zfs dependency

Move the dependency on lmm zfs to control.d/vars.<flavour> and patch it
in when the control file is generated.

Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Yufeng Gao <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>

cd426fe... by Juerg Haefliger

UBUNTU: [Packaging] Add support for per-flavour depends

The new ZFS lmm is now a dependency for linux-modules. But *not* for
all flavours, like rapi-realtime. Introduce a new =DEPENDS= placeholder,
similar to the exisiting =PROVIDES=, that is substituted with data from
debian.<foo>/control.d/vars.<flavour>.

Signed-off-by: Juerg Haefliger <email address hidden>
Acked-by: Yufeng Gao <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>

188aab4... by Leon Yen <email address hidden>

wifi: mt76: mt792x: Fix a potential deadlock in high-load situations

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

A deadlock may occur between two works, ps_work and mac_work, if their work
functions run simultaneously as they attempt to cancel each other by
calling cancel_delayed_work_sync().

mt792x_mac_work() -> ... -> cancel_delayed_work_sync(&pm->ps_work);
mt792x_pm_power_save_work() -> cancel_delayed_work_sync(&mphy->mac_work);

In high-load situations, they are queued but may not have chance to be
executed until the CPUs are released. Once the CPUs are available, there
is a high possibility that the ps_work function and mac_work function will
be executed simultaneously, resulting in a possible deadlock.

This patch replaces cancel_delayed_work_sync() with cancel_delayed_work()
in ps_work to eliminate the deadlock and make the code easier to maintain.

Signed-off-by: Leon Yen <email address hidden>
Tested-by: Chia-Lin Kao (AceLan) <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Felix Fietkau <email address hidden>
(cherry picked from commit bb2f07819d063a58756186cac6465341956ac0a4 linux-next)
Signed-off-by: Chia-Lin Kao (AceLan) <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>