Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761286Ab2KAXLt (ORCPT ); Thu, 1 Nov 2012 19:11:49 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:65334 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755031Ab2KAXLp (ORCPT ); Thu, 1 Nov 2012 19:11:45 -0400 Message-ID: <509301AF.6000901@zankel.net> Date: Thu, 01 Nov 2012 16:11:43 -0700 From: Chris Zankel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: Linus Torvalds CC: linux-kernel@vger.kernel.org Subject: [PULL REQUEST for 3.7-rc4] xtensa: fix syscall table and vfork, and switch to generic thread/execve Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2022 Lines: 56 Hi Linus, Would be great if you could pull the Xtensa tree for some important bug fixes. With the change to uapi, there was a bug introduced that results in an empty syscall table (mult-inclusion bug). Switching to the generic thread/execve allowed us to fix a bug we had in vfork(). Thanks, -Chris ------ The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556: Linux 3.7-rc2 (2012-10-20 12:11:32 -0700) are available in the git repository at: https://github.com/czankel/xtensa-linux.git for_next for you to fetch changes up to dc241f2c1761bfdec85915f4bbf7e750663f3442: xtensa: switch to generic sys_execve() (2012-10-25 15:00:44 -0700) ---------------------------------------------------------------- Xtensa patchset for 3.7-rc4 ---------------------------------------------------------------- Chris Zankel (3): xtensa: allow multi-inclusion for uapi/unistd.h xtensa: use physical addresses for bus addresses xtensa: reset windowbase/windowstart when cloning the VM Max Filippov (3): xtensa: switch to generic kernel_thread() xtensa: switch to generic kernel_execve() xtensa: switch to generic sys_execve() arch/xtensa/Kconfig | 2 + arch/xtensa/include/asm/io.h | 4 ++ arch/xtensa/include/asm/processor.h | 4 +- arch/xtensa/include/asm/syscall.h | 2 +- arch/xtensa/include/asm/unistd.h | 15 ++-- arch/xtensa/include/uapi/asm/unistd.h | 16 ++--- arch/xtensa/kernel/entry.S | 57 ++++----------- arch/xtensa/kernel/process.c | 128 ++++++++++++++++++--------------- arch/xtensa/kernel/syscall.c | 7 +- arch/xtensa/kernel/xtensa_ksyms.c | 1 - 10 files changed, 104 insertions(+), 132 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/