From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGSDp-0000kc-J0 for qemu-devel@nongnu.org; Wed, 09 May 2018 12:45:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGSDn-0002eQ-1t for qemu-devel@nongnu.org; Wed, 09 May 2018 12:45:45 -0400 Date: Wed, 9 May 2018 12:45:39 -0400 From: "Emilio G. Cota" Message-ID: <20180509164539.GA9663@flamenco> References: <1523377186-32578-1-git-send-email-cota@braap.org> <20180411152942.GA4480@flamenco> <5a725be3-4ca1-a883-7313-cee1dc5825c2@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 00/10] Avoid integer overflow in next_page_start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Clark Cc: Richard Henderson , QEMU Developers , Palmer Dabbelt , Sagar Karandikar , Bastian Koppelmann , "Edgar E. Iglesias" , Michael Walle , Max Filippov , Guan Xuetao , Peter Maydell , Cornelia Huck , Alexander Graf , David Hildenbrand , qemu-s390x@nongnu.org, Aurelien Jarno , Yongbok Kim On Wed, May 09, 2018 at 12:51:14 +1200, Michael Clark wrote: > Emilio, > > Is this your latest branch for these changes? > > - https://github.com/cota/qemu/tree/trloop-conv-v3 > > I see that this branch has this change "target/riscv: avoid integer > overflow in next_page PC check" > > I have some changes for target/riscv/translate.c and was thinking of basing > them on your patches so we don't have conflicts. Yes that's the latest branch. Richard is currently working on a pull request to get that branch merged, so you'll soon be able to rebase your changes on top of master. Thanks, Emilio