From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752832AbbCJM6r (ORCPT ); Tue, 10 Mar 2015 08:58:47 -0400 Received: from mail-qg0-f48.google.com ([209.85.192.48]:42938 "EHLO mail-qg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752503AbbCJM6q (ORCPT ); Tue, 10 Mar 2015 08:58:46 -0400 Date: Tue, 10 Mar 2015 08:58:42 -0400 From: Tejun Heo To: linux-kernel@vger.kernel.org Cc: Lai Jiangshan , Linus Torvalds , Andrew Morton , Ingo Molnar Subject: Re: [PATCH v3 wq/for-3.19 3/3] workqueue: dump workqueues on sysrq-t Message-ID: <20150310125842.GC28730@htj.duckdns.org> References: <20141208174326.GB12274@htj.dyndns.org> <20141208174406.GC12274@htj.dyndns.org> <20141208174733.GD12274@htj.dyndns.org> <20150309132828.GT13283@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150309132828.GT13283@htj.duckdns.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 09, 2015 at 09:28:28AM -0400, Tejun Heo wrote: > Now that %pb[l] formatting is now in mainline, this can go forward. > Here's the updated patch which uses printf instead of the fixed buffer > when printing cpus. I couldn't find a better option at the moment and > am still appending the output to sysrq-t. This only prints out the > workqueues and pools with busy work items so the amount of extra > output should be fairly low in general. If nobody objects, I'll route > these through wq/for-4.1. Applied to wq/for-4.1. Thanks. -- tejun