From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqhuF-0004yx-31 for qemu-devel@nongnu.org; Tue, 18 Nov 2014 07:29:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqhuA-0000Af-9E for qemu-devel@nongnu.org; Tue, 18 Nov 2014 07:29:15 -0500 Received: from mail-lb0-f169.google.com ([209.85.217.169]:33065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqhuA-0000AW-2Q for qemu-devel@nongnu.org; Tue, 18 Nov 2014 07:29:10 -0500 Received: by mail-lb0-f169.google.com with SMTP id 10so17848287lbg.28 for ; Tue, 18 Nov 2014 04:29:09 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <546AD6DE.6080605@redhat.com> References: <1416248898-6302-1-git-send-email-ard.biesheuvel@linaro.org> <546AD6DE.6080605@redhat.com> From: Peter Maydell Date: Tue, 18 Nov 2014 12:28:48 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] linux-headers: update to 3.18-rc5 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Michael Hudson-Doyle , QEMU Developers , Christoffer Dall , Ard Biesheuvel On 18 November 2014 05:19, Paolo Bonzini wrote: > > > On 17/11/2014 19:32, Peter Maydell wrote: >> On 17 November 2014 18:28, Ard Biesheuvel wrote: >>> This updates the Linux header to version 3.18-rc5, adding support for >>> (among other things) read-only memslots on ARM and arm64. >>> >>> Signed-off-by: Ard Biesheuvel >> >> So, to be clear, the idea is that this should go into 2.2 because >> it (effectively) fixes a bug where running from emulated flash >> devices under KVM/ARM doesn't work? >> >> A KVM header update seems pretty safe to me; cc'ing Paolo >> as KVM maintainer to ack/nak it. > > Sure, this is a good time (kernel-wise) to update headers. And if it > fixes a bug, it's acceptable for hard freeze. OK; applied to master. thanks -- PMM