Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2155616ybi; Thu, 20 Jun 2019 09:59:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqzEVuHpb99J4lJBzIH6ZOISrSforYKq5egDTaKaM8tVmMgl+N6MttZXxfEGS0sn+wmvegzE X-Received: by 2002:aa7:9dc7:: with SMTP id g7mr15680448pfq.170.1561049998808; Thu, 20 Jun 2019 09:59:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561049998; cv=none; d=google.com; s=arc-20160816; b=nfjyZ05xeiGqm8LU4/wsxyBgsOjVpjfQoj7zD10seTaX5oWb76su0P1EI9dnq/Wv2S DSmbTb6C6yoWdMH4DkPRDFFCraAGxyV4t8LTa2OAtD6x4n6rwtuYwvzPkXLkPl3YXVvZ ZKn9PVQ2pa/pNyzPuYfGkr+eO0Fxy+qHX21RspL9rbPEOhyiSsuwUqAjrkMmACIdwoyh kfr8u7ehXpoZDV5O7uPM84QuW38r2HLzW9jnfmnhTJM/TiQ6IiIwpa0uyyQr2AUmq/1b 8580tl3OpU1uArQh69sv2Amh6Bsx53g/UfJ+JdF0in7ahTI09rfKEGXbEnZW/mWMCMBE Cw7w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:content-disposition :mime-version:message-id:subject:cc:to:from:date; bh=7KjUT2sKtlJ+0mKigG1cGLA7n1qVzg05dPcuma/EUJo=; b=jYQPwnpx+j4XfN0Mv7haN32S3VxHPcKmmMKpLOF35EXB6bUGQC1PjViKhKrw1FQVSo t4nO1dmfYihiOGT4cqXGm/kGkhL2RxGvuvgKrg3zStlKNnLkb1g5VO3VWH/wDhBJ5fj3 ZYeguaej5pRbrjv7YLjCTJ59seFsW+jWYFW78fXZli85DYr4bDsiyjwLI/hoPOsl6YDk etznzMzPeSBEnrvC+ToN25umcJbbU5fvzcVKS+4udIBKooibUgcdbGXbQujtcUShKm91 V+Iap5FkUTPoFutlKOGapSYVmTlvMe9/bKxEGgaSLmfyDR/ON5ZfdjIolRCN8+J+rSN6 l9tg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l10si18584pgq.226.2019.06.20.09.59.43; Thu, 20 Jun 2019 09:59:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726866AbfFTQ7U (ORCPT + 99 others); Thu, 20 Jun 2019 12:59:20 -0400 Received: from foss.arm.com ([217.140.110.172]:49326 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726620AbfFTQ7U (ORCPT ); Thu, 20 Jun 2019 12:59:20 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6A70C2B; Thu, 20 Jun 2019 09:59:19 -0700 (PDT) Received: from fuggles.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B56013F246; Thu, 20 Jun 2019 09:59:18 -0700 (PDT) Date: Thu, 20 Jun 2019 17:59:16 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com Subject: [GIT PULL] arm64: fixes for -rc6 Message-ID: <20190620165916.GB24650@fuggles.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.1+86 (6f28e57d73f2) () Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull these arm64 fixes for -rc6. It's mainly a couple of email address updates to MAINTAINERS, but we've also fixed a UAPI build issue with musl libc and an accidental double-initialisation of our pgd_cache due to a naming conflict with a weak symbol. There are a couple of outstanding issues that have been reported, but it doesn't look like they're new and we're still a long way off from fully debugging them. Cheers, Will --->8 The following changes since commit 41040cf7c5f0f26c368bc5d3016fed3a9ca6dba4: arm64/sve: Fix missing SVE/FPSIMD endianness conversions (2019-06-13 10:07:19 +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 615c48ad8f4275b4d39fa57df68d4015078be201: arm64/mm: don't initialize pgd_cache twice (2019-06-18 14:37:28 +0100) ---------------------------------------------------------------- arm64 fixes for -rc6 - Fix use of #include in UAPI headers for compatability with musl libc - Update email addresses in MAINTAINERS - Fix initialisation of pgd_cache due to name collision with weak symbol ---------------------------------------------------------------- Anisse Astier (2): arm64: ssbd: explicitly depend on arm64/sve: should not depend on Hanjun Guo (1): MAINTAINERS: Update my email address Mike Rapoport (1): arm64/mm: don't initialize pgd_cache twice Will Deacon (1): MAINTAINERS: Update my email address to use @kernel.org .mailmap | 2 ++ MAINTAINERS | 18 +++++++++--------- arch/arm64/include/asm/pgtable.h | 3 +-- arch/arm64/include/uapi/asm/ptrace.h | 8 +++----- arch/arm64/kernel/ssbd.c | 1 + 5 files changed, 16 insertions(+), 16 deletions(-)