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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id D1EAEC433EF for ; Wed, 15 Dec 2021 16:03:31 +0000 (UTC) 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:In-Reply-To:MIME-Version:References: 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: List-Owner; bh=EECiBF416jmCkefTZfltg1hn+0Nv4c7QWgX+Qp2pvhY=; b=cluF1yY5xuY0z9 zURnQ7vALthsCCeO5QzUVM4oq+E0/jF+b+AhVjhkxMiOjKG+1JmQI91jOZZuJCNO5WwNyckwzJmin FJlLDTUTIVkt0OqZDU6NwwiP6DNB7W8LtnpzacN0aFaI6Bhq9tqdbAJha60Mk4J5a/2flVLNduZVF TB8rC/dgj+zzFyntrG0NbhUZ+fjyQzeEUoDQBErmox+iU10EyYJDr4zCtRONxLuQT66pWuhxwpwMM +k8yRNhhzpGtaw9Bf5H+FtZOtr93CPc1S7Sjrf81C5lMlVw2UZZp3P1XHb2QGsrh4YzuPAiyAHQsT QiEaY27pwwacnlL24Few==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxWjD-001WfF-T8; Wed, 15 Dec 2021 16:02:04 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxWj9-001Wd7-IA for linux-arm-kernel@lists.infradead.org; Wed, 15 Dec 2021 16:02:01 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id BA57BCE1E29; Wed, 15 Dec 2021 16:01:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96FD9C340E3; Wed, 15 Dec 2021 16:00:36 +0000 (UTC) Date: Wed, 15 Dec 2021 16:00:17 +0000 From: Catalin Marinas To: Will Deacon , torvalds@linux-foundation.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com, Qian Cai Subject: Re: [GIT PULL] arm64 fixes for -rc6 Message-ID: References: <20211215111917.GB16765@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211215111917.GB16765@willie-the-truck> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_080159_807907_4BED4530 X-CRM114-Status: GOOD ( 13.14 ) 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: , 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, On Wed, Dec 15, 2021 at 11:19:18AM +0000, Will Deacon wrote: > Please pull this pair of arm64 fixes for -rc6. There's a fix for missing > locking around kernel page-table allocation causing a crash with > virtio-mem and a fix for a smatch warning in the kexec code where we > would return 0 on the error path. [...] > ---------------------------------------------------------------- > Jianyong Wu (1): > arm64/mm: Avoid fixmap race condition when creating pud mappings I you haven't pulled this yet, please discard the request. I'll revert the above commit as it causes a regression, reported here: https://lore.kernel.org/all/Ybn4EfweLqKtyW0+@fixkernel.com/ Will is already on holiday, so I'll retag the branch tomorrow and send a new pull request. Thanks and sorry for the trouble. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel