Message ID | 20220705142619.4135905-1-catalin.marinas@arm.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 0B04EC43334 for <linux-arm-kernel@archiver.kernel.org>; Tue, 5 Jul 2022 14:27:26 +0000 (UTC) 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: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:In-Reply-To:References: List-Owner; bh=j5Ic2y7DrAa66tLDsxLgZqmp4z7yDmo/Toewyz41rFY=; b=g8/iM52FTP4x4m u14T46wDNA0gGR+la+m6geSA+ws2koUZoPvWULpu7OO9+c++/PdSCspBs/DorfNgMJZcTm+becYR3 TYulgmpDT3pn/UmuQYZHIW8q975x9mirnj+d+E2cTnVR10/r9SRGmYCxL7uOm6J4tHrKj8++ZqD7L 0viSN57a6wYtJm1cqGROHMoph63+eyr1pfM8etAt0kqoZPzMuEyjGr6jPY5/oBqbYySRiAhBQLe/p X9DhCntkl3DGF47Lgr6VAIDqIOzrZMKBesHCmH/VJbVh0ZyMebZPHDSzXERP0e3rFKV1HqQmQ8wP0 WJRabwoTvzauqmdLo1aw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8jVV-000nnB-TV; Tue, 05 Jul 2022 14:26:29 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8jVS-000nlW-81 for linux-arm-kernel@lists.infradead.org; Tue, 05 Jul 2022 14:26:27 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E08D96199F; Tue, 5 Jul 2022 14:26:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC5ADC341C7; Tue, 5 Jul 2022 14:26:21 +0000 (UTC) From: Catalin Marinas <catalin.marinas@arm.com> To: Will Deacon <will@kernel.org>, Marc Zyngier <maz@kernel.org>, Steven Price <steven.price@arm.com>, Peter Collingbourne <pcc@google.com> Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/4] arm64: mte: Fix racing on MTE tag initialisation Date: Tue, 5 Jul 2022 15:26:15 +0100 Message-Id: <20220705142619.4135905-1-catalin.marinas@arm.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220705_072626_370228_F8E25680 X-CRM114-Status: GOOD ( 14.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
arm64: mte: Fix racing on MTE tag initialisation
|
expand
|