From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755234AbbAYQTq (ORCPT ); Sun, 25 Jan 2015 11:19:46 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54846 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754260AbbAYQPu (ORCPT ); Sun, 25 Jan 2015 11:15:50 -0500 Date: Sun, 25 Jan 2015 20:45:31 +0800 From: Greg Kroah-Hartman To: Tejun Heo Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 24/32] usb: use %*pb[l] to print bitmaps including cpumasks and nodemasks Message-ID: <20150125124531.GA24534@kroah.com> References: <1422108218-25398-1-git-send-email-tj@kernel.org> <1422108218-25398-25-git-send-email-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1422108218-25398-25-git-send-email-tj@kernel.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 Sat, Jan 24, 2015 at 09:03:30AM -0500, Tejun Heo wrote: > printk and friends can now formap bitmaps using '%*pb[l]'. cpumask > and nodemask also provide cpumask_pr_args() and nodemask_pr_args() > respectively which can be used to generate the two printf arguments > necessary to format the specified cpu/nodemask. > > * drivers/uwb/drp.c::uwb_drp_handle_alien_drp() was formatting mas.bm > into a buffer but never used it. Removed. > > This patch is dependent on the following two patches. > > lib/vsprintf: implement bitmap printing through '%*pb[l]' > cpumask, nodemask: implement cpumask/nodemask_pr_args() > > Please wait till the forementioned patches are merged to mainline > before applying to subsystem trees. > > Signed-off-by: Tejun Heo > Cc: Andrew Morton > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org Acked-by: Greg Kroah-Hartman