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-next>] [day] [month] [year] [list]
Date: Thu, 20 Jun 2024 09:42:18 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Hector Martin <marcan@...can.st>, Sven Peter <sven@...npeter.dev>,
        "Alyssa
 Rosenzweig" <alyssa@...enzweig.io>,
        Keith Busch <kbusch@...nel.org>, "Jens
 Axboe" <axboe@...nel.dk>,
        Christoph Hellwig <hch@....de>, Sagi Grimberg
	<sagi@...mberg.me>
CC: <asahi@...ts.linux.dev>, <linux-arm-kernel@...ts.infradead.org>,
        <linux-nvme@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
        <kernel-janitors@...r.kernel.org>, Eric Curtin <ecurtin@...hat.com>,
        "Jeff
 Johnson" <quic_jjohnson@...cinc.com>
Subject: [PATCH v2] nvme-apple: add missing MODULE_DESCRIPTION()

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/nvme/host/nvme-apple.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Reviewed-by: Eric Curtin <ecurtin@...hat.com>
Reviewed-by: Sven Peter <sven@...npeter.dev>
Reviewed-by: Sagi Grimberg <sagi@...mberg.me>
Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
---
Changes in v2:
- Don't see this is linux-next yet so rebased to 6.10-rc4 (no patch change)
- Picked up the Reviewed-by tags
- Link to v1: https://lore.kernel.org/r/20240530-md-nvme-apple-v1-1-b8b7ca569660@quicinc.com
---
 drivers/nvme/host/apple.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/nvme/host/apple.c b/drivers/nvme/host/apple.c
index dd6ec0865141..0cfa39361d3b 100644
--- a/drivers/nvme/host/apple.c
+++ b/drivers/nvme/host/apple.c
@@ -1602,4 +1602,5 @@ static struct platform_driver apple_nvme_driver = {
 module_platform_driver(apple_nvme_driver);
 
 MODULE_AUTHOR("Sven Peter <sven@...npeter.dev>");
+MODULE_DESCRIPTION("Apple ANS NVM Express device driver");
 MODULE_LICENSE("GPL");

---
base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
change-id: 20240530-md-nvme-apple-e0edb9b98c45


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ