From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) (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 405CB17CA1D; Sat, 14 Sep 2024 10:19:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726309143; cv=none; b=g0TF5xFnsCu3vgtWEi3mvDaig4c4wQOviIk8VYLGujljxyq7zOj4KaIdTwNICVvsmE7jMIaT1cW1KZAbFgJA6yLwOCizyx3lBkJjrl65a9Zniy2I5c0R/Q0tY6l0j7zMPHu1H1s5jAtEivZKhpl6Ay11ORqEz0tr88bCSGE/B6k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1726309143; c=relaxed/simple; bh=y7/Y94rbPyCtN5tdM798SrcYkgwX0uEZqv3jidWpe3M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=o7JGQKBqV2lDNq4tw0F6HodUKkd7mpc4SRYVb9TYTqJ/APGFgAvHHlwCGmSEMjYM3PLG4qTLMaZzzhxNGZlDAULAN0lBqAKbT3GU75Nlamw/io2JKKo8WVvFIkHEDRBAy6zehEFGVjYcNLZ6hWd7mRv9yrzDhFodwwT0h51b6E0= 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=gjQOKSkG; arc=none smtp.client-ip=198.175.65.10 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="gjQOKSkG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1726309142; x=1757845142; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=y7/Y94rbPyCtN5tdM798SrcYkgwX0uEZqv3jidWpe3M=; b=gjQOKSkGENx0aeZlSYYrQCKblFYoLe1wUHUwfminJU7c8keWfcq7SVRp QW74un6T2dtEzdLVxbAo1OoMTgbhyCon1QLrepfBPPuOhub1Vsky6Bfjd ZC4pox8Tm+7Lwi0dJvE29RUe3NXq7Y1szmjemIOAC1B97IANV6iDyce9l fQ0SCiQK1b3LYdBpzOKup/WrYi8LtLqFe0rU7JH2dc35m2BLUqXZUuc8B MZUFnY/ARGBL/Z7hPC4+awNBiGrx9CgcR2TIHxDfDCqwXwxqQC95up5T9 dIiK9QCxnzQET+XInKjq+BiwjCJhgwUi2op5vXXsjIxCpjVTJQmWgzx+1 Q==; X-CSE-ConnectionGUID: PG9mN+DaT9uiHvA1POHOeA== X-CSE-MsgGUID: gPbgvaI3TdSqtsBRH42ycQ== X-IronPort-AV: E=McAfee;i="6700,10204,11194"; a="42686527" X-IronPort-AV: E=Sophos;i="6.10,228,1719903600"; d="scan'208";a="42686527" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2024 03:19:01 -0700 X-CSE-ConnectionGUID: ma0ME4eVQOWKAuY/NinueQ== X-CSE-MsgGUID: HpSeGok9RNevnNu+ScCisQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,228,1719903600"; d="scan'208";a="99038812" Received: from lkp-server01.sh.intel.com (HELO 53e96f405c61) ([10.239.97.150]) by orviesa002.jf.intel.com with ESMTP; 14 Sep 2024 03:18:54 -0700 Received: from kbuild by 53e96f405c61 with local (Exim 4.96) (envelope-from ) id 1spPrg-0007d3-16; Sat, 14 Sep 2024 10:18:52 +0000 Date: Sat, 14 Sep 2024 18:18:26 +0800 From: kernel test robot To: John Ogness , Greg Kroah-Hartman Cc: oe-kbuild-all@lists.linux.dev, Jiri Slaby , Petr Mladek , Sergey Senozhatsky , Steven Rostedt , Thomas Gleixner , Esben Haabendal , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko , "Paul E. McKenney" , Sunil V L , Arnd Bergmann , Tony Lindgren , Udit Kumar , Ronald Wahl , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Thomas Richard , Griffin Kroah-Hartman , Florian Fainelli , Rengarajan S , Serge Semin Subject: Re: [PATCH next v2 2/4] serial: 8250: Split out IER from rs485_stop_tx() Message-ID: <202409141849.iyZNNZgc-lkp@intel.com> References: <20240913140538.221708-3-john.ogness@linutronix.de> 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: <20240913140538.221708-3-john.ogness@linutronix.de> Hi John, kernel test robot noticed the following build errors: [auto build test ERROR on b794563ea12fb46d9499da9e30c33d9607e33697] url: https://github.com/intel-lab-lkp/linux/commits/John-Ogness/serial-8250-Split-out-IER-from-rs485_start_tx/20240913-220810 base: b794563ea12fb46d9499da9e30c33d9607e33697 patch link: https://lore.kernel.org/r/20240913140538.221708-3-john.ogness%40linutronix.de patch subject: [PATCH next v2 2/4] serial: 8250: Split out IER from rs485_stop_tx() config: parisc-randconfig-r064-20240914 (https://download.01.org/0day-ci/archive/20240914/202409141849.iyZNNZgc-lkp@intel.com/config) compiler: hppa-linux-gcc (GCC) 14.1.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240914/202409141849.iyZNNZgc-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/202409141849.iyZNNZgc-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/locking/test-ww_mutex.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_performance.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/devfreq/governor_userspace.o >> ERROR: modpost: "serial8250_rs485_stop_tx" [drivers/tty/serial/8250/8250_omap.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki