From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52230 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFOnf-0005QH-Np for qemu-devel@nongnu.org; Fri, 21 May 2010 05:47:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFOn6-0007Iy-MW for qemu-devel@nongnu.org; Fri, 21 May 2010 05:45:50 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:46591) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFOn4-0007If-Ez for qemu-devel@nongnu.org; Fri, 21 May 2010 05:45:16 -0400 Message-ID: <4BF65625.4090104@codesourcery.com> Date: Fri, 21 May 2010 13:45:09 +0400 From: Maxim Kuvyrkov MIME-Version: 1.0 References: <4B8C133D.2030900@codesourcery.com> In-Reply-To: <4B8C133D.2030900@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] {PING}[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 On 3/1/10 10:19 PM, Maxim Kuvyrkov wrote: > 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. Ping. These patches implement NPTL support for m68k/ColdFire and improve signal handling for linux user-mode emulation. -- Maxim Kuvyrkov CodeSourcery maxim@codesourcery.com (650) 331-3385 x724