lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20171212235202.GA23080@fury> Date: Tue, 12 Dec 2017 15:52:02 -0800 From: Darren Hart <dvhart@...radead.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: LKML <linux-kernel@...r.kernel.org>, Darren Hart <dvhart@...radead.org>, Andy Shevchenko <andy@...radead.org> Subject: [GIT PULL] platform-drivers-x86 for 4.15-3 Hi Linus, The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.15-3 for you to fetch changes up to 532298b95075144bcccf56d792f3fb3fbef2d5d0: platform/x86: dell-wmi: check for kmalloc() errors (2017-12-11 17:26:03 -0800) Thanks, Darren Hart VMware Open Source Technology Center ---------------------------------------------------------------- platform-drivers-x86 for v4.15-3 Correct an error in the evdev protocol in asus-wireless which results in dropped key events in recent versions of libinput. Add a quirk for keyboard lighting for a specific Dell laptop. Silence a static analysis warning regarding unchecked return values of small kmalloc() allocations in dell-wmi. The following is an automated git shortlog grouped by driver: asus-wireless: - send an EV_SYN/SYN_REPORT between state changes dell-laptop: - Fix keyboard max lighting for Dell Latitude E6410 dell-wmi: - check for kmalloc() errors ---------------------------------------------------------------- Dan Carpenter (1): platform/x86: dell-wmi: check for kmalloc() errors Pali Rohár (1): platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410 Peter Hutterer (1): platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changes drivers/platform/x86/asus-wireless.c | 1 + drivers/platform/x86/dell-laptop.c | 17 +++++++++++++++++ drivers/platform/x86/dell-wmi.c | 2 ++ 3 files changed, 20 insertions(+) -- Darren Hart VMware Open Source Technology Center
Powered by blists - more mailing lists