Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752753Ab0AHBvv (ORCPT ); Thu, 7 Jan 2010 20:51:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752269Ab0AHBvv (ORCPT ); Thu, 7 Jan 2010 20:51:51 -0500 Received: from mail.perches.com ([173.55.12.10]:1650 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750983Ab0AHBvu (ORCPT ); Thu, 7 Jan 2010 20:51:50 -0500 Subject: Re: [PATCH] lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses From: Joe Perches To: Simon Horman Cc: David Miller , macro@linux-mips.org, hartleys@visionengravers.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org In-Reply-To: <20100108000843.GI2436@verge.net.au> References: <1262888625.10429.23.camel@Joe-Laptop.home> <20100107.140942.135976087.davem@davemloft.net> <20100108000843.GI2436@verge.net.au> Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Jan 2010 17:51:48 -0800 Message-ID: <1262915508.10429.99.camel@Joe-Laptop.home> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1030 Lines: 29 On Fri, 2010-01-08 at 11:08 +1100, Simon Horman wrote: > In the vein of this, would it be worth adding some modifier to %i4 to > print addresses for ftp helpers? That is, %u,%u,%u,%u. I think > there are currently two users of that format string after Joe's latest > round of updates. I think not. I think the comma separated uses are unusual enough to not support in lib/vsprintf. I did submit a patch to support format strings for le32 and u32 ipv4 addresses. > The users are net/netfilter/ipvs/ip_vs_ftp.c and > net/ipv4/netfilter/nf_nat_ftp.c. Prior to Joe's latest > changes ip_vs_ftp.c used %d,%d,%d,%d. I submitted a couple of patches that should help. o eventually remove NIPQUAD and NIPQUAD_FMT o consolidate the 2 netfilter "%u,%u,%u,%u" uses to a single function -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/