From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7CC6B2C80 for ; Tue, 4 Jan 2022 05:28:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641274111; x=1672810111; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=jR4G5QiHtyexyPM04IhixjSfmbgt0+Tr4sLEcSX7iq0=; b=Ou8vO2gWvJLCpBQJLvmCdlGGoKDDN0QOb6Gi/3r2iEzozRwViCWdMCRb hxLEfTxXNzd7+zhH+QDa5yrGer3vGrNo19/XfcIChizjtZOrWU/KaTN8s S98YWKjNlZW1gwjhr/ex5icl7mnAilzJILVlIDGlrn4Sh58y4QGv/irq7 I4BYJWaUYaUQINLLAsQbgUNa2/uUkHLhhHq7IJgSV2CpEPC4QdQS3pbd/ 27/MEZ1BL0DHy4BEmrxDpUgwgP0LLht+3l7XpGsHB8aBz3+ARjVuHjcFA Q8CJVpse9JmInK41SOaupQDZ7sEikO3pAzN55ZNm3eE3wf6kLbtsmZH3M A==; X-IronPort-AV: E=McAfee;i="6200,9189,10216"; a="228980107" X-IronPort-AV: E=Sophos;i="5.88,260,1635231600"; d="scan'208";a="228980107" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jan 2022 21:28:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,260,1635231600"; d="scan'208";a="470042545" Received: from lkp-server01.sh.intel.com (HELO e357b3ef1427) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 03 Jan 2022 21:28:28 -0800 Received: from kbuild by e357b3ef1427 with local (Exim 4.92) (envelope-from ) id 1n4cN1-000Enk-CQ; Tue, 04 Jan 2022 05:28:27 +0000 Date: Tue, 4 Jan 2022 13:28:01 +0800 From: kernel test robot To: Alexey Gladkov , LKML , Linux Containers Cc: kbuild-all@lists.01.org, Alexander Mikhalitsyn , Andrew Morton , Linux Memory Management List , Christian Brauner , Daniel Walsh , Davidlohr Bueso , "Eric W . Biederman" , Kirill Tkhai Subject: Re: [PATCH v1] ipc: Store mqueue sysctls in the ipc namespace Message-ID: <202201041311.fGbv03Y7-lkp@intel.com> References: <0f0408bb7fbf3187966a9bf19a98642a5d9669fe.1641225760.git.legion@kernel.org> Precedence: bulk X-Mailing-List: containers@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0f0408bb7fbf3187966a9bf19a98642a5d9669fe.1641225760.git.legion@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Hi Alexey, Thank you for the patch! Yet something to improve: [auto build test ERROR on linux/master] [also build test ERROR on hnaz-mm/master linus/master v5.16-rc8 next-20211224] [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] url: https://github.com/0day-ci/linux/commits/Alexey-Gladkov/ipc-Store-mqueue-sysctls-in-the-ipc-namespace/20220104-000523 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 136057256686de39cc3a07c2e39ef6bc43003ff6 config: microblaze-buildonly-randconfig-r003-20220103 (https://download.01.org/0day-ci/archive/20220104/202201041311.fGbv03Y7-lkp@intel.com/config) compiler: microblaze-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/637324916f39ec562ac383bfbc22ee9fcbfcb1c0 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Alexey-Gladkov/ipc-Store-mqueue-sysctls-in-the-ipc-namespace/20220104-000523 git checkout 637324916f39ec562ac383bfbc22ee9fcbfcb1c0 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=microblaze 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 >>): microblaze-linux-ld: ipc/mqueue.o: in function `init_mqueue_fs': >> (.init.text+0x4c): undefined reference to `setup_mq_sysctls' microblaze-linux-ld: ipc/namespace.o: in function `free_ipc': >> (.text+0x294): undefined reference to `retire_mq_sysctls' microblaze-linux-ld: ipc/namespace.o: in function `copy_ipcs': >> (.text+0x1114): undefined reference to `setup_mq_sysctls' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0911179873834073088==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: Re: [PATCH v1] ipc: Store mqueue sysctls in the ipc namespace Date: Tue, 04 Jan 2022 13:28:01 +0800 Message-ID: <202201041311.fGbv03Y7-lkp@intel.com> In-Reply-To: <0f0408bb7fbf3187966a9bf19a98642a5d9669fe.1641225760.git.legion@kernel.org> List-Id: --===============0911179873834073088== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Alexey, Thank you for the patch! Yet something to improve: [auto build test ERROR on linux/master] [also build test ERROR on hnaz-mm/master linus/master v5.16-rc8 next-202112= 24] [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] url: https://github.com/0day-ci/linux/commits/Alexey-Gladkov/ipc-Store-m= queue-sysctls-in-the-ipc-namespace/20220104-000523 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git = 136057256686de39cc3a07c2e39ef6bc43003ff6 config: microblaze-buildonly-randconfig-r003-20220103 (https://download.01.= org/0day-ci/archive/20220104/202201041311.fGbv03Y7-lkp(a)intel.com/config) compiler: microblaze-linux-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 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/0day-ci/linux/commit/637324916f39ec562ac383bfb= c22ee9fcbfcb1c0 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Alexey-Gladkov/ipc-Store-mqueue-sy= sctls-in-the-ipc-namespace/20220104-000523 git checkout 637324916f39ec562ac383bfbc22ee9fcbfcb1c0 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Dmicroblaze SHELL=3D/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): microblaze-linux-ld: ipc/mqueue.o: in function `init_mqueue_fs': >> (.init.text+0x4c): undefined reference to `setup_mq_sysctls' microblaze-linux-ld: ipc/namespace.o: in function `free_ipc': >> (.text+0x294): undefined reference to `retire_mq_sysctls' microblaze-linux-ld: ipc/namespace.o: in function `copy_ipcs': >> (.text+0x1114): undefined reference to `setup_mq_sysctls' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============0911179873834073088==--