From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754150AbbJUI70 (ORCPT ); Wed, 21 Oct 2015 04:59:26 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:36727 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753201AbbJUI7X (ORCPT ); Wed, 21 Oct 2015 04:59:23 -0400 Date: Wed, 21 Oct 2015 17:59:20 +0900 From: Minchan Kim To: Arnd Bergmann Cc: kernel-build-reports@lists.linaro.org, "kernelci. org bot" , linux-arm-kernel@lists.infradead.org, Andrew Morton , Hugh Dickins , Mel Gorman , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fixup! mm: simplify reclaim path for MADV_FREE Message-ID: <20151021085920.GC23631@bbox> References: <56273fe6.c8afc20a.628d8.ffff9ed8@mx.google.com> <5799761.gmbM76C6JW@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5799761.gmbM76C6JW@wuerfel> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > 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