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

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

Branch merges

Branch information

Recent commits

b6df37d... by Luke Nowakowski-Krijger

UBUNTU: Ubuntu-4.15.0-196.207

Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

1098f36... by Luke Nowakowski-Krijger

UBUNTU: SAUCE: Revert "s390/archrandom: simplify back to earlier design and initialize earlier"

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

This reverts commit 6edb63a7b6cd57825e47cf6a8600b694a19f0d90.

In LP#1994601 it's reported that 6edb63a7b6cd breaks IPL (boot) on IBM zSystems
generation z14 and newer (however, z13 is fine).
Hence reverting this patch to unbreak and re-enable IPL.

Signed-off-by: Luke Nowakowski-Krijger <email address hidden>
Acked-by: Luke Nowakowski-Krijger <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

2f471a4... by Luke Nowakowski-Krijger

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1994992
Properties: no-test-build
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

aabb441... by Luke Nowakowski-Krijger

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

e8c5aa7... by Luke Nowakowski-Krijger

UBUNTU: Ubuntu-4.15.0-194.205

Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

aecd35b... by Luke Nowakowski-Krijger

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1989935
Properties: no-test-build
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

9df8210... by Kamal Mostafa

UBUNTU: Upstream stable to v4.14.289, v4.19.253

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

Ignore: yes
Signed-off-by: Kamal Mostafa <email address hidden>
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

4e76ed0... by =?utf-8?q?Ilpo_J=C3=A4rvinen?= <email address hidden>

serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle

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

commit 211565b100993c90b53bf40851eacaefc830cfe0 upstream.

The driver must provide throttle and unthrottle in uart_ops when it
sets UPSTAT_AUTORTS. Add them using existing stop_rx &
enable_interrupts functions.

Fixes: 2a76fa283098 (serial: pl011: Adopt generic flag to store auto RTS status)
Cc: stable <email address hidden>
Cc: Lukas Wunner <email address hidden>
Reported-by: Nuno Gonçalves <email address hidden>
Tested-by: Nuno Gonçalves <email address hidden>
Signed-off-by: Ilpo Järvinen <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Kamal Mostafa <email address hidden>
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

35698b0... by Francesco Dolcini <email address hidden>

ASoC: sgtl5000: Fix noise on shutdown/remove

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

[ Upstream commit 040e3360af3736348112d29425bf5d0be5b93115 ]

Put the SGTL5000 in a silent/safe state on shutdown/remove, this is
required since the SGTL5000 produces a constant noise on its output
after it is configured and its clock is removed. Without this change
this is happening every time the module is unbound/removed or from
reboot till the clock is enabled again.

The issue was experienced on both a Toradex Colibri/Apalis iMX6, but can
be easily reproduced everywhere just playing something on the codec and
after that removing/unbinding the driver.

Fixes: 9b34e6cc3bc2 ("ASoC: Add Freescale SGTL5000 codec support")
Signed-off-by: Francesco Dolcini <email address hidden>
Reviewed-by: Fabio Estevam <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Mark Brown <email address hidden>
Signed-off-by: Sasha Levin <email address hidden>
Signed-off-by: Kamal Mostafa <email address hidden>
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>

11e6c4e... by Marc Kleine-Budde

can: m_can: m_can_tx_handler(): fix use after free of skb

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

commit 2e8e79c416aae1de224c0f1860f2e3350fa171f8 upstream.

can_put_echo_skb() will clone skb then free the skb. Move the
can_put_echo_skb() for the m_can version 3.0.x directly before the
start of the xmit in hardware, similar to the 3.1.x branch.

Fixes: 80646733f11c ("can: m_can: update to support CAN FD features")
Link: https://<email address hidden>
Cc: <email address hidden>
Reported-by: Hangyu Hua <email address hidden>
Signed-off-by: Marc Kleine-Budde <email address hidden>
[sudip: adjust context]
Signed-off-by: Sudip Mukherjee <email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
Signed-off-by: Kamal Mostafa <email address hidden>
Signed-off-by: Luke Nowakowski-Krijger <email address hidden>