login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
November
»
10
Re: [PATCH 0/9] treewide: convert vprintk uses to %pV
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Luis R. Rodriguez
Subject:
Re: [PATCH 0/9] treewide: convert vprintk uses to %pV
Date: Wednesday, November 10, 2010 - 3:48 pm
On Tue, Nov 9, 2010 at 4:35 PM, Joe Perches <joe@perches.com> wrote:
quoted text
> 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 --
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/9] treewide: convert vprintk uses to %pV
, Joe Perches
, (Tue Nov 9, 5:35 pm)
Re: [PATCH 0/9] treewide: convert vprintk uses to %pV
, Luis R. Rodriguez
, (Wed Nov 10, 3:48 pm)
Re: [PATCH 0/9] treewide: convert vprintk uses to %pV
, Joe Perches
, (Wed Nov 10, 4:01 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?