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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54517C433EF for ; Fri, 27 May 2022 06:14:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238131AbiE0GOD (ORCPT ); Fri, 27 May 2022 02:14:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232773AbiE0GOD (ORCPT ); Fri, 27 May 2022 02:14:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 945FE5DA4C for ; Thu, 26 May 2022 23:14:02 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id B1CBB6137A for ; Fri, 27 May 2022 06:14:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86B61C385A9; Fri, 27 May 2022 06:14:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1653632040; bh=vQUsHdJf3tnyRh6Qz+01XIYTazxP6dpLdW8jw9fvCNY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E+2be1k9HHhJqiqBZYxQRTBY+iAukKGQFE7numTnZ5TeEOja2LvYbboMK/PivDGyp GXw9s06kjT5w6fSEPnLxV2b/WNBC2xFy6EUQORFprZ1J//Xnk2YOMG7W53hO+jseB4 4k7QZPnGkQyuKGurifyjJ+pKYkuWOne5Kz2Z42wQ= Date: Fri, 27 May 2022 08:13:57 +0200 From: Greg KH To: "Jason A. Donenfeld" Cc: Sasha Levin , stable Subject: Re: random.c backports for 5.18, 5.17, 5.15, and prior Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, May 26, 2022 at 05:15:12PM +0200, Jason A. Donenfeld wrote: > Hi Greg, > > On Thu, May 26, 2022 at 4:44 PM Greg KH wrote: > > I get build errors in the 5.15 and 5.10 trees when applying these > > patches. > > > > Here's the 5.10 error: > > In file included from ../crypto/testmgr.c:32: > > ../include/crypto/drbg.h:139:38: error: field 'random_ready' has incomplete type > > 139 | struct random_ready_callback random_ready; > > | ^~~~~~~~~~~~ > > > > > > And the same error in 5.15. > > > > So obviously I can't take them, I'm doing a simple 'make allmodconfig' > > build for these trees on x86-64. > > Sorry about that. I've fixed the broken backport (of "random: replace > custom notifier chain with standard one") and force pushed > linux-5.10.y and linux-5.15.y branches. All now queued up. These are big changes overall, but as you've broken them up into the original bits, they seem semi-sane. Let's see how the testing goes on them... thanks, greg k-h