[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20131129120951.GF11775@console-pimps.org>
Date: Fri, 29 Nov 2013 12:09:51 +0000
From: Matt Fleming <matt@...sole-pimps.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: "H. Peter Anvin" <hpa@...or.com>,
Thomas Gleixner <tglx@...utronix.de>,
linux-efi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] EFI urgent fixes
Hi guys,
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent
for you to fetch changes up to fdeadb43fdf1e7d5698c027b555c389174548e5a:
efi-pstore: Make efi-pstore return a unique id (2013-11-29 10:11:06 +0000)
----------------------------------------------------------------
* Avoid triggering a lockdep warning caused by calling kmemdup() while
holding a spinlock - Seiji Aguchi
* EFI framebuffer earlyprintk fix for off-by-one error that caused
console output to be split over two lines on some machines.
* Avoid pstore filename collisions by using a timestamp to calculate
the entry ID, thereby making them unique - Madper Xie
----------------------------------------------------------------
Madper Xie (1):
efi-pstore: Make efi-pstore return a unique id
Matt Fleming (1):
x86/efi: Fix earlyprintk off-by-one bug
Seiji Aguchi (1):
efivars, efi-pstore: Hold off deletion of sysfs entry until the scan is completed
arch/x86/platform/efi/early_printk.c | 2 +-
drivers/firmware/efi/efi-pstore.c | 163 +++++++++++++++++++++++++++++++----
drivers/firmware/efi/efivars.c | 12 ++-
drivers/firmware/efi/vars.c | 12 ++-
include/linux/efi.h | 4 +
5 files changed, 170 insertions(+), 23 deletions(-)
--
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