From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 93251] qemu-kvm guests randomly hangs after reboot command in guest Date: Fri, 20 Mar 2015 09:16:25 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.29.136]:60129 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750913AbbCTJQ2 convert rfc822-to-8bit (ORCPT ); Fri, 20 Mar 2015 05:16:28 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8EDB72052D for ; Fri, 20 Mar 2015 09:16:27 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id 12760204FC for ; Fri, 20 Mar 2015 09:16:25 +0000 (UTC) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=3D93251 Igor Mammedov changed: What |Removed |Added -----------------------------------------------------------------------= ----- CC| |imammedo@redhat.com --- Comment #6 from Igor Mammedov --- Since commit 1d4e7e3c increased "struct kvm_memslots" size from order 2= to order 4, like-hood of above failure grew in ~2x times (there where 90 o= rder 2 free pages) Looking at log from comment 1 allocation failure shouldn't happened since there are still 40 Order 4 = free pages: > =C3=BAno 13 18:10:27 argus kernel: Normal: 18555*4kB (UEMC) 145*8kB (= UMC) 92*16kB (UM) 54*32kB (UM) 40*64kB (UM) 9*128kB (UM) 2*256kB (U) 0*= 512kB 0*1024kB 0*2048kB 0*4096kB =3D 82804kB Anyway I'll post patch that changes allocation vmalloc-ed memory as qui= ck fix and look for possibility of allocating actual amount of slots instead o= f possible maximum like it's done now. --=20 You are receiving this mail because: You are watching the assignee of the bug.