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 5113CC43334 for ; Tue, 19 Jul 2022 18:04:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236344AbiGSSEe (ORCPT ); Tue, 19 Jul 2022 14:04:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234186AbiGSSEd (ORCPT ); Tue, 19 Jul 2022 14:04:33 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CB2C52E40; Tue, 19 Jul 2022 11:04:32 -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 ams.source.kernel.org (Postfix) with ESMTPS id 1DF29B81CBF; Tue, 19 Jul 2022 18:04:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64E51C341C6; Tue, 19 Jul 2022 18:04:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658253869; bh=5OfFErLFBejt60+IIJPAQA9g/7Onr9MuvpCgu+Z3+Qs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Uo1QbMqhFjL82JpmX7pQ0sog/PjleOuEoUbfX4PM9/50KjxF2YgabgoT7W9iczHAj oH2ii7Xd78yI+YwtYyBOGD1bcFXNifHCBZHQNe5RvxGJYEGr26NB374fGF+JXBaM4k k+H8xSSfOAS9LpukoIkrU4PYUTJtA/IHp5eP4GRTG77mfzVZ44LkQHH3TfYWlfXyoQ 67pGwJFBfAgHixRfkVf0f5GSKp6liO0kVwVQRNbcDiWK/saCCKSWOSu7Ytp1rpT82c YxqAqWoo3NZoGRLv9aQVDZ9obo16Ncv7StgncII+8C7QN/xtRBi069i/XxZyGwr/BB 588yAdTGX3DHw== Date: Tue, 19 Jul 2022 11:04:27 -0700 From: Eric Biggers To: "Sudip Mukherjee (Codethink)" Cc: Herbert Xu , "David S. Miller" , "Jason A. Donenfeld" , Jakub Kicinski , Alexei Starovoitov , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Subject: Re: build failure of next-20220719 due to 'missing MODULE_LICENSE() in lib/crypto/libsha1.o' 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: linux-next@vger.kernel.org On Tue, Jul 19, 2022 at 03:36:31PM +0100, Sudip Mukherjee (Codethink) wrote: > Hi All, > > Not sure if it has been reported, builds of arm milbeaut_m10v_defconfig > have failed to build next-20220719 with the error: > > ERROR: modpost: missing MODULE_LICENSE() in lib/crypto/libsha1.o > > caused by ec8f7f4821d5 ("crypto: lib - make the sha1 library optional"). > I already sent out a fix for this: https://lore.kernel.org/linux-crypto/20220719030415.32113-1-ebiggers@kernel.org/ - Eric