Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751161AbaJIWnK (ORCPT ); Thu, 9 Oct 2014 18:43:10 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:37425 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750927AbaJIWnI (ORCPT ); Thu, 9 Oct 2014 18:43:08 -0400 Date: Thu, 9 Oct 2014 23:43:04 +0100 From: James Hogan To: Leonid Yegoshin CC: , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v2 2/3] MIPS: Setup an instruction emulation in VDSO protected page instead of user stack Message-ID: <20141009224304.GA4818@jhogan-linux.le.imgtec.org> References: <20141009195030.31230.58695.stgit@linux-yegoshin> <20141009200017.31230.69698.stgit@linux-yegoshin> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <20141009200017.31230.69698.stgit@linux-yegoshin> User-Agent: Mutt/1.5.23 (2014-03-12) X-Originating-IP: [192.168.154.101] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Leonid, On Thu, Oct 09, 2014 at 01:00:17PM -0700, Leonid Yegoshin wrote: > Signal happend during run in emulation block is handled properly - EPC is > changed to before an emulated jump or to target address, depending from point of > signal. Great! > Small stack of emulation blocks is supported because nested traps are possible > in MIPS32/64 R6 emulation mix with FPU emulation. Could you please clarify how this nesting of emulation blocks could happen now that signals are handled more cleanly. I.e. isn't the emuframe stuff only required for instructions in branch delay slots, and branches shouldn't be in branch delay slots anyway, so I don't get how they could nest. Thanks James -- 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/