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: <CAMj1kXEC3u9pGJU5NAETVUdwMpWpgHdeorJA50QaZZBH_mJcgg@mail.gmail.com>
Date:   Tue, 17 Jan 2023 17:11:09 +0100
From:   Ard Biesheuvel <ardb@...nel.org>
To:     Johan Hovold <johan+linaro@...nel.org>
Cc:     Matthew Garrett <matthew.garrett@...ula.com>,
        Jeremy Kerr <jk@...abs.org>,
        Maximilian Luz <luzmaximilian@...il.com>,
        linux-efi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/2] efi: efivars: drop kobject from efivars_register()

On Tue, 17 Jan 2023 at 13:46, Johan Hovold <johan+linaro@...nel.org> wrote:
>
> Since the removal of the deprecated efivars sysfs interface there are
> no users of the efivars kobject, which can be removed.
>
> Included is also a related patch changing the return type of
> efivar_supports_writes() to match the new efivar_is_available()
> function.
>
> Note that I intend to use efivar_is_available() in a driver with
> optional EFI support (hence the dummy implementation) and the removal of
> the kobject will simplify the upcoming Qualcomm UEFI Secure Application
> driver somewhat too.
>
> Johan
>
>
> Johan Hovold (2):
>   efi: efivars: drop kobject from efivars_register()
>   efi: efivars: make efivar_supports_writes() return bool
>

Thanks, I've queued these up now


>  drivers/firmware/efi/efi.c     |  2 +-
>  drivers/firmware/efi/vars.c    | 21 +++++++--------------
>  drivers/firmware/google/gsmi.c |  2 +-
>  fs/efivarfs/super.c            |  2 +-
>  include/linux/efi.h            | 13 ++++++++-----
>  5 files changed, 18 insertions(+), 22 deletions(-)
>
> --
> 2.38.2
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ