From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752439AbbIJHNH (ORCPT ); Thu, 10 Sep 2015 03:13:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52175 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750741AbbIJHNE (ORCPT ); Thu, 10 Sep 2015 03:13:04 -0400 Subject: Re: [PATCH] lib/vsprintf.c: increase the size of the field_width variable To: Rasmus Villemoes , Joe Perches References: <1441793590-23856-1-git-send-email-mlombard@redhat.com> <1441816432.17219.57.camel@perches.com> <87mvwv4ea2.fsf@rasmusvillemoes.dk> <55F12B94.30503@redhat.com> Cc: akpm@linux-foundation.org, tj@kernel.org, linux-kernel@vger.kernel.org From: Maurizio Lombardi Message-ID: <55F12D7E.1000305@redhat.com> Date: Thu, 10 Sep 2015 09:13:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55F12B94.30503@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/10/2015 09:04 AM, Maurizio Lombardi wrote: > > scsi-debug used the bitmap_scnlistprintf() function but since commit > dbc760bcc150cc27160f0131b15db76350df4334 this function is just a wrapper > around scnprintf("%*pbl"); I just want to add that since commit 46385326cc1577587ed3e7432c2425cf6d3e4308 the bitmap_scnlistprintf() function has been completely removed because " all the bitmap formatting usages have been converted to '%*pb[l]' ". Thanks, Maurizio Lombardi