From: Oleg Nesterov <oleg@redhat.com>
To: kbuild test robot <fengguang.wu@intel.com>,
Benjamin LaHaise <bcrl@kvack.org>, Jeff Moyer <jmoyer@redhat.com>
Cc: kbuild-all@01.org, Johannes Weiner <hannes@cmpxchg.org>,
Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: Re: [mmotm:master 140/321] fs/built-in.o:undefined reference to `filemap_page_mkwrite'
Date: Thu, 16 Jul 2015 21:05:03 +0200 [thread overview]
Message-ID: <20150716190503.GA22146@redhat.com> (raw)
In-Reply-To: <201507160919.VRGXvreQ%fengguang.wu@intel.com>
Thanks!
On 07/16, kbuild test robot wrote:
>
> tree: git://git.cmpxchg.org/linux-mmotm.git master
> head: 6102e3c755ac0084fdce65f69a7a149fc51a8a86
> commit: db5e4748f77b7cefa37e61324cc440f8670213c2 [140/321] mm: move ->mremap() from file_operations to vm_operations_struct
> config: sh-rsk7269_defconfig (attached as .config)
> reproduce:
> wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> git checkout db5e4748f77b7cefa37e61324cc440f8670213c2
> # save the attached .config to linux build tree
> make.cross ARCH=sh
doesn't work for me...
> All error/warnings (new ones prefixed by >>):
>
> >> fs/built-in.o:(.rodata+0x1090): undefined reference to `filemap_page_mkwrite'
but the problem looks clear: CONFIG_MMU is not set, so we need
a dummy filemap_page_mkwrite() along with generic_file_mmap() and
generic_file_readonly_mmap().
I'll send the fix, but...
Benjamin, Jeff, shouldn't AIO depend on MMU? Or it can actually work even
if CONFIG_MMU=n?
Oleg.
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1558,6 +1558,7 @@ config SHMEM
config AIO
bool "Enable AIO support" if EXPERT
+ depends on MMU
default y
help
This option enables POSIX asynchronous I/O which may by used
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2015-07-16 19:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-16 1:02 [mmotm:master 140/321] fs/built-in.o:undefined reference to `filemap_page_mkwrite' kbuild test robot
2015-07-16 19:05 ` Oleg Nesterov [this message]
2015-07-16 19:12 ` Benjamin LaHaise
2015-07-16 19:38 ` Oleg Nesterov
2015-07-16 19:45 ` Benjamin LaHaise
2015-07-16 20:03 ` Oleg Nesterov
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=20150716190503.GA22146@redhat.com \
--to=oleg@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=bcrl@kvack.org \
--cc=fengguang.wu@intel.com \
--cc=hannes@cmpxchg.org \
--cc=jmoyer@redhat.com \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.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.