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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 AF9B8C433E0 for ; Tue, 11 Aug 2020 17:41:26 +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 8FA9920774 for ; Tue, 11 Aug 2020 17:41:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="kBbpmAZd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8FA9920774 Authentication-Results: mail.kernel.org; dmarc=none (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=T/geeLFwZB1iFIytEu5DLltjBUPR71sncLXyqV1kfKY=; b=kBbpmAZdFCY+EEF5xQsKDn7f/1 oj5gtmAeB3xDxLG7YVfzK2FitLw0SMmdtq140cHdM/RElGlrIArHxQ5fW4Ys5GNT+lOZ+QKRuOsOb 9U3wV+AkhoQJUJTKsGpq9PRQmnEsg+S20U46+S4syWqAsJEZUMHGfm1xl67n1rCYWm8AUrQMMoeer WchgcBSX1ACqqdVq+4ZvdsubvD3Yu6wu3NW/wNVXP1m4sn/gR9c/NKE7+gFO3OWLCNFcXqbNLmmri 4FZstnpwx2BjeIt66xL+BH+oMvp28BClpPWTTgKJOj8Gj6r78oWgbgbhgKLKCKaF8qqwh/ABXB9FO /4SNckEw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1k5YFr-0004t4-MB; Tue, 11 Aug 2020 17:40:07 +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 1k5YFo-0004sT-FY for linux-arm-kernel@lists.infradead.org; Tue, 11 Aug 2020 17:40:05 +0000 Received: from gaia (unknown [95.146.230.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C391320782; Tue, 11 Aug 2020 17:40:02 +0000 (UTC) Date: Tue, 11 Aug 2020 18:40:00 +0100 From: Catalin Marinas To: Linus Torvalds Subject: [GIT PULL] arm64 fix for 5.9-rc1 Message-ID: <20200811173957.GA11571@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-20200811_134005_128739_5A1BB9C0 X-CRM114-Status: GOOD ( 11.65 ) 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 fix below. Thanks. The following changes since commit eaecca9e7710281be7c31d892c9f447eafd7ddd9: arm64: Fix __cpu_logical_map undefined issue (2020-08-08 19:25:04 +0100) 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 3df14264ad9930733a8166e5bd0eccc1727564bb: recordmcount: Fix build failure on non arm64 (2020-08-10 15:22:06 +0100) ---------------------------------------------------------------- Fix recordmcount build failure on non-arm64 (caused by an arm64 patch). ---------------------------------------------------------------- Christophe Leroy (1): recordmcount: Fix build failure on non arm64 scripts/recordmcount.c | 2 ++ 1 file changed, 2 insertions(+) -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel