From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b229m-0007Ar-JX for qemu-devel@nongnu.org; Sun, 15 May 2016 15:56:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b229i-0000V8-Aw for qemu-devel@nongnu.org; Sun, 15 May 2016 15:56:53 -0400 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:33391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b229h-0000Uq-Q7 for qemu-devel@nongnu.org; Sun, 15 May 2016 15:56:50 -0400 Received: by mail-lf0-x242.google.com with SMTP id j8so13296284lfd.0 for ; Sun, 15 May 2016 12:56:49 -0700 (PDT) References: <20160515185824.GA24189@octofox.metropolis> <5738D046.6000509@gmail.com> <20160515195356.GB24189@octofox.metropolis> From: Sergey Fedorov Message-ID: <5738D47F.1010808@gmail.com> Date: Sun, 15 May 2016 22:56:47 +0300 MIME-Version: 1.0 In-Reply-To: <20160515195356.GB24189@octofox.metropolis> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] "tcg: Clean up direct block chaining safety checks" breaks target-xtensa mmu test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: Richard Henderson , =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel On 15/05/16 22:53, Max Filippov wrote: > On Sun, May 15, 2016 at 10:38:46PM +0300, Sergey Fedorov wrote: >> On 15/05/16 21:58, Max Filippov wrote: >>> I've noticed that the commit 5b053a4a28278 (tcg: Clean up direct block >>> chaining safety checks) has broken tearget-xtensa test cross_page_tb >>> from the tests/tcg/xtensa/test_mmu.S. The test runs a TB that spans two >>> adjacent pages, then unmaps the second page and runs it again. It >>> expects an instruction fetch exception on the second run, but with the >>> said commit doesn't get it. Reverting that commit fixes the test. >>> Any suggestions? >> That's too strange. How do I run the test? > I've minimized the test case, the source and the binary are available > here: > http://jcmvbkbc.spb.ru/~jcmvbkbc/tmp/201605152245/ > > You can run it as > qemu-system-xtensa -M sim -cpu dc232b -nographic -semihosting -kernel ./test_mmu.tst > Thank you for this. I'll try it tomorrow and figure out what's going wrong. Kind regards, Sergey