All of lore.kernel.org
 help / color / mirror / Atom feed
From: labbott@redhat.com (Laura Abbott)
To: linux-arm-kernel@lists.infradead.org
Subject: mmotm broken on arm with ebc495cfcea9 (mm: cleanup *pte_alloc* interfaces)
Date: Tue, 8 Mar 2016 11:34:29 -0800	[thread overview]
Message-ID: <56DF2945.9070600@redhat.com> (raw)
In-Reply-To: <20160307180205.1df26ec3.akpm@linux-foundation.org>

On 03/07/2016 06:02 PM, Andrew Morton wrote:
> On Mon, 7 Mar 2016 17:27:46 -0800 Laura Abbott <labbott@redhat.com> wrote:
>
>> Hi,
>>
>> I just tried the master of mmotm and ran into compilation issues on arm:
>>
>> ...
>>
>> It looks like this is caused by ebc495cfcea9 (mm: cleanup *pte_alloc* interfaces)
>> which added
>>
>> #define pte_alloc(mm, pmd, address)                     \
>>           (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd, address))
>>
>>
>
> http://ozlabs.org/~akpm/mmots/broken-out/mm-cleanup-pte_alloc-interfaces-fix.patch
> and
> http://ozlabs.org/~akpm/mmots/broken-out/mm-cleanup-pte_alloc-interfaces-fix-2.patch
> should fix up arm?
>

Ah yes, I missed those. Thanks.

WARNING: multiple messages have this Message-ID (diff)
From: Laura Abbott <labbott@redhat.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
	Russell King <linux@arm.linux.org.uk>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: mmotm broken on arm with ebc495cfcea9 (mm: cleanup *pte_alloc* interfaces)
Date: Tue, 8 Mar 2016 11:34:29 -0800	[thread overview]
Message-ID: <56DF2945.9070600@redhat.com> (raw)
In-Reply-To: <20160307180205.1df26ec3.akpm@linux-foundation.org>

On 03/07/2016 06:02 PM, Andrew Morton wrote:
> On Mon, 7 Mar 2016 17:27:46 -0800 Laura Abbott <labbott@redhat.com> wrote:
>
>> Hi,
>>
>> I just tried the master of mmotm and ran into compilation issues on arm:
>>
>> ...
>>
>> It looks like this is caused by ebc495cfcea9 (mm: cleanup *pte_alloc* interfaces)
>> which added
>>
>> #define pte_alloc(mm, pmd, address)                     \
>>           (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd, address))
>>
>>
>
> http://ozlabs.org/~akpm/mmots/broken-out/mm-cleanup-pte_alloc-interfaces-fix.patch
> and
> http://ozlabs.org/~akpm/mmots/broken-out/mm-cleanup-pte_alloc-interfaces-fix-2.patch
> should fix up arm?
>

Ah yes, I missed those. Thanks.

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

  reply	other threads:[~2016-03-08 19:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-08  1:27 mmotm broken on arm with ebc495cfcea9 (mm: cleanup *pte_alloc* interfaces) Laura Abbott
2016-03-08  1:27 ` Laura Abbott
2016-03-08  2:02 ` Andrew Morton
2016-03-08  2:02   ` Andrew Morton
2016-03-08 19:34   ` Laura Abbott [this message]
2016-03-08 19:34     ` Laura Abbott

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=56DF2945.9070600@redhat.com \
    --to=labbott@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.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.