From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753538AbeAQPYh (ORCPT + 1 other); Wed, 17 Jan 2018 10:24:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:45438 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752068AbeAQPYg (ORCPT ); Wed, 17 Jan 2018 10:24:36 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F108A21747 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=rostedt@goodmis.org Date: Wed, 17 Jan 2018 10:24:32 -0500 From: Steven Rostedt To: Petr Mladek Cc: Sergey Senozhatsky , Tetsuo Handa , Sergey Senozhatsky , Tejun Heo , 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 , rostedt@home.goodmis.org, Byungchul Park , Pavel Machek , linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/2] printk: Console owner and waiter logic cleanup Message-ID: <20180117102432.7e1b5de1@gandalf.local.home> In-Reply-To: <20180117130407.unwy6noeorzretvn@pathway.suse.cz> References: <20180111222140.7fd89d52@gandalf.local.home> <20180112100544.GA441@jagdpanzerIV> <20180112072123.33bb567d@gandalf.local.home> <20180113072834.GA1701@tigerII.localdomain> <20180115070637.1915ac20@gandalf.local.home> <20180115144530.pej3k3xmkybjr6zb@pathway.suse.cz> <20180116022349.GD6607@jagdpanzerIV> <20180116044716.GE6607@jagdpanzerIV> <20180116104508.515ca393@gandalf.local.home> <20180117021856.GA423@jagdpanzerIV> <20180117130407.unwy6noeorzretvn@pathway.suse.cz> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Wed, 17 Jan 2018 14:04:07 +0100 Petr Mladek wrote: > On Wed 2018-01-17 11:18:56, Sergey Senozhatsky wrote: > > On (01/16/18 10:45), Steven Rostedt wrote: > > [..] > > > > [1] https://marc.info/?l=linux-mm&m=145692016122716 > > > > > > Especially since Konstantin is working on pulling in all LKML archives, > > > the above should be denoted as: > > > > > > Link: http://lkml.kernel.org/r/201603022101.CAH73907.OVOOMFHFFtQJSL%20()%20I-love%20!%20SAKURA%20!%20ne%20!%20jp > > > > hm, may I ask why? is there a new rule now to percent-encode commit messages? > > IMHO, the most important thing is that Steven's link is based > on the Message-ID and the stable redirector > https://lkml.kernel.org/. It has a better chance to work > even in the future. Exactly. There's an effort to avoid any outside link dependencies in the Linux git history. No one expected gmane to end (although it appears to be making a comeback), but we don't want to get stuck if marc.info disappears one day. > > > > > > Should we Cc stable@vger.kernel.org? > > > > that's a good question... maybe yes, maybe no... I'd say this > > change is "safer" when we have hand-off. > > I would keep it as is in stable kernels unless there are > many bug reports. Agreed. -- Steve From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f198.google.com (mail-pf0-f198.google.com [209.85.192.198]) by kanga.kvack.org (Postfix) with ESMTP id 2197C6B0038 for ; Wed, 17 Jan 2018 10:24:37 -0500 (EST) Received: by mail-pf0-f198.google.com with SMTP id p1so14436997pfp.13 for ; Wed, 17 Jan 2018 07:24:37 -0800 (PST) Received: from mail.kernel.org (mail.kernel.org. [198.145.29.99]) by mx.google.com with ESMTPS id u1si3999294pgq.492.2018.01.17.07.24.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Jan 2018 07:24:36 -0800 (PST) Date: Wed, 17 Jan 2018 10:24:32 -0500 From: Steven Rostedt Subject: Re: [PATCH v5 0/2] printk: Console owner and waiter logic cleanup Message-ID: <20180117102432.7e1b5de1@gandalf.local.home> In-Reply-To: <20180117130407.unwy6noeorzretvn@pathway.suse.cz> References: <20180111222140.7fd89d52@gandalf.local.home> <20180112100544.GA441@jagdpanzerIV> <20180112072123.33bb567d@gandalf.local.home> <20180113072834.GA1701@tigerII.localdomain> <20180115070637.1915ac20@gandalf.local.home> <20180115144530.pej3k3xmkybjr6zb@pathway.suse.cz> <20180116022349.GD6607@jagdpanzerIV> <20180116044716.GE6607@jagdpanzerIV> <20180116104508.515ca393@gandalf.local.home> <20180117021856.GA423@jagdpanzerIV> <20180117130407.unwy6noeorzretvn@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Petr Mladek Cc: Sergey Senozhatsky , Tetsuo Handa , Sergey Senozhatsky , Tejun Heo , 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 , rostedt@home.goodmis.org, Byungchul Park , Pavel Machek , linux-kernel@vger.kernel.org On Wed, 17 Jan 2018 14:04:07 +0100 Petr Mladek wrote: > On Wed 2018-01-17 11:18:56, Sergey Senozhatsky wrote: > > On (01/16/18 10:45), Steven Rostedt wrote: > > [..] > > > > [1] https://marc.info/?l=linux-mm&m=145692016122716 > > > > > > Especially since Konstantin is working on pulling in all LKML archives, > > > the above should be denoted as: > > > > > > Link: http://lkml.kernel.org/r/201603022101.CAH73907.OVOOMFHFFtQJSL%20()%20I-love%20!%20SAKURA%20!%20ne%20!%20jp > > > > hm, may I ask why? is there a new rule now to percent-encode commit messages? > > IMHO, the most important thing is that Steven's link is based > on the Message-ID and the stable redirector > https://lkml.kernel.org/. It has a better chance to work > even in the future. Exactly. There's an effort to avoid any outside link dependencies in the Linux git history. No one expected gmane to end (although it appears to be making a comeback), but we don't want to get stuck if marc.info disappears one day. > > > > > > Should we Cc stable@vger.kernel.org? > > > > that's a good question... maybe yes, maybe no... I'd say this > > change is "safer" when we have hand-off. > > I would keep it as is in stable kernels unless there are > many bug reports. Agreed. -- Steve -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org