From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2032EC43441 for ; Fri, 12 Oct 2018 08:27:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D788D2086A for ; Fri, 12 Oct 2018 08:27:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D788D2086A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727858AbeJLP61 (ORCPT ); Fri, 12 Oct 2018 11:58:27 -0400 Received: from mx2.suse.de ([195.135.220.15]:51692 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727151AbeJLP60 (ORCPT ); Fri, 12 Oct 2018 11:58:26 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id BA242AEFE; Fri, 12 Oct 2018 08:27:06 +0000 (UTC) Date: Fri, 12 Oct 2018 10:27:01 +0200 From: Petr Mladek To: Sergey Senozhatsky Cc: Steven Rostedt , Andrew Morton , Dmitriy Vyukov , Tetsuo Handa , Tejun Heo , Peter Zijlstra , LKML , Sergey Senozhatsky Subject: Re: [RFC][PATCH 0/3] printk: some pr_cont tweaks and cleanups Message-ID: <20181012082701.fsx6ikd5h5ohr57h@pathway.suse.cz> References: <20181002023836.4487-1-sergey.senozhatsky@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181002023836.4487-1-sergey.senozhatsky@gmail.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 2018-10-02 11:38:33, Sergey Senozhatsky wrote: > Hello, > > RFC > > Forked from "printk feature for syzbot". Let's have a separate > discussion thread. > A buch of pr_cont tweaks and cleanups, please see commits and > commits' messages for more details. > > Sergey Senozhatsky (3): > printk: keep kernel cont support always enabled > printk: lock/unlock console only for new logbuf entries > printk: do not preliminary split up cont buffer JFYI, I have pushed all three patches into printk.git, for-4.20 branch. Best Regards, Petr