From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 502788480 for ; Thu, 30 Mar 2023 15:39:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680190749; x=1711726749; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2y+Qd+RESrzEa/F9wmN52tzUziPss+ZxjSltCa9P/hk=; b=XUaJ54oMztjo5zzZAkUUI/cSufWKwCGk+SyH47VZs38IDrlrmW3ZKHva d8mrCiGnHwlU15WMqeXtQPbsHokH70DPzWNsrSSPjMZshuD2s7OZrmWk/ pyn1QvXDiS3PaLGXT1/WqAIbH8AUaq8X9WAEkH5+T6DjYthBwUq7uczGS s9hd8Xfemsao9ZYhuJ+76SsdxN2A5eulLFlOpPxJuoQJGqrxqbIHzVuPb n/LwNNKYiRkILgJC4y03jcTttlmIvNg2WLzqrDdoqsUU4VDdGuLaOZ5D5 EFf+sM5VEQhKstIf42nlzAagMYyu+km6IvzlCl+uFN3EXbo3iq202khQL A==; X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="368984332" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="368984332" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 08:39:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="678241953" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="678241953" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 30 Mar 2023 08:38:56 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1phuMV-00AURJ-0P; Thu, 30 Mar 2023 18:38:51 +0300 Date: Thu, 30 Mar 2023 18:38:50 +0300 From: Andy Shevchenko To: kernel test robot Cc: oe-lkp@lists.linux.dev, lkp@intel.com, Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-pci@vger.kernel.org, =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , Mika Westerberg , Michael Ellerman , Randy Dunlap , Arnd Bergmann , Niklas Schnelle , Bjorn Helgaas , "Rafael J. Wysocki" , Pali =?iso-8859-1?Q?Roh=E1r?= , "Maciej W. Rozycki" , Juergen Gross , Dominik Brodowski , linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, xen-devel@lists.xenproject.org, linux-acpi@vger.kernel.org, Miguel Ojeda , Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Thomas Bogendoerfer , Nicholas Piggin , Christophe Leroy , Anatolij Gustschin , Yoshinori Sato , Rich Felker , John Paul Adrian Glaubitz , "David S. Miller" , Bjorn Helgaas , Stefano Stabellini , Oleksandr Tyshchenko Subject: Re: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments Message-ID: References: <20230323173610.60442-4-andriy.shevchenko@linux.intel.com> <202303302009.55848372-oliver.sang@intel.com> Precedence: bulk X-Mailing-List: oe-lkp@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: <202303302009.55848372-oliver.sang@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Thu, Mar 30, 2023 at 09:24:21PM +0800, kernel test robot wrote: > > Greeting, > > FYI, we noticed various errors such like > "i40e: probe of 0000:3d:00.0 failed with error -12" > due to commit (built with gcc-11): > > commit: d23d5938fd7ced817d6aa1ff86cd671ebbaebfc2 ("[PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments") > url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/kernel-h-Split-out-COUNT_ARGS-and-CONCATENATE/20230324-013857 > base: https://git.kernel.org/cgit/linux/kernel/git/pci/pci.git next > patch link: https://lore.kernel.org/all/20230323173610.60442-4-andriy.shevchenko@linux.intel.com/ > patch subject: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments > > in testcase: boot > > on test machine: 96 threads 2 sockets Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz (Cascade Lake) with 512G memory > > caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace): > > > If you fix the issue, kindly add following tag > | Reported-by: kernel test robot > | Link: https://lore.kernel.org/oe-lkp/202303302009.55848372-oliver.sang@intel.com Thanks, that is useful test! -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4241AC6FD1D for ; Thu, 30 Mar 2023 15:40:16 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4PnSKp34Zxz2xjw for ; Fri, 31 Mar 2023 02:40:14 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=CDadiUse; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.intel.com (client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=andriy.shevchenko@linux.intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=CDadiUse; dkim-atps=neutral Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4PnSJn43hrz3c8G for ; Fri, 31 Mar 2023 02:39:19 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680190761; x=1711726761; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2y+Qd+RESrzEa/F9wmN52tzUziPss+ZxjSltCa9P/hk=; b=CDadiUseP1WuKfP71C6XeaejIssdG4+TnK3pIAI+TYJHYvKlbBk7k7l7 J96oQtDlQPiAzIKd+i1/1XGxje+IbBqiGrVHCZh8ccmDYiZF06gH+WXdJ koy7ouP2E95566Pm0ixBcIf7SAa5+x7xAUYRKhNmkLC0IbfICu5qAH3tu MkCg0eNORThCk0rNv4VeGOjqfCZajDXqM7wADi471nIaiJ+nfUF9Zbj25 woJnHjNCYEiJAcxruzMUt9IthzqC3wty+5vom8ZFSqlgYafP2pUOAC7ya gru4YVne8ZY/patY4ISezOoF2Vd8IHy9qqbLn0Zq68s9bUTEEtxvFO/Ck A==; X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="368984330" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="368984330" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 08:39:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="678241953" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="678241953" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 30 Mar 2023 08:38:56 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1phuMV-00AURJ-0P; Thu, 30 Mar 2023 18:38:51 +0300 Date: Thu, 30 Mar 2023 18:38:50 +0300 From: Andy Shevchenko To: kernel test robot Subject: Re: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments Message-ID: References: <20230323173610.60442-4-andriy.shevchenko@linux.intel.com> <202303302009.55848372-oliver.sang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202303302009.55848372-oliver.sang@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rich Felker , linux-sh@vger.kernel.org, linux-pci@vger.kernel.org, Dominik Brodowski , linux-mips@vger.kernel.org, Bjorn Helgaas , Andrew Lunn , sparclinux@vger.kernel.org, Stefano Stabellini , lkp@intel.com, Yoshinori Sato , Gregory Clement , "Rafael J. Wysocki" , Russell King , linux-acpi@vger.kernel.org, Bjorn Helgaas , Miguel Ojeda , xen-devel@lists.xenproject.org, Matt Turner , Anatolij Gustschin , Sebastian Hesselbarth , Arnd Bergmann , Niklas Schnelle , Richard Henderson , Nicholas Piggin , Ivan Kokshaysky , John Paul Adrian Glaubitz , =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , Mika Westerberg , linux-arm-kernel@lists.infradead.org, Juergen Gross , Thomas Bogendoerfer , linuxppc-dev@lists.ozlabs.org, Randy Dunlap , linux-kernel@vger.kernel.org, Oleksandr Tyshchenko , linux-alpha@vger.kernel.org, oe-lkp@lists.linux.dev, Pali =?iso-8859-1?Q?Roh=E1r?= , "David S. Miller" , "Maciej W. Rozycki" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Mar 30, 2023 at 09:24:21PM +0800, kernel test robot wrote: > > Greeting, > > FYI, we noticed various errors such like > "i40e: probe of 0000:3d:00.0 failed with error -12" > due to commit (built with gcc-11): > > commit: d23d5938fd7ced817d6aa1ff86cd671ebbaebfc2 ("[PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments") > url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/kernel-h-Split-out-COUNT_ARGS-and-CONCATENATE/20230324-013857 > base: https://git.kernel.org/cgit/linux/kernel/git/pci/pci.git next > patch link: https://lore.kernel.org/all/20230323173610.60442-4-andriy.shevchenko@linux.intel.com/ > patch subject: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments > > in testcase: boot > > on test machine: 96 threads 2 sockets Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz (Cascade Lake) with 512G memory > > caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace): > > > If you fix the issue, kindly add following tag > | Reported-by: kernel test robot > | Link: https://lore.kernel.org/oe-lkp/202303302009.55848372-oliver.sang@intel.com Thanks, that is useful test! -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2A52EC761A6 for ; Thu, 30 Mar 2023 15:40:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=j8k6aiPFld8fA9pYpRJ8k6GqF/4UgjtOondHV5mKsMg=; b=QzZSW4tzF78pww DCb9SPDcf60tbBrCZj/ObaZaTGo+nIIMadDkiM0HMaRLUedhDXkoYzV9MrEdQAqFE+RVereForZ9o KP8NPhwC3M+ZsdVwEEVCYOdRMtjbJSl3HWICNj7TCmlfojIu9FBt1LAh/k4QLjphsGnl8TuEIiEuZ 9C0sBmY8+l8YA9AL3y5pY/bGH5L8y+kKCiJyLAkEIzSZVDGQaBn7xd1QBQNZWhoitqQyO+N9E9EFT 5vx1xxMIt4DXBz/T4W3k5LFwN5J97uYIbuCGHvlb/Rvx3SaKxQBOt5F0tfznROIYKNhNAwJ9H4Apl QdP8A8Q+3INimGTZFe+g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1phuMv-004Jd3-2I; Thu, 30 Mar 2023 15:39:17 +0000 Received: from mga01.intel.com ([192.55.52.88]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1phuMs-004Jb6-1t for linux-arm-kernel@lists.infradead.org; Thu, 30 Mar 2023 15:39:15 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680190754; x=1711726754; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2y+Qd+RESrzEa/F9wmN52tzUziPss+ZxjSltCa9P/hk=; b=UkEypeYu+GeeSkMqMfcXKie8Nn16phks14wawlfti0Qt9cbpLeP0+5L4 v70cRu0w2/e2P2lx99nkzMnSGkqt6YxuDjWDzIfI0KhIBwu6yda5S+ZcN 0hFg3cCgXp76s++uUx4rIFw4tueBTIRz+StI9eNxHrnEDEGBDObjRcInS RpKfjQu9PDvbOx4A+sn5s+uIzcnnOMAbdP/awveXPMWJL5ARp7e1FWVbX j3EcWNwEXUOQCeldFwnLOxizpi4zMBFtkZqQmYNA6TLb5ud7L4tan7g7f 1o4i+TltgwQPcXGlShnADrHyVWusCPbS3znDJRgYFFkkuBJnq7lE+kA8z A==; X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="368984345" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="368984345" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2023 08:39:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10665"; a="678241953" X-IronPort-AV: E=Sophos;i="5.98,305,1673942400"; d="scan'208";a="678241953" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 30 Mar 2023 08:38:56 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1phuMV-00AURJ-0P; Thu, 30 Mar 2023 18:38:51 +0300 Date: Thu, 30 Mar 2023 18:38:50 +0300 From: Andy Shevchenko To: kernel test robot Cc: oe-lkp@lists.linux.dev, lkp@intel.com, Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-pci@vger.kernel.org, =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , Mika Westerberg , Michael Ellerman , Randy Dunlap , Arnd Bergmann , Niklas Schnelle , Bjorn Helgaas , "Rafael J. Wysocki" , Pali =?iso-8859-1?Q?Roh=E1r?= , "Maciej W. Rozycki" , Juergen Gross , Dominik Brodowski , linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, xen-devel@lists.xenproject.org, linux-acpi@vger.kernel.org, Miguel Ojeda , Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Thomas Bogendoerfer , Nicholas Piggin , Christophe Leroy , Anatolij Gustschin , Yoshinori Sato , Rich Felker , John Paul Adrian Glaubitz , "David S. Miller" , Bjorn Helgaas , Stefano Stabellini , Oleksandr Tyshchenko Subject: Re: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments Message-ID: References: <20230323173610.60442-4-andriy.shevchenko@linux.intel.com> <202303302009.55848372-oliver.sang@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202303302009.55848372-oliver.sang@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230330_083914_665413_4147C751 X-CRM114-Status: GOOD ( 13.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Mar 30, 2023 at 09:24:21PM +0800, kernel test robot wrote: > > Greeting, > > FYI, we noticed various errors such like > "i40e: probe of 0000:3d:00.0 failed with error -12" > due to commit (built with gcc-11): > > commit: d23d5938fd7ced817d6aa1ff86cd671ebbaebfc2 ("[PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments") > url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/kernel-h-Split-out-COUNT_ARGS-and-CONCATENATE/20230324-013857 > base: https://git.kernel.org/cgit/linux/kernel/git/pci/pci.git next > patch link: https://lore.kernel.org/all/20230323173610.60442-4-andriy.shevchenko@linux.intel.com/ > patch subject: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments > > in testcase: boot > > on test machine: 96 threads 2 sockets Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz (Cascade Lake) with 512G memory > > caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace): > > > If you fix the issue, kindly add following tag > | Reported-by: kernel test robot > | Link: https://lore.kernel.org/oe-lkp/202303302009.55848372-oliver.sang@intel.com Thanks, that is useful test! -- With Best Regards, Andy Shevchenko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments Date: Thu, 30 Mar 2023 18:38:50 +0300 Message-ID: References: <20230323173610.60442-4-andriy.shevchenko@linux.intel.com> <202303302009.55848372-oliver.sang@intel.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680190749; x=1711726749; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2y+Qd+RESrzEa/F9wmN52tzUziPss+ZxjSltCa9P/hk=; b=XUaJ54oMztjo5zzZAkUUI/cSufWKwCGk+SyH47VZs38IDrlrmW3ZKHva d8mrCiGnHwlU15WMqeXtQPbsHokH70DPzWNsrSSPjMZshuD2s7OZrmWk/ pyn1QvXDiS3PaLGXT1/WqAIbH8AUaq8X9WAEkH5+T6DjYthBwUq7uczGS s9hd8Xfemsao9ZYhuJ+76SsdxN2A5eulLFlOpPxJuoQJGqrxqbIHzVuPb n/LwNNKYiRkILgJC4y03jcTttlmIvNg2WLzqrDdoqsUU4VDdGuLaOZ5D5 EFf+sM5VEQhKstIf42nlzAagMYyu+km6IvzlCl+uFN3EXbo3iq202khQL A==; Content-Disposition: inline In-Reply-To: <202303302009.55848372-oliver.sang@intel.com> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel test robot Cc: oe-lkp@lists.linux.dev, lkp@intel.com, Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-pci@vger.kernel.org, =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , Mika Westerberg , Michael Ellerman , Randy Dunlap , Arnd Bergmann , Niklas Schnelle , Bjorn Helgaas , "Rafael J. Wysocki" , Pali =?iso-8859-1?Q?Roh=E1r?= , "Maciej W. Rozycki" , Juergen Gross , Dominik Brodowski , linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, li On Thu, Mar 30, 2023 at 09:24:21PM +0800, kernel test robot wrote: > > Greeting, > > FYI, we noticed various errors such like > "i40e: probe of 0000:3d:00.0 failed with error -12" > due to commit (built with gcc-11): > > commit: d23d5938fd7ced817d6aa1ff86cd671ebbaebfc2 ("[PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments") > url: https://github.com/intel-lab-lkp/linux/commits/Andy-Shevchenko/kernel-h-Split-out-COUNT_ARGS-and-CONCATENATE/20230324-013857 > base: https://git.kernel.org/cgit/linux/kernel/git/pci/pci.git next > patch link: https://lore.kernel.org/all/20230323173610.60442-4-andriy.shevchenko@linux.intel.com/ > patch subject: [PATCH v7 3/6] PCI: Allow pci_bus_for_each_resource() to take less arguments > > in testcase: boot > > on test machine: 96 threads 2 sockets Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz (Cascade Lake) with 512G memory > > caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace): > > > If you fix the issue, kindly add following tag > | Reported-by: kernel test robot > | Link: https://lore.kernel.org/oe-lkp/202303302009.55848372-oliver.sang@intel.com Thanks, that is useful test! -- With Best Regards, Andy Shevchenko