From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) (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 C7B5B246BD2; Tue, 4 Nov 2025 15:32:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.20 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762270349; cv=none; b=s6G1CLh9qF36LE1c2EcZ8Np3yVlQibD/Puoe7R8qTqyTyf5a3eZ0u8C1nHbCgtF9HznwCU/zvPCVUIaKHnJLcfViHnJEff1R3sOWXKfNB4Qgsi1YJFg3SD1mgd1EqXuX8GsTCaPWhpY4uHHCbCvY7VpdnIpc+8ffju6qHIwzBgg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762270349; c=relaxed/simple; bh=s/kB+iSurW7zoiDDtbH95+4Fk8pV2slaHdvSG1EPNCE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FvEhG7MPMVDVBi4oEEEDqjApVX2ptD7y9QL7Iyrnd5dFsAg2WHTwA46WWJV3zf+q6RhGrYlkvnyBDv+rmxlYUM9VbD6k/a1nLbx+srBwjhdAZbYCv1C8dnoidCKF4zFjKiDrsLiBtuejCg30chvqOLEflks7CqyefMZV1f5NdTw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=aUBGzRZo; arc=none smtp.client-ip=198.175.65.20 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="aUBGzRZo" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1762270348; x=1793806348; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=s/kB+iSurW7zoiDDtbH95+4Fk8pV2slaHdvSG1EPNCE=; b=aUBGzRZoOS4mK51a3wN9RNSplnIMHI3csJDwA4b/uuypR19acYbsdiAi aXgeA7UokPxecefqqQoqbR2K1059+7eZp6x/y9hjyFCpWemxJ8p3lalVL 4fPBGn4ZdSjC9kI3Rppagz4nv/yd2J2Pa04NVoV7yDN9ESQJH18K5/ra3 bURpy9yzXpfAt6ghdft+buto2kl1N8m7MIlBLyxtXW53hbNohdejHg0f/ Fpq7uIpgrqUJ35YZCe3CRz/xttnnDLJRab7r2WO+ORld2VQsqMvy8JEda 3GEsHjH/lWFyPiY0QmBQOyKVVBI8mJ+OeY0PS9cj5dGYcKJhfNqgeqZPJ w==; X-CSE-ConnectionGUID: Ce+gXQ2RRVOuMFCeOLT3Kg== X-CSE-MsgGUID: A+n45//QT32v2U5iHht6QA== X-IronPort-AV: E=McAfee;i="6800,10657,11602"; a="64063965" X-IronPort-AV: E=Sophos;i="6.19,279,1754982000"; d="scan'208";a="64063965" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Nov 2025 07:32:27 -0800 X-CSE-ConnectionGUID: pBo2mrM5T42UlzXUvw/0yQ== X-CSE-MsgGUID: j+rctOb1RECHOKpGmNsLGw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.19,279,1754982000"; d="scan'208";a="187339081" Received: from lkp-server02.sh.intel.com (HELO 66d7546c76b2) ([10.239.97.151]) by orviesa008.jf.intel.com with ESMTP; 04 Nov 2025 07:32:24 -0800 Received: from kbuild by 66d7546c76b2 with local (Exim 4.96) (envelope-from ) id 1vGJ0W-000RXo-0f; Tue, 04 Nov 2025 15:31:56 +0000 Date: Tue, 4 Nov 2025 23:29:58 +0800 From: kernel test robot To: Prajna Rajendra Kumar , Mark Brown Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, Rob Herring , Krzysztof Kozlowski , linux-riscv@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Conor Dooley , Daire McNamara , Valentina Fernandez Alanis , Cyril Jean , Prajna Rajendra Kumar Subject: Re: [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers Message-ID: <202511042322.bDgHrd9d-lkp@intel.com> References: <20251103160515.412706-2-prajna.rajendrakumar@microchip.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251103160515.412706-2-prajna.rajendrakumar@microchip.com> Hi Prajna, kernel test robot noticed the following build errors: [auto build test ERROR on broonie-spi/for-next] [also build test ERROR on linus/master v6.18-rc4 next-20251104] [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/Prajna-Rajendra-Kumar/spi-microchip-rename-driver-file-and-internal-identifiers/20251104-001544 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next patch link: https://lore.kernel.org/r/20251103160515.412706-2-prajna.rajendrakumar%40microchip.com patch subject: [PATCH v1 1/3] spi: microchip: rename driver file and internal identifiers config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20251104/202511042322.bDgHrd9d-lkp@intel.com/config) compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project d2625a438020ad35330cda29c3def102c1687b1b) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251104/202511042322.bDgHrd9d-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202511042322.bDgHrd9d-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/spi/spi-mpfs.c:620:3: error: field designator 'remove_new' does not refer to any field in type 'struct platform_driver' 620 | .remove_new = mpfs_spi_remove, | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. vim +620 drivers/spi/spi-mpfs.c 612 613 static struct platform_driver mpfs_spi_driver = { 614 .probe = mpfs_spi_probe, 615 .driver = { 616 .name = "microchip-spi", 617 .pm = MICROCHIP_SPI_PM_OPS, 618 .of_match_table = of_match_ptr(mpfs_spi_dt_ids), 619 }, > 620 .remove_new = mpfs_spi_remove, -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki