From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752618AbdK2HZm (ORCPT ); Wed, 29 Nov 2017 02:25:42 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:41330 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751689AbdK2HZl (ORCPT ); Wed, 29 Nov 2017 02:25:41 -0500 X-Google-Smtp-Source: AGs4zMY9iS+S0EZPsbP4zocvW+/qYfDMUhpX6j3r+IpSZejPw/QFTMbdvPoGn3yOXM8/PT7KXrdw0Q== Date: Wed, 29 Nov 2017 16:25:36 +0900 From: Sergey Senozhatsky To: Kevin Hilman Cc: Sergey Senozhatsky , Fengguang Wu , Petr Mladek , Mark Brown , Greg Kroah-Hartman , LKML , Sergey Senozhatsky , Steven Rostedt , Linus Torvalds Subject: Re: kernel CI: printk loglevels in kernel boot logs? Message-ID: <20171129072536.GB468@jagdpanzerIV> References: <20171122015610.x3kgzqgtwywlurmz@wfg-t540p.sh.intel.com> <20171122032702.zd5ouuugrxyemqbh@wfg-t540p.sh.intel.com> <20171122113448.sllaehmlqae7telk@pathway.suse.cz> <20171122123821.GA697@jagdpanzerIV> <20171122125245.bktzhq4ortf6wrj4@wfg-t540p.sh.intel.com> <20171123025933.GA341@jagdpanzerIV> <7hefoi7xhy.fsf@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7hefoi7xhy.fsf@baylibre.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (11/28/17 16:13), Kevin Hilman wrote: [..] > > okay... who's going to send the patch? kernelCI folks? > > > > I have some sort of a patch. added console_msg_format= with the only > > available option so far - "syslog". may be people would want to have > > boot time, etc. on their consoles. who knows. may be msg_format will > > be extended someday in the future or may be not, and we can do > > something like "console_format_syslog" (or any better name). > > > > Not-yet-signed-off-by: Sergey Senozhatsky > > For kernelCI (part of how this thread got started): > > Acked-by: Kevin Hilman > Reviewed-by: Kevin Hilman > > I also tested it on an arm64 platform with the new command-line arg: > > Tested-by: Kevin Hilman thanks. -ss