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-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html