All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Fleming <matt@console-pimps.org>
To: Mark Salter <msalter@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	patches@linaro.org, linux-mm@kvack.org, x86@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>, Ingo Molnar <mingo@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Russell King <linux@arm.linux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>, Dave Young <dyoung@redhat.com>
Subject: Re: [PATCH v2 1/5] mm: create generic early_ioremap() support
Date: Thu, 9 Jan 2014 10:15:42 +0000	[thread overview]
Message-ID: <20140109101542.GD18441@console-pimps.org> (raw)
In-Reply-To: <1389197388.29144.37.camel@deneb.redhat.com>

On Wed, 08 Jan, at 11:09:48AM, Mark Salter wrote:
> 
> Ok, that sounds like a good idea. I'm uncertain how best to coordinate
> with Dave Young's patch series to avoid conflicts. His first patch does
> the signature change (and adds the early_memunmap function but that
> isn't used anywhere):
> 
>  https://lkml.org/lkml/2013/12/20/143
> 
> Any thoughts on how best to avoid potential merge conflicts here?

Dave's patch hasn't been picked up by anyone so far, so you could
incorporate it into your series.

-- 
Matt Fleming, Intel Open Source Technology Center

--
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>

WARNING: multiple messages have this Message-ID (diff)
From: Matt Fleming <matt@console-pimps.org>
To: Mark Salter <msalter@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	patches@linaro.org, linux-mm@kvack.org, x86@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>, Ingo Molnar <mingo@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Russell King <linux@arm.linux.org.uk>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>, Dave Young <dyoung@redhat.com>
Subject: Re: [PATCH v2 1/5] mm: create generic early_ioremap() support
Date: Thu, 9 Jan 2014 10:15:42 +0000	[thread overview]
Message-ID: <20140109101542.GD18441@console-pimps.org> (raw)
Message-ID: <20140109101542.jaKozKZYiRiecxB2tzKfJk1K6YUcIO2SeTeSqYJvHjQ@z> (raw)
In-Reply-To: <1389197388.29144.37.camel@deneb.redhat.com>

On Wed, 08 Jan, at 11:09:48AM, Mark Salter wrote:
> 
> Ok, that sounds like a good idea. I'm uncertain how best to coordinate
> with Dave Young's patch series to avoid conflicts. His first patch does
> the signature change (and adds the early_memunmap function but that
> isn't used anywhere):
> 
>  https://lkml.org/lkml/2013/12/20/143
> 
> Any thoughts on how best to avoid potential merge conflicts here?

Dave's patch hasn't been picked up by anyone so far, so you could
incorporate it into your series.

-- 
Matt Fleming, Intel Open Source Technology Center

WARNING: multiple messages have this Message-ID (diff)
From: matt@console-pimps.org (Matt Fleming)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/5] mm: create generic early_ioremap() support
Date: Thu, 9 Jan 2014 10:15:42 +0000	[thread overview]
Message-ID: <20140109101542.GD18441@console-pimps.org> (raw)
In-Reply-To: <1389197388.29144.37.camel@deneb.redhat.com>

On Wed, 08 Jan, at 11:09:48AM, Mark Salter wrote:
> 
> Ok, that sounds like a good idea. I'm uncertain how best to coordinate
> with Dave Young's patch series to avoid conflicts. His first patch does
> the signature change (and adds the early_memunmap function but that
> isn't used anywhere):
> 
>  https://lkml.org/lkml/2013/12/20/143
> 
> Any thoughts on how best to avoid potential merge conflicts here?

Dave's patch hasn't been picked up by anyone so far, so you could
incorporate it into your series.

-- 
Matt Fleming, Intel Open Source Technology Center

  reply	other threads:[~2014-01-09 10:15 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-07  2:35 [PATCH v2 0/5] generic early_ioremap support Mark Salter
2014-01-07  2:35 ` Mark Salter
2014-01-07  2:35 ` Mark Salter
2014-01-07  2:35 ` [PATCH v2 1/5] mm: create generic early_ioremap() support Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07 15:25   ` Catalin Marinas
2014-01-07 15:25     ` Catalin Marinas
2014-01-07 15:25     ` Catalin Marinas
2014-01-07 23:11   ` H. Peter Anvin
2014-01-07 23:11     ` H. Peter Anvin
2014-01-07 23:11     ` H. Peter Anvin
2014-01-08 16:09     ` Mark Salter
2014-01-08 16:09       ` Mark Salter
2014-01-08 16:09       ` Mark Salter
2014-01-09 10:15       ` Matt Fleming [this message]
2014-01-09 10:15         ` Matt Fleming
2014-01-09 10:15         ` Matt Fleming
2014-01-07  2:35 ` [PATCH v2 2/5] x86: use generic early_ioremap Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35 ` [PATCH v2 3/5] arm: add early_ioremap support Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07 17:23   ` Catalin Marinas
2014-01-07 17:23     ` Catalin Marinas
2014-01-07 17:23     ` Catalin Marinas
2014-01-07  2:35 ` [PATCH v2 4/5] arm64: initialize pgprot info earlier in boot Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35 ` [PATCH v2 5/5] arm64: add early_ioremap support Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07  2:35   ` Mark Salter
2014-01-07 17:26 ` [PATCH v2 0/5] generic " Catalin Marinas
2014-01-07 17:26   ` Catalin Marinas
2014-01-07 17:26   ` Catalin Marinas

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=20140109101542.GD18441@console-pimps.org \
    --to=matt@console-pimps.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=dyoung@redhat.com \
    --cc=hpa@zytor.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mingo@kernel.org \
    --cc=msalter@redhat.com \
    --cc=patches@linaro.org \
    --cc=tglx@linutronix.de \
    --cc=will.deacon@arm.com \
    --cc=x86@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 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.