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=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gnuweeb.org (Postfix) with ESMTPS id 8FD8180908 for ; Fri, 23 Sep 2022 04:21:33 +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=QGeO/FKY; 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=1663906893; x=1695442893; h=date:from:to:cc:subject:message-id:mime-version; bh=pT2GsFKbzQR+EGbp46rGjdhBAtEL/XBSBroPWrEWed4=; b=QGeO/FKY23aYRRdpn+4Pp7+enQLnFg5D/LXhi1o0itnAER5EGbxfUnzb uIE+G+i3/6EkeXOwuaDGJ04TdOfeQ5G+an9Sd86jW4gtOu0ooVWbl4jST G1PQtopSkdwbcEi4ysroVhWOlRL9xeuOS1jmOPFhJe/Bk61XeK+RhYmMr KUQ5MS43G0AIHl9mjvTS9E+4totsxhYOj83Wd3hV8PbepGHQvHSy2gvt3 fGCt1YZCr1aMScqTRmpe2CRUxnm5FXVKTzf1uH2jhqoHD8+oZEV4CZoVp MffVYM0RtAvOw3/Lk7BFCfF8+fZ4AUtzpGkDTnRDxTzN92/rRMrcTo3kO g==; X-IronPort-AV: E=McAfee;i="6500,9779,10478"; a="362312356" X-IronPort-AV: E=Sophos;i="5.93,337,1654585200"; d="scan'208";a="362312356" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 21:21:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,337,1654585200"; d="scan'208";a="571243792" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 22 Sep 2022 21:21:31 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1obaBu-0005IY-1N; Fri, 23 Sep 2022 04:21:30 +0000 Date: Fri, 23 Sep 2022 12:20:36 +0800 From: kernel test robot To: Christian Brauner Cc: kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:brauner/linux/fs.acl.rework 12/37] ERROR: modpost: "posix_acl_alloc" [fs/cifs/cifs.ko] undefined! Message-ID: <202209231201.hHibG4RZ-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block brauner/linux/fs.acl.rework head: 6d56d354d97c08df55b4c06e1f45903f000b7c7c commit: 38cc77ebad48e4a1a8e5021445e013080bda5fdd [12/37] cifs: implement get acl method config: parisc-defconfig (https://download.01.org/0day-ci/archive/20220923/202209231201.hHibG4RZ-lkp@intel.com/config) compiler: hppa-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/ammarfaizi2/linux-block/commit/38cc77ebad48e4a1a8e5021445e013080bda5fdd git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block brauner/linux/fs.acl.rework git checkout 38cc77ebad48e4a1a8e5021445e013080bda5fdd # 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=parisc SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "posix_acl_alloc" [fs/cifs/cifs.ko] undefined! -- 0-DAY CI Kernel Test Service https://01.org/lkp