From mboxrd@z Thu Jan 1 00:00:00 1970 From: Punit Agrawal Subject: [PATCH 0/4] Drop uninformative messages from bootlog Date: Thu, 20 Jul 2017 12:03:58 +0100 Message-ID: <20170720110402.15313-1-punit.agrawal@arm.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: lorenzo.pieralisi@arm.com, sudeep.holla@arm.com, Punit Agrawal , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, xen-devel@lists.xenproject.org List-Id: linux-acpi@vger.kernel.org Hi, While booting v4.13-rc1 on an arm64 system, I noticed some messages that clutter the boot log without providing any useful information. This series trims some of the obvious offenders. The patches are spread across a few sub-systems - arm64/mm, mailbox, APEI and xen, and can be independently merged. Thanks, Punit Punit Agrawal (4): arm64/numa: Drop duplicate message mailbox: pcc: Drop uninformative output during boot ACPI / APEI: Drop uninformative messages during boot xen: Drop un-informative message during boot arch/arm64/mm/numa.c | 7 +------ drivers/acpi/apei/ghes.c | 9 +-------- drivers/mailbox/pcc.c | 4 +--- drivers/xen/xenfs/super.c | 1 - 4 files changed, 3 insertions(+), 18 deletions(-) -- 2.11.0