From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) (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 131A820FABA; Wed, 7 May 2025 09:01:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746608486; cv=none; b=ndjEFFsVOKhDFhO3XrCaCJL44oA3RADM5qRcScKk2AgWsl831pTrzaK8OgllU0pFz3ML0Wq8ITwoKDls8an8GvoOmSYHqjgPOTH4um4LZ4jFKGDp0pW2fF6SlX0tmoYf0desdiFE0Mq9llm1jBottpfl78NrsYvSmTZt6Pw9bG8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746608486; c=relaxed/simple; bh=92zK43JKrNURrOQyhvSQDoyLlgYqzYkxOJINs9dvBrE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=M9FKkinNeyumTPXN76N9strX1/G+Kvsu2TvjQipuWzICmsGQBiDE9o93wo+tTrt9SUxufcw8agiZMb0KQV60wge+VwY/nEXIHQBeAF6+6L69IIpZJUnoF4v/L97iH13vQ5zYt21cc05Z6Msijqv6PDSB8Nw09bvxKjh4BFyRcx4= 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=OUstqY2g; arc=none smtp.client-ip=192.198.163.7 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="OUstqY2g" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1746608485; x=1778144485; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=92zK43JKrNURrOQyhvSQDoyLlgYqzYkxOJINs9dvBrE=; b=OUstqY2gZ4H8Zb88C2q78KZR+RNKKzaTKZyg5Ni+1ahdU+C1JrsqpfIQ vhQpKi+W2PNu3AoPms9EkXeYjJvEDl5mVPz1Q0+zQ7kMPrwUZxgnVBO7e UUWb1sTKvwICSjRqdWnXAR7IMfvznpaaTcNn633K+A/2by7MZiGUP7MbW rn16UZZv6REhMBjIR0/V5tiZLk7bH6Bhf0EkT2e4jC0Bo5ARCSNht9Bff l+/OkEVi/eERlam1qgLdVi1GfWdPaL9EXfsA9xldSNh3YB3+8JtQHV6FG regJxWf57j5PJ914r+WthfQDoqVtTc3NyCZTL5PAoec9ET9kOLRZ1ZFuF A==; X-CSE-ConnectionGUID: sXKQ7fepRbyRg35Zb3sPdg== X-CSE-MsgGUID: 2Z7cmetpRrGD3Za5gItdsQ== X-IronPort-AV: E=McAfee;i="6700,10204,11425"; a="73716012" X-IronPort-AV: E=Sophos;i="6.15,268,1739865600"; d="scan'208";a="73716012" Received: from orviesa006.jf.intel.com ([10.64.159.146]) by fmvoesa101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 May 2025 02:01:22 -0700 X-CSE-ConnectionGUID: 8WQe1olIQBWUw6YcxHy67A== X-CSE-MsgGUID: e8OWlXHRT1qne2vq3HgY7w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.15,268,1739865600"; d="scan'208";a="135797169" Received: from lkp-server01.sh.intel.com (HELO 1992f890471c) ([10.239.97.150]) by orviesa006.jf.intel.com with ESMTP; 07 May 2025 02:01:21 -0700 Received: from kbuild by 1992f890471c with local (Exim 4.96) (envelope-from ) id 1uCaeT-0007SG-1i; Wed, 07 May 2025 09:01:17 +0000 Date: Wed, 7 May 2025 17:01:10 +0800 From: kernel test robot To: Max Kellermann , dhowells@redhat.com, netfs@lists.linux.dev, linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, Max Kellermann Subject: Re: [PATCH 1/4] fs/netfs: convert `netfs_io_request.error` to a `short Message-ID: <202505071602.yJrZsTiu-lkp@intel.com> References: <20250428154859.3228933-1-max.kellermann@ionos.com> Precedence: bulk X-Mailing-List: netfs@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: <20250428154859.3228933-1-max.kellermann@ionos.com> Hi Max, kernel test robot noticed the following build errors: [auto build test ERROR on brauner-vfs/vfs.all] [also build test ERROR on linus/master v6.15-rc5 next-20250506] [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/Max-Kellermann/fs-netfs-reorderd-struct-fields-to-eliminate-holes/20250428-235058 base: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git vfs.all patch link: https://lore.kernel.org/r/20250428154859.3228933-1-max.kellermann%40ionos.com patch subject: [PATCH 1/4] fs/netfs: convert `netfs_io_request.error` to a `short config: sparc-randconfig-002-20250503 (https://download.01.org/0day-ci/archive/20250507/202505071602.yJrZsTiu-lkp@intel.com/config) compiler: sparc64-linux-gcc (GCC) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250507/202505071602.yJrZsTiu-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/202505071602.yJrZsTiu-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "__cmpxchg_called_with_bad_pointer" [fs/netfs/netfs.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki