[GIT PULL] platform-drivers-x86 for 4.17-2

From: Darren Hart
Date: Sat May 05 2018 - 22:21:20 EST


Hi Linus,

I was trying to keep DELL_LAPTOP visible in the menu, but the "select"
behavior makes that impossible. I'm planning on refactoring the Kconfig
by vendor for those with many options in 4.18 which should clean things
up. This fix from Mario corrects the potential for misconfiguration for
4.17 and 4.16 via stable.

Thanks,

Darren Hart
VMware Open Source Technology Center

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.17-2

for you to fetch changes up to 7fe3fa3b5ec8e75389cce4bf5d052a52e6198d59:

platform/x86: Kconfig: Fix dell-laptop dependency chain. (2018-05-04 22:20:14 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v4.17-2

We missed a case in the Dell config dependencies resulting in a possible bad
configuration, resolve it by giving up on trying to keep DELL_LAPTOP visible in
the menu and make it depend on DELL_SMBIOS.

Fix a null pointer dereference at module unload for the asus-wireless driver.

The following is an automated git shortlog grouped by driver:

Kconfig:
- Fix dell-laptop dependency chain.

asus-wireless:
- Fix NULL pointer dereference

----------------------------------------------------------------
João Paulo Rechi Vita (1):
platform/x86: asus-wireless: Fix NULL pointer dereference

Mario Limonciello (1):
platform/x86: Kconfig: Fix dell-laptop dependency chain.

drivers/platform/x86/Kconfig | 2 +-
drivers/platform/x86/asus-wireless.c | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)

--
Darren Hart
VMware Open Source Technology Center