From: "Lorenzo Stoakes (ARM)" <ljs@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
Andrew Morton <akpm@linux-foundation.org>,
David Hildenbrand <david@kernel.org>,
Hajime Tazaki <thehajime@gmail.com>,
Johannes Berg <johannes.berg@intel.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux Next Mailing List <linux-next@vger.kernel.org>,
Mike Rapoport <rppt@kernel.org>,
Ricardo Koller <ricarkol@google.com>,
Vlastimil Babka <vbabka@kernel.org>
Subject: Re: linux-next: manual merge of the uml tree with the mm tree
Date: Fri, 25 Sep 2026 13:25:11 +0100 [thread overview]
Message-ID: <arZnyHpnr3cl1uTD@gremlin> (raw)
In-Reply-To: <arZg--vlHZ0LAzKg@sirena.org.uk>
On Fri, Sep 25, 2026 at 12:54:35PM +0100, Mark Brown wrote:
> Hi all,
>
> Today's linux-next merge of the uml tree got a conflict in:
>
> arch/um/Kconfig
>
> between commit:
>
> f56266a653013 ("mm: make userland page table freeing RCU-safe")
>
> from the mm tree and commit:
>
> 626ff2b34dbb7 ("um: allow deselecting CONFIG_MMU")
Oh nice, nommu UML coming then :)
>
> from the uml tree.
>
> I fixed it up (see below) and can carry the fix as necessary. This
> is now fixed as far as linux-next is concerned, but any non trivial
> conflicts should be mentioned to your upstream maintainer when your tree
> is submitted for merging. You may also want to consider cooperating
> with the maintainer of the conflicting tree to minimise any particularly
> complex conflicts.
>
> diff --cc arch/um/Kconfig
> index 94b8ff70f578b,59d62c74fc41f..0000000000000
> --- a/arch/um/Kconfig
> +++ b/arch/um/Kconfig
> @@@ -44,10 -45,16 +45,15 @@@ config UM
> select HAVE_SYSCALL_TRACEPOINTS
> select THREAD_INFO_IN_TASK
> select SPARSE_IRQ
> - select MMU_GATHER_RCU_TABLE_FREE if MMU
> + select UACCESS_MEMCPY if !MMU
> + select GENERIC_STRNLEN_USER if !MMU
> + select GENERIC_STRNCPY_FROM_USER if !MMU
>
> config MMU
> - bool
> + bool "MMU support"
> default y
> + help
> + Turning this off allows a nommu build, say Y.
>
> config UML_DMA_EMULATION
> bool
LGTM thanks!
--
Cheers, Lorenzo
next prev parent reply other threads:[~2026-09-25 12:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-25 11:54 Mark Brown
2026-09-25 12:25 ` Lorenzo Stoakes (ARM) [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-30 23:19 Stephen Rothwell
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=arZnyHpnr3cl1uTD@gremlin \
--to=ljs@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=broonie@kernel.org \
--cc=david@kernel.org \
--cc=johannes.berg@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=ricarkol@google.com \
--cc=richard@nod.at \
--cc=rppt@kernel.org \
--cc=thehajime@gmail.com \
--cc=vbabka@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®