]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'platform-drivers-x86-v4.17-2' of git://git.infradead.org/linux-platform...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 May 2018 03:30:58 +0000 (17:30 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 May 2018 03:30:58 +0000 (17:30 -1000)
commit67851745fe75f0becf0001ec3d2b4791181fe1cb
treefb32f8bf520d78e89be822fc1ffea796f36167c7
parentbedcd7a7a0fd047a80137cc03bc5c6ee068c42be
parent33651acb46e92a9c6c8ef3a19c56647bba7412fe
Merge tag 'platform-drivers-x86-v4.17-2' of git://git.infradead.org/linux-platform-drivers-x86

Pull x86 platform driver fixes from Darren Hart:

 - 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.

* tag 'platform-drivers-x86-v4.17-2' of git://git.infradead.org/linux-platform-drivers-x86:
  platform/x86: Kconfig: Fix dell-laptop dependency chain.
  platform/x86: asus-wireless: Fix NULL pointer dereference