# git rev-parse -q --verify 86f84779d8e92a690b2f281175ea06b884cb6fa4^{commit} 86f84779d8e92a690b2f281175ea06b884cb6fa4 already have revision, skipping fetch # git checkout -q -f -B kisskb 86f84779d8e92a690b2f281175ea06b884cb6fa4 # git clean -qxdf # git log -1 commit 86f84779d8e92a690b2f281175ea06b884cb6fa4 Merge: ce38061 f6a0154 Author: Linus Torvalds Date: Tue Mar 6 12:41:30 2018 -0800 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace Pull sigingo fix from Eric Biederman: "The kbuild test robot found that I accidentally moved si_pkey when I was cleaning up siginfo_t. A short followed by an int with the int having 8 byte alignment. Sheesh siginfo_t is a weird structure. I have now corrected it and added build time checks that with a little luck will catch any similar future mistakes. The build time checks were sufficient for me to verify the bug and to verify my fix. So they are at least useful this once." * 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: signal/x86: Include the field offsets in the build time checks signal: Correct the offset of si_pkey in struct siginfo # < /opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux-gcc --version # < git log --format=%s --max-count=1 86f84779d8e92a690b2f281175ea06b884cb6fa4 # < make -s -j 20 ARCH=cris O=/kisskb/build/linus_cris-allyesconfig_cris CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux- allyesconfig arch/cris/arch-v32/Kconfig:17:warning: choice default symbol 'ETRAX_KGDB_PORT0' is not contained in the choice # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # yes \n | make -s -j 20 ARCH=cris O=/kisskb/build/linus_cris-allyesconfig_cris CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux- oldconfig yes: standard output: Broken pipe yes: write error # make -s -j 20 ARCH=cris O=/kisskb/build/linus_cris-allyesconfig_cris CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux- arch/cris/arch-v32/Kconfig:17:warning: choice default symbol 'ETRAX_KGDB_PORT0' is not contained in the choice :1254:2: warning: #warning syscall socket not implemented [-Wcpp] :1257:2: warning: #warning syscall socketpair not implemented [-Wcpp] :1260:2: warning: #warning syscall bind not implemented [-Wcpp] :1263:2: warning: #warning syscall connect not implemented [-Wcpp] :1266:2: warning: #warning syscall listen not implemented [-Wcpp] :1272:2: warning: #warning syscall getsockopt not implemented [-Wcpp] :1275:2: warning: #warning syscall setsockopt not implemented [-Wcpp] :1278:2: warning: #warning syscall getsockname not implemented [-Wcpp] :1281:2: warning: #warning syscall getpeername not implemented [-Wcpp] :1284:2: warning: #warning syscall sendto not implemented [-Wcpp] :1287:2: warning: #warning syscall sendmsg not implemented [-Wcpp] :1290:2: warning: #warning syscall recvfrom not implemented [-Wcpp] :1293:2: warning: #warning syscall recvmsg not implemented [-Wcpp] :1296:2: warning: #warning syscall shutdown not implemented [-Wcpp] :1299:2: warning: #warning syscall userfaultfd not implemented [-Wcpp] :1302:2: warning: #warning syscall membarrier not implemented [-Wcpp] :1305:2: warning: #warning syscall mlock2 not implemented [-Wcpp] :1308:2: warning: #warning syscall copy_file_range not implemented [-Wcpp] :1311:2: warning: #warning syscall preadv2 not implemented [-Wcpp] :1314:2: warning: #warning syscall pwritev2 not implemented [-Wcpp] :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c: In function 'init_axis_flash': /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:277:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:341:11: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:341:11: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:359:10: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/axisflashmap.c:359:10: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint64_t' [-Wformat] /kisskb/src/arch/cris/arch-v10/drivers/sync_serial.c: In function 'start_dma': /kisskb/src/arch/cris/arch-v10/drivers/sync_serial.c:1225:2: warning: passing argument 1 of 'virt_to_phys' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/io.h:788:29: note: expected 'volatile void *' but argument is of type 'const char *' /kisskb/src/arch/cris/arch-v10/drivers/sync_serial.c: In function 'rx_interrupt': /kisskb/src/arch/cris/arch-v10/drivers/sync_serial.c:1344:6: warning: passing argument 1 of 'memcpy' discards 'volatile' qualifier from pointer target type [enabled by default] /kisskb/src/arch/cris/include/asm/string.h:8:14: note: expected 'void *' but argument is of type 'volatile unsigned char * volatile' /kisskb/src/arch/cris/arch-v10/drivers/sync_serial.c:1354:6: warning: passing argument 1 of 'memcpy' discards 'volatile' qualifier from pointer target type [enabled by default] /kisskb/src/arch/cris/include/asm/string.h:8:14: note: expected 'void *' but argument is of type 'volatile unsigned char * volatile' /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'malta_update': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:109:5: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/hda/hdac_regmap.c: In function 'hda_reg_write': /kisskb/src/sound/hda/hdac_regmap.c:282:16: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c: In function 'sead3_update': /kisskb/src/drivers/auxdisplay/img-ascii-lcd.c:207:5: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/percpu.c: In function 'setup_per_cpu_areas': /kisskb/src/mm/percpu.c:2723:2: warning: #warning "the CRIS architecture has physical and virtual addresses confused" [-Wcpp] /kisskb/src/mm/percpu.c:2723:2: warning: #warning "the CRIS architecture has physical and virtual addresses confused" [-Wcpp] /kisskb/src/kernel/cgroup/cgroup-v1.c: In function 'cgroup1_mount': /kisskb/src/kernel/cgroup/cgroup-v1.c:1268:20: warning: 'root' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_process_vlan_info': /kisskb/src/net/bridge/br_netlink.c:577:10: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/dma-buf/reservation.c: In function 'reservation_object_add_shared_replace': /kisskb/src/drivers/dma-buf/reservation.c:155:1: warning: 'k' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/arizona.c: In function 'arizona_hw_params': /kisskb/src/sound/soc/codecs/arizona.c:1889:3: warning: 'aif_rx_state' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/arizona.c:1886:3: warning: 'aif_tx_state' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpio/gpio-dln2.c:73:2: warning: 'packed' attribute ignored for field of type '__le16' [-Wattributes] /kisskb/src/sound/soc/codecs/da7219-aad.c: In function 'da7219_aad_hptest_work': /kisskb/src/sound/soc/codecs/da7219-aad.c:318:17: warning: 'pll_ctrl' may be used uninitialized in this function [-Wuninitialized] In file included from /kisskb/src/fs/exofs/exofs.h:41:0, from /kisskb/src/fs/exofs/inode.c:36: /kisskb/src/fs/exofs/common.h:243:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_sliding_window' [-Wattributes] /kisskb/src/fs/exofs/common.h:252:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_implict_list' [-Wattributes] /kisskb/src/fs/btrfs/ref-verify.c: In function 'process_extent_item.isra.2': /kisskb/src/fs/btrfs/ref-verify.c:516:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c: In function 'process_leaf': /kisskb/src/fs/btrfs/ref-verify.c:568:2: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] In file included from /kisskb/src/fs/exofs/exofs.h:41:0, from /kisskb/src/fs/exofs/file.c:33: /kisskb/src/fs/exofs/common.h:243:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_sliding_window' [-Wattributes] /kisskb/src/fs/exofs/common.h:252:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_implict_list' [-Wattributes] In file included from /kisskb/src/fs/exofs/exofs.h:41:0, from /kisskb/src/fs/exofs/namei.c:34: /kisskb/src/fs/exofs/common.h:243:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_sliding_window' [-Wattributes] /kisskb/src/fs/exofs/common.h:252:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_implict_list' [-Wattributes] In file included from /kisskb/src/fs/exofs/exofs.h:41:0, from /kisskb/src/fs/exofs/dir.c:35: /kisskb/src/fs/exofs/common.h:243:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_sliding_window' [-Wattributes] /kisskb/src/fs/exofs/common.h:252:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_implict_list' [-Wattributes] In file included from /kisskb/src/fs/exofs/exofs.h:41:0, from /kisskb/src/fs/exofs/super.c:43: /kisskb/src/fs/exofs/common.h:243:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_sliding_window' [-Wattributes] /kisskb/src/fs/exofs/common.h:252:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_implict_list' [-Wattributes] /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:2786:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] In file included from /kisskb/src/fs/exofs/exofs.h:41:0, from /kisskb/src/fs/exofs/sys.c:25: /kisskb/src/fs/exofs/common.h:243:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_sliding_window' [-Wattributes] /kisskb/src/fs/exofs/common.h:252:3: warning: 'packed' attribute ignored for field of type 'struct exofs_layout_implict_list' [-Wattributes] /kisskb/src/sound/soc/codecs/rt5665.c: In function 'rt5665_i2s_pin_event': /kisskb/src/sound/soc/codecs/rt5665.c:2666:23: warning: 'val2' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/rt5665.c:2663:23: warning: 'val1' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] /kisskb/src/drivers/input/rmi4/rmi_f11.c: In function 'rmi_f11_finger_handler': /kisskb/src/drivers/input/rmi4/rmi_f11.c:631:3: warning: 'abs_fingers' may be used uninitialized in this function [-Wuninitialized] In file included from /kisskb/src/drivers/net/bonding/bond_alb.c:36:0: /kisskb/src/include/net/ipx.h:32:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:34:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:43:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] /kisskb/src/include/net/ipx.h:44:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] /kisskb/src/drivers/mtd/nand/nandsim.c: In function 'init_nandsim': /kisskb/src/drivers/mtd/nand/nandsim.c:760:2: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_handle_pwr_constr.isra.28': /kisskb/src/net/mac80211/mlme.c:1350:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2043:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/main.c:47: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/usb.c:47: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/cmd.c:40: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/mac.c:41: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/phy.c:40: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/fw.c:27: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/led.c:40: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1821:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1731:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/tx.c:44: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/rx.c:45: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/ath/carl9170/wlan.h:42:0, from /kisskb/src/drivers/net/wireless/ath/carl9170/carl9170.h:57, from /kisskb/src/drivers/net/wireless/ath/carl9170/debug.c:44: /kisskb/src/drivers/net/wireless/ath/carl9170/fwcmd.h:124:2: warning: 'packed' attribute ignored for field of type 'struct []' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/intersil/p54/eeprom.c:30:0: /kisskb/src/drivers/net/wireless/intersil/p54/lmac.h:377:2: warning: 'packed' attribute ignored for field of type 'struct [3]' [-Wattributes] /kisskb/src/drivers/media/usb/dvb-usb/pctv452e.c: In function 'pctv452e_frontend_attach': /kisskb/src/drivers/media/usb/dvb-usb/pctv452e.c:922:2: warning: value computed is not used [-Wunused-value] In file included from /kisskb/src/drivers/net/wireless/intersil/p54/fwio.c:28:0: /kisskb/src/drivers/net/wireless/intersil/p54/lmac.h:377:2: warning: 'packed' attribute ignored for field of type 'struct [3]' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/intersil/p54/txrx.c:27:0: /kisskb/src/drivers/net/wireless/intersil/p54/lmac.h:377:2: warning: 'packed' attribute ignored for field of type 'struct [3]' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/intersil/p54/main.c:27:0: /kisskb/src/drivers/net/wireless/intersil/p54/lmac.h:377:2: warning: 'packed' attribute ignored for field of type 'struct [3]' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/intersil/p54/led.c:28:0: /kisskb/src/drivers/net/wireless/intersil/p54/lmac.h:377:2: warning: 'packed' attribute ignored for field of type 'struct [3]' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/intersil/p54/p54usb.c:26:0: /kisskb/src/drivers/net/wireless/intersil/p54/lmac.h:377:2: warning: 'packed' attribute ignored for field of type 'struct [3]' [-Wattributes] In file included from /kisskb/src/drivers/net/wireless/intersil/p54/p54spi.c:37:0: /kisskb/src/drivers/net/wireless/intersil/p54/lmac.h:377:2: warning: 'packed' attribute ignored for field of type 'struct [3]' [-Wattributes] /kisskb/src/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c: In function 'rtl8723a_phy_lc_calibrate': /kisskb/src/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:3481:23: warning: 'rf_amode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/sched/sch_dsmark.c: In function 'dsmark_dequeue': /kisskb/src/net/sched/sch_dsmark.c:325:1: error: unrecognizable insn: (insn 281 280 274 18 (set (reg:QI 10 r10) (and:QI (mem/s/j:QI (reg/f:SI 2 r2 [orig:48 D.51786 ] [48]) [0 D.51786_34->mask+0 S1 A8]) (reg:QI 10 r10))) /kisskb/src/include/net/dsfield.h:34 -1 (nil)) /kisskb/src/net/sched/sch_dsmark.c:325:1: internal compiler error: in extract_insn, at recog.c:2109 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. /kisskb/src/scripts/Makefile.build:324: recipe for target 'net/sched/sch_dsmark.o' failed make[3]: *** [net/sched/sch_dsmark.o] Error 1 /kisskb/src/scripts/Makefile.build:583: recipe for target 'net/sched' failed make[2]: *** [net/sched] Error 2 make[2]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/ialloc.c:30: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/balloc.c:25: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/inode.c:33: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/itree.c:12: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/file.c:17: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/namei.c:17: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/super.c:27: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] In file included from /kisskb/src/fs/sysv/sysv.h:10:0, from /kisskb/src/fs/sysv/dir.c:20: /kisskb/src/include/linux/sysv_fs.h:31:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:43:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:44:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:101:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:113:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:115:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:131:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:143:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:145:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:169:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:172:2: warning: 'packed' attribute ignored for field of type 'sysv_zone_t[64]' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:181:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/include/linux/sysv_fs.h:182:2: warning: 'packed' attribute ignored for field of type '__fs32' [-Wattributes] /kisskb/src/drivers/staging/comedi/drivers/pcl818.c: In function 'pcl818_ai_setup_chanlist': /kisskb/src/drivers/staging/comedi/drivers/pcl818.c:337:6: warning: 'last_chan' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/staging/comedi/drivers/pcl818.c:347:15: note: 'last_chan' was declared here /kisskb/src/Makefile:1051: recipe for target 'net' failed make[1]: *** [net] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/tty/serial/crisv10.c:2462:1: warning: 'ser_interrupt' defined but not used [-Wunused-function] In file included from /kisskb/src/drivers/scsi/osst.c:78:0: /kisskb/src/drivers/scsi/osst.h:97:2: warning: 'packed' attribute ignored for field of type 'u32' [-Wattributes] /kisskb/src/drivers/staging/gdm724x/gdm_lte.c: In function 'icmp6_checksum': /kisskb/src/drivers/staging/gdm724x/gdm_lte.c:196:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/ipx/af_ipx.c:51:0: /kisskb/src/include/net/ipx.h:32:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:34:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:43:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] /kisskb/src/include/net/ipx.h:44:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] In file included from /kisskb/src/drivers/staging/ipx/ipx_route.c:16:0: /kisskb/src/include/net/ipx.h:32:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:34:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:43:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] /kisskb/src/include/net/ipx.h:44:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] In file included from /kisskb/src/drivers/staging/ipx/ipx_proc.c:16:0: /kisskb/src/include/net/ipx.h:32:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:34:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:43:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] /kisskb/src/include/net/ipx.h:44:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] In file included from /kisskb/src/drivers/staging/ipx/sysctl_net_ipx.c:13:0: /kisskb/src/include/net/ipx.h:32:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:34:2: warning: 'packed' attribute ignored for field of type '__be16' [-Wattributes] /kisskb/src/include/net/ipx.h:43:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] /kisskb/src/include/net/ipx.h:44:9: warning: 'packed' attribute ignored for field of type 'struct ipx_address' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/dir.c:25: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/file.c:23: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/inode.c:38: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/ioctl.c:27: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/mmap.c:24: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/ncplib_kernel.c:15: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/sock.c:34: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/ncpsign_kernel.c:15: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/ncpfs/ncp_fs.h:4:0, from /kisskb/src/drivers/staging/ncpfs/symlink.c:33: /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:123:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:124:4: warning: 'packed' attribute ignored for field of type '__u32' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:125:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:126:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:127:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:128:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] /kisskb/src/drivers/staging/ncpfs/ncp_fs_sb.h:129:4: warning: 'packed' attribute ignored for field of type '__u16' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/main_usb.c:29:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/card.c:32:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/mac.c:22:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/baseband.c:25:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/wcmd.c:24:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/rxtx.c:30:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/power.c:23:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/dpc.c:22:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/key.c:20:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/rf.c:24:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] In file included from /kisskb/src/drivers/staging/vt6656/int.c:22:0: /kisskb/src/drivers/staging/vt6656/mac.h:351:3: warning: 'packed' attribute ignored for field of type 'struct ' [-Wattributes] Makefile:146: recipe for target 'sub-make' failed make: *** [sub-make] Error 2 Command 'make -s -j 20 ARCH=cris O=/kisskb/build/linus_cris-allyesconfig_cris CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/cris-linux/bin/cris-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_cris-allyesconfig_cris # Build took: 0:05:57.415257