Re: [PATCH v1] MIPS: reduce print level for cache information

From: Thomas Bogendoerfer
Date: Fri Feb 28 2020 - 06:46:22 EST


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 <o.rempel@xxxxxxxxxxxxxx>
> ---
> 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 ]