# git rev-parse -q --verify 5dba9ddd98cbc7ad319d687887981a0ea0062c75^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/stable linux-3.0.y # git rev-parse -q --verify 5dba9ddd98cbc7ad319d687887981a0ea0062c75^{commit} 5dba9ddd98cbc7ad319d687887981a0ea0062c75 # git checkout -q -f -B kisskb 5dba9ddd98cbc7ad319d687887981a0ea0062c75 # git clean -qxdf # < git log -1 # commit 5dba9ddd98cbc7ad319d687887981a0ea0062c75 # Author: Greg Kroah-Hartman # Date: Tue Oct 22 08:58:59 2013 +0100 # # Linux 3.0.101 # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 5dba9ddd98cbc7ad319d687887981a0ea0062c75 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/stable-3.0_pmac32_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig In file included from scripts/kconfig/zconf.tab.c:2501: /kisskb/src/scripts/kconfig/confdata.c: In function 'conf_write': /kisskb/src/scripts/kconfig/confdata.c:587:19: warning: '%s' directive writing likely 7 or more bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 587 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~ /kisskb/src/scripts/kconfig/confdata.c:587:19: note: assuming directive output of 7 bytes /kisskb/src/scripts/kconfig/confdata.c:587:2: note: 'sprintf' output 1 or more bytes (assuming 4104) into a destination of size 4097 587 | sprintf(newname, "%s%s", dirname, basename); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:590:20: warning: '.tmpconfig.' directive writing 11 bytes into a region of size between 1 and 4097 [-Wformat-overflow=] 590 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~ /kisskb/src/scripts/kconfig/confdata.c:590:3: note: 'sprintf' output between 13 and 4119 bytes into a destination of size 4097 590 | sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # < make -s -j 32 ARCH=powerpc O=/kisskb/build/stable-3.0_pmac32_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # yes \n | make -s -j 32 ARCH=powerpc O=/kisskb/build/stable-3.0_pmac32_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 32 ARCH=powerpc O=/kisskb/build/stable-3.0_pmac32_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/scripts/dtc/dtc.c: In function 'main': /kisskb/src/scripts/dtc/dtc.c:102:17: warning: variable 'check' set but not used [-Wunused-but-set-variable] 102 | int force = 0, check = 0, sort = 0; | ^~~~~ /kisskb/src/scripts/dtc/flattree.c: In function 'flat_read_mem_reserve': /kisskb/src/scripts/dtc/flattree.c:700:14: warning: variable 'p' set but not used [-Wunused-but-set-variable] 700 | const char *p; | ^ In function 'cpio_replace_env', inlined from 'cpio_mkfile_line' at /kisskb/src/usr/gen_init_cpio.c:454:26: /kisskb/src/usr/gen_init_cpio.c:399:4: warning: 'strncpy' output may be truncated copying 4096 bytes from a string of length 4096 [-Wstringop-truncation] 399 | strncpy(new_location, expanded, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/ipc/msg.c: In function 'msgctl_down': /kisskb/src/ipc/msg.c:425:37: warning: 'msqid64.msg_qbytes' may be used uninitialized in this function [-Wmaybe-uninitialized] &msqid64.msg_perm, msqid64.msg_qbytes); ^ /kisskb/src/fs/namespace.c: In function 'sys_mount': /kisskb/src/fs/namespace.c:2516:6: warning: 'kernel_dev' may be used uninitialized in this function [-Wmaybe-uninitialized] ret = do_mount(kernel_dev, kernel_dir, kernel_type, flags, ^ /kisskb/src/fs/namespace.c:2516:6: warning: 'kernel_type' may be used uninitialized in this function [-Wmaybe-uninitialized] In file included from /kisskb/src/sound/ppc/pmac.h:25:0, from /kisskb/src/sound/ppc/awacs.c:29: /kisskb/src/sound/ppc/awacs.c: In function 'snd_pmac_awacs_init': /kisskb/src/include/sound/control.h:206:2: warning: 'speaker_vol' may be used uninitialized in this function [-Wmaybe-uninitialized] return _snd_ctl_add_slave(master, slave, 0); ^ /kisskb/src/sound/ppc/awacs.c:886:36: note: 'speaker_vol' was declared here struct snd_kcontrol *master_vol, *speaker_vol; ^ In file included from /kisskb/src/sound/ppc/pmac.h:25:0, from /kisskb/src/sound/ppc/awacs.c:29: /kisskb/src/include/sound/control.h:206:2: warning: 'master_vol' may be used uninitialized in this function [-Wmaybe-uninitialized] return _snd_ctl_add_slave(master, slave, 0); ^ /kisskb/src/sound/ppc/awacs.c:886:23: note: 'master_vol' was declared here struct snd_kcontrol *master_vol, *speaker_vol; ^ In file included from /kisskb/src/include/linux/mm.h:11:0, from /kisskb/src/fs/fuse/fuse_i.h:18, from /kisskb/src/fs/fuse/file.c:9: /kisskb/src/fs/fuse/file.c: In function 'fuse_file_poll': /kisskb/src/include/linux/rbtree.h:171:26: warning: 'parent' may be used uninitialized in this function [-Wmaybe-uninitialized] node->rb_parent_color = (unsigned long )parent; ^ /kisskb/src/fs/fuse/file.c:2053:27: note: 'parent' was declared here struct rb_node **link, *parent; ^ /kisskb/src/crypto/wp512.c: In function 'wp512_process_buffer': /kisskb/src/crypto/wp512.c:981:1: warning: the frame size of 1088 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/arch/powerpc/include/asm/div64.h:1:0, from /kisskb/src/include/linux/kernel.h:97, from /kisskb/src/include/linux/cache.h:4, from /kisskb/src/arch/powerpc/include/asm/thread_info.h:26, from /kisskb/src/include/linux/thread_info.h:53, from /kisskb/src/include/linux/preempt.h:9, from /kisskb/src/include/linux/spinlock.h:50, from /kisskb/src/include/linux/swap.h:4, from /kisskb/src/include/linux/suspend.h:4, from /kisskb/src/kernel/power/hibernate.c:12: /kisskb/src/kernel/power/hibernate.c: In function 'swsusp_show_speed': /kisskb/src/include/asm-generic/div64.h:43:28: warning: comparison of distinct pointer types lacks a cast (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \ ^ /kisskb/src/kernel/power/hibernate.c:238:2: note: in expansion of macro 'do_div' do_div(elapsed_centisecs64, NSEC_PER_SEC / 100); ^ /kisskb/src/fs/nfs/nfs4proc.c: In function '__nfs4_get_acl_uncached': /kisskb/src/fs/nfs/nfs4proc.c:3600:2: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' [-Wformat=] dprintk("%s buf %p buflen %ld npages %d args.acl_len %ld\n", ^ /kisskb/src/fs/nfs/nfs4proc.c:3600:2: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' [-Wformat=] In file included from /kisskb/src/include/linux/net.h:63:0, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netfilter.h:6, from /kisskb/src/net/netfilter/nf_conntrack_core.c:15: /kisskb/src/net/netfilter/nf_conntrack_core.c: In function 'nf_conntrack_init': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_conntrack_attach' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/netfilter/nf_conntrack_core.c:1585:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ip_ct_attach, nf_conntrack_attach); ^ /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'destroy_conntrack' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/netfilter/nf_conntrack_core.c:1586:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_ct_destroy, destroy_conntrack); ^ In file included from /kisskb/src/include/linux/net.h:63:0, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/netfilter.h:6, from /kisskb/src/net/netfilter/nf_conntrack_proto.c:13: /kisskb/src/net/netfilter/nf_conntrack_proto.c: In function 'nf_conntrack_l3proto_unregister': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_conntrack_l3proto_generic' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/netfilter/nf_conntrack_proto.c:210:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_ct_l3protos[proto->l3proto], ^ /kisskb/src/net/netfilter/nf_conntrack_proto.c: In function 'nf_conntrack_l4proto_unregister': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_conntrack_l4proto_generic' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/netfilter/nf_conntrack_proto.c:345:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_ct_protos[l4proto->l3proto][l4proto->l4proto], ^ /kisskb/src/net/netfilter/nf_conntrack_proto.c: In function 'nf_conntrack_proto_init': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_conntrack_l3proto_generic' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/netfilter/nf_conntrack_proto.c:370:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_ct_l3protos[i], ^ In file included from /kisskb/src/include/linux/sysctl.h:933:0, from /kisskb/src/include/linux/kmod.h:27, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/sched/sch_generic.c:15: /kisskb/src/net/sched/sch_generic.c: In function 'dev_graft_qdisc': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'noop_qdisc' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/sched/sch_generic.c:678:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(dev_queue->qdisc, &noop_qdisc); ^ In file included from /kisskb/src/arch/powerpc/include/asm/div64.h:1:0, from /kisskb/src/include/linux/kernel.h:97, from /kisskb/src/include/linux/cache.h:4, from /kisskb/src/include/linux/time.h:7, from /kisskb/src/include/linux/ktime.h:24, from /kisskb/src/include/linux/dccp.h:239, from /kisskb/src/net/dccp/timer.c:13: /kisskb/src/net/dccp/timer.c: In function 'dccp_timestamp': /kisskb/src/include/asm-generic/div64.h:43:28: warning: comparison of distinct pointer types lacks a cast (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \ ^ /kisskb/src/net/dccp/timer.c:284:2: note: in expansion of macro 'do_div' do_div(delta, 10); ^ In file included from /kisskb/src/include/linux/net.h:63:0, from /kisskb/src/include/linux/skbuff.h:26, from /kisskb/src/include/linux/icmp.h:86, from /kisskb/src/net/ipv4/netfilter/nf_nat_standalone.c:9: /kisskb/src/net/ipv4/netfilter/nf_nat_standalone.c: In function 'nf_nat_standalone_init': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nat_decode_session' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_standalone.c:289:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(ip_nat_decode_session, nat_decode_session); ^ In file included from /kisskb/src/include/linux/sysctl.h:933:0, from /kisskb/src/include/linux/kmod.h:27, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:11: /kisskb/src/net/ipv4/netfilter/nf_nat_core.c: In function 'nf_nat_protocol_unregister': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_unknown_protocol' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:528:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_protos[proto->protonum], ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c: In function 'nf_nat_init': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_unknown_protocol' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:739:3: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_protos[i], &nf_nat_unknown_protocol); ^ /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_protocol_tcp' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:740:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_protos[IPPROTO_TCP], &nf_nat_protocol_tcp); ^ /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_protocol_udp' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:741:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_protos[IPPROTO_UDP], &nf_nat_protocol_udp); ^ /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_protocol_icmp' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:742:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_protos[IPPROTO_ICMP], &nf_nat_protocol_icmp); ^ /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_seq_adjust' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:751:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_seq_adjust_hook, nf_nat_seq_adjust); ^ /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nfnetlink_parse_nat_setup' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:753:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nfnetlink_parse_nat_setup_hook, ^ /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_get_offset' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_core.c:756:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_ct_nat_offset, nf_nat_get_offset); ^ In file included from /kisskb/src/include/linux/sysctl.h:933:0, from /kisskb/src/include/linux/kmod.h:27, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/ipv4/netfilter/nf_nat_ftp.c:11: /kisskb/src/net/ipv4/netfilter/nf_nat_ftp.c: In function 'nf_nat_ftp_init': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'nf_nat_ftp' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_ftp.c:123:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_ftp_hook, nf_nat_ftp); ^ In file included from /kisskb/src/include/linux/sysctl.h:933:0, from /kisskb/src/include/linux/kmod.h:27, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/ipv4/netfilter/nf_nat_irc.c:13: /kisskb/src/net/ipv4/netfilter/nf_nat_irc.c: In function 'nf_nat_irc_init': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'help' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_irc.c:85:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_irc_hook, help); ^ In file included from /kisskb/src/include/linux/sysctl.h:933:0, from /kisskb/src/include/linux/kmod.h:27, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/ipv4/netfilter/nf_nat_tftp.c:8: /kisskb/src/net/ipv4/netfilter/nf_nat_tftp.c: In function 'nf_nat_tftp_init': /kisskb/src/include/linux/rcupdate.h:369:12: warning: the comparison will always evaluate as 'true' for the address of 'help' will never be NULL [-Waddress] ((v) != NULL)) \ ^ /kisskb/src/include/linux/rcupdate.h:708:2: note: in expansion of macro '__rcu_assign_pointer' __rcu_assign_pointer((p), (v), __rcu) ^ /kisskb/src/net/ipv4/netfilter/nf_nat_tftp.c:46:2: note: in expansion of macro 'rcu_assign_pointer' rcu_assign_pointer(nf_nat_tftp_hook, help); ^ In file included from /kisskb/src/include/linux/device-mapper.h:11:0, from /kisskb/src/drivers/md/dm.h:14, from /kisskb/src/drivers/md/dm.c:8: /kisskb/src/drivers/md/dm.c: In function 'split_bvec': /kisskb/src/include/linux/bio.h:530:41: warning: statement with no effect [-Wunused-value] #define bio_integrity_clone(a, b, c, d) (0) ^ /kisskb/src/drivers/md/dm.c:1070:3: note: in expansion of macro 'bio_integrity_clone' bio_integrity_clone(clone, bio, GFP_NOIO, bs); ^ /kisskb/src/drivers/md/dm.c: In function 'clone_bio': /kisskb/src/include/linux/bio.h:530:41: warning: statement with no effect [-Wunused-value] #define bio_integrity_clone(a, b, c, d) (0) ^ /kisskb/src/drivers/md/dm.c:1097:3: note: in expansion of macro 'bio_integrity_clone' bio_integrity_clone(clone, bio, GFP_NOIO, bs); ^ In file included from /kisskb/src/include/linux/device-mapper.h:12:0, from /kisskb/src/drivers/md/dm.h:14, from /kisskb/src/drivers/md/dm-table.c:8: /kisskb/src/drivers/md/dm-table.c: In function 'dm_table_set_integrity': /kisskb/src/include/linux/blkdev.h:1284:39: warning: statement with no effect [-Wunused-value] #define blk_integrity_register(a, b) (0) ^ /kisskb/src/drivers/md/dm-table.c:1188:3: note: in expansion of macro 'blk_integrity_register' blk_integrity_register(dm_disk(t->md), ^ /kisskb/src/drivers/scsi/aic7xxx_old.c: In function 'aic7xxx_register': /kisskb/src/drivers/scsi/aic7xxx_old.c:7901:5: warning: case value '257' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_VL): ^ /kisskb/src/drivers/scsi/aic7xxx_old.c:7898:5: warning: case value '513' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_EISA): ^ /kisskb/src/drivers/scsi/aic7xxx_old.c: In function 'aic7xxx_load_seeprom': /kisskb/src/drivers/scsi/aic7xxx_old.c:8517:5: warning: case value '257' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_VL): ^ /kisskb/src/drivers/scsi/aic7xxx_old.c:8510:5: warning: case value '513' not in enumerated type 'ahc_chip' [-Wswitch] case (AHC_AIC7770|AHC_EISA): /* None of these adapters have seeproms. */ ^ /kisskb/src/drivers/net/wireless/prism54/isl_ioctl.c: In function 'prism54_ioctl': /kisskb/src/drivers/net/wireless/prism54/isl_ioctl.c:2733:14: warning: array subscript is above array bounds [-Warray-bounds] current_ev = prism54_translate_bss(ndev, &info, current_ev, ^ WARNING: modpost: Found 1 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' /kisskb/src/arch/powerpc/boot/mpc8xx.c: In function 'mpc885_get_clock': /kisskb/src/arch/powerpc/boot/mpc8xx.c:27:26: warning: variable 'div' set but not used [-Wunused-but-set-variable] int mfi, mfn, mfd, pdf, div; ^ Completed OK # rm -rf /kisskb/build/stable-3.0_pmac32_defconfig_powerpc-gcc4.9 # Build took: 0:03:51.705913