Message ID | 20210416162451.GA11506@arm.com |
---|---|
State | New |
Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2001:8b0:10b:1:d65d:64ff:fe57:4e05; helo=desiato.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=<UNKNOWN>) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=desiato.20200630 header.b=BjJcXwLo; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=qhmUakE0; dkim-atps=neutral Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FMM5R4dztz9sVv for <incoming-imx@patchwork.ozlabs.org>; Sat, 17 Apr 2021 02:25:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To:From:Date: 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=TTAITJOvhpk1C0zGHL58iqDz1uU6D42prZB6cSLVSEw=; b=BjJcXwLo2r+2pwFEA2d1eWr4HH huLUgVzyVC8YpCCZSVoO9MKTSfHvaIKgvD1iI8Q6B7YrHo/vv41OPJolP8R5+fVQ31MexXPb3RIcj 3HS9G+p2e/o1nrOl9quNnd20u4Tgf+GiWe2ypfSizcJFTLrRxQdjpv43hCpjjk6G9iVf0kMXXzmD5 kscvIIXAhfiibhIhGD87HvJBbX85HpipoWdELMpO7iHL5efEGEQw8GJ1CoY03yMWforg2sLD1Q4GY x1/Ls6KvuNCNm1Q2DtaGcQMNwkJpcBODt5XdhmhrsgWNOndezFS2UX+JC0AQO3fd0DtptXnFKucfm Q4GhIn9w==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lXRHI-002lta-3o; Fri, 16 Apr 2021 16:25:08 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lXRHB-002lsC-Fy for linux-arm-kernel@desiato.infradead.org; Fri, 16 Apr 2021 16:25:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=PdQWnFTGc6IlYgnBJeDWSJNZib09czLGDBA9rdmDMHM=; b=qhmUakE0mU/p9iVAgh1SVy6H08 5wU54rdSdZe33dSOYlPS0vxaKE7qT6OejFeD/8CjIeeJsqfcyQuuRIr38yUSskx75Oa6vlfcLTgO2 8oSHsi6FB5jfcdEszZM/5wNbRdkYlh+iDSATdZz/PPq7EI/vbwr4H9gQHQL6/lmbUrekbcx4vhXQi /5l++/PiibGTbQVdAqYq7H+xNhDpMXbYtOeACfzX7MtsndPnm3PuD9u//yPjxqUnFODJrlVrm2wa9 V3HrQ9VSK+wrAV1/UOnrWSffTUFMcaIENulh14w7gWcLRXQmTFIK2xyGmcRccYc6ARZscznXjSTZq WgU+VwkQ==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lXRH8-009YIz-SI for linux-arm-kernel@lists.infradead.org; Fri, 16 Apr 2021 16:25:00 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8A0F46137D; Fri, 16 Apr 2021 16:24:57 +0000 (UTC) Date: Fri, 16 Apr 2021 17:24:55 +0100 From: Catalin Marinas <catalin.marinas@arm.com> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: Will Deacon <will@kernel.org>, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] arm64 fix for 5.12-rc8/final Message-ID: <20210416162451.GA11506@arm.com> MIME-Version: 1.0 Content-Disposition: inline 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-20210416_092458_958591_C288B6E0 X-CRM114-Status: GOOD ( 10.43 ) X-Spam-Score: -4.8 (----) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi Linus, A recent commit (2decad92f473, "arm64: mte: Ensure TIF_MTE_ASYNC_FAULT is set atomically") broke the kernel build when using the LLVM integrated assembly (only noticeable with clang-12 as MTE is not s [...] Content analysis details: (-4.8 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [198.145.29.99 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -0.0 SPF_PASS SPF: sender matches SPF record 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+incoming-imx=patchwork.ozlabs.org@lists.infradead.org |
Series |
[GIT,PULL] arm64 fix for 5.12-rc8/final
|
expand
|
The pull request you sent on Fri, 16 Apr 2021 17:24:55 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/06c2aac4014c38247256fe49c61b7f55890271e7
Thank you!