Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754054AbdGUKVW (ORCPT ); Fri, 21 Jul 2017 06:21:22 -0400 Received: from foss.arm.com ([217.140.101.70]:34402 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752269AbdGUKVV (ORCPT ); Fri, 21 Jul 2017 06:21:21 -0400 From: Punit Agrawal To: Juergen Gross Cc: Boris Ostrovsky , , , , Subject: Re: [Xen-devel] [PATCH 4/4] xen: Drop un-informative message during boot References: <20170720110402.15313-1-punit.agrawal@arm.com> <20170720110402.15313-5-punit.agrawal@arm.com> <87a83yksiw.fsf@e105922-lin.cambridge.arm.com> <4f11bde9-6f62-36cf-80d6-ade9a31c890c@suse.com> Date: Fri, 21 Jul 2017 11:21:19 +0100 In-Reply-To: <4f11bde9-6f62-36cf-80d6-ade9a31c890c@suse.com> (Juergen Gross's message of "Fri, 21 Jul 2017 12:19:24 +0200") Message-ID: <874lu6ks4g.fsf@e105922-lin.cambridge.arm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 976 Lines: 29 Juergen Gross writes: > 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. Agreed! Thanks for confirming.