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=-11.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 0FAD7C43463 for ; Fri, 18 Sep 2020 09:38:28 +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 8C70321973 for ; Fri, 18 Sep 2020 09:38:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="m2pnj4Cs" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8C70321973 Authentication-Results: mail.kernel.org; dmarc=none (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=merlin.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:References: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=c2Zhm0YXWy0geE6zMN/qClKCcZk7iJ4In+thc1HGH8g=; b=m2pnj4Cs/NvnjNyow5J/DWRrx Jf3Ze+cUTS1PrgbBpF+YnkXRXs3PD5BPHnsvZYG1py6YO/9p6YA4r4GI85TQLnmKSs1//SKy64qNt 6iXqPmPsO8iLwqUfgAu8kZyG3wWyc+vJmf6ttgn0r0Oua6YrdFEdbPTZb9zOeuE1HkJCSH76LqZl4 Z4prn7xlH01uTbyPjqcMd7bLjQbE4fod7tZzfReucixpXLDPBVdsGL3wRx0qJjAneB4xcq/8V64GS +JWrLJizxuv3ogU3KmjejK9Erk2VFKq7UvVBIZcmpSIQCENqBuCcZjh06K/ch5gVRPvB108SlK0zJ 9HmSTivbA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kJCpG-0004JA-Cl; Fri, 18 Sep 2020 09:37:06 +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 1kJCpD-0004IF-CD for linux-arm-kernel@lists.infradead.org; Fri, 18 Sep 2020 09:37:04 +0000 Received: from gaia (unknown [31.124.44.166]) (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 B0C1C21973; Fri, 18 Sep 2020 09:36:59 +0000 (UTC) Date: Fri, 18 Sep 2020 10:36:57 +0100 From: Catalin Marinas To: Vincenzo Frascino Subject: Re: [PATCH v2 22/37] arm64: mte: Add in-kernel MTE helpers Message-ID: <20200918093656.GB6335@gaia> References: <4ac1ed624dd1b0851d8cf2861b4f4aac4d2dbc83.1600204505.git.andreyknvl@google.com> <20200917134653.GB10662@gaia> <7904f7c2-cf3b-315f-8885-e8709c232718@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7904f7c2-cf3b-315f-8885-e8709c232718@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200918_053703_555125_681EEFA0 X-CRM114-Status: GOOD ( 28.38 ) 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-kernel@lists.infradead.org, Marco Elver , Elena Petrova , Andrey Konovalov , Kevin Brodsky , Will Deacon , Branislav Rankov , kasan-dev@googlegroups.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Alexander Potapenko , Evgenii Stepanov , Andrey Ryabinin , Andrew Morton , Dmitry Vyukov 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, Sep 17, 2020 at 03:21:41PM +0100, Vincenzo Frascino wrote: > On 9/17/20 2:46 PM, Catalin Marinas wrote: > > On Tue, Sep 15, 2020 at 11:16:04PM +0200, Andrey Konovalov wrote: > >> diff --git a/arch/arm64/kernel/mte.c b/arch/arm64/kernel/mte.c > >> index 52a0638ed967..e238ffde2679 100644 > >> --- a/arch/arm64/kernel/mte.c > >> +++ b/arch/arm64/kernel/mte.c > >> @@ -72,6 +74,52 @@ int memcmp_pages(struct page *page1, struct page *page2) > >> return ret; > >> } > >> > >> +u8 mte_get_mem_tag(void *addr) > >> +{ > >> + if (system_supports_mte()) > >> + asm volatile(ALTERNATIVE("ldr %0, [%0]", > >> + __MTE_PREAMBLE "ldg %0, [%0]", > >> + ARM64_MTE) > >> + : "+r" (addr)); > > > > This doesn't do what you think it does. LDG indeed reads the tag from > > memory but LDR loads the actual data at that address. Instead of the > > first LDR, you may want something like "mov %0, #0xf << 56" (and use > > some macros to avoid the hard-coded 56). > > The result of the load should never be used since it is meaningful only if > system_supports_mte(). It should be only required for compilation purposes. > > Said that, I think I like more your solution hence I am going to adopt it. Forgot to mention, please remove the system_supports_mte() if you use ALTERNATIVE, we don't need both. I think the first asm instruction can be a NOP since the kernel addresses without KASAN_HW or ARM64_MTE have the top byte 0xff. > >> + > >> + return 0xF0 | mte_get_ptr_tag(addr); > >> +} > >> + > >> +u8 mte_get_random_tag(void) > >> +{ > >> + u8 tag = 0xF; > >> + u64 addr = 0; > >> + > >> + if (system_supports_mte()) { > >> + asm volatile(ALTERNATIVE("add %0, %0, %0", > >> + __MTE_PREAMBLE "irg %0, %0", > >> + ARM64_MTE) > >> + : "+r" (addr)); > > > > What was the intention here? The first ADD doubles the pointer value and > > gets a tag out of it (possibly doubled as well, depends on the carry > > from bit 55). Better use something like "orr %0, %0, #0xf << 56". > > Same as above but I will use the orr in the next version. I wonder whether system_supports_mte() makes more sense here than the alternative: if (!system_supports_mte()) return 0xff; ... mte irg stuff ... (you could do the same for the mte_get_mem_tag() function) > >> + > >> + tag = mte_get_ptr_tag(addr); > >> + } > >> + > >> + return 0xF0 | tag; > > > > This function return seems inconsistent with the previous one. I'd > > prefer the return line to be the same in both. > > The reason why it is different is that in this function extracting the tag from > the address makes sense only if irg is executed. > > I can initialize addr to 0xf << 56 and make them the same. I think you are right, they can be different. But see my comment above about not doing the unnecessary shifting when all you want is to return 0xff with !MTE. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel