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: <CAJZ5v0hZP8tsniMBtjBatd-ORJMXqVWXiPEPpJvpfZagUGyPEw@mail.gmail.com>
Date:   Fri, 8 Jan 2021 18:53:29 +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>,
        Linux PM <linux-pm@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI fixes for v5.11-rc3

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.11-rc3

with top-most commit 24e8ab6886d80fe60b1d4e64b6d9f15ea9ad597a

 Merge branches 'acpi-scan' and 'acpi-misc'

on top of commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62

 Linux 5.11-rc2

to receive ACPI fixes for 5.11-rc3.

These address two build issues and drop confusing text from a couple
of Kconfig entries.

Specifics:

 - Drop two local variables that are never read and the code updating
   their values from the x86 suspend-to-idle code (Rafael Wysocki).

 - Add empty stub of an ACPI helper function to avoid build issues
   when CONFIG_ACPI is not set (Shawn Guo).

 - Remove confusing text regarding modules from Kconfig entries that
   correspond to non-modular code (Peter Robinson).

Thanks!


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

Peter Robinson (1):
      ACPI: Update Kconfig help text for items that are no longer modular

Rafael J. Wysocki (1):
      ACPI: PM: s2idle: Drop unused local variables and related code

Shawn Guo (1):
      ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI

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

 drivers/acpi/Kconfig      |  6 ------
 drivers/acpi/x86/s2idle.c | 14 +-------------
 include/linux/acpi.h      |  7 +++++++
 3 files changed, 8 insertions(+), 19 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ