From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936109AbdGTLEQ (ORCPT ); Thu, 20 Jul 2017 07:04:16 -0400 Received: from foss.arm.com ([217.140.101.70]:51972 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934565AbdGTLEN (ORCPT ); Thu, 20 Jul 2017 07:04:13 -0400 From: Punit Agrawal 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 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> X-Mailer: git-send-email 2.11.0 X-ARM-No-Footer: FoSSMail Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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