~vicamo/+git/ubuntu-kernel:bug-1943353/increase-response-reg-max/oem-5.14

Last commit made on 2021-09-23
Get this branch:
git clone -b bug-1943353/increase-response-reg-max/oem-5.14 https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1943353/increase-response-reg-max/oem-5.14
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

138cbb5... by You-Sheng Yang

Bug 1943353: Hang at resuming from s2idle on AMD Barcelo

6d18996... by Mario Limonciello <email address hidden>

platform/x86: amd-pmc: Increase the response register timeout

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

There have been reports of approximately a 0.9%-1.7% failure rate in SMU
communication timeouts with s0i3 entry on some OEM designs. Currently
the design in amd-pmc is to try every 100us for up to 20ms.

However the GPU driver which also communicates with the SMU using a
mailbox register which the driver polls every 1us for up to 2000ms.
In the GPU driver this was increased by commit 055162645a40 ("drm/amd/pm:
increase time out value when sending msg to SMU")

Increase the maximum timeout used by amd-pmc to 2000ms to match this
behavior. This has been shown to improve the stability for machines
that randomly have failures.

Cc: <email address hidden>
Reported-by: Julian Sikorski <email address hidden>
BugLink: https://gitlab.freedesktop.org/drm/amd/-/issues/1629
Signed-off-by: Mario Limonciello <email address hidden>
Acked-by: Shyam Sundar S K <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Hans de Goede <email address hidden>
(cherry picked from commit 3c3c8e88c8712bfe06cd10d7ca77a94a33610cd6)
Signed-off-by: You-Sheng Yang <email address hidden>

6d9b643... by Timo Aaltonen

UBUNTU: Ubuntu-oem-5.14-5.14.0-1004.4

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

1b0cac1... by Timo Aaltonen

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1944210
Properties: no-test-build
Signed-off-by: Timo Aaltonen <email address hidden>

b24cbaf... by Timo Aaltonen

UBUNTU: debian/dkms-versions -- drop nvidia drivers that won't build yet

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

852e24d... by Timo Aaltonen

UBUNTU: Start new release

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

94954e9... by axboe

io_uring: ensure symmetry in handling iter types in loop_rw_iter()

When setting up the next segment, we check what type the iter is and
handle it accordingly. However, when incrementing and processed amount
we do not, and both iter advance and addr/len are adjusted, regardless
of type. Split the increment side just like we do on the setup side.

Fixes: 4017eb91a9e7 ("io_uring: make loop_rw_iter() use original user supplied pointers")
Cc: <email address hidden>
Reported-by: Valentina Palmiotti <email address hidden>
Reviewed-by: Pavel Begunkov <email address hidden>
Signed-off-by: Jens Axboe <email address hidden>
(cherry picked from commit 16c8d2df7ec0eed31b7d3b61cb13206a7fb930cc)
CVE-2021-41073
Signed-off-by: Thadeu Lima de Souza Cascardo <email address hidden>
Signed-off-by: Timo Aaltonen <email address hidden>

9083e0b... by Timo Aaltonen

UBUNTU: Ubuntu-oem-5.14-5.14.0-1003.3

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

3c3c621... by Timo Aaltonen

UBUNTU: [Config] Update config after stable updates.

Drop the module from past abi.

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

ee94268... by Timo Aaltonen

UBUNTU: debian/dkms-versions -- update from kernel-versions (main/2021.09.06)

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