From: minchan@kernel.org (Minchan Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] fixup! mm: simplify reclaim path for MADV_FREE
Date: Wed, 21 Oct 2015 17:59:20 +0900 [thread overview]
Message-ID: <20151021085920.GC23631@bbox> (raw)
In-Reply-To: <5799761.gmbM76C6JW@wuerfel>
Hello Arnd,
On Wed, Oct 21, 2015 at 10:47:16AM +0200, Arnd Bergmann wrote:
> On Wednesday 21 October 2015 00:33:58 kernelci. org bot wrote:
> > lpc18xx_defconfig (arm) ? FAIL, 55 errors, 18 warnings, 0 section mismatches
> >
> > Errors:
> > include/linux/rmap.h:274:1: error: expected declaration specifiers or '...' before '{' token
> > include/linux/uaccess.h:88:13: error: storage class specified for parameter '__probe_kernel_read'
> > include/linux/uaccess.h:99:53: error: storage class specified for parameter 'probe_kernel_write'
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: e4f28388eb72 ("mm: simplify reclaim path for MADV_FREE")
Thanks for looking at this!
FYI, Andrew already sent a patch. https://lkml.org/lkml/2015/10/21/49
WARNING: multiple messages have this Message-ID (diff)
From: Minchan Kim <minchan@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: kernel-build-reports@lists.linaro.org,
"kernelci. org bot" <bot@kernelci.org>,
linux-arm-kernel@lists.infradead.org,
Andrew Morton <akpm@linux-foundation.org>,
Hugh Dickins <hughd@google.com>, Mel Gorman <mgorman@suse.de>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fixup! mm: simplify reclaim path for MADV_FREE
Date: Wed, 21 Oct 2015 17:59:20 +0900 [thread overview]
Message-ID: <20151021085920.GC23631@bbox> (raw)
In-Reply-To: <5799761.gmbM76C6JW@wuerfel>
Hello Arnd,
On Wed, Oct 21, 2015 at 10:47:16AM +0200, Arnd Bergmann wrote:
> On Wednesday 21 October 2015 00:33:58 kernelci. org bot wrote:
> > lpc18xx_defconfig (arm) a?? FAIL, 55 errors, 18 warnings, 0 section mismatches
> >
> > Errors:
> > include/linux/rmap.h:274:1: error: expected declaration specifiers or '...' before '{' token
> > include/linux/uaccess.h:88:13: error: storage class specified for parameter '__probe_kernel_read'
> > include/linux/uaccess.h:99:53: error: storage class specified for parameter 'probe_kernel_write'
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: e4f28388eb72 ("mm: simplify reclaim path for MADV_FREE")
Thanks for looking at this!
FYI, Andrew already sent a patch. https://lkml.org/lkml/2015/10/21/49
--
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: Minchan Kim <minchan@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: kernel-build-reports@lists.linaro.org,
"kernelci. org bot" <bot@kernelci.org>,
linux-arm-kernel@lists.infradead.org,
Andrew Morton <akpm@linux-foundation.org>,
Hugh Dickins <hughd@google.com>, Mel Gorman <mgorman@suse.de>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fixup! mm: simplify reclaim path for MADV_FREE
Date: Wed, 21 Oct 2015 17:59:20 +0900 [thread overview]
Message-ID: <20151021085920.GC23631@bbox> (raw)
In-Reply-To: <5799761.gmbM76C6JW@wuerfel>
Hello Arnd,
On Wed, Oct 21, 2015 at 10:47:16AM +0200, Arnd Bergmann wrote:
> On Wednesday 21 October 2015 00:33:58 kernelci. org bot wrote:
> > lpc18xx_defconfig (arm) — FAIL, 55 errors, 18 warnings, 0 section mismatches
> >
> > Errors:
> > include/linux/rmap.h:274:1: error: expected declaration specifiers or '...' before '{' token
> > include/linux/uaccess.h:88:13: error: storage class specified for parameter '__probe_kernel_read'
> > include/linux/uaccess.h:99:53: error: storage class specified for parameter 'probe_kernel_write'
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: e4f28388eb72 ("mm: simplify reclaim path for MADV_FREE")
Thanks for looking at this!
FYI, Andrew already sent a patch. https://lkml.org/lkml/2015/10/21/49
next prev parent reply other threads:[~2015-10-21 8:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <56273fe6.c8afc20a.628d8.ffff9ed8@mx.google.com>
2015-10-21 8:47 ` [PATCH] fixup! mm: simplify reclaim path for MADV_FREE Arnd Bergmann
2015-10-21 8:47 ` Arnd Bergmann
2015-10-21 8:47 ` Arnd Bergmann
2015-10-21 8:59 ` Minchan Kim [this message]
2015-10-21 8:59 ` Minchan Kim
2015-10-21 8:59 ` Minchan Kim
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=20151021085920.GC23631@bbox \
--to=minchan@kernel.org \
--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.