linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warnings after merge of the net tree
@ 2010-06-16  3:38 Stephen Rothwell
  2010-06-16  4:52 ` David Miller
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2010-06-16  3:38 UTC (permalink / raw)
  To: David Miller, netdev; +Cc: linux-next, linux-kernel, Ben Hutchings

[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]

Hi Dave,

After merging the net tree, today's linux-next build (x86_64 allmodconfig)
produced these warnings:

In file included from drivers/usb/gadget/ether.c:123:
drivers/usb/gadget/rndis.c: In function 'gen_ndis_query_resp':
drivers/usb/gadget/rndis.c:197: warning: assignment from incompatible pointer type
In file included from drivers/usb/gadget/multi.c:67:
drivers/usb/gadget/rndis.c: In function 'gen_ndis_query_resp':
drivers/usb/gadget/rndis.c:197: warning: assignment from incompatible pointer type
In file included from drivers/usb/gadget/g_ffs.c:30:
drivers/usb/gadget/rndis.c: In function 'gen_ndis_query_resp':
drivers/usb/gadget/rndis.c:197: warning: assignment from incompatible pointer type

Introduced by commit be1f3c2c027cc5ad735df6a45a542ed1db7ec48b ("net:
Enable 64-bit net device statistics on 32-bit architectures").  This is a
call to dev_get_stats() and the return value is being assigned to a
"struct net_device_stats *".

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: build warnings after merge of the net tree
@ 2010-08-31  1:55 Stephen Rothwell
  2010-08-31  4:56 ` David Miller
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2010-08-31  1:55 UTC (permalink / raw)
  To: David Miller, netdev; +Cc: linux-next, linux-kernel, Giuseppe CAVALLARO

[-- Attachment #1: Type: text/plain, Size: 1326 bytes --]

Hi all,

After merging the net tree, today's linux-next build (x86_64
allmodconfig) produced these warnings:

In file included from drivers/net/stmmac/stmmac_ethtool.c:30:
drivers/net/stmmac/stmmac.h:111: warning: 'struct platform_device' declared inside parameter list
drivers/net/stmmac/stmmac.h:111: warning: its scope is only this definition or declaration, which is probably not what you want
drivers/net/stmmac/stmmac_main.c: In function 'stmmac_dvr_probe':
drivers/net/stmmac/stmmac_main.c:1744: warning: cast from pointer to integer of different size
In file included from drivers/net/stmmac/stmmac_mdio.c:31:
drivers/net/stmmac/stmmac.h:111: warning: 'struct platform_device' declared inside parameter list
drivers/net/stmmac/stmmac.h:111: warning: its scope is only this definition or declaration, which is probably not what you want
drivers/net/stmmac/dwmac1000_core.c: In function 'dwmac1000_dump_regs':
drivers/net/stmmac/dwmac1000_core.c:56: warning: cast from pointer to integer of different size

Probably all revealed by commit ac75791aa943c7953521cb4fa7728bf51f9abd2d
("stmmac: remove dead option in the driver's Kconfig") which allowed this
driver to be built on most platforms.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: build warnings after merge of the net tree
@ 2011-08-12  1:53 Stephen Rothwell
  2011-08-12 10:01 ` David Miller
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2011-08-12  1:53 UTC (permalink / raw)
  To: David Miller, netdev; +Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1376 bytes --]

Hi all,

After merging the net tree, today's linux-next build (powerpc ppc64_defconfig)
produced these new warnings:

warning: (SCSI_BNX2_ISCSI && SCSI_BNX2X_FCOE) selects CNIC which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_BROADCOM && PCI)
warning: (SCSI_CXGB3_ISCSI) selects CHELSIO_T3 which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_CHELSIO && PCI && INET)
warning: (SCSI_CXGB4_ISCSI) selects CHELSIO_T4 which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_CHELSIO && PCI)
warning: (MLX4_INFINIBAND) selects MLX4_CORE which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_MELLANOX && PCI)
warning: (SCSI_BNX2_ISCSI && SCSI_BNX2X_FCOE) selects CNIC which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_BROADCOM && PCI)
warning: (SCSI_CXGB3_ISCSI) selects CHELSIO_T3 which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_CHELSIO && PCI && INET)
warning: (SCSI_CXGB4_ISCSI) selects CHELSIO_T4 which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_CHELSIO && PCI)
warning: (MLX4_INFINIBAND) selects MLX4_CORE which has unmet direct dependencies (NETDEVICES && ETHERNET && NET_VENDOR_MELLANOX && PCI)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: build warnings after merge of the net tree
@ 2016-05-20  3:33 Stephen Rothwell
  2016-05-20  5:57 ` David Miller
  0 siblings, 1 reply; 13+ messages in thread
From: Stephen Rothwell @ 2016-05-20  3:33 UTC (permalink / raw)
  To: David Miller, netdev; +Cc: linux-next, linux-kernel, Heinrich Schuchardt

Hi all,

After merging the net tree, today's linux-next build (arm
multi_v7_defconfig) produced these warnings:

drivers/net/usb/pegasus.c: In function 'read_bulk_callback':
drivers/net/usb/pegasus.c:475:1: warning: label 'goon' defined but not used [-Wunused-label]
 goon:
 ^
drivers/net/usb/pegasus.c:446:8: warning: unused variable 'pkt_len' [-Wunused-variable]
  __u16 pkt_len;
        ^
drivers/net/usb/pegasus.c:445:6: warning: unused variable 'buf' [-Wunused-variable]
  u8 *buf = urb->transfer_buffer;
      ^
drivers/net/usb/pegasus.c:443:17: warning: unused variable 'count' [-Wunused-variable]
  int rx_status, count = urb->actual_length;
                 ^

Introduced by commit

  e00be9e4d0ff ("net: pegasus: remove dead coding")



-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: build warnings after merge of the net tree
@ 2021-11-04  3:48 Stephen Rothwell
  0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2021-11-04  3:48 UTC (permalink / raw)
  To: David Miller, Networking
  Cc: Xin Long, Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 556 bytes --]

Hi all,

After merging the net tree, today's linux-next build (htmldocs)
produced these warnings:

/home/sfr/next/next/Documentation/security/SCTP.rst:123: WARNING: Title underline too short.

security_sctp_assoc_established()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/sfr/next/next/Documentation/security/SCTP.rst:273: WARNING: Title underline too short.

security_sctp_assoc_established()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Introduced by commit

  7c2ef0240e6a ("security: add sctp_assoc_established hook")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread
* linux-next: build warnings after merge of the net tree
@ 2022-04-11  4:36 Stephen Rothwell
  0 siblings, 0 replies; 13+ messages in thread
From: Stephen Rothwell @ 2022-04-11  4:36 UTC (permalink / raw)
  To: David Miller, Networking
  Cc: Vladimir Oltean, Jakub Kicinski, Greg Kroah-Hartman, John Stultz,
	Linux Kernel Mailing List, Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

Hi all,

After merging the net tree, today's linux-next build (htmldocs) produced
these warnings:

Documentation/driver-api/infrastructure:35: drivers/base/dd.c:280: WARNING: Unexpected indentation.
Documentation/driver-api/infrastructure:35: drivers/base/dd.c:281: WARNING: Block quote ends without a blank line; unexpected unindent.

Introduced by commit

  c8c43cee29f6 ("driver core: Fix driver_deferred_probe_check_state() logic")

Exposed by commit

  74befa447e68 ("net: mdio: don't defer probe forever if PHY IRQ provider is missing")

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-04-11  4:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-16  3:38 linux-next: build warnings after merge of the net tree Stephen Rothwell
2010-06-16  4:52 ` David Miller
2010-06-16  6:30   ` Stephen Rothwell
2010-08-31  1:55 Stephen Rothwell
2010-08-31  4:56 ` David Miller
2010-09-01  1:25   ` Stephen Rothwell
2010-09-01  3:57     ` David Miller
2011-08-12  1:53 Stephen Rothwell
2011-08-12 10:01 ` David Miller
2016-05-20  3:33 Stephen Rothwell
2016-05-20  5:57 ` David Miller
2021-11-04  3:48 Stephen Rothwell
2022-04-11  4:36 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).