Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp579615ybf; Fri, 28 Feb 2020 03:48:08 -0800 (PST) X-Google-Smtp-Source: APXvYqzNpg9jChRsocwTYocFC9IdebyZpp4Y1cM63j+sQ4oi9Es4Ntjh5G/3/mfHGK61SYk+5JuI X-Received: by 2002:aca:b183:: with SMTP id a125mr2827795oif.83.1582890487982; Fri, 28 Feb 2020 03:48:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582890487; cv=none; d=google.com; s=arc-20160816; b=jEraoEUbrvgoGI7QsQGvEK+jq2jkEInrZ8+vGdS+ruXP9C5/4ru4AhLU7UnbGSXbiD pQ6e/cZkZevWugixpSMh1UY1Yd7TabzWQjYA3dpIhHlHdUzD/DN+m8/g7SvUpTAgro+h vlgGuLyqEIsjRs4bBIg8/PlWrwM8Fq2ZeyQaeGq4paxd3LKVN7PIqiqd0kFyuMXuSvoD aHU3CCHmL3dSGaiJ9DgHM9NAH8pHCodQ2JLpdDZrQw78WpWWsfkAhhkOkqOzMoXQCcfj W1GjYPNiMKA8OR+peL2/JgDUvjhQ/Fk/axW0MkxjhOXk4GYtsQwEAN7GPBisKoVmal9a 3bLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=0QRaK8a61bOpVt0Xowq0O3axNQXnrolhdcJt5SsRnyY=; b=QFdIzKU86pSGOFl8VVwhDMODbA65LSO+kAtZMpUnuVL4Nmxgf6/epV8v9YLZOY+Gwc VmjVzV8LjkVcaPuRGOz7CKyczarnN0//tSEUJyZ2vwcdiuIHT6UBMTFzUaUbzCPd6ZrE oMABluhaT8PR1CS5bc0ODRouCKnBN7QwQEbpUin1GKxhcM6elhE0PsRH19HnfzL4rqGA Pdk1rIgL/NDViFTovIlt1Devilemw/Wc1mR59LoNCQhWxNqWb9IjuuAAN24uL7I7vpuS 9lj2CqfuesMUbh7B1MZib3o8AJekI8Y3B9mJ4bAz9XCrEOEQo2KQ7GwvFoaFCnUWYNJw fjqw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o15si1348364otp.314.2020.02.28.03.47.55; Fri, 28 Feb 2020 03:48:07 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726118AbgB1LqV (ORCPT + 99 others); Fri, 28 Feb 2020 06:46:21 -0500 Received: from elvis.franken.de ([193.175.24.41]:42085 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725536AbgB1LqV (ORCPT ); Fri, 28 Feb 2020 06:46:21 -0500 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1j7e5y-0008UT-01; Fri, 28 Feb 2020 12:46:18 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 94C2AC0EC3; Fri, 28 Feb 2020 12:46:08 +0100 (CET) Date: Fri, 28 Feb 2020 12:46:08 +0100 From: Thomas Bogendoerfer To: Oleksij Rempel Cc: Ralf Baechle , Paul Burton , Pengutronix Kernel Team , linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org Subject: Re: [PATCH v1] MIPS: reduce print level for cache information Message-ID: <20200228114608.GB10905@alpha.franken.de> References: <20200228055238.11140-1-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200228055238.11140-1-o.rempel@pengutronix.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 28, 2020 at 06:52:38AM +0100, Oleksij Rempel wrote: > Default printk log level is KERN_WARNING. This makes automatic log > parsing problematic, since we get false positive alarms on not critical > information. > > Set all not critical cache related information to KERN_INFO, the same level > as used on most kernel drivers. > > Signed-off-by: Oleksij Rempel > --- > arch/mips/mm/c-octeon.c | 18 +++++++++--------- > arch/mips/mm/c-r3k.c | 4 ++-- > arch/mips/mm/c-r4k.c | 20 ++++++++++---------- > arch/mips/mm/c-tx39.c | 4 ++-- > 4 files changed, 23 insertions(+), 23 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]