From patchwork Sat Jul 7 10:02:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 940770 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Kg2z7giT"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41N6b45mzYz9rxs for ; Sat, 7 Jul 2018 20:02:24 +1000 (AEST) 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=k80HglY3vcEvkXTKXyy4dAXx0/rJA3m/xCki5F/lh+0=; b=Kg2z7giT4gjMjy IkaZzJOy3oc/vc2jRu8BwT/a2IDxIPE7VkVUUpNroY0kr1DNrK0JwTrKEXdAD3EhLkLnogaYK+JzZ pgY9DJQJ6I7skWLvQ8gyOgkBJHVNZXXVNB+5xyb9h0luSyroaN/BcCstY08yOGQPSOvDJJ4rIRfU+ SV9kxlH5NNKOqQkPvJnzMHPUYZ59m7bYovbsgDLhVKM0n2Xzjq+MHFLcOj/mg00dWu6NOf0DydVdt rqASDPX6BIuZpKKbk8zJP9bIykgztTISgV/JkJH05ET5lgJ3oxuZnOPKx0Iuev0eA103uqlZac+wZ TKho1h2sb8I+A8I90+QQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fbk2o-0002bE-8R; Sat, 07 Jul 2018 10:02:22 +0000 Received: from foss.arm.com ([217.140.101.70]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fbk2l-0002YN-5W for linux-arm-kernel@lists.infradead.org; Sat, 07 Jul 2018 10:02:20 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC68180D; Sat, 7 Jul 2018 03:02:04 -0700 (PDT) Received: from armageddon.cambridge.arm.com (armageddon.cambridge.arm.com [10.1.206.84]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CF8A03F5AD; Sat, 7 Jul 2018 03:02:03 -0700 (PDT) Date: Sat, 7 Jul 2018 11:02:01 +0100 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 fixes for 4.18-rc4 Message-ID: <20180707100159.bs52kdpykof4wumz@armageddon.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180707_030219_211422_2A64C425 X-CRM114-Status: GOOD ( 13.15 ) X-Spam-Score: -5.0 (-----) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-5.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [217.140.101.70 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Linus, Please pull the arm64 patches below. Thanks. The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063: Linux 4.18-rc3 (2018-07-01 16:04:53 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes for you to fetch changes up to 1a381d4a0a9a0f999a13faaba22bf6b3fc80dcb9: arm64: remove no-op -p linker flag (2018-07-05 19:12:48 +0100) ---------------------------------------------------------------- arm64 LDFLAGS clean-up: - use aarch64elf instead of aarch64linux - move endianness options to LDFLAGS instead from LD - remove no-op '-p' linker flag ---------------------------------------------------------------- Greg Hackmann (1): arm64: remove no-op -p linker flag Masahiro Yamada (1): arm64: add endianness option to LDFLAGS instead of LD Paul Kocialkowski (1): arm64: Use aarch64elf and aarch64elfb emulation mode variants arch/arm64/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)