Re: [PATCH 0/9] treewide: convert vprintk uses to %pV

From: Luis R. Rodriguez
Date: Wed Nov 10 2010 - 17:48:31 EST


On Tue, Nov 9, 2010 at 4:35 PM, Joe Perches <joe@xxxxxxxxxxx> wrote:
> Multiple secessive calls to printk can be interleaved.
> Avoid this possible interleaving by using %pV
>
> Joe Perches (9):
> Âdrivers/gpu/drm/drm_stub.c: Use printf extension %pV
> Âdrivers/isdn/mISDN: Use printf extension %pV
> Âdrivers/net/wireless/ath/debug.c: Use printf extension %pV
> Âdrivers/net/wireless/b43/main.c: Use printf extension %pV
> Âdrivers/net/wireless/b43legacy/main.c: Use printf extension %pV
> Âfs/gfs2/glock.c: Use printf extension %pV
> Âfs/nilfs2/super.c: Use printf extension %pV
> Âfs/quota/dquot.c: Use printf extension %pV
> Ânet/sunrpc/svc.c: Use printf extension %pV
>
> Âdrivers/gpu/drm/drm_stub.c      Â|  14 +++++++--
> Âdrivers/isdn/mISDN/layer1.c      |  10 +++++--
> Âdrivers/isdn/mISDN/layer2.c      |  12 ++++++--
> Âdrivers/isdn/mISDN/tei.c       Â|  23 +++++++++++----
> Âdrivers/net/wireless/ath/debug.c   Â|  Â9 +++++-
> Âdrivers/net/wireless/b43/main.c    |  48 ++++++++++++++++++++++++--------
> Âdrivers/net/wireless/b43legacy/main.c | Â 47 ++++++++++++++++++++++++--------
> Âfs/gfs2/glock.c            |  Â9 +++++-
> Âfs/nilfs2/super.c           |  23 +++++++++++-----
> Âfs/quota/dquot.c           Â|  12 +++++---
> Ânet/sunrpc/svc.c           Â|  12 +++++---
> Â11 files changed, 161 insertions(+), 58 deletions(-)

When was this added upstream BTW? I ask for backport considerations.

Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/