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

From: Hans de Goede
Date: Wed Feb 03 2021 - 05:25:45 EST


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(-)