Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754401AbdGUKT3 (ORCPT ); Fri, 21 Jul 2017 06:19:29 -0400 Received: from mx2.suse.de ([195.135.220.15]:37950 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753989AbdGUKT2 (ORCPT ); Fri, 21 Jul 2017 06:19:28 -0400 Subject: Re: [Xen-devel] [PATCH 4/4] xen: Drop un-informative message during boot To: Punit Agrawal , Boris Ostrovsky Cc: linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, lorenzo.pieralisi@arm.com, sudeep.holla@arm.com References: <20170720110402.15313-1-punit.agrawal@arm.com> <20170720110402.15313-5-punit.agrawal@arm.com> <87a83yksiw.fsf@e105922-lin.cambridge.arm.com> From: Juergen Gross Message-ID: <4f11bde9-6f62-36cf-80d6-ade9a31c890c@suse.com> Date: Fri, 21 Jul 2017 12:19:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <87a83yksiw.fsf@e105922-lin.cambridge.arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 28 On 21/07/17 12:12, Punit Agrawal wrote: > Boris Ostrovsky writes: > >> On 07/20/2017 07:04 AM, Punit Agrawal wrote: >>> On systems that are not booted as a Xen domain, the xenfs driver prints >>> the following message during boot. >>> >>> [ 3.460595] xenfs: not registering filesystem on non-xen platform >>> >>> As the user chose not to boot a Xen domain, this message does not >>> provide useful information. Drop this message. >>> >>> Signed-off-by: Punit Agrawal >>> Cc: Boris Ostrovsky >>> Cc: Juergen Gross >> >> Reviewed-by: Boris Ostrovsky > > Thanks Boris. > > Juergen, I assume you'll pick this up for the next round of xen > updates. Yes, probably for rc3 or rc4. For rc2 it was a liitle bit late and there is no need to hurry. Juergen