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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 311C2C433ED for ; Fri, 21 May 2021 07:24:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B80461175 for ; Fri, 21 May 2021 07:24:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235693AbhEUHZe (ORCPT ); Fri, 21 May 2021 03:25:34 -0400 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:50333 "EHLO outpost1.zedat.fu-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232911AbhEUHZd (ORCPT ); Fri, 21 May 2021 03:25:33 -0400 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.94) with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1ljzVw-000b5K-UL; Fri, 21 May 2021 09:24:08 +0200 Received: from p5b13a0fe.dip0.t-ipconnect.de ([91.19.160.254] helo=[192.168.178.139]) by inpost2.zedat.fu-berlin.de (Exim 4.94) with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (envelope-from ) id 1ljzVw-001igV-Nm; Fri, 21 May 2021 09:24:08 +0200 Subject: Re: [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix) To: Andy Shevchenko Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , kernel test robot References: <20210520130557.55277-1-andriy.shevchenko@linux.intel.com> From: John Paul Adrian Glaubitz Message-ID: <41bbace7-1b09-8464-a082-e4152f07fdb4@physik.fu-berlin.de> Date: Fri, 21 May 2021 09:24:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Original-Sender: glaubitz@physik.fu-berlin.de X-Originating-IP: 91.19.160.254 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy! On 5/20/21 3:17 PM, Andy Shevchenko wrote: > 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). I just pulled linux-next and was able to build a kernel for my RX-2600 without any problems. Since your patch is already in the tree, I assume it's correct. Do you want me to test anything else? I can test-boot the kernel later, but I want to avoid that now since I don't want to turn on the noisy server while at home :-). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz@debian.org `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Paul Adrian Glaubitz Date: Fri, 21 May 2021 07:24:08 +0000 Subject: Re: [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix) Message-Id: <41bbace7-1b09-8464-a082-e4152f07fdb4@physik.fu-berlin.de> 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: Andy Shevchenko Cc: linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Morton , kernel test robot Hi Andy! On 5/20/21 3:17 PM, Andy Shevchenko wrote: > 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). I just pulled linux-next and was able to build a kernel for my RX-2600 without any problems. Since your patch is already in the tree, I assume it's correct. Do you want me to test anything else? I can test-boot the kernel later, but I want to avoid that now since I don't want to turn on the noisy server while at home :-). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz@debian.org `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913