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=-10.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham 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 B0020C433DB for ; Thu, 25 Feb 2021 16:09:55 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4F60864E7A for ; Thu, 25 Feb 2021 16:09:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4F60864E7A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=goodmis.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=5m8AkYeh6nSrgAFZVAymOQTMrB7I/XZ3vjKVLeHx3sw=; b=yqzBNAuereNcfK8mZjcaPsOyJ knuUG/VVckyiktzNqYs7banlI2U1f3XHc44G4qTtos1RLwMVTL+5pwmMBrZduRQJg86cAwB9v/V8c Akur3cf4XvlKbYC9nKbeKgcoHDCtDeLggMYtWkpsKOaEZj7C7fvXifqzIPg6nm7K6nr+9ZkAzxQ7B y1P3nts5QyMqg9zNzFxQxdJA9XTtBtpXjmPOPlYln9vWmOpduX74qC7XSYD8gShHtNiJmGqhGc6Vk C2PbiStx5F8mXg8+zTspdRYWzmxtFHoWpeOO596wXEYvzAmtUBUzit6XV4L2Z7wOCl0HLHfqSwrea 5+GgrmhrQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lFJBt-0003c8-3M; Thu, 25 Feb 2021 16:08:37 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lFJBq-0003bK-G6 for linux-arm-kernel@lists.infradead.org; Thu, 25 Feb 2021 16:08:35 +0000 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7463B64ED3; Thu, 25 Feb 2021 16:08:32 +0000 (UTC) Date: Thu, 25 Feb 2021 11:08:30 -0500 From: Steven Rostedt To: Will Deacon Subject: Re: [PATCH] recordmcount: Fix the wrong use of w* in arm64_is_fake_mcount() Message-ID: <20210225110830.3656572d@gandalf.local.home> In-Reply-To: <20210225160116.GA13604@willie-the-truck> References: <20210225140747.10818-1-lihuafei1@huawei.com> <20210225094426.7729b9cc@gandalf.local.home> <20210225160116.GA13604@willie-the-truck> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210225_110834_606221_C0F83487 X-CRM114-Status: GOOD ( 11.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: catalin.marinas@arm.com, linux-kernel@vger.kernel.org, christophe.leroy@csgroup.eu, zhangjinhao2@huawei.com, yangjihong1@huawei.com, Li Huafei , gregory.herrero@oracle.com, xukuohai@huawei.com, linux-arm-kernel@lists.infradead.org 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 Thu, 25 Feb 2021 16:01:17 +0000 Will Deacon wrote: > Acked-by: Will Deacon Thanks! > > But you know you could avoid these sorts of problems by moving to little > endian along with everybody else? ;) But then how do we find these bug? -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel