From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by kanga.kvack.org (Postfix) with ESMTP id EDD3C828DF for ; Thu, 14 Jan 2016 10:38:04 -0500 (EST) Received: by mail-wm0-f52.google.com with SMTP id b14so440041685wmb.1 for ; Thu, 14 Jan 2016 07:38:04 -0800 (PST) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id y41si12497403wmh.107.2016.01.14.07.38.01 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 Jan 2016 07:38:02 -0800 (PST) Date: Thu, 14 Jan 2016 16:37:54 +0100 From: Petr Mladek Subject: Re: [PATCH v3 22/22] thermal/intel_powerclamp: Convert the kthread to kthread worker API Message-ID: <20160114153754.GU3178@pathway.suse.cz> References: <1447853127-3461-1-git-send-email-pmladek@suse.com> <1447853127-3461-23-git-send-email-pmladek@suse.com> <20160107115531.34279a9b@icelake> <20160108164931.GT3178@pathway.suse.cz> <20160111181718.0ace4a58@yairi> <20160112101129.GN731@pathway.suse.cz> <20160112082021.6a28dc66@icelake> <20160113101831.GQ731@pathway.suse.cz> <20160113095353.5231c28f@yairi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160113095353.5231c28f@yairi> Sender: owner-linux-mm@kvack.org List-ID: To: Jacob Pan 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 , linux-pm@vger.kernel.org On Wed 2016-01-13 09:53:53, Jacob Pan wrote: > On Wed, 13 Jan 2016 11:18:31 +0100 > Petr Mladek wrote: > > Otherwise, I will keep the conversion into the kthread worker as is > > for now. Please, let me know if you are strongly against the split > > into the two works. > I am fine with the split now. Great. > Another question, are you planning to convert acpi_pad.c as well? It > uses kthread similar way. Yup. I would like to convert as many kthreads as possible either to the kthread worker or workqueue APIs in the long term. Best Regards, Petr -- 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