From patchwork Wed Nov 10 18:52:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Deacon X-Patchwork-Id: 12692189 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13D2FC433EF for ; Wed, 10 Nov 2021 18:54:12 +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 AFEEB61178 for ; Wed, 10 Nov 2021 18:54:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org AFEEB61178 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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: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=Yi+Mo0YZXIe2ixmCrtMt9DUWGISS6bSqxYr+QyaXvgM=; b=YAzN9heIlBDXcC pB/Ndz6tCw7rPY2Fi1oEjJUiW8HFEnVXBs90PsG/d8I+ZBSCy03dB59pNJyFp9d27lIlFGjzyP9z4 iMU751HA0gi7xyfrm43VlILtVftdmVPYz9M2aYMe/F6WJWz8TbJqsJTywhlDjHpp7t8Cy++bW2mmh JCUmWpA8QTJu4zXWz94NE+8VXv3iJfTtj3wgcRTU58PmPAMdnenoPbAqDHIGtD0EvVbSS306/ZBl8 jyeJCJXM17dAq4U07LJZ7Njnernam1qwHPHC+bo11iVxjylYb5mKva1RSmxPF1x9PAeRdeIUXYC+q DHQa5EjOxtp1ytM6gBeA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mkshr-0063uF-6O; Wed, 10 Nov 2021 18:52:23 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mkshm-0063te-NQ for linux-arm-kernel@lists.infradead.org; Wed, 10 Nov 2021 18:52:20 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id C3898610FF; Wed, 10 Nov 2021 18:52:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636570337; bh=/8FT+gkW74SGUywqbw9I/r6HU5rPntFMDBcXKJeMXSw=; h=Date:From:To:Cc:Subject:From; b=f8ATwYExn/sFCf+DCJQpqn+EmGk/0t7LiP67nt567HQGAnmGLC4R5Qf3RTP+MK2w6 TXOmMNKUK3Sk0as/xFQ/d4I+EeARGpj87W+1NxHdHfB3y1/YuQCEnRdPPIoJl42tAL +x+rkF0f2tE+mFFlyuFEazsAtiyU12yy5+H+EJ8Ds0asbeY0matmEQ078+/md/K+X0 ci1uOBFyM1UfNC4EF554NOjzGxBQpuoTttQSi3R/v72svnAoDETrzs6HXrIeOqnBS8 JAUTRm1kQLAyCsUM1khLTuhUrU2rF1YHVNWRQoQaYSTmKm4Muj9BrNwrwMb2YwCMKy e4iZ0OZNLIG1A== Date: Wed, 10 Nov 2021 18:52:13 +0000 From: Will Deacon To: torvalds@linux-foundation.org Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com Subject: [GIT PULL] arm64 fixes for -rc1 Message-ID: <20211110185212.GA4786@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-20211110_105218_824768_D5EA12A7 X-CRM114-Status: UNSURE ( 9.78 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, Please pull these arm64 fixes for -rc1 to address issues spotted during the merge window. There's the usual summary in the tag and we have at least one more fix already pending for next week. Cheers, Will --->8 The following changes since commit e6359798f62da66a4a48061d2324a69ea59ff39b: Merge branch 'for-next/fixes' into for-next/core (2021-10-29 12:27:53 +0100) 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 c7c386fbc20262c1d911c615c65db6a58667d92c: arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions (2021-11-08 10:05:54 +0000) ---------------------------------------------------------------- arm64 fixes for -rc1 - Fix double-evaluation of 'pte' macro argument when using 52-bit PAs - Fix signedness of some MTE prctl PR_* constants - Fix kmemleak memory usage by skipping early pgtable allocations - Fix printing of CPU feature register strings - Remove redundant -nostdlib linker flag for vDSO binaries ---------------------------------------------------------------- Arnd Bergmann (1): arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functions Masahiro Yamada (1): arm64: vdso: remove -nostdlib compiler flag Peter Collingbourne (1): arm64: mte: change PR_MTE_TCF_NONE back into an unsigned long Qian Cai (1): arm64: Track no early_pgtable_alloc() for kmemleak Reiji Watanabe (1): arm64: arm64_ftr_reg->name may not be a human-readable string arch/arm/mm/kasan_init.c | 2 +- arch/arm64/include/asm/pgtable.h | 12 +++++++++--- arch/arm64/kernel/cpufeature.c | 10 +++++++--- arch/arm64/kernel/vdso/Makefile | 2 +- arch/arm64/kernel/vdso32/Makefile | 2 +- arch/arm64/mm/kasan_init.c | 5 +++-- arch/arm64/mm/mmu.c | 3 ++- include/linux/memblock.h | 2 +- include/uapi/linux/prctl.h | 2 +- mm/memblock.c | 9 ++++++--- tools/include/uapi/linux/prctl.h | 2 +- 11 files changed, 33 insertions(+), 18 deletions(-)