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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 711A5C432C3 for ; Fri, 15 Nov 2019 11:46:37 +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 459BA20643 for ; Fri, 15 Nov 2019 11:46:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="cXaP1OUR"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="T0MLys2P" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 459BA20643 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=+m7sqXZ+tksNoVPoN75wU2zGqC14kCA+9K1mz9ziDUc=; b=cXaP1OURbdzfdf lGmkwmyvlf2wLlInCj0BLoJ1kVwLVUOXFnItvHHPpAKbB9fSUIhTmVaLI+01BztEFeas56ce02AdJ cR61b3YlaeRI2p46e8ZbkEMCYgb0LMqfrxIljgohVCgHFQrZXPLSLLMNhkKnWgW/cIJpZwIXhWpdS h1JS38mTgLZE1XoF/VS0oclr0tvcYg3+fSiwZ0YI141Oa5xPaWxIjescEP8RFBYDI+69hRxtVpqy6 xX6Bt/gr1reS1rTE68oQqDUsHJ61K9Gn2hN+4Qv5jWo8H+wPgBdeVu330RbCEkWI6Oi/ZfWAyywwI APYwHVrTe1GSZVaHyo3w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iVa3a-000250-Na; Fri, 15 Nov 2019 11:46:30 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iVa3Y-00024a-Rj for linux-arm-kernel@lists.infradead.org; Fri, 15 Nov 2019 11:46:30 +0000 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (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 6E9892072D; Fri, 15 Nov 2019 11:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573818388; bh=0ghNXRxv0XQeQoTUBbtxGBMNkhSqvp2R6oRI3ThRTFY=; h=Date:From:To:Cc:Subject:From; b=T0MLys2PWf3E9IxL9JNS4kd1xgRhpnnkT5AK7kZyYHiMYj9LZ9U76dsuvoqMRp8VS UaRpzT4yEF60waHyxcMGDqTL6eyEUyIqaIbyB/tjJ4o0b57ujUQiZMg/3q8fX/aayf 5iVGojPoXcT+GHRX63/0C3jg3fXYvgSU9f9aCDKc= Date: Fri, 15 Nov 2019 11:46:24 +0000 From: Will Deacon To: torvalds@linux-foundation.org Subject: [GIT PULL] arm64: Fix for -rc8 / final Message-ID: <20191115114622.GA12198@willie-the-truck> 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-20191115_034628_920355_DFAE6E4B X-CRM114-Status: GOOD ( 12.14 ) 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: catalin.marinas@arm.com, Linux Kernel Mailing List , Linux ARM Kernel Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, Please pull this one trivial fix for -rc8/final that ensures that the script used to detect RELR relocation support in the toolchain works correctly when $CC contains quotes. Although it fails safely (by failing to detect the support when it exists), it would be nice to have this fixed in 5.4 given that it was only introduced in the last merge window. Thanks, Will --->8 The following changes since commit 6767df245f4736d0cf0c6fb7cf9cf94b27414245: arm64: Do not mask out PTE_RDONLY in pte_same() (2019-11-06 19:31:56 +0000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 65e1f38d9a2f07d4b81f369864c105880e47bd5a: scripts/tools-support-relr.sh: un-quote variables (2019-11-13 10:52:05 +0000) ---------------------------------------------------------------- arm64 fix for -rc8 / final - Handle CC variables containing quotes in tools-support-relr.sh script ---------------------------------------------------------------- Ilie Halip (1): scripts/tools-support-relr.sh: un-quote variables scripts/tools-support-relr.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel