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: <20250922070354.485296-1-lihuisong@huawei.com>
Date: Mon, 22 Sep 2025 15:03:53 +0800
From: Huisong Li <lihuisong@...wei.com>
To: <rafael@...nel.org>, <lenb@...nel.org>
CC: <linux-acpi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<linuxarm@...wei.com>, <jonathan.cameron@...wei.com>,
	<zhanjie9@...ilicon.com>, <zhenglifeng1@...wei.com>, <yubowen8@...wei.com>,
	<lihuisong@...wei.com>
Subject: [PATCH v4 0/1] ACPI: processor: Fix function declaration of processor_idle.c

This serises is aimed to fix the function declaration of processor_idle.c.
And the modification idea of this series is from the link[1].
Except for this patch, all other patches in this series have been merged.

[1] https://lore.kernel.org/oe-kbuild-all/202508300519.tZQHY6HA-lkp@intel.com/

---
 Changelog
  v4:
   - remove other patches merged.
   - add static for global variable as Rafael suggested.

  v3:
   - remove the merged patch which fixed the warning in link[1]
   - add a separate patch to handle the "extern struct
     cpuidle_driver acpi_idle_driver" in processor.h.
     https://patchwork.kernel.org/project/linux-acpi/cover/20250728070612.1260859-1-lihuisong@huawei.com/
  v2:
   - split patch v1
     https://patchwork.kernel.org/project/linux-acpi/cover/20250905081900.663869-1-lihuisong@huawei.com/

Huisong Li (1):
  ACPI: processor: Do not expose the global acpi_idle_driver variable

 drivers/acpi/processor_driver.c |  3 +--
 drivers/acpi/processor_idle.c   | 12 +++++++++++-
 include/acpi/processor.h        |  1 -
 3 files changed, 12 insertions(+), 4 deletions(-)

-- 
2.33.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ