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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 26 Mar 2021 17:31:43 +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 Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI fixes for v5.12-rc5

Hi Linus,

Please pull from the tag

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

with top-most commit e1db18b59729e24f001459b98955019344d5b12b

 Merge branches 'acpi-video' and 'acpi-scan'

on top of commit 0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b

 Linux 5.12-rc4

to receive ACPI fixes for 5.12-rc5.

These fix a memory management regression in ACPICA, repair an ACPI
blacklist entry damaged inadvertently during the 5.11 cycle and fix
the bookkeeping of devices with the same primary device ID in the
ACPI core.

Specifics:

 - Make ACPICA use the same object cache consistently when allocating
   and freeing objects (Vegard Nossum).

 - Add a callback pointer removed inadvertently during the 5.11 cycle
   to the ACPI backlight blacklist entry for Sony VPCEH3U1E (Chris
   Chiu).

 - Make the ACPI device enumeration core use IDA for creating names of
   ACPI device objects with the same primary device ID to avoid using
   duplicate device object names in some cases (Andy Shevchenko).

Thanks!


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

Andy Shevchenko (1):
      ACPI: scan: Use unique number for instance_no

Chris Chiu (1):
      ACPI: video: Add missing callback back for Sony VPCEH3U1E

Vegard Nossum (1):
      ACPICA: Always create namespace nodes using acpi_ns_create_node()

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

 drivers/acpi/acpica/nsaccess.c |  3 +--
 drivers/acpi/internal.h        |  6 +++++-
 drivers/acpi/scan.c            | 33 ++++++++++++++++++++++++++++-----
 drivers/acpi/video_detect.c    |  1 +
 include/acpi/acpi_bus.h        |  1 +
 5 files changed, 36 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ