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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 B12A6C433DF for ; Wed, 5 Aug 2020 09:55:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F57D2076E for ; Wed, 5 Aug 2020 09:55:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596621356; bh=YHxmFzC+i8NL+lLlcDEA7V7cryScK1yFI5iWFnAXZ7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nhEhX4FidvfQxa3b0gw2elP1RWncro0vz4CnpoNFZtSsgVydbM5oN6/dzwh3x4Yx8 4y94BCuhxKe4IckMUf15gqWQVkunOdLh+NOD3M8Pth+xXiNur34tF4BNftxAZ5wrb5 JqqGvMI1X8XtSOQdTg6sXv5uh4kPymn6eXAt5L70= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728387AbgHEJzy (ORCPT ); Wed, 5 Aug 2020 05:55:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:38928 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727972AbgHEJy1 (ORCPT ); Wed, 5 Aug 2020 05:54:27 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 4D37220792; Wed, 5 Aug 2020 09:54:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596621261; bh=YHxmFzC+i8NL+lLlcDEA7V7cryScK1yFI5iWFnAXZ7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yLj59uDj6wytOjCdhqd+HC6siugHCSEu23VMBzTdtUZ2EEuXshboHtaSY8l4owDyP RRV3IZR/VcJQC+2VUEqg/wjBdOzqlL/dk8HbXp7xpK4BYLjJkiYKGCPJKIJT3HZKPI nBWmLihJP2ftAFhii9CO7s3GybtPgKavhhEcod+o= Date: Wed, 5 Aug 2020 11:54:39 +0200 From: Greg Kroah-Hartman To: Marc Zyngier Cc: Linus Torvalds , Naresh Kamboju , open list , Andrew Morton , Guenter Roeck , Shuah Khan , patches@kernelci.org, Ben Hutchings , lkft-triage@lists.linaro.org, linux- stable , Arnd Bergmann , Will Deacon , Catalin Marinas Subject: Re: [PATCH 5.7 000/121] 5.7.13-rc2 review Message-ID: <20200805095439.GB1634853@kroah.com> References: <20200804072435.385370289@linuxfoundation.org> <20200804082130.GA1768075@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 04, 2020 at 10:23:06PM +0100, Marc Zyngier wrote: > On 2020-08-04 19:33, Linus Torvalds wrote: > > On Tue, Aug 4, 2020 at 1:21 AM Greg Kroah-Hartman > > wrote: > > > > > > So Linus's tree is also broken here. > > > > No, there's 835d1c3a9879 ("arm64: Drop unnecessary include from > > asm/smp.h") upstream. > > My bet is that Greg ended up with this patch backported to > 5.7, but doesn't have 62a679cb2825 ("arm64: simplify ptrauth > initialization") as the latter isn't a fix. > > I don't think any of these two patches are worth backporting, > to be honest. I didn't have either of those patches, so I can try applying them to see if the build errors go away. But if you don't think they should be applied, what should I do? Here's what I did have queued up: f227e3ec3b5c ("random32: update the net random state on interrupt and activity") aa54ea903abb ("ARM: percpu.h: fix build error") 1c9df907da83 ("random: fix circular include dependency on arm64 after addition of percpu.h") 83bdc7275e62 ("random32: remove net_rand_state from the latent entropy gcc plugin") c0842fbc1b18 ("random32: move the pseudo-random 32-bit definitions to prandom.h") And that caused the builds to blow up. So, what should I do here? thanks, greg k-h