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.5 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,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 75206C4338F for ; Fri, 30 Jul 2021 18:04:25 +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 38B4560F94 for ; Fri, 30 Jul 2021 18:04:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 38B4560F94 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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=kitwCJS6ds0ZcmmGVTTQ/CcYQXazSQFzxd5bemlrbWI=; b=UzsCppE29J5loI x52QoiAB5O5j2RCGeNUSSAFa36dpPkmF3Da7BGfeEzMAVO8+lLi7NSeAoTW+iLroX2pv//ZgKvFvr vs8tzgL/SzTSS/Bm6j9wJyAyInYc3W14HpWYbAC+WicnNzosUqMm90/ArAOAtxOyEv2v7bCh8+Lxr lEPfKMBBAsF/dRiVEZyLBGxa0dZYsSpeaXeI9toKVoqAZck1Pr9O0iKa0D3S4phSqL4zFJD9Kckfo aRaB0ByLrMVBMKflJ+DwqbV7LzUmV4m5GanKzoQB/pXCv7RZPNGmW7ncDm9QihvzIHDp95Jt8HGOX gFTiDB9UuDPdb6vgv8Dw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m9Wps-009pmj-Rs; Fri, 30 Jul 2021 18:02:17 +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 1m9Wp0-009pFq-CT for linux-arm-kernel@lists.infradead.org; Fri, 30 Jul 2021 18:01:23 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id EC21260F9B; Fri, 30 Jul 2021 18:01:20 +0000 (UTC) From: Catalin Marinas To: linux-arm-kernel@lists.infradead.org, Shaokun Zhang Cc: Will Deacon , Vladimir Murzin , Lingyan Huang Subject: Re: [PATCH v3] arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATE Date: Fri, 30 Jul 2021 19:01:19 +0100 Message-Id: <162766803320.17946.11155227235816331888.b4-ty@arm.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <1626920436-54816-1-git-send-email-zhangshaokun@hisilicon.com> References: <1626920436-54816-1-git-send-email-zhangshaokun@hisilicon.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210730_110122_476332_7E92D645 X-CRM114-Status: UNSURE ( 5.85 ) 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 Thu, 22 Jul 2021 10:20:36 +0800, Shaokun Zhang wrote: > The current code to print PSTATE when generating backtraces does not > include SSBS bit and DIT bit, so add this information. Applied to arm64 (for-next/misc), thanks! [1/1] arm64: SSBS/DIT: print SSBS and DIT bit when printing PSTATE https://git.kernel.org/arm64/c/ec63e300fa8b -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel