Received: by 10.213.65.68 with SMTP id h4csp2332598imn; Mon, 9 Apr 2018 01:29:17 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/r72a3eja5yJ8QXXoQizUIkK3Ehbh1ZM0TsV4vmfYc8wncgtJmw68DWMgO4Flpv9ClTVkG X-Received: by 10.101.98.151 with SMTP id f23mr24412930pgv.98.1523262557499; Mon, 09 Apr 2018 01:29:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523262557; cv=none; d=google.com; s=arc-20160816; b=02Vh2pCekWdBLi4p1GRNuxoNiU0igOerJ1I6XJ/p6f122HFmsvbgX1l6e0A8evm5DN BqgoFE2S0MgczXCvNDy+RBdXgp7Gm3XSDI0raeZSP5+5JQKYlcGxnvMwHvfukb0hdgui MwZs0po+2RtIgvkUufYGJOgtKJBin1rvgI59T7XXAXMyuKAtlhjQ6gXkmZOa03SVJ+YY WkuIdcU12iUggvtHAR7HLmjuxyoX5pNwr+eEKiIjsdVd+ko02AiGQHlt+ah5Mlfb81kL VMMBiaD+hnH4owNsTWyEDzuZaQsfm0kkX+hs7Uq3c5yF+4EejWMBrLo7tCPOcsjE3j4f Fp+w== 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:arc-authentication-results; bh=gcn68oFQRaz8vNRzq1yEwQdPEYmkZBPDrX60oqMtN+I=; b=ELisHeNhY7BaZDztqzcThAo6/o9rZlN2sadFuD6u5hOsO58U9moL8OGlWvTM6N8/n2 8f2xLcbbK8xK04zs3YLNVdH5tYRN4SDdObRrvvC0QV7ZVDwposylWQn/tF1Io+Ozgsoy 3F40mataShVvLPEYcH72XOaEMTIjsP0/BDzfxkKthQLVDNmAylHVdsr2zIll7oI2kEk6 e0XKXvmzP0AwqWO+vXilu2/lIAus8UNVEeZW4G8YyalP+pFKUJDfUy59/MWhHeDtqNA9 OnGkfUBqRDfogVgjMWgvJGNTIqfTvPHV56vVDgk4j9sOszHlBRuqoBA64rZsGElX4NHf 1vYA== 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 h1-v6si13540587pld.222.2018.04.09.01.28.40; Mon, 09 Apr 2018 01:29:17 -0700 (PDT) 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 S1752068AbeDIIWv (ORCPT + 99 others); Mon, 9 Apr 2018 04:22:51 -0400 Received: from mx2.suse.de ([195.135.220.15]:44087 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750952AbeDIIWt (ORCPT ); Mon, 9 Apr 2018 04:22:49 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D22D2AD4C; Mon, 9 Apr 2018 08:22:47 +0000 (UTC) Date: Mon, 9 Apr 2018 10:22:46 +0200 From: Petr Mladek To: Sasha Levin Cc: "stable@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Steven Rostedt (VMware)" , "akpm@linux-foundation.org" , "linux-mm@kvack.org" , Cong Wang , Dave Hansen , Johannes Weiner , Mel Gorman , Michal Hocko , Vlastimil Babka , Peter Zijlstra , Linus Torvalds , Jan Kara , Mathieu Desnoyers , Tetsuo Handa , Byungchul Park , Tejun Heo , Pavel Machek Subject: Re: [PATCH AUTOSEL for 4.14 015/161] printk: Add console owner and waiter logic to load balance console writes Message-ID: <20180409082246.34hgp3ymkfqke3a4@pathway.suse.cz> References: <20180409001936.162706-1-alexander.levin@microsoft.com> <20180409001936.162706-15-alexander.levin@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180409001936.162706-15-alexander.levin@microsoft.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 Mon 2018-04-09 00:19:53, Sasha Levin wrote: > From: "Steven Rostedt (VMware)" > > [ Upstream commit dbdda842fe96f8932bae554f0adf463c27c42bc7 ] > > This patch implements what I discussed in Kernel Summit. I added > lockdep annotation (hopefully correctly), and it hasn't had any splats > (since I fixed some bugs in the first iterations). It did catch > problems when I had the owner covering too much. But now that the owner > is only set when actively calling the consoles, lockdep has stayed > quiet. Same here. I do not thing that this is a material for stable backport. More details can be found in my reply to the patch for 4.15, see https://lkml.kernel.org/r/20180409081535.dq7p5bfnpvd3xk3t@pathway.suse.cz Best Regards, Petr PS: I wonder how much time you give people to react before releasing this. The number of autosel mails is increasing and I am involved only in very small amount of them. I wonder if some other people gets overwhelmed by this.