linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the final tree
@ 2010-09-16  5:05 Stephen Rothwell
  2010-09-16  6:29 ` Jens Axboe
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2010-09-16  5:05 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-next, linux-kernel, Tejun Heo

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

Hi Jens,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) produced this warning:

drivers/scsi/aic7xxx_old.c: In function 'aic7xxx_buildscb':
drivers/scsi/aic7xxx_old.c:10122: warning: unused variable 'req'

Introduced by commit 9cbbdca44ae1a6f512ea1e2be11ced8bbb9d430a ("block:
remove spurious uses of REQ_HARDBARRIER").

-- 
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] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2013-05-29  5:29 Stephen Rothwell
  2013-05-29  5:44 ` David Miller
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2013-05-29  5:29 UTC (permalink / raw)
  To: David Miller, netdev; +Cc: linux-next, linux-kernel, Simon Horman

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
ppc44x_defconfig, i386 defconfig, sparc32 defconfig) produced these
warning:

In file included from /scratch/sfr/next/include/net/tcp.h:44:0,
                 from /scratch/sfr/next/net/core/sock.c:139:
/scratch/sfr/next/include/net/inet_ecn.h: In function 'INET_ECN_set_ce':
/scratch/sfr/next/include/net/inet_ecn.h:137:50: warning: comparison between pointer and integer [enabled by default]
/scratch/sfr/next/include/net/inet_ecn.h:142:52: warning: comparison between pointer and integer [enabled by default]

I got lots of these :-(

Introduced by commit 1a37e412a022 ("net: Use 16bits for *_headers fields
of struct skbuff") from the net-next tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2013-04-19  8:07 Stephen Rothwell
  2013-04-19  9:44 ` Joerg Roedel
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2013-04-19  8:07 UTC (permalink / raw)
  To: Joerg Roedel; +Cc: linux-next, linux-kernel, Neil Horman

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

Hi all,

After merging the final tree, today's linux-next build (i386 defconfig)
produced this warning:

In file included from arch/x86/kernel/early-quirks.c:21:0:
arch/x86/include/asm/irq_remapping.h:87:58: warning: 'struct irq_chip' declared inside parameter list [enabled by default]
arch/x86/include/asm/irq_remapping.h:87:58: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
arch/x86/include/asm/irq_remapping.h:93:18: warning: 'struct irq_chip' declared inside parameter list [enabled by default]

Probably caused by commit 03bbcb2e7e29 ("iommu/vt-d: add quirk for broken
interrupt remapping on 55XX chipsets") from the iommu tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2012-12-17  3:22 Stephen Rothwell
  2012-12-17  3:34 ` Stephen Rothwell
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2012-12-17  3:22 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev
  Cc: linux-next, linux-kernel

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

Hi all,

After merging the final tree, today's linux-next build (powerpc allnoconfig)
produced this warning:

warning: (PPC) selects SPARSE_IRQ which has unmet direct dependencies (HAVE_GENERIC_HARDIRQS && (IRQ_DOMAIN && DEBUG_FS || MAY_HAVE_SPARSE_IRQ))

I don't know what introduced that.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2012-08-02  4:04 Stephen Rothwell
  2012-08-02 14:45 ` Nathan Zimmer
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2012-08-02  4:04 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-next, linux-kernel, Nathan Zimmer

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

Hi all,

After merging the final tree, today's linux-next build (sparc64 defconfig)
produced this warning:

mm/shmem.c: In function 'shmem_interleave':
mm/shmem.c:1343:9: warning: assignment makes integer from pointer without a cast [enabled by default]

Introduced by commit c3cfa3129c03 ("tmpfs: interleave the starting node
of /dev/shmem") from the akpm tree.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2012-03-26  4:11 Stephen Rothwell
  2012-03-28  7:59 ` Williams, Dan J
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2012-03-26  4:11 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-next, linux-kernel, Dan Williams

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

Hi all,

After merging the final tree, today's linux-next build (sparc32 defconfig)
produced these warnings (and many similar):

In file included from drivers/scsi/hosts.c:41:0:
drivers/scsi/scsi_priv.h:166:1: warning: "__enabled_CONFIG_PM" is not defined [-Wundef]
drivers/scsi/scsi_priv.h:166:1: warning: "__enabled_CONFIG_PM_MODULE" is not defined [-Wundef]

Introduced by commit a6a95fad44f1 ("scsi, sd: limit the scope of the
async probe domain").

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

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2011-08-16  5:22 Stephen Rothwell
  2011-08-16  6:04 ` Herbert Xu
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2011-08-16  5:22 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-next, linux-kernel, Mathias Krause

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) produced this warning:

In file included from security/integrity/ima/../integrity.h:16:0,
                 from security/integrity/ima/ima.h:27,
                 from security/integrity/ima/ima_policy.c:20:
include/crypto/sha.h:86:10: warning: 'struct shash_desc' declared inside parameter list
include/crypto/sha.h:86:10: warning: its scope is only this definition or declaration, which is probably not what you want

Introduced by commit 7c390170b493 ("crypto: sha1 - export sha1_update for
reuse").  I guess you need to include crypto/hash.h in crypto/sha.h.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2011-07-22  6:24 Stephen Rothwell
  2011-07-22  6:26 ` David Miller
  0 siblings, 1 reply; 22+ messages in thread
From: Stephen Rothwell @ 2011-07-22  6:24 UTC (permalink / raw)
  To: David Miller, netdev; +Cc: linux-next, linux-kernel, Matt Evans

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

Hi all,

After merging the final tree, today's linux-next build (powerpc64
allnoconfig) produced this warning:

warning: (PPC) selects HAVE_BPF_JIT which has unmet direct dependencies (NET)

Introduced by commit 0ca87f05ba8b ("net: filter: BPF 'JIT' compiler for
PPC64").

I suspect that the fix is to move the

config HAVE_BPF_JIT
        bool

lines to outside the "if NET" in net/Kconfig.

-- 
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] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2010-09-29  4:02 Stephen Rothwell
  0 siblings, 0 replies; 22+ messages in thread
From: Stephen Rothwell @ 2010-09-29  4:02 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-next, linux-kernel, Pavel Emelyanov

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

Hi all,

After merging the final tree, today's linux-next build (powerpc
ppc44x_defconfig) produced tis warning:

WARNING: net/sunrpc/sunrpc.o(.init.text+0x110): Section mismatch in reference from the function init_sunrpc() to the function .exit.text:rpcauth_remove_module()
The function __init init_sunrpc() references
a function __exit rpcauth_remove_module().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __exit annotation of
rpcauth_remove_module() so it may be used outside an exit section.

Probably caused by commit 2f72c9b73730c335381b13e2bd221abe1acea394
("sunrpc: The per-net skeleton").
-- 
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] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2010-05-26  5:15 Stephen Rothwell
  0 siblings, 0 replies; 22+ messages in thread
From: Stephen Rothwell @ 2010-05-26  5:15 UTC (permalink / raw)
  To: Roland Dreier, linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Linus, Ralph Campbell

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

Hi Roland,

After merging the final tree, today's linux-next build (powerpc
allyesconfig) produced this warning:

drivers/infiniband/hw/qib/qib_fs.c: In function 'portcntrs_2_read':
drivers/infiniband/hw/qib/qib_fs.c:203: warning: 'counters' is used uninitialized in this function
drivers/infiniband/hw/qib/qib_fs.c: In function 'portcntrs_1_read':
drivers/infiniband/hw/qib/qib_fs.c:192: warning: 'counters' is used uninitialized in this function
drivers/infiniband/hw/qib/qib_fs.c: In function 'portnames_read':
drivers/infiniband/hw/qib/qib_fs.c:181: warning: 'names' is used uninitialized in this function
drivers/infiniband/hw/qib/qib_fs.c: In function 'dev_names_read':
drivers/infiniband/hw/qib/qib_fs.c:160: warning: 'names' is used uninitialized in this function
drivers/infiniband/hw/qib/qib_fs.c: In function 'dev_counters_read':
drivers/infiniband/hw/qib/qib_fs.c:149: warning: 'counters' is used uninitialized in this function

Introduced by commit f931551bafe1f10ded7f5282e2aa162c267a2e5d ("IB/qib:
Add new qib driver for QLogic PCIe InfiniBand adapters").

-- 
Cheers,
Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
http://www.canb.auug.org.au/~sfr/

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

^ permalink raw reply	[flat|nested] 22+ messages in thread
* linux-next: build warning after merge of the final tree
@ 2010-03-01  8:14 Stephen Rothwell
  0 siblings, 0 replies; 22+ messages in thread
From: Stephen Rothwell @ 2010-03-01  8:14 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-next, linux-kernel, Alan Cox

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

Hi Greg,

After merging the final tree, today's linux-next build (powerpc allnoconfig)
produced these warnings:

drivers/char/tty_buffer.c: In function 'tty_insert_flip_string_fixed_flag':
drivers/char/tty_buffer.c:251: warning: comparison of distinct pointer types lacks a cast
drivers/char/tty_buffer.c: In function 'tty_insert_flip_string_flags':
drivers/char/tty_buffer.c:288: warning: comparison of distinct pointer types lacks a cast

Introduced by commit 96a421002f897237bcc44efd909dd58aa759319c ("tty: Keep
the default buffering to sub-page units") from the tty tree.  Its just
the min macro parameters.

-- 
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] 22+ messages in thread

end of thread, other threads:[~2013-05-29  5:44 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-16  5:05 linux-next: build warning after merge of the final tree Stephen Rothwell
2010-09-16  6:29 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2013-05-29  5:29 Stephen Rothwell
2013-05-29  5:44 ` David Miller
2013-04-19  8:07 Stephen Rothwell
2013-04-19  9:44 ` Joerg Roedel
2012-12-17  3:22 Stephen Rothwell
2012-12-17  3:34 ` Stephen Rothwell
2012-12-17 20:59   ` Andrew Morton
2012-08-02  4:04 Stephen Rothwell
2012-08-02 14:45 ` Nathan Zimmer
2012-03-26  4:11 Stephen Rothwell
2012-03-28  7:59 ` Williams, Dan J
2011-08-16  5:22 Stephen Rothwell
2011-08-16  6:04 ` Herbert Xu
2011-08-16  7:03   ` Stephen Rothwell
2011-08-16  7:08     ` Herbert Xu
2011-07-22  6:24 Stephen Rothwell
2011-07-22  6:26 ` David Miller
2010-09-29  4:02 Stephen Rothwell
2010-05-26  5:15 Stephen Rothwell
2010-03-01  8:14 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).