From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752340AbdLMBuP (ORCPT ); Tue, 12 Dec 2017 20:50:15 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:36375 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751625AbdLMBuN (ORCPT ); Tue, 12 Dec 2017 20:50:13 -0500 X-Google-Smtp-Source: ACJfBovvMjdsF1Yvp4hJdFBi+rnwhmJWwfDLAIn1IYxUg0FpZJzT/pPFo7RgugKEZZwiz6VLlkULmg== Date: Wed, 13 Dec 2017 10:50:04 +0900 From: Sergey Senozhatsky To: Steven Rostedt Cc: Sergey Senozhatsky , Petr Mladek , Byungchul Park , LKML , akpm@linux-foundation.org, linux-mm@kvack.org, Cong Wang , Dave Hansen , Johannes Weiner , Mel Gorman , Michal Hocko , Sergey Senozhatsky , Vlastimil Babka , Peter Zijlstra , Linus Torvalds , Jan Kara , Mathieu Desnoyers , Tetsuo Handa , rostedt@rostedt.homelinux.com, kernel-team@lge.com Subject: Re: [PATCH v4] printk: Add console owner and waiter logic to load balance console writes Message-ID: <20171213015004.GA9462@jagdpanzerIV> References: <20171108102723.602216b1@gandalf.local.home> <20171124152857.ahnapnwmmsricunz@pathway.suse.cz> <20171124155816.pxp345ch4gevjqjm@pathway.suse.cz> <20171128014229.GA2899@X58A-UD3R> <20171208140022.uln4t5e5drrhnvvt@pathway.suse.cz> <20171212053921.GA1392@jagdpanzerIV> <20171212142710.21e82ecd@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171212142710.21e82ecd@gandalf.local.home> 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 (12/12/17 14:27), Steven Rostedt wrote: > > p.s. > > frankly, I don't see any "locking issues" in Steven's patch. > > Should I push out another revision of mine? well, up to you :) I've picked up some bits of your console-owner patch and it's part of printk-kthread patch set [as of now]: lkml.kernel.org/r/20171204134825.7822-13-sergey.senozhatsky@gmail.com the series: lkml.kernel.org/r/20171204134825.7822-1-sergey.senozhatsky@gmail.com -ss