From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH 0/8] include: list: remove dependency on linux/kernel.h
Date: Fri, 19 Jul 2024 08:31:23 +0200 [thread overview]
Message-ID: <172137068365.578448.13451617283942459194.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20240716115834.1958413-1-a.fatoum@pengutronix.de>
On Tue, 16 Jul 2024 13:58:26 +0200, Ahmad Fatoum wrote:
> <linux/kernel.h> defines a lot of things that go beyond what's needed for
> <linux/list.h>. The only thing actually needed for the list
> implementation is <linux/container_of.h>, so we should just include that
> directly.
>
> This is also what Linux has been doing for a while, but it breaks the
> build of a number of source files, which are addressed in this series.
>
> [...]
Applied, thanks!
[1/8] regmap-mmio: don't call kfree on non kmalloc allocated buffers
https://git.pengutronix.de/cgit/barebox/commit/?id=47b17710a6d6 (link may not be stable)
[2/8] treewide: fix dependency on indirectly included linux/kernel.h
https://git.pengutronix.de/cgit/barebox/commit/?id=460a23bb44ab (link may not be stable)
[3/8] stringlist: make header self-contained
https://git.pengutronix.de/cgit/barebox/commit/?id=517a4fae1139 (link may not be stable)
[4/8] module: retire MODULE_SYMBOL_PREFIX
https://git.pengutronix.de/cgit/barebox/commit/?id=fb39544f95ee (link may not be stable)
[5/8] include: move MODULE_* macro definitions into own header
https://git.pengutronix.de/cgit/barebox/commit/?id=2ad332d6eaf4 (link may not be stable)
[6/8] include: asm-generic/bug: break recursive dependency
https://git.pengutronix.de/cgit/barebox/commit/?id=1ea777fbff9c (link may not be stable)
[7/8] include: linux/kernel.h: split off into multiple headers
https://git.pengutronix.de/cgit/barebox/commit/?id=ce2b8d6e4b07 (link may not be stable)
[8/8] include: list: replace full kernel.h inclusion with smaller container_of.h
https://git.pengutronix.de/cgit/barebox/commit/?id=d7b6cda8fcda (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2024-07-19 6:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 11:58 Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 1/8] regmap-mmio: don't call kfree on non kmalloc allocated buffers Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 2/8] treewide: fix dependency on indirectly included linux/kernel.h Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 3/8] stringlist: make header self-contained Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 4/8] module: retire MODULE_SYMBOL_PREFIX Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 5/8] include: move MODULE_* macro definitions into own header Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 6/8] include: asm-generic/bug: break recursive dependency Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 7/8] include: linux/kernel.h: split off into multiple headers Ahmad Fatoum
2024-07-16 11:58 ` [PATCH 8/8] include: list: replace full kernel.h inclusion with smaller container_of.h Ahmad Fatoum
2024-07-19 6:31 ` Sascha Hauer [this message]
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=172137068365.578448.13451617283942459194.b4-ty@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=a.fatoum@pengutronix.de \
--cc=barebox@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox