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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <90de8805-387b-70f7-6e9d-ef353d1d3f60@redhat.com>
Date:   Mon, 11 Apr 2022 14:01:22 +0200
From:   Hans de Goede <hdegoede@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Mark Gross <mgross@...ux.intel.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        platform-driver-x86@...r.kernel.org
Subject: [GIT PULL] platform-drivers-x86 for 5.18-2

Hi Linus,

Here is the first round of fixes for platform-drivers-x86 for 5.18.

This consists of various doc and code build- and warning-fixes
as well as a few small cleanups.

Regards,

Hans


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v5.18-2

for you to fetch changes up to 753ee989f7cf0c0a76a7f56956827a8863a60f97:

  platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND (2022-04-04 16:26:09 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v5.18-2

Highlights:
- Doc + compilation warning fixes
- Kconfig dep fixes
- Misc. small code cleanups

The following is an automated git shortlog grouped by driver:

Documentation/ABI:
 -  sysfs-class-firmware-attributes: Misc. cleanups
 -  sysfs-class-firmware-attributes: Fix Sphinx errors
 -  sysfs-driver-intel_sdsi: Fix sphinx warnings

acerhdf:
 -  Cleanup str_starts_with()

amd-pmc:
 -  Fix compilation without CONFIG_SUSPEND

barco-p50-gpio:
 -  Fix duplicate included linux/io.h

samsung-laptop:
 -  Fix an unsigned comparison which can never be negative

think-lmi:
 -  certificate support clean ups

----------------------------------------------------------------
Hans de Goede (3):
      Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings
      Documentation/ABI: sysfs-class-firmware-attributes: Fix Sphinx errors
      Documentation/ABI: sysfs-class-firmware-attributes: Misc. cleanups

Haowen Bai (1):
      platform/x86: barco-p50-gpio: Fix duplicate included linux/io.h

Jiapeng Chong (1):
      platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative

Mario Limonciello (1):
      platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND

Mark Pearson (1):
      platform/x86: think-lmi: certificate support clean ups

Wei Li (1):
      platform/x86: acerhdf: Cleanup str_starts_with()

 .../ABI/testing/sysfs-class-firmware-attributes    | 48 ++++++++++++----------
 Documentation/ABI/testing/sysfs-driver-intel_sdsi  | 18 ++++----
 drivers/platform/x86/acerhdf.c                     | 21 ++--------
 drivers/platform/x86/amd-pmc.c                     | 14 ++++++-
 drivers/platform/x86/barco-p50-gpio.c              |  1 -
 drivers/platform/x86/samsung-laptop.c              |  2 -
 drivers/platform/x86/think-lmi.c                   | 44 +++++++-------------
 drivers/platform/x86/think-lmi.h                   |  1 -
 8 files changed, 67 insertions(+), 82 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ