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:	Sat, 25 Apr 2015 00:26:52 -0700
From:	Darren Hart <dvhart@...radead.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] platform-drivers-x86 for 4.1

Hi Linus,

With the exception of:

358d6a2 toshiba_acpi: Do not register vendor backlight when acpi_video bl is available

These have spent more than a week in next. The above has been sufficiently documented
and tested in my opinion to stand on its own.

This series includes significant updates to the toshiba_acpi driver and the
reintroduction of the dell-laptop keyboard backlight additions I had to revert
previously. Also included are various fixes for typos, warnings, correctness,
and minor bugs.

Thanks,

Darren Hart
Intel Open Source Technology Center

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

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

for you to fetch changes up to 358d6a2c3ecae2b22c7d7e61f9d5672557446dfb:

  toshiba_acpi: Do not register vendor backlight when acpi_video bl is available (2015-04-24 11:08:53 -0700)

----------------------------------------------------------------
platform-drivers-x86 for 4.1

dell-laptop: Add support for keyboard backlight.
toshiba_acpi: Adaptive keyboard, hotkey, USB sleep and charge,
              and backlight updates. Update sysfs documentation.
toshiba_bluetooth: Fix enabling/disabling loop on recent devices
apple-gmux: lock iGP IO to protect from vgaarb changes
other: Fix typos, clear gcc warnings, clarify pr_* messages,
       correct return types, update MAINTAINERS.

----------------------------------------------------------------
Azael Avalos (11):
      toshiba_acpi: Update events in toshiba_acpi_notify
      MAINTAINERS: Add missing Toshiba devices and add myself as maintainer
      toshiba_acpi: Add Hotkey Event Type function and definitions
      toshiba_acpi: Use the Hotkey Event Type function for keymap choosing
      toshiba_acpi: Fix the enabling of the Special Functions
      toshiba_bluetooth: Add three new functions to the driver
      toshiba_bluetooth: Clean up *_add function and disable BT device at removal
      toshiba_bluetooth: Fix enabling/disabling loop on recent devices
      toshiba_acpi: Update and fix USB Sleep and Charge modes
      toshiba_acpi: Fix pr_* messages from USB Sleep Functions
      Documentation/ABI: Update sysfs-driver-toshiba_acpi entry

Bastien Nocera (5):
      thinkpad_acpi: Remember adaptive kbd presence
      thinkpad_acpi: Factor out get/set adaptive kbd mode
      thinkpad_acpi: Add adaptive_kbd_mode sysfs attr
      thinkpad_acpi: Add support for more adaptive kbd buttons
      thinkpad_acpi: use DEVICE_ATTR_* macros

Bruno Prémont (1):
      apple-gmux: lock iGP IO to protect from vgaarb changes

Dan Carpenter (2):
      thinkpad_acpi: signedness bugs getting current_mode
      thinkpad_acpi: off by one in adaptive_keyboard_hotkey_notify_hotkey()

Gabriele Mazzotta (1):
      platform: x86: dell-laptop: Add support for keyboard backlight

Hans de Goede (1):
      toshiba_acpi: Do not register vendor backlight when acpi_video bl is available

Joe Perches (1):
      wmi: Use bool function return values of true/false not 1/0

Pali Rohár (1):
      MAINTAINERS: Add me on list of Dell laptop drivers

Paul Gortmaker (1):
      x86/wmi: delete unused wmi_data_lock mutex causing gcc warning

Yannick Guerrini (1):
      intel-oaktrail: Fix trivial typo in comment

 .../ABI/testing/sysfs-driver-toshiba_acpi          |   93 +-
 .../ABI/testing/sysfs-platform-dell-laptop         |   69 ++
 Documentation/laptops/thinkpad-acpi.txt            |   18 +
 MAINTAINERS                                        |   22 +-
 drivers/platform/x86/Kconfig                       |    1 +
 drivers/platform/x86/apple-gmux.c                  |   48 +-
 drivers/platform/x86/dell-laptop.c                 | 1089 +++++++++++++++++++-
 drivers/platform/x86/intel_oaktrail.c              |    2 +-
 drivers/platform/x86/thinkpad_acpi.c               |  320 ++++--
 drivers/platform/x86/toshiba_acpi.c                |  256 +++--
 drivers/platform/x86/toshiba_bluetooth.c           |  133 ++-
 drivers/platform/x86/wmi.c                         |    5 +-
 12 files changed, 1838 insertions(+), 218 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-dell-laptop
-- 
Darren Hart
Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ