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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 3B5DEC4338F for ; Tue, 24 Aug 2021 22:44:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2566661371 for ; Tue, 24 Aug 2021 22:44:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229837AbhHXWoq (ORCPT ); Tue, 24 Aug 2021 18:44:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:47204 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbhHXWop (ORCPT ); Tue, 24 Aug 2021 18:44:45 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D14436128A; Tue, 24 Aug 2021 22:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629845040; bh=GgSuJcA7bFVt0ybi6Nstz+q4perrXRwFyg1qNEVRquI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=h4gUMoR83nNHBimPYa4n0QIaQsGIEytgWZNSyfSz1bflJqll4RhsvGUslsQigPdA9 8CeSKHimEOZWKLQKwjnwEV0bIVvQ8+Eg+tQ9wH8ReOFKdplBPaIWkQlkltPRJKzJ8L bsGNt9RHDyJWiigV48oj0dMLczAstQkX6MSk+pXXges1I7bmngT8isYnSdFrzhBYmB ceqsdyyL+fwbiKdQjvZPODWYSOf+lxuu7zR0ZW0RUuwIjtegXcBa2Tp2A+OQQ5O4+g AYsnW1ZBs5dVJiV4suHW0KZXSE0lftTrLm9nMIsnHaPzE/RRPgbseKjesczF8aUv9l lv95pJLArZogg== Received: by mail-ej1-f46.google.com with SMTP id x11so47617222ejv.0; Tue, 24 Aug 2021 15:44:00 -0700 (PDT) X-Gm-Message-State: AOAM533rB1ldh/K9cvJ6IiC69Vf3OwQivKb/zRapilKwGY+u5bA5XIKL h1NMM3q6NMQpdB1v3/x5nbKxtOHr6jr5o6tV1Q== X-Google-Smtp-Source: ABdhPJyUY2L4QJTbPsFYD+ikQSi/9Dj0VJmplebp6jADpQGcDDA3Pj3knpdqSPXaTaP34wTa4JhBo1wA1Rnk6ojOk9E= X-Received: by 2002:a17:906:b4d:: with SMTP id v13mr12333564ejg.468.1629845039486; Tue, 24 Aug 2021 15:43:59 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Rob Herring Date: Tue, 24 Aug 2021 17:43:48 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5 0/9] Add generic support for kdump DT properties To: Geert Uytterhoeven Cc: Russell King , Nicolas Pitre , Ard Biesheuvel , Linus Walleij , Catalin Marinas , Will Deacon , Thomas Bogendoerfer , Nick Kossifidis , Paul Walmsley , Palmer Dabbelt , Albert Ou , Frank Rowand , Dave Young , Baoquan He , Vivek Goyal , Mike Rapoport , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , "open list:BROADCOM NVRAM DRIVER" , linux-riscv , kexec@lists.infradead.org, Linux-Renesas , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Tue, Aug 24, 2021 at 6:55 AM Geert Uytterhoeven wrote: > > On Mon, Aug 23, 2021 at 4:52 PM Rob Herring wrote: > > On Mon, Aug 23, 2021 at 5:13 AM Geert Uytterhoeven wrote: > > > On Sun, Aug 15, 2021 at 5:25 PM Rob Herring wrote: > > > > On Wed, Aug 11, 2021 at 10:50:58AM +0200, Geert Uytterhoeven wrote: > > > > > This patch series adds generic support for parsing DT properties related > > > > > to crash dump kernels ("linux,elfcorehdr" and "linux,elfcorehdr" under > > > > > the "/chosen" node), makes use of it on arm32, and performs a few > > > > > cleanups. It is an evolution of the combination of [1] and [2]. > > > > > > > > The DT bits look fine to me. How do you expect this to be merged? I'm > > > > happy to take it if arch maintainers can ack it. > > > > > > I had hoped you could take the series... > > > > My current thought is I'll take 2-5, 7 and 8 given that's what I have > > acks for and the others can be applied independently. > > Note that Palmer did ack patch 6, so you can include it. Right, but Palmer should have taken it if it's for 5.14. Anyways, I've now applied patches 2-8. If we want to improve the handling over what arm64 code did as discussed, I think that's a separate patch anyways. Rob