linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] EFI changes for v3.8
@ 2012-10-26  7:51 Matt Fleming
       [not found] ` <1351237923-10313-1-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
  0 siblings, 1 reply; 64+ messages in thread
From: Matt Fleming @ 2012-10-26  7:51 UTC (permalink / raw)
  To: linux-efi-u79uwXL29TY76Z2rM5mHXA
  Cc: Matthew Garrett, Jeremy Kerr, Andy Whitcroft, Jan Beulich,
	Chun-Yi Lee, Matt Fleming

From: Matt Fleming <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

I've got the following patches queued up on my next branch for the
v3.8 merge window. The patches are available at,

  git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git next

The main changes are,

    * A new EFI variable filesystem, efivarfs, which addresses the
      shortcomings of the old sysfs EFI variable code.

    * We now switch to a 1:1 mapped pagetable for all virtual EFI
      calls. This is actually a workaround for an ASUS firmware bug
      which expects the physical mapping to still be around at
      runtime.

    * Because of the above fix Jan's patch to use EFI for the platform
      wall clock can be re-applied (it was originally reverted because
      it broke some ASUS machines).

Andy Whitcroft (5):
  efivarfs: efivarfs_file_read ensure we free data in error paths
  efivarfs: efivarfs_create() ensure we drop our reference on inode on
    error
  efivarfs: efivarfs_fill_super() fix inode reference counts
  efivarfs: efivarfs_fill_super() ensure we free our temporary name
  efivarfs: efivarfs_fill_super() ensure we clean up correctly on error

Jan Beulich (1):
  x86-64/efi: Use EFI to deal with platform wall clock (again)

Jeremy Kerr (3):
  efi: Handle deletions and size changes in efivarfs_write_file
  efivarfs: Implement exclusive access for {get,set}_variable
  efi: Clarify GUID length calculations

Lee, Chun-Yi (1):
  efi: add efivars kobject to efi sysfs folder

Matt Fleming (8):
  efivarfs: Add documentation for the EFI variable filesystem
  x86, mm: Include the entire kernel memory map in trampoline_pgd
  x86, efi: 1:1 pagetable mapping for virtual EFI calls
  efivarfs: Return an error if we fail to read a variable
  efivarfs: Replace magic number with sizeof(attributes)
  efivarfs: Add unique magic number
  efivarfs: Make 'datasize' unsigned long
  efivarfs: Return a consistent error when efivarfs_get_inode() fails

Matthew Garrett (1):
  efi: Add support for a UEFI variable filesystem

Xiaoyan Zhang (1):
  x86/kernel: remove tboot 1:1 page table creation code

 Documentation/filesystems/00-INDEX     |   2 +
 Documentation/filesystems/efivarfs.txt |  16 ++
 arch/x86/include/asm/efi.h             |  28 +-
 arch/x86/kernel/tboot.c                |  78 +-----
 arch/x86/mm/init_64.c                  |   9 +-
 arch/x86/mm/ioremap.c                  | 105 +++++++
 arch/x86/mm/pageattr.c                 |  10 +-
 arch/x86/platform/efi/efi.c            |  30 +-
 arch/x86/platform/efi/efi_64.c         |  15 +
 arch/x86/realmode/init.c               |  17 +-
 drivers/firmware/efivars.c             | 487 ++++++++++++++++++++++++++++++++-
 include/linux/efi.h                    |   8 +-
 include/uapi/linux/magic.h             |   1 +
 init/main.c                            |   8 +-
 14 files changed, 687 insertions(+), 127 deletions(-)
 create mode 100644 Documentation/filesystems/efivarfs.txt

-- 
1.7.11.7

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

end of thread, other threads:[~2013-01-31 19:52 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26  7:51 [PATCH 00/20] EFI changes for v3.8 Matt Fleming
     [not found] ` <1351237923-10313-1-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2012-10-26  7:51   ` [PATCH 01/20] efi: Add support for a UEFI variable filesystem Matt Fleming
     [not found]     ` <1351237923-10313-2-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2012-10-26 10:10       ` Alan Cox
     [not found]         ` <20121026111039.4802a3c2-38n7/U1jhRXW96NNrWNlrekiAK3p4hvP@public.gmane.org>
2012-10-26 10:45           ` Matt Fleming
2012-11-02  8:53       ` [PATCH v2 " Matt Fleming
     [not found]         ` <1351846416.14888.155.camel-ZqTwcBeJ+wsBof6jY8KHXm7IUlhRatedral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2012-11-03  0:22           ` Alan Cox
     [not found]             ` <20121103002249.63eb4142-38n7/U1jhRXW96NNrWNlrekiAK3p4hvP@public.gmane.org>
2012-11-03  0:21               ` Matthew Garrett
     [not found]                 ` <20121103002132.GB18691-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org>
2012-11-04 20:27                   ` Matt Fleming
     [not found]                     ` <1352060878.14888.193.camel-ZqTwcBeJ+wsBof6jY8KHXm7IUlhRatedral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2012-11-04 20:34                       ` Matthew Garrett
     [not found]                         ` <20121104203437.GA23130-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org>
2012-11-04 20:47                           ` Matt Fleming
     [not found]                             ` <1352062026.14888.199.camel-ZqTwcBeJ+wsBof6jY8KHXm7IUlhRatedral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2012-11-04 20:55                               ` Matthew Garrett
2012-11-09 19:39                           ` Matt Fleming
2012-11-04 21:06                       ` Alan Cox
     [not found]                         ` <20121104210627.6f57662a-38n7/U1jhRXW96NNrWNlrekiAK3p4hvP@public.gmane.org>
2012-11-05  7:42                           ` Matt Fleming
2012-12-21  5:54       ` [PATCH " Lingzhu Xiang
     [not found]         ` <50D3F995.5000705-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-01-04 20:58           ` Matt Fleming
     [not found]             ` <1357333116.8203.50.camel-ZqTwcBeJ+wsBof6jY8KHXm7IUlhRatedral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2013-01-05  5:59               ` [PATCH] efivarfs: Drop link count of the right inode Lingzhu Xiang
     [not found]                 ` <44edfa54b80aedb674bdb482eef4f559030d9bf7.1357365172.git.lxiang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-01-07 13:41                   ` joeyli
2013-01-07 16:15                   ` Matt Fleming
2012-12-21 11:05       ` General protection fault in efivarfs Lingzhu Xiang
     [not found]         ` <50D44279.7010008-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-12-24 11:00           ` joeyli
     [not found]             ` <1356346840.6113.45.camel-ONCj+Eqt86TasUa73XJKwA@public.gmane.org>
2012-12-25  2:24               ` Lingzhu Xiang
     [not found]                 ` <50D90E61.40702-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-12-25  4:13                   ` joeyli
     [not found]                     ` <1356408784.6113.68.camel-ONCj+Eqt86TasUa73XJKwA@public.gmane.org>
2012-12-26  6:02                       ` joeyli
     [not found]                         ` <1356501732.6113.213.camel-ONCj+Eqt86TasUa73XJKwA@public.gmane.org>
2012-12-26  9:21                           ` efivarfs: unlinking open files results in spinlock corruption Lingzhu Xiang
     [not found]                             ` <50DAC19A.8060500-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-12-26 10:16                               ` joeyli
     [not found]                                 ` <1356516962.6113.232.camel-ONCj+Eqt86TasUa73XJKwA@public.gmane.org>
2012-12-26 10:40                                   ` Lingzhu Xiang
2013-01-11 13:22               ` General protection fault in efivarfs Matt Fleming
2013-01-25  7:01       ` efivarfs allows non-canonical GUID and duplicate filenames Lingzhu Xiang
     [not found]         ` <51022DD7.4010701-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-01-29  4:44           ` Matthew Garrett
     [not found]             ` <20130129044418.GD14395-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org>
2013-01-29  5:17               ` Lingzhu Xiang
     [not found]                 ` <51075B56.5050408-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-01-29  5:25                   ` Matthew Garrett
     [not found]                     ` <20130129052532.GA15383-1xO5oi07KQx4cg9Nei1l7Q@public.gmane.org>
2013-01-29  5:46                       ` Lingzhu Xiang
     [not found]                         ` <51076220.5080001-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-01-31 19:52                           ` Matt Fleming
2012-10-26  7:51   ` [PATCH 02/20] efi: Handle deletions and size changes in efivarfs_write_file Matt Fleming
     [not found]     ` <1351237923-10313-3-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2012-12-26 10:29       ` File lingers after deletion with efivarfs_write_file Lingzhu Xiang
2012-10-26  7:51   ` [PATCH 03/20] efi: add efivars kobject to efi sysfs folder Matt Fleming
     [not found]     ` <1351237923-10313-4-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2012-10-26 10:13       ` Alan Cox
     [not found]         ` <20121026111347.209c11c5-38n7/U1jhRXW96NNrWNlrekiAK3p4hvP@public.gmane.org>
2012-10-26 11:13           ` Matt Fleming
     [not found]             ` <1351250024.5303.68.camel-ZqTwcBeJ+wsBof6jY8KHXm7IUlhRatedral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2012-10-29  6:55               ` joeyli
2012-11-02  8:53       ` [PATCH v2 " Matt Fleming
2012-10-26  7:51   ` [PATCH 04/20] efivarfs: Add documentation for the EFI variable filesystem Matt Fleming
2012-10-26  7:51   ` [PATCH 05/20] x86, mm: Include the entire kernel memory map in trampoline_pgd Matt Fleming
2012-10-26  7:51   ` [PATCH 06/20] x86, efi: 1:1 pagetable mapping for virtual EFI calls Matt Fleming
2012-10-26  7:51   ` [PATCH 07/20] x86/kernel: remove tboot 1:1 page table creation code Matt Fleming
2012-10-26  7:51   ` [PATCH 08/20] x86-64/efi: Use EFI to deal with platform wall clock (again) Matt Fleming
2012-10-26  7:51   ` [PATCH 09/20] efivarfs: efivarfs_file_read ensure we free data in error paths Matt Fleming
2012-10-26  7:51   ` [PATCH 10/20] efivarfs: efivarfs_create() ensure we drop our reference on inode on error Matt Fleming
2012-10-26  7:51   ` [PATCH 11/20] efivarfs: efivarfs_fill_super() fix inode reference counts Matt Fleming
2012-10-26  7:51   ` [PATCH 12/20] efivarfs: efivarfs_fill_super() ensure we free our temporary name Matt Fleming
2012-10-26  7:51   ` [PATCH 13/20] efivarfs: efivarfs_fill_super() ensure we clean up correctly on error Matt Fleming
2012-10-26  7:51   ` [PATCH 14/20] efivarfs: Implement exclusive access for {get,set}_variable Matt Fleming
2012-10-26  7:51   ` [PATCH 15/20] efi: Clarify GUID length calculations Matt Fleming
2012-10-26  7:51   ` [PATCH 16/20] efivarfs: Return an error if we fail to read a variable Matt Fleming
     [not found]     ` <1351237923-10313-17-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2012-11-02  8:53       ` [PATCH v2 " Matt Fleming
     [not found]         ` <1351846434.14888.157.camel-ZqTwcBeJ+wsBof6jY8KHXm7IUlhRatedral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2012-12-21  7:08           ` Lingzhu Xiang
     [not found]             ` <50D40ADF.4050700-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-01-11 13:24               ` Matt Fleming
2012-10-26  7:52   ` [PATCH 17/20] efivarfs: Replace magic number with sizeof(attributes) Matt Fleming
     [not found]     ` <1351237923-10313-18-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2012-12-26  9:24       ` Lingzhu Xiang
     [not found]         ` <50DAC252.5030308-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2013-01-11 13:30           ` Matt Fleming
2012-10-26  7:52   ` [PATCH 18/20] efivarfs: Add unique magic number Matt Fleming
2012-10-26  7:52   ` [PATCH 19/20] efivarfs: Make 'datasize' unsigned long Matt Fleming
2012-10-26  7:52   ` [PATCH 20/20] efivarfs: Return a consistent error when efivarfs_get_inode() fails Matt Fleming
2012-11-02  8:54   ` [PATCH 21/20] efivarfs: Fix return value of efivarfs_file_write() Matt Fleming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).