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]
Date:   Fri, 1 Dec 2023 22:19:15 +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 v6.7-rc4

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-6.7-rc4

with top-most commit 7d4c44a53dade7103c3a9a928705db2326efba6f

 Merge branch 'acpi-tables'

on top of commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab

 Linux 6.7-rc3

to receive ACPI fixes for 6.7-rc4.

This fix a recently introduced build issue on ARM32 and a NULL pointer
dereference in the ACPI backlight driver due to a design issue exposed
by a recent change in the ACPI bus type code.

Specifics:

 - Fix a recently introduced build issue on ARM32 platforms caused by an
   inadvertent header file breakage (Dave Jiang).

 - Eliminate questionable usage of acpi_driver_data() in the ACPI
   backlight cooling device code that leads to NULL pointer dereferences
   after recent ACPI core changes (Hans de Goede).

Thanks!


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

Dave Jiang (1):
      ACPI: Fix ARM32 platforms compile issue introduced by fw_table changes

Hans de Goede (1):
      ACPI: video: Use acpi_video_device for cooling-dev driver data

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

 drivers/acpi/acpi_video.c | 14 +++++---------
 include/linux/acpi.h      | 22 +++++++++++-----------
 include/linux/fw_table.h  |  3 ---
 lib/fw_table.c            |  2 +-
 4 files changed, 17 insertions(+), 24 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ