From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmBai-0005aw-8q for qemu-devel@nongnu.org; Mon, 01 Mar 2010 14:47:44 -0500 Received: from [199.232.76.173] (port=55635 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmBah-0005ao-Sc for qemu-devel@nongnu.org; Mon, 01 Mar 2010 14:47:43 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmBaf-0007Jg-B2 for qemu-devel@nongnu.org; Mon, 01 Mar 2010 14:47:43 -0500 Received: from mx20.gnu.org ([199.232.41.8]:19196) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NmB9R-00057X-MF for qemu-devel@nongnu.org; Mon, 01 Mar 2010 14:19:33 -0500 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmB9Q-0001nq-5a for qemu-devel@nongnu.org; Mon, 01 Mar 2010 14:19:32 -0500 Message-ID: <4B8C133D.2030900@codesourcery.com> Date: Mon, 01 Mar 2010 22:19:25 +0300 From: Maxim Kuvyrkov MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/4] Support NPTL support for ColdFire and related fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following series of 4 patches adds NPTL support for ColdFire user-mode emulation and fixes several related issues, mainly in signal handling. 0001-Add-NPTL-support-for-ColdFire.patch Implement new kernel syscalls to support TLS storage and synchronization (merged to 2.6.34 kernel) 0002-Handle-SIGKILL-and-SIGCHLD.patch Target-independent improvement to add SIGKILL and SIGCHLD to the list of handled signals. 0003-Fix-signal-handling-for-ColdFire.patch Fix and improve signal handling support for ColdFire. 0004-Define-MMAP_SHIFT-for-ColdFire.patch Follow kernel behavior. The patches were tested on GCC and GLIBC testsuites. All signal handling and frame unwinding GCC tests pass. GLIBC testsuite now has more tests passing with no regressions. Any comments? Thanks, -- Maxim Kuvyrkov CodeSourcery maxim@codesourcery.com (650) 331-3385 x724