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: <CAJZ5v0gQ-T0_75Wx37=W4g7AKNR5C_wOKEu9VB2u-x2uTKxJGA@mail.gmail.com>
Date:   Thu, 25 Feb 2021 19:39:20 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Platform Driver <platform-driver-x86@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Additional ACPI updates for v5.12-rc1

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.12-rc1-3

with top-most commit b11ffaeacd1984b1fca41374c769fb0ff0aa0a42

 Merge branch 'acpi-tables'

on top of commit 628af43984feeecfe086ae885ab407bd0e7c329e

 Merge tag 'acpi-5.12-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional ACPI updates for 5.12-rc1.

These make additional changes to the platform profile interface
merged recently and add support for the FPDT ACPI table.

Specifics:

 - Rearrange Kconfig handling of ACPI_PLATFORM_PROFILE, add
   "balanced-performance" to the list of supported platform profiles
   and fix up some file references in a comment (Maximilian Luz).

 - Add support for parsing the ACPI Firmware Performance Data Table
   (FPDT) and exposing the data from there via sysfs (Zhang Rui).

Thanks!


---------------

Maximilian Luz (3):
      ACPI: platform: Hide ACPI_PLATFORM_PROFILE option
      ACPI: platform: Fix file references in comment
      ACPI: platform: Add balanced-performance platform profile

Zhang Rui (1):
      ACPI: tables: introduce support for FPDT table

---------------

 Documentation/ABI/testing/sysfs-firmware-acpi    |  43 ++++
 Documentation/ABI/testing/sysfs-platform_profile |  18 +-
 drivers/acpi/Kconfig                             |  24 +--
 drivers/acpi/Makefile                            |   1 +
 drivers/acpi/acpi_fpdt.c                         | 264 +++++++++++++++++++++++
 drivers/acpi/platform_profile.c                  |   1 +
 drivers/platform/x86/Kconfig                     |   4 +-
 include/linux/platform_profile.h                 |   6 +-
 8 files changed, 334 insertions(+), 27 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ