Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1169540
| From | Pali Rohár <pali.rohar@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Fixes for dell-laptop.c driver |
| Date | 2015-06-21 10:50 +0200 |
| Message-ID | <pDJ6W-8tH-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series contains contains two fixes (properly check return values of all SMBIOS calls and fix calling correct page alloc/free functions) and documentation update together with extending debugfs code. Patch which fixes calling page alloc/free functions should be backported to stable kernel series as it it fix kernel crash. Pali Rohár (4): dell-laptop: Update information about wireless control dell-laptop: Check return value of all SMBIOS calls dell-laptop: Fix allocating & freeing SMI buffer page dell-laptop: Show info about WiGig and UWB in debugfs drivers/platform/x86/dell-laptop.c | 244 ++++++++++++++++++++++++++++-------- 1 file changed, 193 insertions(+), 51 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Fixes for dell-laptop.c driver Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 10:50 +0200
[PATCH 2/4] dell-laptop: Check return value of all SMBIOS calls Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 10:50 +0200
[PATCH v2] dell-laptop: Check return value of all SMBIOS calls and do not cache hwswitch state Pali Rohár <pali.rohar@gmail.com> - 2015-06-27 09:40 +0200
Re: [PATCH v2] dell-laptop: Check return value of all SMBIOS calls and do not cache hwswitch state Darren Hart <dvhart@infradead.org> - 2015-06-30 01:10 +0200
[PATCH 3/4] dell-laptop: Fix allocating & freeing SMI buffer page Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 10:50 +0200
[PATCH 4/4] dell-laptop: Show info about WiGig and UWB in debugfs Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 10:50 +0200
[PATCH 1/4] dell-laptop: Update information about wireless control Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 10:50 +0200
csiph-web