From: Song Liu <song@kernel.org>
To: <bpf@vger.kernel.org>, <linux-mm@kvack.org>,
<linux-kernel@vger.kernel.org>
Cc: <ast@kernel.org>, <daniel@iogearbox.net>, <kernel-team@fb.com>,
<akpm@linux-foundation.org>, <rick.p.edgecombe@intel.com>,
<hch@infradead.org>, <imbrenda@linux.ibm.com>,
<mcgrof@kernel.org>, Song Liu <song@kernel.org>
Subject: [PATCH bpf 0/4] bpf_prog_pack and vmalloc-on-huge-page fixes
Date: Thu, 21 Apr 2022 22:18:09 -0700 [thread overview]
Message-ID: <20220422051813.1989257-1-song@kernel.org> (raw)
NOTE: This set is based on Linus' master branch (d569e86915b7), not
bpf/master.
There are various discussion about these changes, check out [1] [2].
I guess we can use this thread to discuss which patches should go in 5.18.
AFAICT, 1/4 need to with 5.18; 2/4 seems safe to go as well; 3/4 and 4/4
may still need more work/discussion.
Thanks!
[1] https://lore.kernel.org/linux-mm/20220415164413.2727220-1-song@kernel.org/
[2] https://lore.kernel.org/linux-mm/20220421072212.608884-1-song@kernel.org/
Song Liu (4):
bpf: invalidate unused part of bpf_prog_pack
page_alloc: use vmalloc_huge for large system hash
module: introduce module_alloc_huge
bpf: use module_alloc_huge for bpf_prog_pack
arch/x86/kernel/module.c | 21 +++++++++++++++++++++
arch/x86/net/bpf_jit_comp.c | 22 ++++++++++++++++++++++
include/linux/bpf.h | 2 ++
include/linux/moduleloader.h | 5 +++++
kernel/bpf/core.c | 28 +++++++++++++++++++++-------
kernel/module.c | 8 ++++++++
mm/page_alloc.c | 2 +-
7 files changed, 80 insertions(+), 8 deletions(-)
--
2.30.2
next reply other threads:[~2022-04-22 5:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-22 5:18 Song Liu [this message]
2022-04-22 5:18 ` [PATCH bpf 1/4] bpf: invalidate unused part of bpf_prog_pack Song Liu
2022-04-22 5:18 ` [PATCH bpf 2/4] page_alloc: use vmalloc_huge for large system hash Song Liu
2022-04-22 9:06 ` kernel test robot
2022-04-22 5:18 ` [PATCH bpf 3/4] module: introduce module_alloc_huge Song Liu
2022-04-22 9:48 ` kernel test robot
2022-04-22 5:18 ` [PATCH bpf 4/4] bpf: use module_alloc_huge for bpf_prog_pack Song Liu
2022-04-22 14:42 ` [PATCH bpf 0/4] bpf_prog_pack and vmalloc-on-huge-page fixes Luis Chamberlain
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=20220422051813.1989257-1-song@kernel.org \
--to=song@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=hch@infradead.org \
--cc=imbrenda@linux.ibm.com \
--cc=kernel-team@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mcgrof@kernel.org \
--cc=rick.p.edgecombe@intel.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