From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: How to have a 'bpf.sig_enforce' command line arg in kernel/bpf/syscall.c ?
Date: Wed, 2 Dec 2020 11:12:46 -0300 [thread overview]
Message-ID: <20201202141246.GA96752@kernel.org> (raw)
If I use:
module_param_named(bpf.sig_enforce, sig_enforce, bool_enable_only, 0644);
It explodes and if I do as before:
module_param(sig_enforce, sig_enforce, bool_enable_only, 0644);
Then it ends up as 'syscall.sig_enforce'.
The closest I got so far was:
commit aeacb019b61c4ea7689085574bd03d2c0810f119
Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Mon Mar 19 18:01:24 2018 +0900
kbuild: define KBUILD_MODNAME even if multiple modules share objects
Is there some way to set that modname var to 'bpf' in
kernel/bpf/syscall.c?
- Arnaldo
reply other threads:[~2020-12-02 14:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20201202141246.GA96752@kernel.org \
--to=acme@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=yamada.masahiro@socionext.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.