From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 E2CC42F21 for ; Wed, 22 Mar 2023 13:41:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679492508; x=1711028508; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=D22wytD9rbU2KaRKdwdHM/avd+nOb5IHbZpOTnO3+xQ=; b=H3WOBlIz36TXX2RwJq6w/sWofKQPkUdeGJtLHjaNvanBbGlq8Rmy0ExI CDMrgznn8myzWBEhYMAny/+J5mcwQ6Q5LIsTYan2wsLt9Thywr0OkVqg6 tqwL/ekTkj7U3YQvHKdrFQx02Z0+4+tymFWY0IqbQmbhadFsgPet917p4 jVO8/JRHBjCLE49ZfI/JnobYFsu+35OPpbeGkZfclzk1xepWS1u4V+DCq cRD1CDeKNZ0aAmA3cS4D5XmTmc3RcNx4BsLibvSHrj6RgNad6JpaDcsyI 4w3AjQV2yoBTFE2kKjElo7ByXSoanbzVkV2tZYaOzGeuzIwBQGTcCvAJ3 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10657"; a="336717242" X-IronPort-AV: E=Sophos;i="5.98,282,1673942400"; d="scan'208";a="336717242" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Mar 2023 06:41:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10657"; a="675269882" X-IronPort-AV: E=Sophos;i="5.98,282,1673942400"; d="scan'208";a="675269882" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga007.jf.intel.com with ESMTP; 22 Mar 2023 06:41:44 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1peyih-000DLu-01; Wed, 22 Mar 2023 13:41:39 +0000 Date: Wed, 22 Mar 2023 21:41:01 +0800 From: kernel test robot To: Alexander Mikhalitsyn , davem@davemloft.net Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Alexander Mikhalitsyn , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Leon Romanovsky , David Ahern , Arnd Bergmann , Kees Cook , Christian Brauner , Kuniyuki Iwashima , Lennart Poettering , linux-arch@vger.kernel.org Subject: Re: [PATCH net-next v2 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD Message-ID: <202303222101.avwNiFWQ-lkp@intel.com> References: <20230321183342.617114-2-aleksandr.mikhalitsyn@canonical.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@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: <20230321183342.617114-2-aleksandr.mikhalitsyn@canonical.com> Hi Alexander, Thank you for the patch! Yet something to improve: [auto build test ERROR on net-next/main] url: https://github.com/intel-lab-lkp/linux/commits/Alexander-Mikhalitsyn/scm-add-SO_PASSPIDFD-and-SCM_PIDFD/20230322-024808 patch link: https://lore.kernel.org/r/20230321183342.617114-2-aleksandr.mikhalitsyn%40canonical.com patch subject: [PATCH net-next v2 1/3] scm: add SO_PASSPIDFD and SCM_PIDFD config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230322/202303222101.avwNiFWQ-lkp@intel.com/config) compiler: arm-linux-gnueabi-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/491b69039f4479e1e0fb3af635c96989cdd23734 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Alexander-Mikhalitsyn/scm-add-SO_PASSPIDFD-and-SCM_PIDFD/20230322-024808 git checkout 491b69039f4479e1e0fb3af635c96989cdd23734 # 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=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303222101.avwNiFWQ-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "pidfd_create" [net/unix/unix.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests