mbox series

[GIT,PULL] platform-drivers-x86 for 5.11-3

Message ID 368c6b64-1e5b-743d-e255-7e9bade23238@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 5.11-3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v5.11-3

Message

Hans de Goede Feb. 3, 2021, 10:23 a.m. UTC
Hi Linus,

Sorry about the last-minute pull-req. This pull-req contains 2 small but
important bug fixes.

The hp-wmi change fixes an issue which is actively being hit by users:
https://bugzilla.redhat.com/show_bug.cgi?id=1918255
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3564

And the dell-wmi-sysman patch fixes a bug in the new dell-wmi-sysman
driver which causes some systems to hang at boot when the driver loads.

Regards,

Hans


The following changes since commit 173aac2fef96972e42d33c0e1189e6f756a0d719:

  platform/x86: thinkpad_acpi: Add P53/73 firmware to fan_quirk_table for dual fan control (2021-01-18 21:42:01 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v5.11-3

for you to fetch changes up to 215164bfb7144c5890dd8021ff06e486939862d4:

  platform/x86: dell-wmi-sysman: fix a NULL pointer dereference (2021-01-31 22:05:35 +0100)

----------------------------------------------------------------
platform-drivers-x86 for v5.11-3

2 last minute small but important fixes for v5.11 .

The following is an automated git shortlog grouped by driver:

dell-wmi-sysman:
 -  fix a NULL pointer dereference

hp-wmi:
 -  Disable tablet-mode reporting by default

----------------------------------------------------------------
Hans de Goede (1):
      platform/x86: hp-wmi: Disable tablet-mode reporting by default

Mario Limonciello (1):
      platform/x86: dell-wmi-sysman: fix a NULL pointer dereference

 drivers/platform/x86/dell-wmi-sysman/sysman.c |  6 +++++-
 drivers/platform/x86/hp-wmi.c                 | 14 ++++++++++----
 2 files changed, 15 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 3, 2021, 7:38 p.m. UTC | #1
The pull request you sent on Wed, 3 Feb 2021 11:23:52 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v5.11-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4aa2fb4ef799b01dd5d2dcc3970344a9a036c1f2

Thank you!