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 48901C433F5 for ; Mon, 23 May 2022 09:34:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233206AbiEWJeu (ORCPT ); Mon, 23 May 2022 05:34:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233370AbiEWJep (ORCPT ); Mon, 23 May 2022 05:34:45 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1DADC4B1F9; Mon, 23 May 2022 02:34:42 -0700 (PDT) Received: from zn.tnic (p200300ea974657b3329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9746:57b3:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id E65A01EC018C; Mon, 23 May 2022 11:34:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1653298477; 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:in-reply-to:in-reply-to: references:references; bh=wfztkaByN97ueSWPSqUqhksXQIUMUHKpNYslfU+pPrg=; b=ebzCyRjlW0zFUmL1cfxuMt0O5oJoWih0LGLxXewxEsVV0HwLlSAaeluWxaSLSeO8QNDjlX RcOcKTTgh1zkPPm6FIe+5BQlCC9pN1+LFFgLzn53igTIFT5imcU7xC2Riu5Mj/+AFraVpv uPGo0V8r+Ar0u93K+6/I7bDk6Lzm3r4= Date: Mon, 23 May 2022 11:34:31 +0200 From: Borislav Petkov To: Medad Young Cc: rric@kernel.org, James Morse , tony.luck@intel.com, Mauro Carvalho Chehab , Rob Herring , Benjamin Fair , Nancy Yuen , Patrick Venture , KWLIU@nuvoton.com, YSCHU@nuvoton.com, JJLIU0@nuvoton.com, KFTING , Avi Fishman , Tomer Maimon , Tali Perry , ctcchien@nuvoton.com, linux-edac , Linux Kernel Mailing List , devicetree , OpenBMC Maillist Subject: Re: [PATCH v9 1/3] ARM: dts: nuvoton: Add memory controller node Message-ID: References: <20220510031056.1657-1-ctcchien@nuvoton.com> <20220510031056.1657-2-ctcchien@nuvoton.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, May 23, 2022 at 05:06:07PM +0800, Medad Young wrote: > I did do "git commit --amend", > I beleve the issue is about the mail server I used, > I use gmail to send the mail due to the mail server of my company > does't support smtp > so now I should sign the commit with my gmail account. No, you should supply --author too - I had forgotten about that. commit 0876b99e4aa2bf7113070c9c0f5d0ade7ad91697 (HEAD -> refs/heads/test) Author: Medad CChien Date: Tue May 10 11:10:54 2022 +0800 ARM: dts: nuvoton: Add memory controller node ECC must be configured in the BootBlock header. Then, you can read error counts via the EDAC kernel framework. Signed-off-by: Medad CChien $ git commit --amend --author="Medad CChien " [test 5d6cd85171d1] ARM: dts: nuvoton: Add memory controller node Author: Medad CChien Date: Tue May 10 11:10:54 2022 +0800 1 file changed, 7 insertions(+) $ git log -p -1 commit 5d6cd85171d14e67840e672e2f96a16981243424 (HEAD -> refs/heads/test) Author: Medad CChien Date: Tue May 10 11:10:54 2022 +0800 ARM: dts: nuvoton: Add memory controller node ECC must be configured in the BootBlock header. Then, you can read error counts via the EDAC kernel framework. Signed-off-by: Medad CChien $ git format-patch -1 -o /tmp/ /tmp/0001-ARM-dts-nuvoton-Add-memory-controller-node.patch $ head /tmp/0001-ARM-dts-nuvoton-Add-memory-controller-node.patch >From 5d6cd85171d14e67840e672e2f96a16981243424 Mon Sep 17 00:00:00 2001 From: Medad CChien ^^^^^^^^^^^^^^^^^^^^^^ Don't hesitate to look at the manpages if a tool doesn't do what you expect it to do. HTH. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette