Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1252569 > unrolled thread

[PATCH] fixup! mm: simplify reclaim path for MADV_FREE

Started byArnd Bergmann <arnd@arndb.de>
First post2015-10-21 10:50 +0200
Last post2015-10-21 11:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH] fixup! mm: simplify reclaim path for MADV_FREE Arnd Bergmann <arnd@arndb.de> - 2015-10-21 10:50 +0200
    Re: [PATCH] fixup! mm: simplify reclaim path for MADV_FREE Minchan Kim <minchan@kernel.org> - 2015-10-21 11:00 +0200

#1252569 — [PATCH] fixup! mm: simplify reclaim path for MADV_FREE

FromArnd Bergmann <arnd@arndb.de>
Date2015-10-21 10:50 +0200
Subject[PATCH] fixup! mm: simplify reclaim path for MADV_FREE
Message-ID<qlXfQ-6bq-13@gated-at.bofh.it>
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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1252584

FromMinchan Kim <minchan@kernel.org>
Date2015-10-21 11:00 +0200
Message-ID<qlXpx-6nw-27@gated-at.bofh.it>
In reply to#1252569
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web