All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] make efivarfs files immutable by default (for stable)
@ 2016-02-25 16:31 Matt Fleming
  2016-02-25 16:31 ` [PATCH 1/3] efi: Make our variable validation list include the guid Matt Fleming
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Matt Fleming @ 2016-02-25 16:31 UTC (permalink / raw)
  To: stable; +Cc: Ard Biesheuvel, Peter Jones, Matthew Garrett, joeyli,
	Matt Fleming

Stable folks,

This is a backport of the efivarfs anti-bricking changes [1] for
stable. Some fixing up was required because the series doesn't
include the ucs2 cleanups that are in Linus' tree since they're not
really stable material.

[1] - https://lkml.kernel.org/r/1454960895-3473-1-git-send-email-pjones@redhat.com

Matt Fleming (1):
  efi: Add pstore variables to the deletion whitelist

Peter Jones (2):
  efi: Make our variable validation list include the guid
  efi: Make efivarfs entries immutable by default.

 Documentation/filesystems/efivarfs.txt         |   7 ++
 drivers/firmware/efi/efivars.c                 |   4 +-
 drivers/firmware/efi/vars.c                    | 161 +++++++++++++++++++------
 fs/efivarfs/file.c                             |  70 +++++++++++
 fs/efivarfs/inode.c                            |  30 +++--
 fs/efivarfs/internal.h                         |   3 +-
 fs/efivarfs/super.c                            |   9 +-
 include/linux/efi.h                            |   5 +-
 tools/testing/selftests/efivarfs/efivarfs.sh   |  19 ++-
 tools/testing/selftests/efivarfs/open-unlink.c |  72 ++++++++++-
 10 files changed, 320 insertions(+), 60 deletions(-)

-- 
2.6.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-25 20:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 16:31 [PATCH 0/3] make efivarfs files immutable by default (for stable) Matt Fleming
2016-02-25 16:31 ` [PATCH 1/3] efi: Make our variable validation list include the guid Matt Fleming
2016-02-25 16:31 ` [PATCH 2/3] efi: Make efivarfs entries immutable by default Matt Fleming
2016-02-25 16:31 ` [PATCH 3/3] efi: Add pstore variables to the deletion whitelist Matt Fleming
2016-02-25 16:42 ` [PATCH 0/3] make efivarfs files immutable by default (for stable) Greg KH
2016-02-25 16:49   ` Matt Fleming
2016-02-25 17:22     ` Greg KH
2016-02-25 20:37       ` Matt Fleming

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.