From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: [GIT PULL] EFI urgent fixes Date: Fri, 29 Nov 2013 12:09:51 +0000 Message-ID: <20131129120951.GF11775@console-pimps.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ingo Molnar Cc: "H. Peter Anvin" , Thomas Gleixner , linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-efi@vger.kernel.org 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