mbox series

[GIT,PULL] thermal fixes for v5.8-rc6

Message ID 40ec1ad2-1938-81ee-5ddb-965c18ddd25f@linaro.org (mailing list archive)
State New, archived
Delegated to: Daniel Lezcano
Headers show
Series [GIT,PULL] thermal fixes for v5.8-rc6 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v5.8-rc6

Message

Daniel Lezcano July 16, 2020, 1:21 p.m. UTC
The following changes since commit 9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68:

  Linux 5.8-rc3 (2020-06-28 15:00:24 -0700)

are available in the Git repository at:


ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v5.8-rc6

for you to fetch changes up to a8f62f183021be389561570ab5f8c701a5e70298:

  Revert "thermal: mediatek: fix register index error" (2020-07-15
11:12:48 +0200)

----------------------------------------------------------------
- Fix invalid index array access on int340x_thermal leading to a
  kernel panic (Bartosz Szczepanek)

- Fix debug message level to prevent flooding on some platform (Alex
  Hung)

- Fix invalid bank access by reverting "thermal: mediatek: fix
  register index error" (Enric Balletbo i Serra)

----------------------------------------------------------------
Alex Hung (1):
      thermal: int3403_thermal: Downgrade error message

Bartosz Szczepanek (1):
      thermal/int340x_thermal: Prevent page fault on .set_mode() op

Enric Balletbo i Serra (1):
      Revert "thermal: mediatek: fix register index error"

 drivers/thermal/intel/int340x_thermal/int3400_thermal.c | 7 ++++++-
 drivers/thermal/intel/int340x_thermal/int3403_thermal.c | 2 +-
 drivers/thermal/mtk_thermal.c                           | 6 ++----
 3 files changed, 9 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org July 16, 2020, 7:05 p.m. UTC | #1
The pull request you sent on Thu, 16 Jul 2020 15:21:18 +0200:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v5.8-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7e8d2f6d4d8fa6adc5075d39184c2ce713ce168e

Thank you!