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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 EC3FAC47082 for ; Tue, 8 Jun 2021 13:24:11 +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 B6E9C61249 for ; Tue, 8 Jun 2021 13:24:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B6E9C61249 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=esk+DJh50Pwlk21E0fYBLvWQidVnOqg5jkBvC3lBdN8=; b=4es/z+wK1V6XV1 HkMAC0b3wXia2dnaBMO+K2LF0F6W0NsbxoV/N1sFGSRu/lpUUMK/LRMIzhd23AbDYujaDYIVV5IDt LxStVLYQoUobDLzoNXlyaRyWWsVsC8gDb7q6M3AdjP4fKuFY5AbiUtTPvTz+BiZARxb7fufRrEtfF xMzR7FrHM007mD5lKRPuq3SixIDOWAfwqJsQ4ms+YoXc1iGykms+vM4WkS9EnMYDBOgyJEKEFP6GV /l3MBh/UctLNeU5X6Tumloz0nqpb9IPfPGlXehbHiW/HYfUBcrao2E9hnN/Fc6gX3ImQtSaaO+85f BPuWMKlWN7a/VyMknsLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqbgf-008bVo-0O; Tue, 08 Jun 2021 13:22:33 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqbgB-008bPX-QB for linux-arm-kernel@lists.infradead.org; Tue, 08 Jun 2021 13:22:05 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5EBC761009; Tue, 8 Jun 2021 13:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623158523; bh=mtvWnbmBocJTL5IQ8nmdyGDPwep43nZP+H6Se2eiSKU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=V5svxhTnSFRpCA6mKet174k87erDd9xvmmUWbpXzE5T62z15swZi5RyWH70lFyLXA FuIj5+QCptQD1aebfCmPvQJjdGHj3C7/HSKua2rWf/rs0m3LFguPlsF4GUKw6t3JBV qAkUBvqEryyM4iflst1vgbfETOuYlYxQDYSwHFXOKoZrPa21N1GsR3+9t6ZonlMeO7 7k+87cNLpfNKpkhwfC3rrCeT+WUENHEA8a3lQAnyoGJrGwjxRsTSpHUh3SvAr6Tlgs MlK5ccSeLVM1OJDmo1VeLwTkf9InZxUr6cCnFiVyrzRrfoERLz0xNhoJr2mL1KzIZ5 l8gyA2FxrNHyA== From: Will Deacon To: Mark Rutland , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , Robin Murphy Subject: Re: [PATCH] arm64: mm: decode xFSC in mem_abort_decode() Date: Tue, 8 Jun 2021 14:21:52 +0100 Message-Id: <162315800528.2774193.5209202854043232051.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210608123742.11921-1-mark.rutland@arm.com> References: <20210608123742.11921-1-mark.rutland@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210608_062203_934747_67362259 X-CRM114-Status: UNSURE ( 9.09 ) X-CRM114-Notice: Please train this message. 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, 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 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel