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 X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C3DAC433ED for ; Thu, 20 May 2021 13:05:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1EEB16100C for ; Thu, 20 May 2021 13:05:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242375AbhETNHR (ORCPT ); Thu, 20 May 2021 09:07:17 -0400 Received: from mga09.intel.com ([134.134.136.24]:9085 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243359AbhETNHE (ORCPT ); Thu, 20 May 2021 09:07:04 -0400 IronPort-SDR: Z1BGootSLeU31TCDdvkHmwCcYx1p38yyVcKBOqgAK/G4tyPJopLxOi94wcipzhpeQ3siQONJRf hWfI4/N33CvA== X-IronPort-AV: E=McAfee;i="6200,9189,9989"; a="201263060" X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="201263060" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2021 06:05:43 -0700 IronPort-SDR: +V+hfeCLByMd/446CuCaRLGabISgSZ30qr+XcV1yl2TADYP7wALuZMB7FHM6g9LNcuYfSbi+PD W4haHJuCKlVA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="433893524" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga007.jf.intel.com with ESMTP; 20 May 2021 06:05:41 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 09DA312A; Thu, 20 May 2021 16:06:02 +0300 (EEST) From: Andy Shevchenko To: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andrew Morton , Andy Shevchenko , kernel test robot Subject: [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix) Date: Thu, 20 May 2021 16:05:57 +0300 Message-Id: <20210520130557.55277-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Follow up fix for the "kernel.h: split out panic and oops helpers" patch. Reported-by: kernel test robot Signed-off-by: Andy Shevchenko --- Andrew, please add as a fix to the above mentioned patch, thanks! For the record, I haven't got any other messages from any of CIs/bots, presumably there will be no more or very little reports. Note, this patch is untested. I have no ia64 compiler at hand. arch/ia64/include/asm/pal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ia64/include/asm/pal.h b/arch/ia64/include/asm/pal.h index 5c51fceedaf9..e6b652f9e45e 100644 --- a/arch/ia64/include/asm/pal.h +++ b/arch/ia64/include/asm/pal.h @@ -99,6 +99,7 @@ #include #include +#include /* * Data types needed to pass information into PAL procedures and -- 2.30.2 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Thu, 20 May 2021 13:05:57 +0000 Subject: [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix) Message-Id: <20210520130557.55277-1-andriy.shevchenko@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andrew Morton , Andy Shevchenko , kernel test robot Follow up fix for the "kernel.h: split out panic and oops helpers" patch. Reported-by: kernel test robot Signed-off-by: Andy Shevchenko --- Andrew, please add as a fix to the above mentioned patch, thanks! For the record, I haven't got any other messages from any of CIs/bots, presumably there will be no more or very little reports. Note, this patch is untested. I have no ia64 compiler at hand. arch/ia64/include/asm/pal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ia64/include/asm/pal.h b/arch/ia64/include/asm/pal.h index 5c51fceedaf9..e6b652f9e45e 100644 --- a/arch/ia64/include/asm/pal.h +++ b/arch/ia64/include/asm/pal.h @@ -99,6 +99,7 @@ #include #include +#include /* * Data types needed to pass information into PAL procedures and -- 2.30.2