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-prev] [day] [month] [year] [list]
Message-ID: <CAMj1kXF=e-kdp2TfjuP-0230uxEgQWAoGZ40f_RQUUaW2G6VEw@mail.gmail.com>
Date: Tue, 27 Aug 2024 12:22:49 +0200
From: Ard Biesheuvel <ardb@...nel.org>
To: Yue Haibing <yuehaibing@...wei.com>
Cc: linux-efi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] efi: Remove unused declaration efi_initialize_iomem_resources()

On Thu, 8 Aug 2024 at 16:08, Yue Haibing <yuehaibing@...wei.com> wrote:
>
> Since commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture"),
> this is not used anymore.
>
> Signed-off-by: Yue Haibing <yuehaibing@...wei.com>
> ---
>  include/linux/efi.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/include/linux/efi.h b/include/linux/efi.h
> index 6bf3c4fe8511..e28d88066033 100644
> --- a/include/linux/efi.h
> +++ b/include/linux/efi.h
> @@ -764,8 +764,6 @@ extern int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md);
>  extern int __efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md);
>  extern void efi_mem_reserve(phys_addr_t addr, u64 size);
>  extern int efi_mem_reserve_persistent(phys_addr_t addr, u64 size);
> -extern void efi_initialize_iomem_resources(struct resource *code_resource,
> -               struct resource *data_resource, struct resource *bss_resource);
>  extern u64 efi_get_fdt_params(struct efi_memory_map_data *data);
>  extern struct kobject *efi_kobj;
>

Queued for v6.12 - thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ