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 4955CC433F5 for ; Wed, 29 Dec 2021 16:30:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237613AbhL2QaI (ORCPT ); Wed, 29 Dec 2021 11:30:08 -0500 Received: from out03.mta.xmission.com ([166.70.13.233]:49182 "EHLO out03.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229608AbhL2QaG (ORCPT ); Wed, 29 Dec 2021 11:30:06 -0500 Received: from in01.mta.xmission.com ([166.70.13.51]:60148) by out03.mta.xmission.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1n2bq1-006J2r-5p; Wed, 29 Dec 2021 09:30:05 -0700 Received: from ip68-110-24-146.om.om.cox.net ([68.110.24.146]:42112 helo=email.froward.int.ebiederm.org.xmission.com) by in01.mta.xmission.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1n2bpz-007BGD-Dr; Wed, 29 Dec 2021 09:30:04 -0700 From: ebiederm@xmission.com (Eric W. Biederman) To: Guo Ren Cc: Nathan Chancellor , Brian Cain , Yoshinori Sato , Linux Kernel Mailing List References: <20211227184851.2297759-1-nathan@kernel.org> <20211227184851.2297759-4-nathan@kernel.org> Date: Wed, 29 Dec 2021 10:29:19 -0600 In-Reply-To: (Guo Ren's message of "Tue, 28 Dec 2021 09:46:25 +0800") Message-ID: <87o84zs7c0.fsf@email.froward.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1n2bpz-007BGD-Dr;;;mid=<87o84zs7c0.fsf@email.froward.int.ebiederm.org>;;;hst=in01.mta.xmission.com;;;ip=68.110.24.146;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX18zHzrgEB0nCAqppPLTARSuCpNxGJFcVxU= X-SA-Exim-Connect-IP: 68.110.24.146 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: [PATCH 3/3] csky: Fix function name in csky_alignment() and die() X-SA-Exim-Version: 4.2.1 (built Sat, 08 Feb 2020 21:53:50 +0000) X-SA-Exim-Scanned: Yes (on in01.mta.xmission.com) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Guo Ren writes: > Hi Nathan, > > Three wrong parts in csky! you forgot mm/fault.c. > > Eric's patch seems not to cc me? Why arm64 is correct, csky is wrong. -_*! Human frailty and the unfortunate fact I could not find a compiler for csky, h8300, or hexagon. Since I could not find a compiler I could not even compile test my changes. Nor I presume could any of the automated bots. The good thing is that Nathan caught my typo before the change made it to Linus. I will get these changes applied to my tree shortly. Eric