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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 23 Mar 2016 10:19:46 -0700
From:	Darren Hart <dvhart@...radead.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] platform-drivers-x86 for 4.6-1

Hi Linus,

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.6-1

for you to fetch changes up to fffcad87d4e7c5f6f6f6e5fc9d337bd6f197f80f:

  hp-wmi: Remove GPS rfkill support via pre-2009 interface (2016-03-23 10:05:51 -0700)

Thanks,

Darren Hart
Intel Open Source Technology Center

----------------------------------------------------------------
platform-drivers-x86 for 4.6-1

Significant refactoring of Dell laptop drivers, modularizing the smbios code.
Multiple new platforms added for ideapad, asus, dell, and alienware using
existing quirks. A few fixes and cleanups.

hp-wmi:
 - Remove GPS rfkill support via pre-2009 interface
 - fix unregister order in hp_wmi_rfkill_setup() once again

ideapad-laptop:
 - Add ideapad Y700 (15) to the no_hw_rfkill DMI list

fujitsu-laptop:
 - Support radio toggle button

intel-hid:
 - allocate correct amount of memory for private struct

platform/x86:
 - Make intel_scu_ipc explicitly non-modular

intel_pmc_ipc:
 - Avoid pending IPC1 command during legacy suspend
 - Fix GCR register base address and length

asus-nb-wmi:
 - add wapf=4 quirk for ASUS X75VD

intel_telemetry_pltdrv:
 - Change verbosity control bits

dell-rbtn:
 - Add a comment about the XPS 13 9350

dell-wmi, dell-laptop:
 - depends DMI

dell-wmi:
 - support Dell Inspiron M5110
 - properly process Dell Instant Launch hotkey
 - enable receiving WMI events on Dell Vostro V131
 - Support new hotkeys on the XPS 13 9350 (Skylake)
 - Clean up hotkey table size check
 - Stop storing pointers to DMI tables

dell-laptop:
 - move dell_smi_error() to dell-smbios
 - use dell_smbios_find_token() instead of find_token_location()
 - use dell_smbios_find_token() instead of find_token_id()
 - extract SMBIOS-related code to a separate module

dell-smbios:
 - rename dell_smi_error() to dell_smbios_error()
 - make da_tokens static
 - remove find_token_{id,location}()
 - implement new function for finding DMI table 0xDA tokens
 - make the SMBIOS buffer static
 - return the SMBIOS buffer from dell_smbios_get_buffer()
 - don't return an SMBIOS buffer from dell_smbios_send_request()
 - don't pass an SMBIOS buffer to dell_smbios_send_request()
 - rename dell_send_request() to dell_smbios_send_request()
 - rename release_buffer() to dell_smbios_release_buffer()
 - rename clear_buffer() to dell_smbios_clear_buffer()
 - rename get_buffer() to dell_smbios_get_buffer()

dell-led:
 - use dell_smbios_send_request() for performing SMBIOS calls
 - use dell_smbios_find_token() for finding mic DMI tokens

toshiba_acpi:
 - Add a module parameter to disable hotkeys registration
 - Add sysfs entries for the Cooling Method feature
 - Add support for cooling method feature

Documentation/ABI:
 - Update sysfs-driver-toshiba_acpi file

thinkpad_acpi:
 - Remove ambiguous logging for "Unsupported brightness interface"

alienware-wmi:
 - whitespace improvements
 - Add support for two new systems: ASM200 and ASM201.
 - Add support for deep sleep control.
 - Add initial support for alienware graphics amplifier.
 - Add support for new platform: X51-R3
 - Clean up whitespace for ASM100 platform

----------------------------------------------------------------
Andy Lutomirski (5):
      dell-wmi: Stop storing pointers to DMI tables
      dell-wmi, dell-laptop: depends DMI
      dell-wmi: Clean up hotkey table size check
      dell-wmi: Support new hotkeys on the XPS 13 9350 (Skylake)
      dell-rbtn: Add a comment about the XPS 13 9350

Azael Avalos (4):
      toshiba_acpi: Add support for cooling method feature
      toshiba_acpi: Add sysfs entries for the Cooling Method feature
      Documentation/ABI: Update sysfs-driver-toshiba_acpi file
      toshiba_acpi: Add a module parameter to disable hotkeys registration

Eric Curtin (1):
      thinkpad_acpi: Remove ambiguous logging for "Unsupported brightness interface"

John Dahlstrom (1):
      ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list

Maciej S. Szmigiero (2):
      hp-wmi: fix unregister order in hp_wmi_rfkill_setup() once again
      hp-wmi: Remove GPS rfkill support via pre-2009 interface

Mario Limonciello (6):
      alienware-wmi: Clean up whitespace for ASM100 platform
      alienware-wmi: Add support for new platform: X51-R3
      alienware-wmi: Add initial support for alienware graphics amplifier.
      alienware-wmi: Add support for deep sleep control.
      alienware-wmi: Add support for two new systems: ASM200 and ASM201.
      alienware-wmi: whitespace improvements

Michał Kępień (22):
      dell-laptop: extract SMBIOS-related code to a separate module
      dell-smbios: rename get_buffer() to dell_smbios_get_buffer()
      dell-smbios: rename clear_buffer() to dell_smbios_clear_buffer()
      dell-smbios: rename release_buffer() to dell_smbios_release_buffer()
      dell-smbios: rename dell_send_request() to dell_smbios_send_request()
      dell-smbios: don't pass an SMBIOS buffer to dell_smbios_send_request()
      dell-smbios: don't return an SMBIOS buffer from dell_smbios_send_request()
      dell-smbios: return the SMBIOS buffer from dell_smbios_get_buffer()
      dell-smbios: make the SMBIOS buffer static
      dell-smbios: implement new function for finding DMI table 0xDA tokens
      dell-laptop: use dell_smbios_find_token() instead of find_token_id()
      dell-laptop: use dell_smbios_find_token() instead of find_token_location()
      dell-smbios: remove find_token_{id,location}()
      dell-smbios: make da_tokens static
      dell-led: use dell_smbios_find_token() for finding mic DMI tokens
      dell-led: use dell_smbios_send_request() for performing SMBIOS calls
      fujitsu-laptop: Support radio toggle button
      dell-laptop: move dell_smi_error() to dell-smbios
      dell-smbios: rename dell_smi_error() to dell_smbios_error()
      dell-wmi: enable receiving WMI events on Dell Vostro V131
      dell-wmi: properly process Dell Instant Launch hotkey
      dell-wmi: support Dell Inspiron M5110

Oleksandr Natalenko (1):
      asus-nb-wmi: add wapf=4 quirk for ASUS X75VD

Paul Gortmaker (1):
      platform/x86: Make intel_scu_ipc explicitly non-modular

Qipeng Zha (2):
      intel_pmc_ipc: Fix GCR register base address and length
      intel_pmc_ipc: Avoid pending IPC1 command during legacy suspend

Souvik Kumar Chakravarty (1):
      intel_telemetry_pltdrv: Change verbosity control bits

Wolfram Sang (1):
      intel-hid: allocate correct amount of memory for private struct

 .../ABI/testing/sysfs-driver-toshiba_acpi          |  16 +
 drivers/leds/Kconfig                               |   1 +
 drivers/leds/dell-led.c                            | 126 +------
 drivers/platform/x86/Kconfig                       |  15 +-
 drivers/platform/x86/Makefile                      |   1 +
 drivers/platform/x86/alienware-wmi.c               | 286 +++++++++++++---
 drivers/platform/x86/asus-nb-wmi.c                 |   9 +
 drivers/platform/x86/dell-laptop.c                 | 370 ++++++---------------
 drivers/platform/x86/dell-rbtn.c                   |  15 +
 drivers/platform/x86/dell-smbios.c                 | 193 +++++++++++
 drivers/platform/x86/dell-smbios.h                 |  46 +++
 drivers/platform/x86/dell-wmi.c                    | 238 +++++++++++--
 drivers/platform/x86/fujitsu-laptop.c              |   8 +-
 drivers/platform/x86/hp-wmi.c                      |  46 +--
 drivers/platform/x86/ideapad-laptop.c              |  14 +
 drivers/platform/x86/intel-hid.c                   |   3 +-
 drivers/platform/x86/intel_pmc_ipc.c               |   8 +-
 drivers/platform/x86/intel_scu_ipc.c               |  35 +-
 drivers/platform/x86/intel_telemetry_pltdrv.c      |  13 +-
 drivers/platform/x86/thinkpad_acpi.c               |   4 +-
 drivers/platform/x86/toshiba_acpi.c                | 115 +++++++
 21 files changed, 1026 insertions(+), 536 deletions(-)
 create mode 100644 drivers/platform/x86/dell-smbios.c
 create mode 100644 drivers/platform/x86/dell-smbios.h

-- 
Darren Hart
Intel Open Source Technology Center

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ