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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 AD7BFC43603 for ; Wed, 18 Dec 2019 09:09:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 78AE3227BF for ; Wed, 18 Dec 2019 09:09:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576660180; bh=7p1OzltEZEmB0CiHFlkfl9O1s0FHcf0C4bMyS+2zgBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DAMvQxFGkSyttcobK3F2Q/iPF7WIjZqnF+AgCOXpnYLA9ZusWHKT/VIHjy98U6XIq x0yMG61JDw+EbYWEfRou1KjQ+Liew41hKJFLyjW4PRFLOEST/kxBoMVuWN0MNajuyL 06rwEBX8DWaNCToW4yz0BtjfeF0pZ8dXJL9gyrto= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726749AbfLRJJj (ORCPT ); Wed, 18 Dec 2019 04:09:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:33976 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725785AbfLRJJj (ORCPT ); Wed, 18 Dec 2019 04:09:39 -0500 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5759A20717; Wed, 18 Dec 2019 09:09:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576660178; bh=7p1OzltEZEmB0CiHFlkfl9O1s0FHcf0C4bMyS+2zgBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T3Qmls+3oGDEQhywVUrCCKEOeKinH1e2EimPPT29RqOwaajYXguON53TGXGlPXSUF equvOmN5ftMPc58DJZYz9M9yEOb1xIy3td/nuNDreNLt3m/+GitQdVmkk/n5lDij27 0yd/eZmYEAgbU9w2vkczNbZfoK+ONs7npCr65h+U= Date: Wed, 18 Dec 2019 09:09:32 +0000 From: Will Deacon To: Chen Zhou Cc: tglx@linutronix.de, mingo@redhat.com, catalin.marinas@arm.com, james.morse@arm.com, dyoung@redhat.com, bhsharma@redhat.com, horms@verge.net.au, guohanjun@huawei.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kexec@lists.infradead.org Subject: Re: [PATCH v6 0/4] support reserving crashkernel above 4G on arm64 kdump Message-ID: <20191218090932.GA14061@willie-the-truck> References: <20190830071200.56169-1-chenzhou10@huawei.com> <2a97b296-59e7-0a26-84fa-e2ddcd7987b6@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a97b296-59e7-0a26-84fa-e2ddcd7987b6@huawei.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 18, 2019 at 10:07:59AM +0800, Chen Zhou wrote: > Friendly ping... You broke the build: https://lore.kernel.org/lkml/201909010744.CDe940pv%lkp@intel.com https://lore.kernel.org/lkml/201909010704.4m9y2sg7%lkp@intel.com So I doubt anybody will seriously look at this. Will 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 7CA1AC43603 for ; Wed, 18 Dec 2019 09:09:50 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 1CE7D20717 for ; Wed, 18 Dec 2019 09:09:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="YnL7OofV"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="T3Qmls+3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1CE7D20717 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=L5W6CMYlRucfMawTVp0q+1Be6nVoyZtR5zV4USat7eQ=; b=YnL7OofVYgIpxY fYdV3ymZwhJVge10LdEqu2GjIVwT4gcWAplz6Ddmpsz4+pYLJ1cyE0OxWhjpGw2f9aTJj9Jm+5qBI yjjHB1VrWzBaM5i7FeA7La0MQKyRJNeEOYbrCCnDRzt8QkuVEL5WNzGUpcPVSGlu6IlCdDxQL+dkU Z6LubmFGi9QpePIH+y/X6eH8CsLkLJgMlMrALT9NxN4KIhgcp7791ZaB6lMau6gcH4OFOjd5RTLcJ W4C9KWguseDCw4GD7W8poknIUdbuFAhbsdXb0AYOz/ThcTtTWhg+unIyUfBoahuVq/9rdowvl7cLm vUnRfjVAlLRMHqgZd13w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ihVL1-0001Cu-Ar; Wed, 18 Dec 2019 09:09:47 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ihVKx-0001BC-0B; Wed, 18 Dec 2019 09:09:44 +0000 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5759A20717; Wed, 18 Dec 2019 09:09:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576660178; bh=7p1OzltEZEmB0CiHFlkfl9O1s0FHcf0C4bMyS+2zgBc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T3Qmls+3oGDEQhywVUrCCKEOeKinH1e2EimPPT29RqOwaajYXguON53TGXGlPXSUF equvOmN5ftMPc58DJZYz9M9yEOb1xIy3td/nuNDreNLt3m/+GitQdVmkk/n5lDij27 0yd/eZmYEAgbU9w2vkczNbZfoK+ONs7npCr65h+U= Date: Wed, 18 Dec 2019 09:09:32 +0000 From: Will Deacon To: Chen Zhou Subject: Re: [PATCH v6 0/4] support reserving crashkernel above 4G on arm64 kdump Message-ID: <20191218090932.GA14061@willie-the-truck> References: <20190830071200.56169-1-chenzhou10@huawei.com> <2a97b296-59e7-0a26-84fa-e2ddcd7987b6@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2a97b296-59e7-0a26-84fa-e2ddcd7987b6@huawei.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191218_010943_061294_FCE12806 X-CRM114-Status: UNSURE ( 5.23 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: horms@verge.net.au, catalin.marinas@arm.com, bhsharma@redhat.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, mingo@redhat.com, james.morse@arm.com, guohanjun@huawei.com, tglx@linutronix.de, dyoung@redhat.com, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Dec 18, 2019 at 10:07:59AM +0800, Chen Zhou wrote: > Friendly ping... You broke the build: https://lore.kernel.org/lkml/201909010744.CDe940pv%lkp@intel.com https://lore.kernel.org/lkml/201909010704.4m9y2sg7%lkp@intel.com So I doubt anybody will seriously look at this. Will _______________________________________________ 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 Return-path: Date: Wed, 18 Dec 2019 09:09:32 +0000 From: Will Deacon Subject: Re: [PATCH v6 0/4] support reserving crashkernel above 4G on arm64 kdump Message-ID: <20191218090932.GA14061@willie-the-truck> References: <20190830071200.56169-1-chenzhou10@huawei.com> <2a97b296-59e7-0a26-84fa-e2ddcd7987b6@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <2a97b296-59e7-0a26-84fa-e2ddcd7987b6@huawei.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Chen Zhou Cc: horms@verge.net.au, catalin.marinas@arm.com, bhsharma@redhat.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, mingo@redhat.com, james.morse@arm.com, guohanjun@huawei.com, tglx@linutronix.de, dyoung@redhat.com, linux-arm-kernel@lists.infradead.org On Wed, Dec 18, 2019 at 10:07:59AM +0800, Chen Zhou wrote: > Friendly ping... You broke the build: https://lore.kernel.org/lkml/201909010744.CDe940pv%lkp@intel.com https://lore.kernel.org/lkml/201909010704.4m9y2sg7%lkp@intel.com So I doubt anybody will seriously look at this. Will _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec