Hi Linus, Couple of regressions were found, so, this PR to fix them.
Thanks, With Best Regards, Andy Shevchenko The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) are available in the Git repository at: git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.16-4 for you to fetch changes up to c8ba9db2a790c0fcf2f6c4cafd45ff3a0751800e: platform/x86: dell-laptop: Removed duplicates in DMI whitelist (2018-02-15 12:18:33 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v4.16-4 Regression fix in keyboard support for Dell laptops. Prevent out-of-boundary write in WMI bus driver. Increase timeout to read functional key status on Lenovo laptops. The following is an automated git shortlog grouped by driver: dell-laptop: - Removed duplicates in DMI whitelist - fix kbd_get_state's request value ideapad-laptop: - Increase timeout to wait for EC answer wmi: - fix off-by-one write in wmi_dev_probe() ---------------------------------------------------------------- Aaron Ma (1): platform/x86: ideapad-laptop: Increase timeout to wait for EC answer Alexander Abrosimov (1): platform/x86: dell-laptop: Removed duplicates in DMI whitelist Andrey Ryabinin (1): platform/x86: wmi: fix off-by-one write in wmi_dev_probe() Laszlo Toth (1): platform/x86: dell-laptop: fix kbd_get_state's request value drivers/platform/x86/dell-laptop.c | 20 +------------------- drivers/platform/x86/ideapad-laptop.c | 2 +- drivers/platform/x86/wmi.c | 2 +- 3 files changed, 3 insertions(+), 21 deletions(-) -- With Best Regards, Andy Shevchenko