[PATCH] selftests: Add tests for efivarfs

2013-01-18 Thread Jeremy Kerr
This change adds a few initial efivarfs tests to the tools/testing/selftests directory. The open-unlink test is based on code from Lingzhu Xiang lxi...@redhat.com. Signed-off-by: Jeremy Kerr jeremy.k...@canonical.com CC: linux-efi@vger.kernel.org CC: Lingzhu Xiang lxi...@redhat.com CC: Matt

[GIT PULL] EFI fixes for v3.8

2013-01-18 Thread Matt Fleming
Hi Peter, The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) 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

[PATCH v2] fix setup_efi_pci()

2013-01-18 Thread Jan Beulich
This fixes two issues: - wrong memory type used for allocation intended to persist post-boot - four similar build warnings on 32-bit (casts between different size pointers and integers) Signed-off-by: Jan Beulich jbeul...@suse.com --- v2: Drop the change that was already applied separately

Re: [GIT PULL] EFI fixes for v3.8

2013-01-18 Thread David Woodhouse
On Fri, 2013-01-18 at 10:29 +, Matt Fleming wrote: Hi Peter, The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linux 3.8-rc4 (2013-01-17 19:25:45 -0800) are available in the git repository at: