From: Greg KH <gregkh@linuxfoundation.org>
To: Jakub Kicinski <kuba@kernel.org>
Cc: "Krzysztof Wilczyński" <kw@linux.com>,
songliubraving@fb.com, kafai@fb.com, airlied@linux.ie,
linux-pci@vger.kernel.org, ast@kernel.org,
dri-devel@lists.freedesktop.org, andrii@kernel.org,
a-govindraju@ti.com, ray.huang@amd.com, sbhatta@marvell.com,
robh@kernel.org, lorenzo.pieralisi@arm.com, daniel@iogearbox.net,
krzysztof.kozlowski@canonical.com, john.fastabend@gmail.com,
hkelam@marvell.com, geert@linux-m68k.org, matthew.auld@intel.com,
yhs@fb.com, sgoutham@marvell.com,
thomas.hellstrom@linux.intel.com, pawell@cadence.com,
tzimmermann@suse.de, mani@kernel.org,
"Jani Nikula" <jani.nikula@intel.com>,
linux-arm-msm@vger.kernel.org, intel-gfx@lists.freedesktop.org,
mripard@kernel.org, kpsingh@kernel.org, rogerq@kernel.org,
linux-samsung-soc@vger.kernel.org, bhelgaas@google.com,
akpm@linux-foundation.org, linux-arm-kernel@lists.infradead.org,
axboe@kernel.dk, linux-block@vger.kernel.org,
"SeongJae Park" <sj@kernel.org>,
lima@lists.freedesktop.org, linux-mm@kvack.org,
jingoohan1@gmail.com, "Peter Chen" <peter.chen@kernel.org>,
linux-usb@vger.kernel.org, christian.koenig@amd.com,
yuq825@gmail.com, bpf@vger.kernel.org, colin.king@intel.com,
freedreno@lists.freedesktop.org, gakula@marvell.com
Subject: Re: [Intel-gfx] [PATCH bpf v2] treewide: add missing includes masked by cgroup -> bpf dependency
Date: Fri, 3 Dec 2021 08:11:47 +0100 [thread overview]
Message-ID: <YanDM7hD9KucIRq6@kroah.com> (raw)
In-Reply-To: <20211202203400.1208663-1-kuba@kernel.org>
On Thu, Dec 02, 2021 at 12:34:00PM -0800, Jakub Kicinski wrote:
> cgroup.h (therefore swap.h, therefore half of the universe)
> includes bpf.h which in turn includes module.h and slab.h.
> Since we're about to get rid of that dependency we need
> to clean things up.
>
> v2: drop the cpu.h include from cacheinfo.h, it's not necessary
> and it makes riscv sensitive to ordering of include files.
>
> Link: https://lore.kernel.org/all/20211120035253.72074-1-kuba@kernel.org/ # v1
> Link: https://lore.kernel.org/all/20211120165528.197359-1-kuba@kernel.org/ # cacheinfo discussion
> Acked-by: Krzysztof Wilczyński <kw@linux.com>
> Acked-by: Peter Chen <peter.chen@kernel.org>
> Acked-by: SeongJae Park <sj@kernel.org>
> Acked-by: Jani Nikula <jani.nikula@intel.com>
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
next prev parent reply other threads:[~2021-12-03 7:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-02 20:34 [Intel-gfx] [PATCH bpf v2] treewide: add missing includes masked by cgroup -> bpf dependency Jakub Kicinski
2021-12-03 6:59 ` Christoph Hellwig
2021-12-03 7:11 ` Greg KH [this message]
2021-12-03 19:09 ` Alexei Starovoitov
2021-12-03 15:12 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for treewide: add missing includes masked by cgroup -> bpf dependency (rev2) Patchwork
2021-12-03 19:10 ` [Intel-gfx] [PATCH bpf v2] treewide: add missing includes masked by cgroup -> bpf dependency patchwork-bot+netdevbpf
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=YanDM7hD9KucIRq6@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=a-govindraju@ti.com \
--cc=airlied@linux.ie \
--cc=akpm@linux-foundation.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=axboe@kernel.dk \
--cc=bhelgaas@google.com \
--cc=bpf@vger.kernel.org \
--cc=christian.koenig@amd.com \
--cc=colin.king@intel.com \
--cc=daniel@iogearbox.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=gakula@marvell.com \
--cc=geert@linux-m68k.org \
--cc=hkelam@marvell.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=jingoohan1@gmail.com \
--cc=john.fastabend@gmail.com \
--cc=kafai@fb.com \
--cc=kpsingh@kernel.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=kuba@kernel.org \
--cc=kw@linux.com \
--cc=lima@lists.freedesktop.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-block@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=mani@kernel.org \
--cc=matthew.auld@intel.com \
--cc=mripard@kernel.org \
--cc=pawell@cadence.com \
--cc=peter.chen@kernel.org \
--cc=ray.huang@amd.com \
--cc=robh@kernel.org \
--cc=rogerq@kernel.org \
--cc=sbhatta@marvell.com \
--cc=sgoutham@marvell.com \
--cc=sj@kernel.org \
--cc=songliubraving@fb.com \
--cc=thomas.hellstrom@linux.intel.com \
--cc=tzimmermann@suse.de \
--cc=yhs@fb.com \
--cc=yuq825@gmail.com \
/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