Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1312449
| From | Andy Lutomirski <luto@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/3] dell-wmi: DMI misuse fixes |
| Date | 2016-01-19 20:10 +0100 |
| Message-ID | <qSJPb-3EO-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This may all be 4.5 material. Changes from v2: - Dropped the dmi_walk return value change. I'll resend it separately. - Rewrite the hotkey_num change - Add the select DMI patch. - Fix patch 1 error handling. Changes from v1: - Patch 1 has minor tweaks from Jean. - Patches 2 and 3 are new. Andy Lutomirski (3): dell-wmi: Stop storing pointers to DMI tables dell-wmi, dell-laptop: select DMI dell-wmi: Clean up hotkey table size check drivers/platform/x86/Kconfig | 2 + drivers/platform/x86/dell-wmi.c | 85 +++++++++++++++++++++++++++-------------- 2 files changed, 59 insertions(+), 28 deletions(-) -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/3] dell-wmi: DMI misuse fixes Andy Lutomirski <luto@kernel.org> - 2016-01-19 20:10 +0100 [PATCH v3 1/3] dell-wmi: Stop storing pointers to DMI tables Andy Lutomirski <luto@kernel.org> - 2016-01-19 20:10 +0100 [PATCH v3 3/3] dell-wmi: Clean up hotkey table size check Andy Lutomirski <luto@kernel.org> - 2016-01-19 20:10 +0100 [PATCH v3 2/3] dell-wmi, dell-laptop: select DMI Andy Lutomirski <luto@kernel.org> - 2016-01-19 20:10 +0100
csiph-web