lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 20 Jun 2024 09:33:47 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
        Greg
 Kroah-Hartman <gregkh@...uxfoundation.org>
CC: <linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] intel_th: msu-sink: add missing MODULE_DESCRIPTION()

On 5/30/2024 9:55 PM, Jeff Johnson wrote:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hwtracing/intel_th/intel_th_msu_sink.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
>  drivers/hwtracing/intel_th/msu-sink.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/hwtracing/intel_th/msu-sink.c b/drivers/hwtracing/intel_th/msu-sink.c
> index 891b28ea25fe..256ce3260ad9 100644
> --- a/drivers/hwtracing/intel_th/msu-sink.c
> +++ b/drivers/hwtracing/intel_th/msu-sink.c
> @@ -116,4 +116,5 @@ static const struct msu_buffer sink_mbuf = {
>  
>  module_intel_th_msu_buffer(sink_mbuf);
>  
> +MODULE_DESCRIPTION("example software sink buffer for Intel TH MSU");
>  MODULE_LICENSE("GPL v2");
> 
> ---
> base-commit: 4a4be1ad3a6efea16c56615f31117590fd881358
> change-id: 20240530-md-intel_th_msu_sink-12db94b5c088
> 
Following up to see if anything else is needed to get this merged.
Adding Greg since he's signed off on this file in the past.

/jeff

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ