Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp299338ybi; Fri, 7 Jun 2019 08:15:01 -0700 (PDT) X-Google-Smtp-Source: APXvYqwYNEL4NhpKPk3buokGJcA+8rzTw92ayewKOuVyhX++YVhGbRatpNvu73DWObpyV+qesN2l X-Received: by 2002:a63:1925:: with SMTP id z37mr3277749pgl.251.1559920501608; Fri, 07 Jun 2019 08:15:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559920501; cv=none; d=google.com; s=arc-20160816; b=YmzFUVpguUg0Iy8BBhSS1/G3XcN6NBbsP3E7maWqayhJszHl8OvZqU6wzVaBbbn14I r9R4a5TJBpvRXCLQhMW0/wwBZgfr//b8f6HjVuPzEdclCOiZmmdza5dmBYfhiaYY7UPn 9YoK/6221zmS5GdWXO06AzRpZDx8+woko8hX8VvxUF6fg1hUSR4BrH02OCH/JzXlmnYX Ia65qOZReae5rcc7ogcZP/JjYtll8kRUx7Iv4Olq99gKgyohRH9cmzZahOhvpGmIowRc wx4TAzLXFWuoI8xNX8JP01aQWUIlKcpvRqcEPyy/r1S4IF/QG5BnnxhuuinTeXcFBN4q j1/A== 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=gkTwY1q7uq1K6QIkUgHxqPzvmNskghlODHmwfQICYQg=; b=mWiuzX+cTOi1TVoId8qLH7Y9v5KzfD2sVUpk06whuMnElOJF9q1kX8wiFfznVVgUS3 hDY18HORJgT+SJuXbJYARKHY9XS7gzJvqXA7duVEHJIlK+EYx+M2Gcuvg05oW9OIK3BC MKdA/KsFVGkoXCZR1k/y2N+YetxeLwCCHNDphwtKtdOh8M43h+YGvaGeRi2vd40LrR18 mLjtYdEZycFuSYVLC9R9oWq7fapLuvBFm0xZQnbLcWMyUV9c3iM1jB9TZpujJFmNYiWZ NAJRQmmknvtDR2x7x2YFp6dw2SJDnzl1YzFkKLuWsEMGBOzKN5GRWdrZxn6NzHARFDHU R+3g== 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 e8si1903508pgs.308.2019.06.07.08.14.44; Fri, 07 Jun 2019 08:15:01 -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 S1729679AbfFGPNU (ORCPT + 99 others); Fri, 7 Jun 2019 11:13:20 -0400 Received: from foss.arm.com ([217.140.110.172]:42346 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728486AbfFGPNU (ORCPT ); Fri, 7 Jun 2019 11:13: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 AE6E0C15; Fri, 7 Jun 2019 08:13: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 081593F718; Fri, 7 Jun 2019 08:13:18 -0700 (PDT) Date: Fri, 7 Jun 2019 16:13:16 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com Subject: [GIT PULL] arm64: fixes for -rc4 Message-ID: <20190607151316.GB19862@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, Another round of mostly-benign fixes, the exception being a boot crash on SVE2-capable CPUs (although I don't know where you'd find such a thing, so maybe it's benign too). We're in the process of resolving some big-endian ptrace breakage, so I'll probably have some more for you next week. Please pull. Cheers, Will --->8 The following changes since commit 1e29ab3186e33c77dbb2d7566172a205b59fa390: arm64: use the correct function type for __arm64_sys_ni_syscall (2019-05-29 13:46:00 +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 ebcc5928c5d925b1c8d968d9c89cdb0d0186db17: arm64: Silence gcc warnings about arch ABI drift (2019-06-06 13:28:45 +0100) ---------------------------------------------------------------- arm64 fixes for -rc4 - Fix boot crash on platforms with SVE2 due to missing register encoding - Fix architected timer accessors when CONFIG_OPTIMIZE_INLINING=y - Move cpu_logical_map into smp.h for use by upcoming irqchip drivers - Trivial typo fix in comment - Disable some useless, noisy warnings from GCC 9 ---------------------------------------------------------------- Anders Roxell (1): arm64: arch_timer: mark functions as __always_inline Dave Martin (2): arm64: cpufeature: Fix missing ZFR0 in __read_sysreg_by_encoding() arm64: Silence gcc warnings about arch ABI drift Florian Fainelli (1): arm64: smp: Moved cpu_logical_map[] to smp.h George G. Davis (1): ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix arch/arm64/Makefile | 1 + arch/arm64/include/asm/arch_timer.h | 8 ++++---- arch/arm64/include/asm/smp.h | 6 ++++++ arch/arm64/include/asm/smp_plat.h | 5 ----- arch/arm64/include/asm/thread_info.h | 2 +- arch/arm64/kernel/cpufeature.c | 1 + 6 files changed, 13 insertions(+), 10 deletions(-)