From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933559AbbLHQbx (ORCPT ); Tue, 8 Dec 2015 11:31:53 -0500 Received: from mail-vk0-f51.google.com ([209.85.213.51]:36019 "EHLO mail-vk0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933376AbbLHQbu (ORCPT ); Tue, 8 Dec 2015 11:31:50 -0500 Date: Tue, 8 Dec 2015 11:31:48 -0500 From: Tejun Heo To: Don Zickus Cc: Ulrich Obergfell , Ingo Molnar , Peter Zijlstra , Andrew Morton , linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH v2 2/2] workqueue: implement lockup detector Message-ID: <20151208163148.GE30240@mtj.duckdns.org> References: <20151203002810.GJ19878@mtj.duckdns.org> <20151203002839.GK19878@mtj.duckdns.org> <20151207190617.GH9175@mtj.duckdns.org> <20151207213816.GA230987@redhat.com> <20151207213952.GI9175@mtj.duckdns.org> <20151208160054.GD230987@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151208160054.GD230987@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2015 at 11:00:54AM -0500, Don Zickus wrote: > On Mon, Dec 07, 2015 at 04:39:52PM -0500, Tejun Heo wrote: > > On Mon, Dec 07, 2015 at 04:38:16PM -0500, Don Zickus wrote: > > > On Mon, Dec 07, 2015 at 02:06:17PM -0500, Tejun Heo wrote: > > > > Hello, > > > > > > > > Decoupled the control knobs from softlockup. It's now workqueue > > > > module param which can be updated at runtime. If there's no > > > > objection, I'll push the two patches through wq/for-4.5. > > > > > > Does this still compile correctly with CONFIG_WQ_WATCHDOG disabled? > > > > Yeah and if some config combo breaks I'm gonna catch it while it goes > > through wq tree. > > I think I am fine with this approach. > > Acked-by: Don Zickus Applied the two patches to wq/for-4.5. Thanks. -- tejun