From: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
To: platform-driver-x86-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
ibm-acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: Andrew Morton
<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/5] printk: Add eliminated_printk
Date: Sun, 17 Jun 2012 19:25:07 -0700 [thread overview]
Message-ID: <cover.1339985626.git.joe@perches.com> (raw)
no_printk keeps side-effects.
eliminated_printk removes all side effects yet still keeps
gcc format and argument verificatino.
By definition, pr_devel should have no side-effects if not enabled.
Convert pr_devel from no_printk to eliminated_printk.
Joe Perches (5):
printk: Add eliminated_printk macro
printk: Convert pr_devel to use eliminated_printk
usb: Convert dbg to pr_eliminated and pr_debug
fujitsu-laptop: Convert dbg_printk and vdbg_printk to fuj_dbg
thinkpad_acpi: Convert dbg_printk to tp_dbg and tp_vdbg
drivers/platform/x86/fujitsu-laptop.c | 103 +++++-----
drivers/platform/x86/thinkpad_acpi.c | 358 +++++++++++++++------------------
include/linux/printk.h | 12 +-
include/linux/usb.h | 12 +-
4 files changed, 228 insertions(+), 257 deletions(-)
--
1.7.8.111.gad25c.dirty
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: platform-driver-x86@vger.kernel.org,
ibm-acpi-devel@lists.sourceforge.net, linux-usb@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org
Subject: [PATCH 0/5] printk: Add eliminated_printk
Date: Sun, 17 Jun 2012 19:25:07 -0700 [thread overview]
Message-ID: <cover.1339985626.git.joe@perches.com> (raw)
no_printk keeps side-effects.
eliminated_printk removes all side effects yet still keeps
gcc format and argument verificatino.
By definition, pr_devel should have no side-effects if not enabled.
Convert pr_devel from no_printk to eliminated_printk.
Joe Perches (5):
printk: Add eliminated_printk macro
printk: Convert pr_devel to use eliminated_printk
usb: Convert dbg to pr_eliminated and pr_debug
fujitsu-laptop: Convert dbg_printk and vdbg_printk to fuj_dbg
thinkpad_acpi: Convert dbg_printk to tp_dbg and tp_vdbg
drivers/platform/x86/fujitsu-laptop.c | 103 +++++-----
drivers/platform/x86/thinkpad_acpi.c | 358 +++++++++++++++------------------
include/linux/printk.h | 12 +-
include/linux/usb.h | 12 +-
4 files changed, 228 insertions(+), 257 deletions(-)
--
1.7.8.111.gad25c.dirty
next reply other threads:[~2012-06-18 2:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-18 2:25 Joe Perches [this message]
2012-06-18 2:25 ` [PATCH 0/5] printk: Add eliminated_printk Joe Perches
2012-06-18 2:25 ` [PATCH 1/5] printk: Add eliminated_printk macro Joe Perches
2012-06-18 2:25 ` [PATCH 2/5] printk: Convert pr_devel to use eliminated_printk Joe Perches
2012-06-18 2:25 ` [PATCH 3/5] usb: Convert dbg to pr_eliminated and pr_debug Joe Perches
2012-06-18 6:08 ` Paul Mundt
2012-06-18 15:23 ` Greg Kroah-Hartman
2012-06-18 16:07 ` Joe Perches
2012-06-18 16:14 ` Greg Kroah-Hartman
2012-06-18 16:39 ` Joe Perches
2012-06-18 2:25 ` [PATCH 4/5] fujitsu-laptop: Convert dbg_printk and vdbg_printk to fuj_dbg Joe Perches
2012-06-18 7:08 ` Jonathan Woithe
[not found] ` <cover.1339985626.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2012-06-18 2:25 ` [PATCH 5/5] thinkpad_acpi: Convert dbg_printk to tp_dbg and tp_vdbg Joe Perches
2012-06-18 2:25 ` Joe Perches
2012-06-24 0:40 ` Henrique de Moraes Holschuh
[not found] ` <20120624004051.GC20885-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2012-06-24 3:06 ` Joe Perches
2012-06-24 3:06 ` Joe Perches
2012-06-24 14:42 ` Henrique de Moraes Holschuh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1339985626.git.joe@perches.com \
--to=joe-6d6dil74uinbdgjk7y7tuq@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=ibm-acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=platform-driver-x86-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.