mbox series

[0/3] efivarfs fixes

Message ID 20231208163925.3225018-5-ardb@google.com
Headers show
Series efivarfs fixes | expand

Message

Ard Biesheuvel Dec. 8, 2023, 4:39 p.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Some fixes for efivarfs, most notably, a fix in patch #3 for a long
standing issue reported by syzbot.

Cc: Johan Hovold <johan+linaro@kernel.org>
Cc: Jiao Zhou <jiaozhou@google.com>

Ard Biesheuvel (3):
  efivarfs: Move efivar availability check into FS context init
  efivarfs: Free s_fs_info on unmount
  efivarfs: Move efivarfs list into superblock s_fs_info

 fs/efivarfs/inode.c    |  3 +-
 fs/efivarfs/internal.h |  6 ++--
 fs/efivarfs/super.c    | 31 ++++++++++----------
 fs/efivarfs/vars.c     |  5 ++--
 4 files changed, 24 insertions(+), 21 deletions(-)