Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649615 > unrolled thread
| Started by | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| First post | 2017-05-24 15:30 +0200 |
| Last post | 2017-05-24 15:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 0/1] bug: fix problem including <linux.bug.h> from linux/kernel.h Ian Abbott <abbotti@mev.co.uk> - 2017-05-24 15:30 +0200
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Date | 2017-05-24 15:30 +0200 |
| Subject | [PATCH 0/1] bug: fix problem including <linux.bug.h> from linux/kernel.h |
| Message-ID | <tKEwp-2RX-3@gated-at.bofh.it> |
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(-)
Back to top | Article view | linux.kernel
csiph-web