From: Jessica Yu <jeyu@kernel.org>
To: Miroslav Benes <mbenes@suse.cz>
Cc: Max Filippov <jcmvbkbc@gmail.com>,
linux-kernel@vger.kernel.org,
Josh Poimboeuf <jpoimboe@redhat.com>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH] kernel/modules: fix build without ARCH_HAS_STRICT_MODULE_RWX
Date: Fri, 5 Jun 2020 11:57:29 +0200 [thread overview]
Message-ID: <20200605095729.GB24474@linux-8ccs> (raw)
In-Reply-To: <alpine.LSU.2.21.2006050949210.10354@pobox.suse.cz>
+++ Miroslav Benes [05/06/20 09:50 +0200]:
>Hi,
>
>On Thu, 4 Jun 2020, Max Filippov wrote:
>
>> On configurations with CONFIG_ARCH_HAS_STRICT_MODULE_RWX disabled kernel
>> build fails with the following message:
>>
>> kernel/module.c:3593:2: error: implicit declaration of function
>> ‘module_enable_ro’;
>>
>> Add empty module_enable_ro definition to fix the build.
>>
>> Fixes: e6eff4376e28 ("module: Make module_enable_ro() static again")
>> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
>
>I think the problem should disappear once Jessica sends her pull request
>for modules tree.
Yep, the pull request was sent today. So this should get resolved in
the next day or two.
Thanks,
Jessica
prev parent reply other threads:[~2020-06-05 9:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-04 21:01 [PATCH] kernel/modules: fix build without ARCH_HAS_STRICT_MODULE_RWX Max Filippov
2020-06-05 7:50 ` Miroslav Benes
2020-06-05 9:57 ` Jessica Yu [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=20200605095729.GB24474@linux-8ccs \
--to=jeyu@kernel.org \
--cc=jcmvbkbc@gmail.com \
--cc=jpoimboe@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mbenes@suse.cz \
--cc=torvalds@linux-foundation.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 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.