[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1203960540.13162.124.camel@johannes.berg>
Date: Mon, 25 Feb 2008 18:29:00 +0100
From: Johannes Berg <johannes@...solutions.net>
To: Joe Perches <joe@...ches.com>
Cc: David Miller <davem@...emloft.net>, kaber@...sh.net,
harvey.harrison@...il.com, netdev@...r.kernel.org
Subject: Re: New sparse warning in net/mac80211/debugfs_sta.c
> > Maybe we should just add a new printf modifier like %M for MAC
> > addresses? Then we could use sprintf, snprintf, printk and whatever we
> > please without any of the macro stuff...
>
> Could gcc validate the printf %M arguments?
No, but it won't barf on it either, it silently ignores unknown stuff.
> Another possibility without changing printf argument validation
> is to use a MAC_FMT macro in place of "%s"
>
> #ifdef CONFIG_INLINE_MAC
Yes, but the argument was that in some debugging cases these things are
in the fast path even when debugging is turned off, so to not have them
there would force you to always turn this config ON which defeats the
point.
johannes
Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)
Powered by blists - more mailing lists