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=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 35D2FC47082 for ; Tue, 8 Jun 2021 13:57:28 +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 0388B61078 for ; Tue, 8 Jun 2021 13:57:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0388B61078 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=KKTGebz8o5kPBh1nqFs00fqq19WMk0fb4JWTo+wkJQM=; b=CglnUKMfrbnHJC EFQRtWTLjEY04Mt8vqq27O3ROhGf6TObbP9dswBQJHDQAB4ogufoo/DZYKvU3oUhsFIiR9qXvVbsA UI/DxJl25DTBoVCFLiJKex0Zo+lMNSTdgYDuyxl7GcaEQ08/YB66RUJC2vcs6QGebdv+4JQZgubed PsFyH2eeql9DGA4qIjMgTHZqw2jrNxIU/yDUXmZI3USkAVwJLDMSnPtC0rv18VKvg6XU1Ev32Ajt3 /P7Np0nxzVTqFnqqis5Zh+eszSwuYjQFQg7FRo65X4UoAbtmeCwqq1JaM+GQKI6CPTamsi0DjvYSr 5wXL+G2X028SC4StSIng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqcCv-008hPG-1B; Tue, 08 Jun 2021 13:55:53 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqcCq-008hOJ-GY for linux-arm-kernel@lists.infradead.org; Tue, 08 Jun 2021 13:55:50 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6596DD6E; Tue, 8 Jun 2021 06:55:45 -0700 (PDT) Received: from C02TD0UTHF1T.local (unknown [10.57.5.29]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5BFF93F73D; Tue, 8 Jun 2021 06:55:44 -0700 (PDT) Date: Tue, 8 Jun 2021 14:55:41 +0100 From: Mark Rutland To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, kernel-team@android.com, Robin Murphy Subject: Re: [PATCH] arm64: mm: decode xFSC in mem_abort_decode() Message-ID: <20210608135541.GB16585@C02TD0UTHF1T.local> References: <20210608123742.11921-1-mark.rutland@arm.com> <162315800528.2774193.5209202854043232051.b4-ty@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <162315800528.2774193.5209202854043232051.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210608_065548_615879_09F85299 X-CRM114-Status: GOOD ( 13.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Tue, Jun 08, 2021 at 02:21:52PM +0100, Will Deacon wrote: > On Tue, 8 Jun 2021 13:37:42 +0100, Mark Rutland wrote: > > It would be helpful if mem_abort_decode() could decode the DFSC/IFSC, as > > this can make it easier to identify common bugs (e.g. accesses which > > trigger alignment faults) without having to manually decode the xFSC > > value. > > > > Decode the xFSC in mem_abort_decode(). > > Applied to arm64 (for-next/mm), thanks! > > [1/1] arm64: mm: decode xFSC in mem_abort_decode() > https://git.kernel.org/arm64/c/392eec313f29 Thanks! Somehow I typo'd Robin's email address in the Cc list. If it's possible to fix that up in the patch, that'd be great. If that's a pain, no worries. I'll go find a keyboard I can actually handle... Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel