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: Sat, 29 Jun 2024 16:57:25 +0200
From: Borislav Petkov <bp@...en8.de>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
Cc: Tony Luck <tony.luck@...el.com>, James Morse <james.morse@....com>,
	Mauro Carvalho Chehab <mchehab@...nel.org>,
	Robert Richter <rric@...nel.org>,
	Johannes Thumshirn <morbidrsa@...il.com>,
	Ralf Baechle <ralf@...ux-mips.org>, linux-edac@...r.kernel.org,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
	linux-mips@...r.kernel.org
Subject: Re: [PATCH v2] EDAC: add missing MODULE_DESCRIPTION() macros

On Mon, Jun 17, 2024 at 12:53:52PM -0700, Jeff Johnson wrote:
> With ARCH=arm64, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/edac/layerscape_edac_mod.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro to all
> files which have a MODULE_LICENSE().
> 
> This includes mpc85xx_edac.c and four octeon_edac-*.c files which,
> although they did not produce a warning with the arm64 allmodconfig
> configuration, may cause this warning with other configurations.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
> Changes in v2:
> - Updated to fix all missing MODULE_DESCRIPTION() macros in drivers/edac
> - Link to v1: https://lore.kernel.org/r/20240613-md-arm64-drivers-edac-v1-1-149a4f0f61bb@quicinc.com
> - v1 subject: [PATCH] EDAC: layerscape: add missing MODULE_DESCRIPTION() macro
> ---
>  drivers/edac/layerscape_edac.c | 1 +
>  drivers/edac/mpc85xx_edac.c    | 1 +
>  drivers/edac/octeon_edac-l2c.c | 1 +
>  drivers/edac/octeon_edac-lmc.c | 1 +
>  drivers/edac/octeon_edac-pc.c  | 1 +
>  drivers/edac/octeon_edac-pci.c | 1 +
>  6 files changed, 6 insertions(+)

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ