From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 31 Jul 2014 10:25:12 +0200 (CEST) Received: from mailapp01.imgtec.com ([195.59.15.196]:28267 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6818481AbaGaIZIMaEj0 (ORCPT ); Thu, 31 Jul 2014 10:25:08 +0200 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 1B219CAA0F532; Thu, 31 Jul 2014 09:24:59 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 31 Jul 2014 09:25:00 +0100 Received: from [192.168.154.101] (192.168.154.101) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 31 Jul 2014 09:25:00 +0100 Message-ID: <53D9FD5C.6030903@imgtec.com> Date: Thu, 31 Jul 2014 09:25:00 +0100 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Alex Smith , Ralf CC: Stephen Rothwell , linux-mips , Aurelien Jarno , "Aaro Koskinen" , "Markos (GMail)" , Markos , Paul , Rob Kendrick , "Huacai Chen" Subject: Re: Please add my temporary MIPS fixes branch to linux-next References: <53D9169D.3020705@imgtec.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.101] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 41837 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: james.hogan@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Hi Alex, On 30/07/14 19:17, Alex Smith wrote: > On 30 July 2014 17:00, James Hogan wrote: >> This one fixes mips32 debian boot, but changes the layout of the >> NT_PRSTATUS regset which is accessible through ptrace. I don't believe >> this will break anything, but there are other patches pending in the >> patchset to fix up the regset stuff properly anyway (as it is already >> broken for core dumps) and I don't really want to take the risk without >> Ralf's okay. >> >> Alex Smith (1): >> MIPS: O32/32-bit: Fix bug which can cause incorrect system call >> restarts > > Right now the NT_PRSTATUS regset can't be relied upon to return the > same layout anyway, as it can differ depending on whether the kernel > is 32- or 64-bit, as well as with a couple of other Kconfig options. > Changing it in this patch shouldn't make things any worse. Yeh, that is true, and it does fix a real regression. Since Ralf does appear to be online I'll apply the patch unless he objects. Cheers James