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:   Tue, 29 Jun 2021 21:05:15 +0200
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>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [GIT PULL] Device properties framework updates for v5.14-rc1

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 devprop-5.14-rc1

with top-most commit fb38f314fbd173e2e9f9f0f2e720a5f4889562da

 device property: Unify access to of_node

on top of commit 6efb943b8616ec53a5e444193dccf1af9ad627b5

 Linux 5.13-rc1

to receive device properties framework updates for 5.14-rc1.

These unify device properties access in some pieces of code and
make related changes.

Specifics:

 - Handle device properties with software node API in the ACPI
   IORT table parsing code (Heikki Krogerus).

 - Unify of_node access in the common device properties code,
   constify the acpi_dma_supported() argument pointer and
   fix up CONFIG_ACPI=n stubs of some functions related to
   device properties (Andy Shevchenko).

Thanks!


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

Andy Shevchenko (4):
      device property: Retrieve fwnode from of_node via accessor
      ACPI: property: Constify stubs for CONFIG_ACPI=n case
      ACPI: scan: Constify acpi_dma_supported() helper function
      device property: Unify access to of_node

Heikki Krogerus (1):
      ACPI: IORT: Handle device properties with software node API

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

 drivers/acpi/arm64/iort.c |  2 +-
 drivers/acpi/scan.c       |  2 +-
 drivers/base/property.c   | 31 ++++++++++++++-----------------
 include/acpi/acpi_bus.h   |  2 +-
 include/linux/acpi.h      |  8 ++++----
 include/linux/property.h  |  2 +-
 6 files changed, 22 insertions(+), 25 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ