shx3_defconfig Fails

From: Nick Krause
Date: Mon Jul 07 2014 - 23:04:29 EST


Hey Greg and others,
The build, shx3_defconfig seems to be failing. Below this message are the logs.
Please note they are pretty long as the errors were not in the same subsystems
from what I get from reading the trace.
Cheers Nick
net/ipv4/ping.c: In function âping_errâ:
net/ipv4/ping.c:547:37: warning: âcodeâ may be used uninitialized in
this function [-Wmaybe-uninitialized]
harderr = icmp_err_convert[code].fatal;
^
net/ipv4/ping.c:559:11: warning: âtypeâ may be used uninitialized in
this function [-Wmaybe-uninitialized]
harderr = pingv6_ops.icmpv6_err_convert(type, code, &err);
^
net/ipv4/ping.c:501:48: warning: âicmphâ may be used uninitialized in
this function [-Wmaybe-uninitialized]
if (!ping_supported(family, icmph->type, icmph->code))
^
CC drivers/scsi/scsi_trace.o
CC net/ipv4/gre_offload.o
net/ipv4/ping.c: In function âping_common_sendmsgâ:
net/ipv4/ping.c:464:63: warning: âcodeâ may be used uninitialized in
this function [-Wmaybe-uninitialized]
return (family == AF_INET && type == ICMP_ECHO && code == 0) ||
^
net/ipv4/ping.c:646:11: note: âcodeâ was declared here
u8 type, code;
^
net/ipv4/ping.c:678:21: warning: âtypeâ may be used uninitialized in
this function [-Wmaybe-uninitialized]
if (!ping_supported(family, type, code))
^
CC net/ipv4/sysctl_net_ipv4.o
CC drivers/scsi/sd.o
CC net/ipv4/proc.o
CC net/ipv4/xfrm4_mode_beet.o
CC net/ipv4/xfrm4_mode_transport.o
CC net/ipv4/xfrm4_mode_tunnel.o
CC net/ipv4/ipconfig.o
CC net/ipv4/inet_diag.o
CC net/ipv4/tcp_diag.o
CC net/ipv4/tcp_cubic.o
CC net/ipv4/xfrm4_policy.o
CC net/ipv4/xfrm4_state.o
LD drivers/scsi/scsi_mod.o
LD drivers/scsi/sd_mod.o
LD drivers/scsi/built-in.o
CC drivers/sh/clk/core.o
CC net/ipv4/xfrm4_input.o
CC net/ipv4/xfrm4_output.o
CC net/ipv4/xfrm4_protocol.o
CC drivers/sh/clk/cpg.o
drivers/sh/clk/cpg.c: In function âr8â:
drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of âioread8â
discards âconstâ qualifier from pointer target type [enabled by
default]
return ioread8(addr);
^
In file included from ./arch/sh/include/asm/io.h:20:0,
from include/linux/io.h:22,
from drivers/sh/clk/cpg.c:14:
include/asm-generic/iomap.h:28:21: note: expected âvoid *â but
argument is of type âconst void *â
extern unsigned int ioread8(void __iomem *);
^
drivers/sh/clk/cpg.c: In function âr16â:
drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of âioread16â
discards âconstâ qualifier from pointer target type [enabled by
default]
return ioread16(addr);
^
In file included from ./arch/sh/include/asm/io.h:20:0,
from include/linux/io.h:22,
from drivers/sh/clk/cpg.c:14:
include/asm-generic/iomap.h:29:21: note: expected âvoid *â but
argument is of type âconst void *â
extern unsigned int ioread16(void __iomem *);
^
drivers/sh/clk/cpg.c: In function âr32â:
drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of âioread32â
discards âconstâ qualifier from pointer target type [enabled by
default]
return ioread32(addr);
^
In file included from ./arch/sh/include/asm/io.h:20:0,
from include/linux/io.h:22,
from drivers/sh/clk/cpg.c:14:
include/asm-generic/iomap.h:31:21: note: expected âvoid *â but
argument is of type âconst void *â
extern unsigned int ioread32(void __iomem *);
^
CC drivers/sh/intc/access.o
LD drivers/soc/built-in.o
CC drivers/sh/intc/chip.o
LD drivers/sh/clk/built-in.o
CC drivers/sh/intc/core.o
CC [M] net/ipv4/ip_tunnel.o
CC drivers/spi/spi.o
CC drivers/sh/intc/handle.o
CC drivers/sh/intc/irqdomain.o
CC drivers/sh/intc/virq.o
CC [M] net/ipv4/tunnel4.o
LD drivers/sh/intc/built-in.o
CC drivers/sh/pm_runtime.o
LD drivers/sh/built-in.o
CC drivers/tty/tty_io.o
LD net/ipv4/built-in.o
CC drivers/tty/n_tty.o
make: *** [net] Error 2
make: *** Waiting for unfinished jobs....
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/