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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 19788C433ED for ; Thu, 20 May 2021 13:17:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E5CE96100C for ; Thu, 20 May 2021 13:17:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232303AbhETNTM (ORCPT ); Thu, 20 May 2021 09:19:12 -0400 Received: from mga09.intel.com ([134.134.136.24]:10444 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232048AbhETNTC (ORCPT ); Thu, 20 May 2021 09:19:02 -0400 IronPort-SDR: zcO61oLzLD86ujbPINHW74+fpS8SfBoxECIN/Ory8xZ9B8yGrXaL/fb11ot+HJgsC8BDxpXmXl 2wg++kXalrFQ== X-IronPort-AV: E=McAfee;i="6200,9189,9989"; a="201265382" X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="201265382" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2021 06:17:40 -0700 IronPort-SDR: Dr5yN49R17UnKrq8jzwOgYsvFvsawFoiRo13RfZjtYtFdTpdsZt0NDnrDBica6Nu0AG7G1+sGS Od97rlZo/PZw== X-IronPort-AV: E=Sophos;i="5.82,313,1613462400"; d="scan'208";a="543523032" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2021 06:17:39 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1ljiYS-00DUBL-Fp; Thu, 20 May 2021 16:17:36 +0300 Date: Thu, 20 May 2021 16:17:36 +0300 From: Andy Shevchenko To: John Paul Adrian Glaubitz Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , kernel test robot Subject: Re: [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix) Message-ID: References: <20210520130557.55277-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 20, 2021 at 03:12:24PM +0200, John Paul Adrian Glaubitz wrote: > On 5/20/21 3:05 PM, Andy Shevchenko wrote: > > Note, this patch is untested. I have no ia64 compiler at hand. > I can test it later today. Appreciate it, thanks! This is against Linux Next (where Andrew's patches are sitting for a while). -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Thu, 20 May 2021 13:17:36 +0000 Subject: Re: [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix) Message-Id: List-Id: References: <20210520130557.55277-1-andriy.shevchenko@linux.intel.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: John Paul Adrian Glaubitz Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , kernel test robot On Thu, May 20, 2021 at 03:12:24PM +0200, John Paul Adrian Glaubitz wrote: > On 5/20/21 3:05 PM, Andy Shevchenko wrote: > > Note, this patch is untested. I have no ia64 compiler at hand. > I can test it later today. Appreciate it, thanks! This is against Linux Next (where Andrew's patches are sitting for a while). -- With Best Regards, Andy Shevchenko