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-next>] [day] [month] [year] [list]
Date:	Tue, 13 Nov 2012 22:00:53 +0000
From:	Matt Fleming <matt@...sole-pimps.org>
To:	Ingo Molnar <mingo@...e.hu>, "H. Peter Anvin" <hpa@...or.com>,
	Thomas Gleixner <tglx@...utronix.de>
Cc:	linux-kernel@...r.kernel.org, linux-efi <linux-efi@...r.kernel.org>
Subject: [GIT PULL] EFI changes for v3.8

Hi guys,

The following changes since commit 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c:

  x86: efi: Turn off efi_enabled after setup on mixed fw/kernel (2012-10-25 19:09:40 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-for-3.8

for you to fetch changes up to fdafa1c8261d4fe2350e63e8dd315bfd58674455:

  Merge branch 'next' (2012-11-13 21:30:02 +0000)

----------------------------------------------------------------

EFI updates for v3.8

  * 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 mappings 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 (11):
      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
      efivarfs: Fix return value of efivarfs_file_write()
      efivarfs: Use query_variable_info() to limit kmalloc()
      Merge branch 'next'

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            |  29 +-
 arch/x86/platform/efi/efi_64.c         |  15 +
 arch/x86/realmode/init.c               |  17 +-
 drivers/firmware/efivars.c             | 513 ++++++++++++++++++++++++++++++++-
 include/linux/efi.h                    |   9 +-
 include/uapi/linux/magic.h             |   1 +
 init/main.c                            |   8 +-
 14 files changed, 714 insertions(+), 126 deletions(-)
 create mode 100644 Documentation/filesystems/efivarfs.txt

-- 
Matt Fleming, Intel Open Source Technology Center

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ