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 BF17BC4332F for ; Fri, 18 Nov 2022 19:45:13 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lP+CV3S3K5/w+eTL3z2dbevLNtSoD5eZeJiDRuUhXUY=; b=yJOlUt7jZiIQRj fcUj/TDqR9pCW/u/Wd/+6L7A4ImmfDwf8G+Xiv0Aa7xPIDHbhB3Zv26doh6EbzIbipb8p3PgrEmdx Y4WTPW0Vz3DTrmSFcMmPOi0FQw1YLr3MMuDc2dZqj2J6Pv2/iOeh5snaG0WYBoa5rFqT3icWniDJK 9VpZOX1XPEphDyq9X2N2h3dHYyRm2Q996BKa/X2NXeKH0IK2lIaO+W86Da7MksXrEiwM+PCqpDSYv ghP+L0pAKfhi634ZMWyHY5kdL2FX85NP7tHvCIr6P8r0PO1M2l7NM1JWFffw3Kjugx6TFN+yUYCIb gk/59kvCGSPhrJK6gx5w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ow7HV-007fbN-Le; Fri, 18 Nov 2022 19:44:10 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ow7Em-007e2d-Ra; Fri, 18 Nov 2022 19:41:22 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 72D356276A; Fri, 18 Nov 2022 19:41:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7DE23C43140; Fri, 18 Nov 2022 19:41:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668800479; bh=+3EX58SiFaImStqvJ4r/d4PsMH6/0v2Cwfofas6RK3Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P4WpzHo8y+JQNfimsmgcCDI07q4Ve15Hri1lw0PWWcMut4ZlaL0DQe28Pk/+zv3tC NF8djW/LcCjP8mGau2x1Vx7yEdLL/ZyaeNm3XRCmvNok3b3M66YTYovuoK8uJVkvEG 9dX+xSYdhMMQ7PdibUHMtNxcG74Y6YQTONHQu6/+3QLWmcxgs0FBFH28Cn4TaGWBnq rfRIx601XTi/u+nYXoV9R+ShLqvfF2idEqBtBvGXNcREgnlPT//tQeCla31uwdh34Y T+lcgj94LMP/nznWgI/0HgpqC4rmIkF7gEA3U+JF1zOCymM6l5Llx6p6rSLxHAPVp2 vum3etFRxpsww== From: Will Deacon To: kexec@lists.infradead.org, Jonathan Corbet , linux-doc@vger.kernel.org, Dave Young , linux-arm-kernel@lists.infradead.org, Baoquan He , Zhen Lei , linux-kernel@vger.kernel.org, Catalin Marinas , Vivek Goyal Cc: kernel-team@android.com, Will Deacon , John Donnelly , Feng Zhou , Randy Dunlap , Chen Zhou , "Eric W . Biederman" , Dave Kleikamp , Kefeng Wang Subject: Re: [PATCH v4 0/2] arm64: kdump: Function supplement and performance optimization Date: Fri, 18 Nov 2022 19:40:48 +0000 Message-Id: <166878087548.1783067.11242325570720961559.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221116121044.1690-1-thunder.leizhen@huawei.com> References: <20221116121044.1690-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221118_114120_964458_2B0DB1F8 X-CRM114-Status: UNSURE ( 8.46 ) X-CRM114-Notice: Please train this message. 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 Wed, 16 Nov 2022 20:10:42 +0800, Zhen Lei wrote: > v3 --> v4: > 1. Set DEFAULT_CRASH_KERNEL_LOW_SIZE to a fixed 128M. > 2. Some lightweight code adjustments based on Catalin Marinas's comments > > v2 --> v3: > 1. Discard patch 3 in v2, a cleanup patch. > > [...] Applied to arm64 (for-next/kdump), thanks! [1/2] arm64: kdump: Provide default size when crashkernel=Y,low is not specified https://git.kernel.org/arm64/c/a149cf00b158 [2/2] arm64: kdump: Support crashkernel=X fall back to reserve region above DMA zones https://git.kernel.org/arm64/c/a9ae89df7377 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel