From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gnuweeb.org (Postfix) with ESMTPS id 83BA37E2FC for ; Fri, 18 Mar 2022 13:21:45 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=e2+n+fzj; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647609705; x=1679145705; h=date:from:to:cc:subject:message-id:mime-version; bh=eqV1QWw9TmNHxfIL5myyHjYQz1fBHsC6X3GwbFchzV8=; b=e2+n+fzjOJRuc29ZB/+Msgol/oseQTCX7yCx5D6atGVveBSH892zs9vW XFFxHZfTF0z5TYgYX2kbjBh65yjSul3b8CpQ3ppRau7MZZfGaMwHdLdvm 3zKfUakh3yyJB53nPtsDsaMLuc5cvw859SJi0ChKw57jIImsLgM24znVn PPUf/8ITs0CC8yb1QwLLzKqO5FTo7NbJvxYwzuQvQ33ocaIFbvstLSD2E Ql2JU5A5UJNRB2A2uoKV5iKsAUuGp84Dl9vOT8q8JCi/TtjBIeM3fxiFi LnRbZ0Ph1kMzrm7MThRx1H3USx03J0i2ZY80OqxheBeUfkj3Id1n8SjXm A==; X-IronPort-AV: E=McAfee;i="6200,9189,10289"; a="317849857" X-IronPort-AV: E=Sophos;i="5.90,192,1643702400"; d="scan'208";a="317849857" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Mar 2022 06:21:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,192,1643702400"; d="scan'208";a="541838601" Received: from lkp-server02.sh.intel.com (HELO 89b41b6ae01c) ([10.239.97.151]) by orsmga007.jf.intel.com with ESMTP; 18 Mar 2022 06:21:40 -0700 Received: from kbuild by 89b41b6ae01c with local (Exim 4.92) (envelope-from ) id 1nVCXz-000EmR-S0; Fri, 18 Mar 2022 13:21:39 +0000 Date: Fri, 18 Mar 2022 21:21:25 +0800 From: kernel test robot To: Charan Teja Reddy Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Suren Baghdasaryan Subject: [ammarfaizi2-block:google/android/kernel/common/android13-5.15 5191/5193] mm/compaction.c:761:15: error: redefinition of 'isolate_and_split_free_page' Message-ID: <202203182124.wIWFJftW-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android13-5.15 head: f82f0ceba5827c9d5a3c9326c95f591ebf254003 commit: f47b852faa4afaae0e534b616f2864bb587286e4 [5191/5193] ANDROID: implement wrapper for reverse migration config: i386-randconfig-a006 (https://download.01.org/0day-ci/archive/20220318/202203182124.wIWFJftW-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project a6e70e4056dff962ec634c5bd4f2f4105a0bef71) 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/ammarfaizi2/linux-block/commit/f47b852faa4afaae0e534b616f2864bb587286e4 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android13-5.15 git checkout f47b852faa4afaae0e534b616f2864bb587286e4 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> mm/compaction.c:761:15: error: redefinition of 'isolate_and_split_free_page' unsigned long isolate_and_split_free_page(struct page *page, ^ include/linux/compaction.h:230:22: note: previous definition is here static unsigned long isolate_and_split_free_page(struct page *page, ^ 1 error generated. vim +/isolate_and_split_free_page +761 mm/compaction.c 760 > 761 unsigned long isolate_and_split_free_page(struct page *page, 762 struct list_head *list) 763 { 764 unsigned long isolated; 765 unsigned int order; 766 767 if (!PageBuddy(page)) 768 return 0; 769 770 order = buddy_order(page); 771 isolated = __isolate_free_page(page, order); 772 if (!isolated) 773 return 0; 774 775 set_page_private(page, order); 776 list_add(&page->lru, list); 777 778 split_map_pages(list); 779 780 return isolated; 781 } 782 EXPORT_SYMBOL_GPL(isolate_and_split_free_page); 783 --- 0-DAY CI Kernel Test Service https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org