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, 18 Nov 2022 14:32:17 +0800
From:   Wang ShaoBo <bobo.shaobowang@...wei.com>
To:     unlisted-recipients:; (no To-header on input)
CC:     <rafael.j.wysocki@...el.com>, <rafael@...nel.org>,
        <lenb@...nel.org>, <yu.c.chen@...el.com>,
        <linux-acpi@...r.kernel.org>, <guohanjun@...wei.com>,
        <liwei391@...wei.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] change to use ACPI_FREE() to free the ACPI memory

acpi_evaluate_dsm_typed()/acpi_evaluate_dsm() should be coupled with
ACPI_FREE() to free the ACPI memory, because we need to track the
allocation of acpi_object when ACPI_DBG_TRACK_ALLOCATIONS enabled,
so use ACPI_FREE() instead of kfree().

Wang ShaoBo (2):
  ACPI: pfr_telemetry: use ACPI_FREE() to free acpi_object
  ACPI: pfr_update: use ACPI_FREE() to free acpi_object

 drivers/acpi/pfr_telemetry.c | 6 +++---
 drivers/acpi/pfr_update.c    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ