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]
Message-Id: <20240108181610.2697017-1-leitao@debian.org>
Date: Mon,  8 Jan 2024 10:16:00 -0800
From: Breno Leitao <leitao@...ian.org>
To: davem@...emloft.net,
	edumazet@...gle.com,
	kuba@...nel.org,
	pabeni@...hat.com
Cc: netdev@...r.kernel.org
Subject: [PATCH net-next 00/10] Fix MODULE_DESCRIPTION() for net (p1)

There are hundreds of network modules that misses MODULE_DESCRIPTION(),
causing a warnning when compiling with W=1. Example:

	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com90io.o
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/arc-rimi.o
	WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com20020.o


I am working with Jakub to address them, and eventually get a clean W=1
build.

Breno Leitao (10):
  net: fill in MODULE_DESCRIPTION()s for 8390
  net: fill in MODULE_DESCRIPTION()s for SLIP
  net: fill in MODULE_DESCRIPTION()s for HSR
  net: fill in MODULE_DESCRIPTION()s for NFC
  net: fill in MODULE_DESCRIPTION()s for Sun RPC
  net: fill in MODULE_DESCRIPTION()s for ieee802154
  net: fill in MODULE_DESCRIPTION()s for 6LoWPAN
  net: fill in MODULE_DESCRIPTION()s for ds26522 module
  net: fill in MODULE_DESCRIPTION()s for s2io
  net: fill in MODULE_DESCRIPTION()s for PCS Layer

 drivers/net/ethernet/8390/8390.c      | 1 +
 drivers/net/ethernet/8390/8390p.c     | 1 +
 drivers/net/ethernet/8390/apne.c      | 1 +
 drivers/net/ethernet/8390/hydra.c     | 1 +
 drivers/net/ethernet/8390/stnic.c     | 1 +
 drivers/net/ethernet/8390/zorro8390.c | 1 +
 drivers/net/ethernet/neterion/s2io.c  | 1 +
 drivers/net/pcs/pcs-mtk-lynxi.c       | 1 +
 drivers/net/slip/slhc.c               | 1 +
 drivers/net/slip/slip.c               | 1 +
 drivers/net/wan/slic_ds26522.c        | 1 +
 net/6lowpan/core.c                    | 2 +-
 net/hsr/hsr_main.c                    | 1 +
 net/ieee802154/6lowpan/core.c         | 1 +
 net/ieee802154/socket.c               | 1 +
 net/nfc/digital_core.c                | 1 +
 net/nfc/nci/core.c                    | 1 +
 net/nfc/nci/spi.c                     | 1 +
 net/sunrpc/auth_gss/auth_gss.c        | 1 +
 net/sunrpc/auth_gss/gss_krb5_mech.c   | 1 +
 net/sunrpc/sunrpc_syms.c              | 1 +
 21 files changed, 21 insertions(+), 1 deletion(-)

-- 
2.39.3


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ