From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-20.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9BC1C433E0 for ; Fri, 12 Feb 2021 18:07:59 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 AD20A64E8E for ; Fri, 12 Feb 2021 18:07:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD20A64E8E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=rfYHzD2s3f1w4c9KPaSpkOHobBgpiT5NLs8EKNiM7IU=; b=0NefxI9ZtOb/MQFc5seArdHaEB pgPoLzvwuA63qWy+/uyGTiqwPlhso1Evg3khPUp4uVHYYx0XPSeonwPStYK0+zI6O89Ry9rjogDMf Xdj3Vy7ryV0FtqWLVO6sbbck27zKLLD9ynIC4KIg/hhfhLs5YFXyDPIpLrVBczCgCqvfA20I3CPX0 1Cv0Wrs/KmTEThGu0aZY6JbAqFdiYt68K2QYkxwXHjPXcnlF25sYvegJaFdOjdiT8TTKFfJbyyWzf QkpFychG9Jlj5cMClh12/y/0gG6RxSCVCXt0ezxlq65JgVukePqxHJ5IP0JsMkCurKq40xhYpdqRO gUCumzHg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lAcqJ-0004nz-4Q; Fri, 12 Feb 2021 18:06:59 +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 1lAcqG-0004nG-0k for linux-arm-kernel@lists.infradead.org; Fri, 12 Feb 2021 18:06:56 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6277D64DBA; Fri, 12 Feb 2021 18:06:54 +0000 (UTC) Date: Fri, 12 Feb 2021 18:06:52 +0000 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 fix for 5.11 Message-ID: <20210212180649.GA11697@arm.com> 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-20210212_130656_173313_7B6B1C65 X-CRM114-Status: UNSURE ( 8.81 ) X-CRM114-Notice: Please train this message. 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Linus, Please pull the arm64 fix below for 5.11 (final or -rc8). Thanks. The following changes since commit 22cd5edb2d9c6d68b6ac0fc9584104d88710fa57: arm64: Use simpler arithmetics for the linear map macros (2021-02-02 17:45:09 +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 68d54ceeec0e5fee4fb8048e6a04c193f32525ca: arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page (2021-02-12 16:08:31 +0000) ---------------------------------------------------------------- Fix PTRACE_PEEKMTETAGS access to an mmapped region before the first write. ---------------------------------------------------------------- Catalin Marinas (1): arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page arch/arm64/kernel/cpufeature.c | 6 +----- arch/arm64/kernel/mte.c | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-20.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DAEAC433DB for ; Fri, 12 Feb 2021 18:07:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4212264E8E for ; Fri, 12 Feb 2021 18:07:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231633AbhBLSHq (ORCPT ); Fri, 12 Feb 2021 13:07:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:50982 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231549AbhBLSHf (ORCPT ); Fri, 12 Feb 2021 13:07:35 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6277D64DBA; Fri, 12 Feb 2021 18:06:54 +0000 (UTC) Date: Fri, 12 Feb 2021 18:06:52 +0000 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 fix for 5.11 Message-ID: <20210212180649.GA11697@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull the arm64 fix below for 5.11 (final or -rc8). Thanks. The following changes since commit 22cd5edb2d9c6d68b6ac0fc9584104d88710fa57: arm64: Use simpler arithmetics for the linear map macros (2021-02-02 17:45:09 +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 68d54ceeec0e5fee4fb8048e6a04c193f32525ca: arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page (2021-02-12 16:08:31 +0000) ---------------------------------------------------------------- Fix PTRACE_PEEKMTETAGS access to an mmapped region before the first write. ---------------------------------------------------------------- Catalin Marinas (1): arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page arch/arm64/kernel/cpufeature.c | 6 +----- arch/arm64/kernel/mte.c | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) -- Catalin