From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758347AbcHYLpb (ORCPT ); Thu, 25 Aug 2016 07:45:31 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:34136 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755325AbcHYLp2 (ORCPT ); Thu, 25 Aug 2016 07:45:28 -0400 Date: Thu, 25 Aug 2016 13:44:34 +0200 From: Sebastian Andrzej Siewior To: Petr Mladek Cc: Andrew Morton , Oleg Nesterov , Tejun Heo , Ingo Molnar , Peter Zijlstra , Steven Rostedt , "Paul E. McKenney" , Josh Triplett , Thomas Gleixner , Linus Torvalds , Jiri Kosina , Borislav Petkov , Michal Hocko , linux-mm@kvack.org, Vlastimil Babka , linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, Zhang Rui , Eduardo Valentin , Jacob Pan , linux-pm@vger.kernel.org Subject: Re: [PATCH v6 20/20] thermal/intel_powerclamp: Convert the kthread to kthread worker API Message-ID: <20160825114434.m7rhladpllj54rtb@linutronix.de> References: <1460646879-617-1-git-send-email-pmladek@suse.com> <1460646879-617-21-git-send-email-pmladek@suse.com> <20160825083316.myqbas7d6gtv62c6@linutronix.de> <20160825113708.GH4866@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160825113708.GH4866@pathway.suse.cz> User-Agent: Mutt/1.6.2-neo (2016-08-08) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016-08-25 13:37:08 [+0200], Petr Mladek wrote: > There were still some discussions about the kthread worker API. > Anyway, the needed kthread API changes are in Andrew's -mm tree now > and will be hopefully included in 4.9. Thanks for the update. > I did not want to send the patches using the API before the API > changes are upstream. But I could send the two intel_powerclamp > patches now if you are comfortable with having them on top of > the -mm tree or linux-next. I am refreshing my hotplug queue and stumbled over my old powerclamp patch. Please send them (offline) so I can have a look :) And I add a note for powerclaml to be v4.9 or so. > Best Regards, > Petr Sebastian