linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fixup! mm: simplify reclaim path for MADV_FREE
       [not found] <56273fe6.c8afc20a.628d8.ffff9ed8@mx.google.com>
@ 2015-10-21  8:47 ` Arnd Bergmann
  2015-10-21  8:59   ` Minchan Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2015-10-21  8:47 UTC (permalink / raw)
  To: linux-arm-kernel

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")
---
Please fold into the original patch if you don't already have this.

diff --git a/include/linux/rmap.h b/include/linux/rmap.h
index 978f65066fd5..853f4f3c6742 100644
--- a/include/linux/rmap.h
+++ b/include/linux/rmap.h
@@ -270,7 +270,7 @@ int rmap_walk(struct page *page, struct rmap_walk_control *rwc);
 
 static inline int page_referenced(struct page *page, int is_locked,
 				  struct mem_cgroup *memcg,
-				  unsigned long *vm_flags,
+				  unsigned long *vm_flags)
 {
 	*vm_flags = 0;
 	return 0;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] fixup! mm: simplify reclaim path for MADV_FREE
  2015-10-21  8:47 ` [PATCH] fixup! mm: simplify reclaim path for MADV_FREE Arnd Bergmann
@ 2015-10-21  8:59   ` Minchan Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Minchan Kim @ 2015-10-21  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-21  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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:59   ` Minchan Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).