From: Joe Perches <joe@perches.com>
To: kvm-ia64@vger.kernel.org
Subject: [PATCH 0/4] printk: cleanups of direct includes
Date: Wed, 25 May 2011 17:02:37 +0000 [thread overview]
Message-ID: <cover.1306342673.git.joe@perches.com> (raw)
printk.h is a subfile of kernel.h, do not allow it to
be included directly.
Joe Perches (4):
treewide: Remove direct includes of printk.h
staging: Remove direct includes of printk.h
printk: Don't allow direct inclusion
treewide: Remove asmlinkage from printk
arch/arm/kernel/early_printk.c | 2 +-
arch/ia64/kvm/vmm.c | 2 +-
arch/x86/kernel/early_printk.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 -
drivers/staging/brcm80211/util/bcmutils.c | 1 -
drivers/staging/usbip/usbip_common.h | 2 +-
fs/ext4/inode.c | 1 -
include/linux/oprofile.h | 2 +-
include/linux/printk.h | 10 +++++++---
kernel/printk.c | 6 +++---
kernel/sysctl.c | 3 +--
11 files changed, 16 insertions(+), 16 deletions(-)
--
1.7.4.rc3
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
kvm-ia64@vger.kernel.org, kvm@vger.kernel.org,
linux-ext4@vger.kernel.org, oprofile-list@lists.sf.net
Cc: Randy Dunlap <randy.dunlap@oracle.com>,
devel@driverdev.osuosl.org, linux-ia64@vger.kernel.org,
linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] printk: cleanups of direct includes
Date: Wed, 25 May 2011 10:02:37 -0700 [thread overview]
Message-ID: <cover.1306342673.git.joe@perches.com> (raw)
In-Reply-To: <BANLkTimo30L7feKr9_Ec=fMoe1erw8Rnag@mail.gmail.com>
printk.h is a subfile of kernel.h, do not allow it to
be included directly.
Joe Perches (4):
treewide: Remove direct includes of printk.h
staging: Remove direct includes of printk.h
printk: Don't allow direct inclusion
treewide: Remove asmlinkage from printk
arch/arm/kernel/early_printk.c | 2 +-
arch/ia64/kvm/vmm.c | 2 +-
arch/x86/kernel/early_printk.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 -
drivers/staging/brcm80211/util/bcmutils.c | 1 -
drivers/staging/usbip/usbip_common.h | 2 +-
fs/ext4/inode.c | 1 -
include/linux/oprofile.h | 2 +-
include/linux/printk.h | 10 +++++++---
kernel/printk.c | 6 +++---
kernel/sysctl.c | 3 +--
11 files changed, 16 insertions(+), 16 deletions(-)
--
1.7.4.rc3
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
kvm-ia64@vger.kernel.org, kvm@vger.kernel.org,
linux-ext4@vger.kernel.org, oprofile-list@lists.sf.net
Cc: Andrew Morton <akpm@linux-foundation.org>,
Randy Dunlap <randy.dunlap@oracle.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org
Subject: [PATCH 0/4] printk: cleanups of direct includes
Date: Wed, 25 May 2011 17:02:37 +0000 [thread overview]
Message-ID: <cover.1306342673.git.joe@perches.com> (raw)
In-Reply-To: <BANLkTimo30L7feKr9_Ec=fMoe1erw8Rnag@mail.gmail.com>
printk.h is a subfile of kernel.h, do not allow it to
be included directly.
Joe Perches (4):
treewide: Remove direct includes of printk.h
staging: Remove direct includes of printk.h
printk: Don't allow direct inclusion
treewide: Remove asmlinkage from printk
arch/arm/kernel/early_printk.c | 2 +-
arch/ia64/kvm/vmm.c | 2 +-
arch/x86/kernel/early_printk.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 -
drivers/staging/brcm80211/util/bcmutils.c | 1 -
drivers/staging/usbip/usbip_common.h | 2 +-
fs/ext4/inode.c | 1 -
include/linux/oprofile.h | 2 +-
include/linux/printk.h | 10 +++++++---
kernel/printk.c | 6 +++---
kernel/sysctl.c | 3 +--
11 files changed, 16 insertions(+), 16 deletions(-)
--
1.7.4.rc3
WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
kvm-ia64@vger.kernel.org, kvm@vger.kernel.org,
linux-ext4@vger.kernel.org, oprofile-list@lists.sf.net
Cc: Andrew Morton <akpm@linux-foundation.org>,
Randy Dunlap <randy.dunlap@oracle.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org
Subject: [PATCH 0/4] printk: cleanups of direct includes
Date: Wed, 25 May 2011 10:02:37 -0700 [thread overview]
Message-ID: <cover.1306342673.git.joe@perches.com> (raw)
In-Reply-To: <BANLkTimo30L7feKr9_Ec=fMoe1erw8Rnag@mail.gmail.com>
printk.h is a subfile of kernel.h, do not allow it to
be included directly.
Joe Perches (4):
treewide: Remove direct includes of printk.h
staging: Remove direct includes of printk.h
printk: Don't allow direct inclusion
treewide: Remove asmlinkage from printk
arch/arm/kernel/early_printk.c | 2 +-
arch/ia64/kvm/vmm.c | 2 +-
arch/x86/kernel/early_printk.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 -
drivers/staging/brcm80211/util/bcmutils.c | 1 -
drivers/staging/usbip/usbip_common.h | 2 +-
fs/ext4/inode.c | 1 -
include/linux/oprofile.h | 2 +-
include/linux/printk.h | 10 +++++++---
kernel/printk.c | 6 +++---
kernel/sysctl.c | 3 +--
11 files changed, 16 insertions(+), 16 deletions(-)
--
1.7.4.rc3
WARNING: multiple messages have this Message-ID (diff)
From: joe@perches.com (Joe Perches)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] printk: cleanups of direct includes
Date: Wed, 25 May 2011 10:02:37 -0700 [thread overview]
Message-ID: <cover.1306342673.git.joe@perches.com> (raw)
In-Reply-To: <BANLkTimo30L7feKr9_Ec=fMoe1erw8Rnag@mail.gmail.com>
printk.h is a subfile of kernel.h, do not allow it to
be included directly.
Joe Perches (4):
treewide: Remove direct includes of printk.h
staging: Remove direct includes of printk.h
printk: Don't allow direct inclusion
treewide: Remove asmlinkage from printk
arch/arm/kernel/early_printk.c | 2 +-
arch/ia64/kvm/vmm.c | 2 +-
arch/x86/kernel/early_printk.c | 2 +-
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 1 -
drivers/staging/brcm80211/util/bcmutils.c | 1 -
drivers/staging/usbip/usbip_common.h | 2 +-
fs/ext4/inode.c | 1 -
include/linux/oprofile.h | 2 +-
include/linux/printk.h | 10 +++++++---
kernel/printk.c | 6 +++---
kernel/sysctl.c | 3 +--
11 files changed, 16 insertions(+), 16 deletions(-)
--
1.7.4.rc3
next prev reply other threads:[~2011-05-25 17:02 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-25 9:09 [PATCH 1/4] include/linux/printk.h is not self-contained y
2011-05-25 14:42 ` Joe Perches
2011-05-25 15:20 ` Geert Uytterhoeven
2011-05-25 15:52 ` Alexey Dobriyan
2011-05-25 17:02 ` Joe Perches [this message]
2011-05-25 17:02 ` [PATCH 0/4] printk: cleanups of direct includes Joe Perches
2011-05-25 17:02 ` Joe Perches
2011-05-25 17:02 ` Joe Perches
2011-05-25 17:02 ` Joe Perches
2011-05-25 17:02 ` [PATCH 1/4] treewide: Remove direct includes of printk.h Joe Perches
2011-05-25 17:02 ` [PATCH 2/4] staging: " Joe Perches
2011-05-26 7:37 ` Roland Vossen
2011-05-29 17:00 ` julie Sullivan
2011-05-29 20:40 ` Joe Perches
2011-05-25 17:02 ` [PATCH 3/4] printk: Don't allow direct inclusion Joe Perches
2011-05-25 17:09 ` [PATCH 1/4] include/linux/printk.h is not self-contained Randy Dunlap
-- strict thread matches above, loose matches on Subject: below --
2011-05-25 17:02 [PATCH 4/4] treewide: Remove asmlinkage from printk Joe Perches
2011-05-25 17:02 ` Joe Perches
2011-05-25 17:02 ` Joe Perches
2011-05-25 17:02 ` Joe Perches
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.1306342673.git.joe@perches.com \
--to=joe@perches.com \
--cc=kvm-ia64@vger.kernel.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.