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=-4.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 701BFC4338F for ; Thu, 29 Jul 2021 10:54:15 +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 3623360EFF for ; Thu, 29 Jul 2021 10:54:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3623360EFF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linutronix.de 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: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=rzaXhqUxYn2/ni6khc2hqratieFyxrWUT+SFdUDTPpQ=; b=KJ3zqYfkdN5VWD Cyp9C+6j0buEICw58AUTihvUFq8PqZRrX3jqwbTcmrfdTRPL92lkYur1HV2u7ttuSxuIqos/+1QeB /SmAh6kxGGdrI/dc4djn8qb3xHGBuSeYHfjZ0/Sr6gHdeHSUWlP2lZsOCP4WqnrRm8tdcnTAUELzE SWHwfpXHR37zMNl6opQDG45hEt8jO34RjxG3QgyJdsTovHIeAjcncwHf3/f8ZH9mYUmodBh6P05WV s8oAtCFxSR0N3aEOjLnEkWvhMRt1Z+cdyg8n2Zu3psRXx2LKN0TUJmhpH868viwbMgzOjKp7+pLQj 6hMScfl/k/R5s3uzQaPg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m93eN-003tLe-Tb; Thu, 29 Jul 2021 10:52:28 +0000 Received: from galois.linutronix.de ([193.142.43.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m93eK-003tKh-7M for linux-arm-kernel@lists.infradead.org; Thu, 29 Jul 2021 10:52:25 +0000 From: Sebastian Andrzej Siewior DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1627555940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=b20rAvwTmUQc292kHeccEJ+iVKiyAmjl2M0oILl4gXY=; b=L7AyIInw1842i2F1AGtgw1+Vzg8PGJOiV0BC3Jo+Gew/hYSfdyeLmG8FjVl+DWhII8T1EA hzFxxMNw2ACN5vb6KCCpX7ISPs77C1odR+m/tuaTCLAoQ/+UckYB2Ki+chX8s1RQtlUcn8 ncr2Lk/Frxm6cLmZ8fndX1hvZE+M7UYPz+RFyFZkFIeQN2A6YNm6bc/MKRAgLawa0tdK8+ 717gglksyEt4U56z6cYg1hGs++q4Z5dZV1d78gk8yYPsCFVfl+BgRGbqwakfE2BZbwkEif 0PV2Oxap7gv5mo29Xwg7DQbYJnlhpuWs42VShzpNfnJbkyZMm2z6c0BDssSPDw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1627555940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=b20rAvwTmUQc292kHeccEJ+iVKiyAmjl2M0oILl4gXY=; b=xfN7K+hwj2+/HuPOGY/HTobC3NBenXiE/DK42Y4T6lNUevVVeo4NhWDURUCvQpgFtMi7+v 93kBRgXXhfb/8hDA== To: linux-arm-kernel@lists.infradead.org Cc: Catalin Marinas , Will Deacon , Thomas Gleixner Subject: arm64/sve: Two PREEMPT_RT related arm64 fixes. Date: Thu, 29 Jul 2021 12:52:13 +0200 Message-Id: <20210729105215.2222338-1-bigeasy@linutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210729_035224_445804_F8390DAC X-CRM114-Status: UNSURE ( 2.23 ) 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 Those two popped up while testing RT on arm64. Sebastian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel