All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Baron <jbaron@akamai.com>
To: akpm@linux-foundation.org
Cc: joe@perches.com, peterz@infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/4] convert dynamic_debug to use jump labels
Date: Fri, 20 May 2016 17:16:32 -0400	[thread overview]
Message-ID: <cover.1463778029.git.jbaron@akamai.com> (raw)

Hi,

In the course of adding jump label support to dynamic_debug (patch #4), I
found the inclusion of <linux/bug.h> by <linux/jump_label.h> to problematic b/c
it includes <linux/kernel.h> (thus, creating circular include dependencies).
Thus, I've removed the dependencies from jump_label.h on bug.h and atomic.h
so that it should be includable from mostly anywhere. There were a couple of
arch specific changes for powerpc (patch #2) and s390 (patch #3) that fell out
as well...hopefully this version compiles everywhere.

Thanks,

-Jason

Jason Baron (4):
  jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL
  powerpc: add explicit #include <asm/asm-compat.h> for jump label
  s390: add explicit <linux/stringify.h> for jump label
  dynamic_debug: add jump label support

 arch/powerpc/include/asm/jump_label.h |  1 +
 arch/s390/include/asm/jump_label.h    |  1 +
 include/linux/dynamic_debug.h         | 60 +++++++++++++++++++++++++++++++----
 include/linux/jump_label.h            | 50 +++++++++++++++++------------
 kernel/jump_label.c                   | 48 ++++++++++++++++++++++++++++
 lib/dynamic_debug.c                   |  7 ++++
 6 files changed, 141 insertions(+), 26 deletions(-)

-- 
2.6.1

             reply	other threads:[~2016-05-20 21:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-20 21:16 Jason Baron [this message]
2016-05-20 21:16 ` [PATCH v2 1/4] jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL Jason Baron
2016-05-20 21:16 ` [PATCH v2 2/4] powerpc: add explicit #include <asm/asm-compat.h> for jump label Jason Baron
2016-05-20 21:16 ` [PATCH v2 3/4] s390: add explicit <linux/stringify.h> " Jason Baron
2016-05-20 21:16 ` [PATCH v2 4/4] dynamic_debug: add jump label support Jason Baron
2016-06-10  9:54   ` Arnd Bergmann
2016-06-10 15:33     ` Jason Baron
2016-06-13 16:05       ` Arnd Bergmann
2016-06-13 20:23         ` Arnd Bergmann
2016-06-13 20:23           ` Arnd Bergmann
2016-06-13 20:32           ` Jason Baron
2016-06-13 20:32             ` Jason Baron
2016-07-01 20:45             ` Arnd Bergmann
2016-07-01 20:45               ` Arnd Bergmann
     [not found]               ` <5786613E.6010509@akamai.com>
2016-07-13 16:03                 ` Arnd Bergmann
2016-06-10 21:28     ` Jason Baron
2016-06-10 21:28       ` Jason Baron
2016-07-01 19:30       ` Chris Metcalf
2016-07-01 19:30         ` Chris Metcalf
2016-07-05 20:57         ` Jason Baron
2016-07-05 20:57           ` Jason Baron
2016-07-06 16:52           ` Chris Metcalf
2016-07-06 16:52             ` Chris Metcalf

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.1463778029.git.jbaron@akamai.com \
    --to=jbaron@akamai.com \
    --cc=akpm@linux-foundation.org \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.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.