From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsW8a-0005kz-4G for qemu-devel@nongnu.org; Sat, 09 Feb 2019 12:09:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsW8Y-0005Tb-5X for qemu-devel@nongnu.org; Sat, 09 Feb 2019 12:09:56 -0500 Received: from mail-pg1-x541.google.com ([2607:f8b0:4864:20::541]:42633) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gsW8V-0005Qu-SJ for qemu-devel@nongnu.org; Sat, 09 Feb 2019 12:09:52 -0500 Received: by mail-pg1-x541.google.com with SMTP id d72so2947366pga.9 for ; Sat, 09 Feb 2019 09:09:50 -0800 (PST) References: <20190209162745.12668-1-cota@braap.org> From: Richard Henderson Message-ID: <092ef5ac-15a7-8515-a220-0c9cb405b744@linaro.org> Date: Sat, 9 Feb 2019 09:09:45 -0800 MIME-Version: 1.0 In-Reply-To: <20190209162745.12668-1-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Max Filippov , =?UTF-8?Q?Alex_Benn=c3=a9e?= On 2/9/19 8:27 AM, Emilio G. Cota wrote: > Fix a bug introduced with dynamic TLB sizing -- we forgot to account > for possible TLB resizes during tlb_fill(). > > Max reported the bug and provided a reproducer here: > https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg02283.html Thanks, queued. r~