From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751559AbeAQCTD (ORCPT + 1 other); Tue, 16 Jan 2018 21:19:03 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35549 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796AbeAQCTC (ORCPT ); Tue, 16 Jan 2018 21:19:02 -0500 X-Google-Smtp-Source: ACJfBosBhLG0zG3mb5+LozDOEZQCVHZ6Xtyil18DhVJB8dr8xgDWzBGV9uQwjcFOiGv8Uo2pt0A4xQ== Date: Wed, 17 Jan 2018 11:18:56 +0900 From: Sergey Senozhatsky To: Steven Rostedt Cc: Sergey Senozhatsky , Petr Mladek , 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: <20180117021856.GA423@jagdpanzerIV> References: <20180112025612.GB6419@jagdpanzerIV> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180116104508.515ca393@gandalf.local.home> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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? > Although the above is for linux-mm and not LKML (it still works), I > should ask Konstantin if he will be pulling in any of the other > archives. Perhaps have both? (in case marc.info goes away). > > > Fixes: 6b97a20d3a79 ("printk: set may_schedule for some of console_trylock() callers") > > 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. > Reviewed-by: Steven Rostedt (VMware) > > Thanks Sergey! thanks. -ss From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f199.google.com (mail-pf0-f199.google.com [209.85.192.199]) by kanga.kvack.org (Postfix) with ESMTP id 97DE6280263 for ; Tue, 16 Jan 2018 21:19:03 -0500 (EST) Received: by mail-pf0-f199.google.com with SMTP id e185so12934499pfg.23 for ; Tue, 16 Jan 2018 18:19:03 -0800 (PST) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id d2sor205873pgq.176.2018.01.16.18.19.02 for (Google Transport Security); Tue, 16 Jan 2018 18:19:02 -0800 (PST) Date: Wed, 17 Jan 2018 11:18:56 +0900 From: Sergey Senozhatsky Subject: Re: [PATCH v5 0/2] printk: Console owner and waiter logic cleanup Message-ID: <20180117021856.GA423@jagdpanzerIV> References: <20180112025612.GB6419@jagdpanzerIV> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180116104508.515ca393@gandalf.local.home> Sender: owner-linux-mm@kvack.org List-ID: To: Steven Rostedt Cc: Sergey Senozhatsky , Petr Mladek , 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 (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? > Although the above is for linux-mm and not LKML (it still works), I > should ask Konstantin if he will be pulling in any of the other > archives. Perhaps have both? (in case marc.info goes away). > > > Fixes: 6b97a20d3a79 ("printk: set may_schedule for some of console_trylock() callers") > > 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. > Reviewed-by: Steven Rostedt (VMware) > > Thanks Sergey! thanks. -ss -- 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