linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] bug: fix problem including <linux.bug.h> from linux/kernel.h
@ 2017-05-24 13:21 Ian Abbott
  2017-05-24 13:21 ` [PATCH 1/1] " Ian Abbott
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Abbott @ 2017-05-24 13:21 UTC (permalink / raw)
  To: linux-kernel, linux-arch
  Cc: Arnd Bergmann, Andrew Morton, Michal Nazarewicz, Hidehiro Kawai,
	Borislav Petkov, Rasmus Villemoes, Johannes Berg, Peter Zijlstra,
	Alexander Potapenko

PATCH 1 is a follow-up patch to my previous patch "[PATCH v4 2/2]
kernel.h: handle pointers to arrays better in container_of()":
<https://lkml.org/lkml/2017/5/23/641>.  The previous patch introduced a
build failure:
<https://lists.01.org/pipermail/kbuild-all/2017-May/034127.html>.  The
build failure was due to a circular dependency introduced by the
previous patch and occurs when <asm-generic/bug.h> is included before
<linux/kernel.h> for architectures that select `CONFIG_GENERIC_BUG`.
PATCH 1 fixes this circular dependency.  Ideally, it should be applied
before my previous patch to avoid breakage during git bisect builds, but
can be applied after if that is not a concern.

1) bug: fix problem including <linux.bug.h> from linux/kernel.h

 include/asm-generic/bug.h | 1 -
 include/linux/bug.h       | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-05-25  2:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-24 13:21 [PATCH 0/1] bug: fix problem including <linux.bug.h> from linux/kernel.h Ian Abbott
2017-05-24 13:21 ` [PATCH 1/1] " Ian Abbott
2017-05-24 13:21   ` Ian Abbott
2017-05-24 13:37   ` Rasmus Villemoes
2017-05-24 15:55     ` Ian Abbott
2017-05-24 16:06   ` [PATCH v2] bug: fix problem including <linux/bug.h> " Ian Abbott
2017-05-24 23:11     ` Ian Abbott
2017-05-24 23:26     ` kbuild test robot
2017-05-24 23:26       ` kbuild test robot
2017-05-24 23:53     ` kbuild test robot
2017-05-24 23:53       ` kbuild test robot
2017-05-25  2:25   ` [PATCH 1/1] bug: fix problem including <linux.bug.h> " kbuild test robot
2017-05-25  2:25     ` kbuild test robot
2017-05-25  2:47   ` kbuild test robot
2017-05-25  2:47     ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).