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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6293DECAAD5 for ; Tue, 6 Sep 2022 15:39:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232715AbiIFPjx (ORCPT ); Tue, 6 Sep 2022 11:39:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239892AbiIFPjJ (ORCPT ); Tue, 6 Sep 2022 11:39:09 -0400 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E07B2A248 for ; Tue, 6 Sep 2022 07:49:39 -0700 (PDT) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1662475777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vKfDObdG6YvwMUOT+NGjuSPIDBSl/+OGS7uJUe/yCJk=; b=PEAC/pxfxBmpiaTHnan+GUhay2drgZlqqkDzgylZ3lENzn4GyiZvEHFR0iz5TRFv9XOiyd 0ysPyzxJtUH3TBTKKcD0W6w4QpP2uy2EfS8ANfvV7HVJBcfp0a7bHnYSXz+J6ULQvJgB41 QuC5uE6V6ED89VHNOZFqgOjUVfdJQYU= Date: Tue, 6 Sep 2022 17:49:35 +0300 MIME-Version: 1.0 Subject: Re: RISC-V: patched kexec-tools on github for review/testing Content-Language: en-US To: Nick Kossifidis , Yixun Lan Cc: Alexandre Ghiti , ebiederm@xmission.com, kexec@lists.infradead.org, linux-riscv , "linux-kernel@vger.kernel.org List" , Alexandre ghiti , Mike Rapoport , geert+renesas@glider.be, Stephano Cetola , Philipp Tomsich , Palmer Dabbelt , Anup Patel , Atish Patra References: <00c521b5b872b06c9350145c7d39fe7c@mailhost.ics.forth.gr> <2ec74f4bd0e7b7cb4b579e9e042fc035@mailhost.ics.forth.gr> <75409de5-2351-3ab2-5162-33ebd8d30749@ics.forth.gr> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Vasily Averin In-Reply-To: <75409de5-2351-3ab2-5162-33ebd8d30749@ics.forth.gr> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/5/22 15:23, Nick Kossifidis wrote: > On 7/2/22 14:35, Yixun Lan wrote: >> I'd also like to try kexec on unmatched board, and encounter the same error >> as Alexandre Ghiti reported, generally I'm using almost same cmdline > > The kernel-side patches have already been merged upstream, for > kexec-tools there are some people working on fixes, I'm expecting > pull requests on the github before I do a pull request upstream. You > should be able to use kexec without initrd. Dear Nick, Yuxun, first of all thank you very much for your great work. Could you please clarify about state of makedumpfile on RISC-V? Thank you, Vasily Averin