From patchwork Fri Dec 18 18:17:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 1418536 Return-Path: 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:1231::1; helo=merlin.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=arm.com 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=merlin.20170209 header.b=NzFgyk7/; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (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 4CyHCg4r0Fz9sVJ for ; Sat, 19 Dec 2020 05:17:51 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.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=FdaMRMSjUeZQEv02O7MVqXN62rgHa7JFuL4BGcn9d4c=; b=NzFgyk7/fu2Gohk224CT+ODh41 i1gJgtww/9wN8OerhEMZ5QYgo1UASs+5t3/gixyqiXnKptzbHTZk6Rj2Omp4SzX/+Jj4PEorsIMU0 e82w41s4Y5a3olV5tgD0m+v6PbLrEmhY+7Vt+nymAOPAU70R+Y1eo9pM7dh9ms+FUlmUOONFvDloJ q4eO2bA43/9K5+tjfPB/RvMKCRt4y7t2th3ZPkPKhdHn9s6xJcrS1IQstij54W9Y6foYBLc9kDOei Z1TGLitc2HTiwl5vL2lssL9gF4UQmn9JCwxYv3Uuo2L8h3EdiuS9cEI1YBkFmKpkFf83KCpEHVJTd 0ZMhIx1A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqKJg-00069D-Ke; Fri, 18 Dec 2020 18:17:24 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kqKJd-00068W-Eg for linux-arm-kernel@lists.infradead.org; Fri, 18 Dec 2020 18:17:22 +0000 Date: Fri, 18 Dec 2020 18:17:17 +0000 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] Second set of arm64 updates for 5.11 Message-ID: <20201218181713.GA13068@gaia> 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-20201218_131721_657667_ACBB37F9 X-CRM114-Status: GOOD ( 10.34 ) X-Spam-Score: -4.8 (----) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-4.8 points) 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.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 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: 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 Hi Linus, These are some some trivial updates that mostly fix/clean-up code pushed during the merging window. I'll be on holiday until the new year but I'll check email occasionally in case anything falls apart. Merry Christmas! The following changes since commit d889797530c66f699170233474eab3361471e808: Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core (2020-12-09 18:04:55 +0000) 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 9fd339a45be5c06e239d45a042eab9d25de87882: arm64: Work around broken GCC 4.9 handling of "S" constraint (2020-12-17 11:46:20 +0000) ---------------------------------------------------------------- arm64 fixes/updates: - Work around broken GCC 4.9 handling of "S" asm constraint. - Suppress W=1 missing prototype warnings. - Warn the user when a small VA_BITS value cannot map the available memory. - Drop the useless update to per-cpu cycles. ---------------------------------------------------------------- Marc Zyngier (2): arm64: Warn the user when a small VA_BITS value wastes memory arm64: Work around broken GCC 4.9 handling of "S" constraint Mark Rutland (1): arm64: entry: suppress W=1 prototype warnings Viresh Kumar (1): arm64: topology: Drop the useless update to per-cpu cycles arch/arm64/include/asm/exception.h | 4 ++++ arch/arm64/include/asm/kvm_asm.h | 8 +++++++- arch/arm64/kernel/topology.c | 6 +----- arch/arm64/mm/init.c | 3 +++ 4 files changed, 15 insertions(+), 6 deletions(-)