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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 1FFAAC3A5A4 for ; Sun, 25 Aug 2019 18:01:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 01EB62080C for ; Sun, 25 Aug 2019 18:01:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728755AbfHYSB2 (ORCPT ); Sun, 25 Aug 2019 14:01:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55968 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728653AbfHYSB2 (ORCPT ); Sun, 25 Aug 2019 14:01:28 -0400 Received: from mail-ed1-f71.google.com (mail-ed1-f71.google.com [209.85.208.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 600D0883C2 for ; Sun, 25 Aug 2019 18:01:28 +0000 (UTC) Received: by mail-ed1-f71.google.com with SMTP id f11so8274936edn.9 for ; Sun, 25 Aug 2019 11:01:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=VuPnmNJDurZKvFGRfxNmSSRX0Kf/p44Qiikbipwhkj8=; b=Ftro9wl88VGHXv7tSGcNQ0nmeXz2/rWr7SLlyOqB3t+NcGxPVdtmV6vSuFWz0tTBT2 ZVCO4o7Pab+dW2UdFoN14xZ/lFlTNAoXGZbGjvGtf/ky6mRvlVQ12KHifQAMD9FzKBpk DL8s/3PMV907FVaKx4vMvSwShhX6D+FgoBiTSZf95ptZvURu+19JuPtoPc0rXPAf8P6T 4TK0iC0baVpL2OZOry3pJXtdGZ3W0qoRVPekwzDzzXjLqtWp20N21bT79SyhymykecOa 8D/llYUKZ7P2xomoCevQr+3gp7X92zM1UOjGWXjZyTqZbougcwWghkl5h8Ahso59NLN6 9gKA== X-Gm-Message-State: APjAAAUetCObmlgv7JbnW2vJUtXQC8S3h9ahvU2taX2CwuhjrT8uTKmG p6qV6bcc2otVZ5AmGERCBSazPM6NywlTKyWo3t7jzkYu6y159eybxALrkJb328qCVXQeSBp5cYM zHhuxK5cSYMVZQnnTtyvOc/ke X-Received: by 2002:a17:907:217b:: with SMTP id rl27mr13385282ejb.154.1566756087153; Sun, 25 Aug 2019 11:01:27 -0700 (PDT) X-Google-Smtp-Source: APXvYqwdanELqZCMBQliTrwXuwFFf3bENMI0wKgiY7G4ECMVkDTHUjx65hs/OfIYn/w8wQyzEXadrA== X-Received: by 2002:a17:907:217b:: with SMTP id rl27mr13385263ejb.154.1566756086903; Sun, 25 Aug 2019 11:01:26 -0700 (PDT) Received: from shalem.localdomain (84-106-84-65.cable.dynamic.v4.ziggo.nl. [84.106.84.65]) by smtp.gmail.com with ESMTPSA id x12sm2375442eje.1.2019.08.25.11.01.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 25 Aug 2019 11:01:25 -0700 (PDT) Subject: Re: linux-next: build warning after merge of the crypto tree To: Stephen Rothwell , Herbert Xu , Linux Crypto List Cc: Linux Next Mailing List , Linux Kernel Mailing List References: <20190823131442.5a84a475@canb.auug.org.au> From: Hans de Goede Message-ID: Date: Sun, 25 Aug 2019 20:01:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190823131442.5a84a475@canb.auug.org.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi, On 23-08-19 05:14, Stephen Rothwell wrote: > Hi all, > > After merging the crypto tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > WARNING: modpost: missing MODULE_LICENSE() in lib/crypto/libsha256.o > see include/linux/module.h for more information > > Presumably introduced by commit > > 01d3aee86625 ("crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use") Yeah my bad, I did not think about this getting build as a module. I will submit a followup patch fixing this. Regards, Hans