From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Fri, 16 Jan 2015 17:16:48 +0000 Subject: [GIT PULL] arm64: fixes for -rc5 Message-ID: <20150116171648.GC7091@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Linus, Just a couple of stragglers for arm64 here: wiring up compat_sys_execveat, since arch/arm/ got that at -rc4 and a revert of a patch that broke our handling of the device-tree blob with certain memory layouts. Please pull. Thanks, Will --->8 The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115: linux 3.19-rc4 (2015-01-11 12:44:53 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 0145058c3d30b4319d747f64caa16a9cb15f0581: arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd to be page aligned" (2015-01-16 13:57:33 +0000) ---------------------------------------------------------------- arm64 fixes: - Wire up compat_sys_execveat for compat (AArch32) tasks - Revert 421520ba9829, as this breaks our side of the boot protocol ---------------------------------------------------------------- Catalin Marinas (1): arm64: partially revert "ARM: 8167/1: extend the reserved memory for initrd to be page aligned" Will Deacon (1): arm64: compat: wire up compat_sys_execveat arch/arm64/include/asm/unistd.h | 2 +- arch/arm64/include/asm/unistd32.h | 2 ++ arch/arm64/mm/init.c | 8 +------- 3 files changed, 4 insertions(+), 8 deletions(-)