Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42064C25B4E for ; Tue, 24 Jan 2023 11:16:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233915AbjAXLQQ (ORCPT ); Tue, 24 Jan 2023 06:16:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233891AbjAXLQL (ORCPT ); Tue, 24 Jan 2023 06:16:11 -0500 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C39F44BE8; Tue, 24 Jan 2023 03:16:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674558961; x=1706094961; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Gjg+HfkBeuVjZTj6C5ci+xHOXoMLVICSukM3nzPdYbw=; b=WG87Ux89cnCJSj58WFZiX49W2Om08gPH3q4qBUOI3XvYMp2mUclRuByT A8EAUaH8ON8ifNCPecbDEwQfLdeD5Sy+L8H6oXyjfTBIz1yAM6dUDOeyv AvlLae3frvfR9FvwTKA/QG57AwnENDO0L4gSj6BsvEIwA03Eh4oT/905u Fcfe69QdZxIU8G8IfadDQoqppky8vnlJIii9tIgx3l/V7qrnebSNFID8f OdkapJT0HtqlvcIdzxDhFKcQ3YUwMqUtNzKq8Vq9PxbXpVKiI+4pqhhYh 5fJ+Brwtn0xNo2GD+GTlk04HyRUUIcaWfwNsOxd27TRHbOX8kCY1QfnlY w==; X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="412502376" X-IronPort-AV: E=Sophos;i="5.97,242,1669104000"; d="scan'208";a="412502376" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jan 2023 03:15:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="664035238" X-IronPort-AV: E=Sophos;i="5.97,242,1669104000"; d="scan'208";a="664035238" Received: from lkp-server01.sh.intel.com (HELO 5646d64e7320) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 24 Jan 2023 03:15:52 -0800 Received: from kbuild by 5646d64e7320 with local (Exim 4.96) (envelope-from ) id 1pKHHL-0006NM-0z; Tue, 24 Jan 2023 11:15:51 +0000 Date: Tue, 24 Jan 2023 19:15:10 +0800 From: kernel test robot To: Muhammad Usama Anjum , Peter Xu , David Hildenbrand , Andrew Morton , =?utf-8?B?TWljaGHFgiBNaXJvc8WCYXc=?= , Andrei Vagin , Danylo Mocherniuk , Paul Gofman , Cyrill Gorcunov Cc: oe-kbuild-all@lists.linux.dev, Linux Memory Management List , Alexander Viro , Shuah Khan , Christian Brauner , Yang Shi , Vlastimil Babka , "Liam R . Howlett" , Yun Zhou , Suren Baghdasaryan , Alex Sierra , Muhammad Usama Anjum , Matthew Wilcox , Pasha Tatashin , Mike Rapoport , Nadav Amit , Axel Rasmussen , "Gustavo A . R . Silva" , Dan Williams , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kselftest@vger.kernel.org, Greg KH Subject: Re: [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support Message-ID: <202301241830.KlT5Xcjy-lkp@intel.com> References: <20230124084323.1363825-2-usama.anjum@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230124084323.1363825-2-usama.anjum@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Muhammad, Thank you for the patch! Yet something to improve: [auto build test ERROR on shuah-kselftest/next] [also build test ERROR on shuah-kselftest/fixes linus/master v6.2-rc5 next-20230124] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Muhammad-Usama-Anjum/userfaultfd-Add-UFFD-WP-Async-support/20230124-164601 base: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next patch link: https://lore.kernel.org/r/20230124084323.1363825-2-usama.anjum%40collabora.com patch subject: [PATCH v8 1/4] userfaultfd: Add UFFD WP Async support config: powerpc-allnoconfig (https://download.01.org/0day-ci/archive/20230124/202301241830.KlT5Xcjy-lkp@intel.com/config) compiler: powerpc-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/59e98aec663b7ca8fd5f3b3d2a0f17f777f425c4 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Muhammad-Usama-Anjum/userfaultfd-Add-UFFD-WP-Async-support/20230124-164601 git checkout 59e98aec663b7ca8fd5f3b3d2a0f17f777f425c4 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=powerpc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash arch/powerpc/kernel/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from include/linux/hugetlb.h:14, from arch/powerpc/kernel/setup-common.c:37: >> include/linux/userfaultfd_k.h:278:5: error: no previous prototype for 'userfaultfd_wp_async' [-Werror=missing-prototypes] 278 | int userfaultfd_wp_async(struct vm_area_struct *vma) | ^~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors vim +/userfaultfd_wp_async +278 include/linux/userfaultfd_k.h 277 > 278 int userfaultfd_wp_async(struct vm_area_struct *vma) 279 { 280 return false; 281 } 282 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests