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=-2.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 3D4FEC47404 for ; Fri, 4 Oct 2019 13:03:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 0AE62207FF for ; Fri, 4 Oct 2019 13:03:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="k3DMSt5m" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0AE62207FF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=free.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OAW2sZMOlSrNMJfex/ztTUldpJEHkwOhBjuqE66K/zY=; b=k3DMSt5mcK/1mJ BYTIlUJ+/gLbTpWJTEwOYLlYWB2b6tWPtXIndAIYhhJGF7DtSqWSdo2uOukmwN2QTuWCoyt3BSh6t 2xj5HM7ugOYGvXGu41+Fx89dRJyDqKRIwUhqkm78a4OyQPZycUtrJP3tNu9N68kUP+1bSLdITC+C6 7aGhEfwwaTrW3H3t+JqqijW1mlqU2OkpFNSf1vRmsEOwGtGiN3J1gKA5JuZCs9M2lk9+o+1cZcYn/ gvQa6Dqv8shpaSiKGdvVXbzxSTnDkHVQ1PnR3nhuM/oHe3HBwTg/FPgsiwDxgP9gUuJZFUO6RUTLi 6WCSWxLHl9KDr23dGANQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iGNFM-0001PD-Eh; Fri, 04 Oct 2019 13:03:48 +0000 Received: from ns.iliad.fr ([212.27.33.1]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iGNFJ-0001Oe-0p for linux-arm-kernel@lists.infradead.org; Fri, 04 Oct 2019 13:03:46 +0000 Received: from ns.iliad.fr (localhost [127.0.0.1]) by ns.iliad.fr (Postfix) with ESMTP id ED6FD20505; Fri, 4 Oct 2019 15:03:38 +0200 (CEST) Received: from [192.168.108.37] (freebox.vlq16.iliad.fr [213.36.7.13]) by ns.iliad.fr (Postfix) with ESMTP id DA3791FF45; Fri, 4 Oct 2019 15:03:38 +0200 (CEST) Subject: Re: [PATCH 2/8] arm64: remove __exception annotations To: James Morse References: <20191003171642.135652-1-james.morse@arm.com> <20191003171642.135652-3-james.morse@arm.com> From: Marc Gonzalez Message-ID: Date: Fri, 4 Oct 2019 15:03:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20191003171642.135652-3-james.morse@arm.com> Content-Language: en-US X-Virus-Scanned: ClamAV using ClamSMTP ; ns.iliad.fr ; Fri Oct 4 15:03:38 2019 +0200 (CEST) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191004_060345_210835_27406527 X-CRM114-Status: UNSURE ( 6.38 ) X-CRM114-Notice: Please train this message. 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: Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 03/10/2019 19:16, James Morse wrote: > Since commit 732674980139 ("arm64: unwind: reference pt_regs via embedded > stack frame") arm64 has has not used the __exception annotation to dump s/has has not/has not/ ? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel