Table of Contents
2013-09-11_12_12_07
- noMMU
- nommu-cpio_defconfig
- microblaze-unknown-uclinux-uclibc-
linux26
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 * branch master -> FETCH_HEAD Updating 26b0332..a22a0fd Fast-forward Documentation/device-mapper/cache.txt | 6 +- Documentation/device-mapper/statistics.txt | 186 +++ Documentation/device-mapper/thin-provisioning.txt | 15 +- .../devicetree/bindings/dma/fsl-imx-sdma.txt | 7 +- Documentation/devicetree/bindings/dma/k3dma.txt | 46 + Documentation/devicetree/bindings/dma/shdma.txt | 61 +- .../devicetree/bindings/mmc/fsl-esdhc.txt | 4 + .../devicetree/bindings/net/can/sja1000.txt | 2 +- .../bindings/power_supply/msm-poweroff.txt | 17 + Documentation/driver-model/devres.txt | 3 + MAINTAINERS | 9 + arch/arc/kernel/devtree.c | 6 - arch/arc/mm/init.c | 5 +- arch/arm/common/edma.c | 17 + arch/arm/mach-ep93xx/vision_ep9307.c | 57 +- arch/arm/mach-imx/mm-imx25.c | 17 - arch/arm/mach-imx/mm-imx5.c | 14 - arch/arm/mm/init.c | 2 +- arch/arm/xen/enlighten.c | 14 +- arch/arm64/kernel/setup.c | 5 - arch/arm64/mm/init.c | 3 +- arch/c6x/kernel/devicetree.c | 8 +- arch/cris/Kconfig | 81 - arch/cris/arch-v10/drivers/Kconfig | 70 - arch/cris/arch-v10/drivers/Makefile | 2 - arch/cris/arch-v32/drivers/Kconfig | 394 ----- arch/cris/arch-v32/mach-a3/Kconfig | 4 - arch/cris/include/asm/processor.h | 1 - arch/cris/include/uapi/asm/kvm_para.h | 1 + arch/metag/mm/init.c | 5 +- arch/microblaze/kernel/prom.c | 8 +- arch/mips/kernel/prom.c | 3 +- arch/mn10300/kernel/entry.S | 6 +- arch/openrisc/kernel/prom.c | 8 +- arch/powerpc/kernel/prom.c | 8 +- arch/powerpc/kernel/prom_init.c | 3 +- arch/powerpc/kernel/smp.c | 1 + arch/powerpc/mm/fault.c | 13 +- arch/powerpc/platforms/pseries/setup.c | 31 +- arch/sh/boards/mach-ecovec24/setup.c | 89 +- arch/x86/include/asm/jump_label.h | 9 +- arch/x86/kernel/devicetree.c | 3 +- arch/x86/kernel/early-quirks.c | 154 ++ arch/x86/kernel/jump_label.c | 70 +- arch/x86/xen/enlighten.c | 1 - arch/x86/xen/p2m.c | 10 +- arch/x86/xen/smp.c | 28 +- arch/x86/xen/spinlock.c | 45 +- arch/xtensa/kernel/setup.c | 3 +- drivers/dma/Kconfig | 9 + drivers/dma/Makefile | 1 + drivers/dma/acpi-dma.c | 4 +- drivers/dma/amba-pl08x.c | 501 +++++-- drivers/dma/dmaengine.c | 28 +- drivers/dma/dw/core.c | 39 +- drivers/dma/dw/platform.c | 1 + drivers/dma/edma.c | 164 ++- drivers/dma/ep93xx_dma.c | 10 +- drivers/dma/fsldma.c | 10 +- drivers/dma/imx-dma.c | 6 +- drivers/dma/imx-sdma.c | 179 ++- drivers/dma/iop-adma.c | 6 +- drivers/dma/ipu/ipu_idmac.c | 6 +- drivers/dma/k3dma.c | 837 +++++++++++ drivers/dma/mmp_pdma.c | 320 +++- drivers/dma/mmp_tdma.c | 6 +- drivers/dma/mpc512x_dma.c | 10 +- drivers/dma/mv_xor.c | 4 +- drivers/dma/mxs-dma.c | 27 +- drivers/dma/of-dma.c | 3 +- drivers/dma/pch_dma.c | 10 +- drivers/dma/pl330.c | 179 +-- drivers/dma/sh/Kconfig | 10 + drivers/dma/sh/Makefile | 6 + drivers/dma/sh/rcar-hpbdma.c | 655 +++++++++ drivers/dma/sh/shdma-arm.h | 51 + drivers/dma/sh/shdma-base.c | 26 +- drivers/dma/sh/shdma-of.c | 5 +- drivers/dma/sh/shdma-r8a73a4.c | 77 + drivers/dma/sh/shdma.h | 16 +- drivers/dma/sh/{shdma.c => shdmac.c} | 160 +- drivers/dma/sh/sudmac.c | 22 +- drivers/dma/sirf-dma.c | 134 +- drivers/dma/ste_dma40.c | 23 +- drivers/dma/tegra20-apb-dma.c | 8 +- drivers/dma/timb_dma.c | 2 +- drivers/dma/txx9dmac.c | 22 +- drivers/gpio/gpiolib-of.c | 4 +- drivers/gpu/drm/i915/i915_debugfs.c | 11 +- drivers/gpu/drm/i915/i915_dma.c | 15 +- drivers/gpu/drm/i915/i915_drv.c | 164 +-- drivers/gpu/drm/i915/i915_drv.h | 7 + drivers/gpu/drm/i915/i915_gem.c | 48 +- drivers/gpu/drm/i915/i915_gem_dmabuf.c | 41 +- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 3 + drivers/gpu/drm/i915/i915_gem_stolen.c | 3 + drivers/gpu/drm/i915/i915_gpu_error.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 23 +- drivers/gpu/drm/i915/i915_reg.h | 34 +- drivers/gpu/drm/i915/i915_sysfs.c | 36 +- drivers/gpu/drm/i915/intel_crt.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 83 +- drivers/gpu/drm/i915/intel_drv.h | 3 +- drivers/gpu/drm/i915/intel_lvds.c | 8 +- drivers/gpu/drm/i915/intel_opregion.c | 2 +- drivers/gpu/drm/i915/intel_panel.c | 14 +- drivers/gpu/drm/i915/intel_pm.c | 14 +- drivers/gpu/drm/i915/intel_ringbuffer.c | 99 +- drivers/gpu/drm/i915/intel_ringbuffer.h | 6 +- drivers/gpu/drm/i915/intel_sdvo.c | 17 +- drivers/gpu/drm/i915/intel_sprite.c | 7 +- drivers/gpu/drm/i915/intel_uncore.c | 9 +- drivers/gpu/drm/nouveau/nouveau_drm.c | 9 +- drivers/gpu/vga/vgaarb.c | 51 +- drivers/hwmon/hwmon-vid.c | 2 +- drivers/hwmon/ina2xx.c | 3 +- drivers/md/Makefile | 2 +- drivers/md/dm-cache-target.c | 59 +- drivers/md/dm-crypt.c | 10 +- drivers/md/dm-ioctl.c | 60 +- drivers/md/dm-kcopyd.c | 3 +- drivers/md/dm-raid1.c | 3 +- drivers/md/dm-stats.c | 969 ++++++++++++ drivers/md/dm-stats.h | 40 + drivers/md/dm-stripe.c | 1 + drivers/md/dm-table.c | 20 +- drivers/md/dm-target.c | 9 +- drivers/md/dm-thin.c | 122 +- drivers/md/dm.c | 70 +- drivers/md/dm.h | 27 + drivers/md/md.c | 54 +- drivers/md/md.h | 8 +- drivers/md/persistent-data/dm-block-manager.c | 5 + drivers/md/persistent-data/dm-block-manager.h | 5 + drivers/md/persistent-data/dm-btree.c | 28 +- drivers/md/persistent-data/dm-space-map-common.c | 77 +- drivers/md/raid5.c | 362 ++++- drivers/md/raid5.h | 22 + drivers/mmc/card/block.c | 47 +- drivers/mmc/card/mmc_test.c | 14 +- drivers/mmc/core/core.c | 44 + drivers/mmc/core/host.c | 2 +- drivers/mmc/core/mmc_ops.c | 1 + drivers/mmc/core/sd.c | 13 +- drivers/mmc/core/slot-gpio.c | 14 +- drivers/mmc/host/Kconfig | 10 +- drivers/mmc/host/Makefile | 2 - drivers/mmc/host/atmel-mci.c | 34 +- drivers/mmc/host/dw_mmc-exynos.c | 9 +- drivers/mmc/host/dw_mmc-pci.c | 4 +- drivers/mmc/host/dw_mmc-pltfm.c | 1 + drivers/mmc/host/dw_mmc.c | 21 +- drivers/mmc/host/jz4740_mmc.c | 7 +- drivers/mmc/host/mmc_spi.c | 49 +- drivers/mmc/host/mvsdio.c | 3 +- drivers/mmc/host/mxs-mmc.c | 22 +- drivers/mmc/host/of_mmc_spi.c | 46 +- drivers/mmc/host/omap_hsmmc.c | 3 +- drivers/mmc/host/sdhci-bcm2835.c | 2 +- drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- drivers/mmc/host/sdhci-of-esdhc.c | 1 + drivers/mmc/host/sdhci-pxav3.c | 3 +- drivers/mmc/host/sdhci-s3c.c | 8 +- drivers/mmc/host/sdhci-sirf.c | 2 +- drivers/mmc/host/sdhci.c | 7 +- drivers/mmc/host/sh_mmcif.c | 63 +- drivers/mmc/host/sh_mobile_sdhi.c | 23 +- drivers/mmc/host/tmio_mmc_dma.c | 4 +- drivers/mmc/host/tmio_mmc_pio.c | 24 +- drivers/mmc/host/vub300.c | 2 +- drivers/of/base.c | 200 ++- drivers/of/fdt.c | 98 +- drivers/of/irq.c | 2 +- drivers/of/of_net.c | 2 +- drivers/of/platform.c | 21 +- drivers/power/Kconfig | 15 +- drivers/power/Makefile | 2 + drivers/power/ab8500_charger.c | 1 + drivers/power/bq24190_charger.c | 1549 ++++++++++++++++++++ drivers/power/collie_battery.c | 2 +- drivers/power/max8925_power.c | 1 + drivers/power/power_supply_core.c | 38 +- drivers/power/power_supply_sysfs.c | 2 +- drivers/power/reset/Kconfig | 15 +- drivers/power/reset/Makefile | 2 + drivers/power/reset/msm-poweroff.c | 73 + drivers/power/reset/xgene-reboot.c | 103 ++ drivers/power/rx51_battery.c | 14 +- drivers/power/tosa_battery.c | 2 +- drivers/power/twl4030_charger.c | 7 +- drivers/power/twl4030_madc_battery.c | 245 ++++ drivers/video/ps3fb.c | 2 +- fs/afs/dir.c | 24 - fs/autofs4/dev-ioctl.c | 23 +- fs/dcache.c | 220 ++- fs/exportfs/expfs.c | 2 +- fs/internal.h | 3 + fs/namei.c | 117 +- fs/namespace.c | 2 +- fs/nfsd/nfs4recover.c | 2 - fs/nfsd/nfs4state.c | 33 +- fs/super.c | 2 +- include/drm/i915_drm.h | 34 + include/drm/i915_pciids.h | 211 +++ include/dt-bindings/input/input.h | 525 +++++++ include/linux/amba/pl080.h | 1 + include/linux/device-mapper.h | 9 + include/linux/dma/mmp-pdma.h | 15 + include/linux/dmaengine.h | 37 + include/linux/eventfd.h | 3 +- include/linux/fsl/mxs-dma.h | 20 - include/linux/math64.h | 13 + include/linux/mfd/tmio.h | 1 - include/linux/mmc/core.h | 2 + include/linux/mmc/sdhci.h | 1 + include/linux/mmc/sh_mmcif.h | 6 +- include/linux/mmc/sh_mobile_sdhi.h | 2 - include/linux/mmc/slot-gpio.h | 3 +- include/linux/namei.h | 4 +- include/linux/of.h | 49 +- include/linux/of_fdt.h | 3 +- include/linux/of_net.h | 4 +- include/linux/platform_data/dma-rcar-hpbdma.h | 103 ++ include/linux/platform_data/edma.h | 2 + include/linux/power/bq24190_charger.h | 16 + include/linux/power/twl4030_madc_battery.h | 39 + include/linux/power_supply.h | 3 + include/linux/raid/pq.h | 1 + include/linux/sh_dma.h | 55 +- include/linux/shdma-base.h | 3 +- include/linux/spi/mmc_spi.h | 19 +- include/linux/sunrpc/cache.h | 22 +- include/linux/sunrpc/svc.h | 1 - include/linux/vgaarb.h | 7 + include/uapi/linux/dm-ioctl.h | 4 +- kernel/cgroup.c | 33 +- lib/div64.c | 40 + lib/raid6/Makefile | 6 + lib/raid6/algos.c | 3 + lib/raid6/test/Makefile | 9 +- lib/raid6/tilegx.uc | 86 ++ net/sunrpc/auth_gss/gss_rpc_upcall.c | 26 + net/sunrpc/auth_gss/gss_rpc_xdr.c | 41 +- net/sunrpc/auth_gss/gss_rpc_xdr.h | 5 +- 244 files changed, 9913 insertions(+), 2673 deletions(-) create mode 100644 Documentation/device-mapper/statistics.txt create mode 100644 Documentation/devicetree/bindings/dma/k3dma.txt create mode 100644 Documentation/devicetree/bindings/power_supply/msm-poweroff.txt create mode 100644 arch/cris/include/uapi/asm/kvm_para.h create mode 100644 drivers/dma/k3dma.c create mode 100644 drivers/dma/sh/rcar-hpbdma.c create mode 100644 drivers/dma/sh/shdma-arm.h create mode 100644 drivers/dma/sh/shdma-r8a73a4.c rename drivers/dma/sh/{shdma.c => shdmac.c} (88%) create mode 100644 drivers/md/dm-stats.c create mode 100644 drivers/md/dm-stats.h create mode 100644 drivers/power/bq24190_charger.c create mode 100644 drivers/power/reset/msm-poweroff.c create mode 100644 drivers/power/reset/xgene-reboot.c create mode 100644 drivers/power/twl4030_madc_battery.c create mode 100644 include/drm/i915_pciids.h create mode 100644 include/dt-bindings/input/input.h create mode 100644 include/linux/dma/mmp-pdma.h delete mode 100644 include/linux/fsl/mxs-dma.h create mode 100644 include/linux/platform_data/dma-rcar-hpbdma.h create mode 100644 include/linux/power/bq24190_charger.h create mode 100644 include/linux/power/twl4030_madc_battery.h create mode 100644 lib/raid6/tilegx.uc From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 26b0332..a22a0fd master -> origin/master
commit a22a0fdba4191473581f86c9dd5361cf581521d3 Merge: bf83e61 db15e63 Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Tue Sep 10 22:58:14 2013 -0700 Merge tag 'for-v3.12' of git://git.infradead.org/battery-2.6 Pull battery/power supply driver updates from Anton Vorontsov: "New drivers: - APM X-Gene system reboot driver by Feng Kan and Loc Ho (APM). - Qualcomm MSM reboot/poweroff driver by Abhimanyu Kapur (Codeaurora). - Texas Instruments BQ24190 charger driver by Mark A. Greer (Animal Creek Technologies). - Texas Instruments TWL4030 MADC battery driver by Lukas Märdian and Marek Belisko (Golden Delicious Computers). The driver is used on Freerunner GTA04 phones. Highlighted fixes and improvements: - Suspend/wakeup logic improvements: power supply objects will block system suspend until all power supply events are processed. Thanks to Zoran Markovic (Linaro), Arve Hjonnevag and Todd Poynor (Google)" * tag 'for-v3.12' of git://git.infradead.org/battery-2.6: rx51_battery: Fix channel number when reading adc value power: Add twl4030_madc battery driver. bq24190_charger: Workaround SS definition problem on i386 builds power_supply: Prevent suspend until power supply events are processed vexpress-poweroff: Should depend on the required infrastructure twl4030-charger: Fix compiler warning with regulator_enable() rx51_battery: Replace hardcoded channels values. bq24190_charger: Add support for TI BQ24190 Battery Charger ab8500-charger: We print an unintended error message max8925_power: Fix missing of_node_put power_supply: Replace strict_strtol() with kstrtol() power: Add APM X-Gene system reboot driver power_supply: tosa_battery: Get rid of irq_to_gpio usage power supply: collie_battery: Convert to use dev_pm_ops power_supply: Make goldfish_battery depend on GOLDFISH || COMPILE_TEST power: reset: Add msm restart support MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers
CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config CLEAN .config
HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf kernel/time/Kconfig:162:warning: range is invalid # # configuration written to .config #
scripts/kconfig/conf --silentoldconfig Kconfig kernel/time/Kconfig:162:warning: range is invalid CHK include/config/kernel.release WRAP arch/microblaze/include/generated/asm/clkdev.h WRAP arch/microblaze/include/generated/asm/exec.h WRAP arch/microblaze/include/generated/asm/trace_clock.h WRAP arch/microblaze/include/generated/asm/syscalls.h CHK include/generated/uapi/linux/version.h UPD include/generated/uapi/linux/version.h HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/data.o SHIPPED scripts/dtc/dtc-lexer.lex.c SHIPPED scripts/dtc/dtc-parser.tab.h SHIPPED scripts/dtc/dtc-parser.tab.c HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/util.o HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o HOSTLD scripts/dtc/dtc CC scripts/mod/empty.o scripts/mod/empty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTCC scripts/mod/mk_elfconfig UPD include/config/kernel.release CC scripts/mod/devicetable-offsets.s scripts/mod/devicetable-offsets.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTCC scripts/kallsyms MKELF scripts/mod/elfconfig.h GEN scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/bin2c HOSTCC scripts/mod/sumversion.o CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h HOSTCC scripts/mod/file2alias.o CC kernel/bounds.s kernel/bounds.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTLD scripts/mod/modpost GEN include/generated/bounds.h CC arch/microblaze/kernel/asm-offsets.s arch/microblaze/kernel/asm-offsets.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. GEN include/generated/asm-offsets.h CALL scripts/checksyscalls.sh :0: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/main.o HOSTCC usr/gen_init_cpio init/main.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. GEN usr/initramfs_data.cpio.gz AS usr/initramfs_data.o LD usr/built-in.o CHK include/generated/compile.h UPD include/generated/compile.h CC arch/microblaze/kernel/dma.o arch/microblaze/kernel/dma.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/exceptions.o arch/microblaze/kernel/exceptions.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/do_mounts.o init/do_mounts.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/kernel/hw_exception_handler.o CC arch/microblaze/kernel/intc.o arch/microblaze/kernel/intc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/irq.o arch/microblaze/kernel/irq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/process.o arch/microblaze/kernel/process.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from init/do_mounts.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC arch/microblaze/kernel/prom.o arch/microblaze/kernel/prom.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/do_mounts_rd.o init/do_mounts_rd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/prom_parse.o arch/microblaze/kernel/prom_parse.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. init/do_mounts_rd.c: In function 'identify_ramdisk_image': init/do_mounts_rd.c:88: warning: pointer targets in passing argument 2 of 'sys_read' differ in signedness init/do_mounts_rd.c:134: warning: pointer targets in passing argument 2 of 'sys_read' differ in signedness init/do_mounts_rd.c:148: warning: pointer targets in passing argument 2 of 'sys_read' differ in signedness CC arch/microblaze/kernel/ptrace.o arch/microblaze/kernel/ptrace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/do_mounts_initrd.o init/do_mounts_initrd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/reset.o arch/microblaze/kernel/reset.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/initramfs.o init/initramfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/setup.o arch/microblaze/kernel/setup.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. init/initramfs.c: In function 'unpack_to_rootfs': init/initramfs.c:457: warning: pointer targets in passing argument 1 of 'decompress_method' differ in signedness init/initramfs.c:460: warning: pointer targets in passing argument 1 of 'decompress' differ in signedness init/initramfs.c:460: warning: pointer targets in passing argument 6 of 'decompress' differ in signedness CC arch/microblaze/kernel/signal.o arch/microblaze/kernel/signal.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/calibrate.o init/calibrate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/init_task.o init/init_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/sys_microblaze.o arch/microblaze/kernel/sys_microblaze.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/version.o init/version.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD init/mounts.o LD init/built-in.o CC arch/microblaze/mm/consistent.o arch/microblaze/mm/consistent.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/timer.o arch/microblaze/kernel/timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/traps.o arch/microblaze/kernel/traps.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/mm/init.o arch/microblaze/mm/init.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/unwind.o arch/microblaze/kernel/unwind.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cache.o arch/microblaze/kernel/cpu/cache.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD arch/microblaze/mm/built-in.o CC arch/microblaze/platform/platform.o arch/microblaze/platform/platform.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD arch/microblaze/platform/built-in.o CC arch/microblaze/kernel/early_printk.o arch/microblaze/kernel/early_printk.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cpuinfo.o arch/microblaze/kernel/cpu/cpuinfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cpuinfo-pvr-full.o arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cpuinfo-static.o arch/microblaze/kernel/cpu/cpuinfo-static.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/mb.o arch/microblaze/kernel/cpu/mb.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/microblaze_ksyms.o arch/microblaze/kernel/microblaze_ksyms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/pvr.o arch/microblaze/kernel/cpu/pvr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD arch/microblaze/kernel/cpu/built-in.o CC arch/microblaze/kernel/module.o CC kernel/fork.o arch/microblaze/kernel/module.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/fork.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/kernel/entry-nommu.o AS arch/microblaze/kernel/head.o LDS arch/microblaze/kernel/vmlinux.lds LD arch/microblaze/kernel/built-in.o CC kernel/exec_domain.o kernel/exec_domain.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/fork.c: In function 'mm_release': kernel/fork.c:788: warning: pointer targets in passing argument 1 of 'sys_futex' differ in signedness CC mm/filemap.o mm/filemap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/panic.o kernel/panic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/cpu.o kernel/cpu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/exit.o kernel/exit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mempool.o mm/mempool.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/oom_kill.o mm/oom_kill.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/fadvise.o mm/fadvise.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/itimer.o kernel/itimer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/maccess.o mm/maccess.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HZFILE kernel/hz.bc CC kernel/softirq.o kernel/softirq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/page_alloc.o mm/page_alloc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/resource.o kernel/resource.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/resource.c: In function 'reserve_setup': kernel/resource.c:1243: warning: pointer targets in passing argument 2 of 'get_option' differ in signedness kernel/resource.c:1245: warning: pointer targets in passing argument 2 of 'get_option' differ in signedness CC kernel/sysctl.o kernel/sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from kernel/sysctl.c:53: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC mm/page-writeback.o mm/page-writeback.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. mm/page-writeback.c: In function 'bdi_writeout_fraction': mm/page-writeback.c:460: warning: pointer targets in passing argument 3 of 'fprop_fraction_percpu' differ in signedness mm/page-writeback.c:460: warning: pointer targets in passing argument 4 of 'fprop_fraction_percpu' differ in signedness CC kernel/sysctl_binary.o kernel/sysctl_binary.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/capability.o CC mm/readahead.o kernel/capability.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. mm/readahead.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/ptrace.o kernel/ptrace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/swap.o mm/swap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/timer.o kernel/timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/truncate.o mm/truncate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/user.o kernel/user.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/vmscan.o mm/vmscan.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/signal.o kernel/signal.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/shmem.o mm/shmem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. mm/shmem.c: In function 'shmem_file_setup': mm/shmem.c:2941: warning: pointer targets in assignment differ in signedness CC kernel/sys.o kernel/sys.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/util.o mm/util.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mmzone.o mm/mmzone.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/sys.c: In function 'SYSC_prctl': kernel/sys.c:1901: warning: pointer targets in passing argument 1 of 'strncpy_from_user' differ in signedness kernel/sys.c:1903: warning: pointer targets in passing argument 2 of 'set_task_comm' differ in signedness kernel/sys.c:1907: warning: pointer targets in passing argument 1 of 'get_task_comm' differ in signedness CC mm/vmstat.o mm/vmstat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/backing-dev.o mm/backing-dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/kmod.o kernel/kmod.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mm_init.o mm/mm_init.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mmu_context.o mm/mmu_context.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/workqueue.o kernel/workqueue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/percpu.o mm/percpu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/slab_common.o mm/slab_common.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/pid.o kernel/pid.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/compaction.o mm/compaction.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/balloon_compaction.o mm/balloon_compaction.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/task_work.o kernel/task_work.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/interval_tree.o mm/interval_tree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/rcupdate.o kernel/rcupdate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/extable.o kernel/extable.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/nommu.o mm/nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/params.o kernel/params.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/posix-timers.o kernel/posix-timers.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/init-mm.o mm/init-mm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/bootmem.o mm/bootmem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/kthread.o kernel/kthread.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/memblock.o mm/memblock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/wait.o kernel/wait.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sys_ni.o kernel/sys_ni.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/posix-cpu-timers.o mm/dmapool.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/posix-cpu-timers.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/slab.o mm/slab.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/mutex.o kernel/mutex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from mm/slab.c:120: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC kernel/hrtimer.o kernel/hrtimer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD mm/built-in.o CC kernel/rwsem.o kernel/rwsem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/nsproxy.o kernel/nsproxy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/open.o fs/open.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/open.c:11: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/srcu.o kernel/srcu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/semaphore.o kernel/semaphore.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/read_write.o fs/read_write.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/notifier.o kernel/notifier.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/read_write.c:13: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/ksysfs.o kernel/ksysfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/cred.o kernel/cred.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/file_table.o fs/file_table.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/file_table.c:21: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/reboot.o CC fs/super.o kernel/reboot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/super.c:35: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/async.o kernel/async.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/char_dev.o fs/char_dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/range.o kernel/range.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/groups.o kernel/groups.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/stat.o fs/stat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/lglock.o kernel/lglock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/smpboot.o kernel/smpboot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/exec.o fs/exec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/cpu/idle.o kernel/cpu/idle.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/exec.c:53: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness LD kernel/cpu/built-in.o CC kernel/irq/irqdesc.o kernel/irq/irqdesc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/pipe.o CC kernel/irq/handle.o fs/pipe.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/irq/handle.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/pipe.c: In function 'create_pipe_files': fs/pipe.c:875: warning: pointer targets in initialization differ in signedness CC kernel/irq/manage.o kernel/irq/manage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/namei.o fs/namei.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/spurious.o kernel/irq/spurious.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/namei.c:24: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/namei.c: In function 'link_path_walk': fs/namei.c:1796: warning: pointer targets in assignment differ in signedness fs/namei.c: In function 'lookup_one_len': fs/namei.c:2126: warning: pointer targets in assignment differ in signedness fs/namei.c:2128: warning: pointer targets in passing argument 1 of 'full_name_hash' differ in signedness fs/namei.c: In function 'do_tmpfile': fs/namei.c:3121: warning: pointer targets in initialization differ in signedness CC kernel/irq/resend.o kernel/irq/resend.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/chip.o kernel/irq/chip.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/dummychip.o kernel/irq/dummychip.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/devres.o kernel/irq/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/autoprobe.o kernel/irq/autoprobe.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/irqdomain.o kernel/irq/irqdomain.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/proc.o CC fs/fcntl.o kernel/irq/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/fcntl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/irq/built-in.o CC kernel/power/qos.o kernel/power/qos.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ioctl.o fs/ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/power/built-in.o CC kernel/printk/printk.o kernel/printk/printk.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/readdir.o fs/readdir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/select.o fs/select.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from include/net/busy_poll.h:28, from fs/select.c:31: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD kernel/printk/built-in.o CC kernel/sched/core.o kernel/sched/core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/dcache.o fs/dcache.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/dcache.c:21: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/dcache.c: In function 'd_walk': fs/dcache.c:1100: warning: pointer targets in passing argument 2 of 'read_seqbegin_or_lock' differ in signedness fs/dcache.c: In function '__d_alloc': fs/dcache.c:1425: warning: pointer targets in assignment differ in signedness fs/dcache.c:1435: warning: pointer targets in assignment differ in signedness fs/dcache.c: In function 'd_alloc_name': fs/dcache.c:1500: warning: pointer targets in assignment differ in signedness fs/dcache.c: In function '__d_instantiate_unique': fs/dcache.c:1596: warning: pointer targets in initialization differ in signedness fs/dcache.c:1616: warning: pointer targets in passing argument 2 of 'dentry_cmp' differ in signedness fs/dcache.c: In function 'd_make_root': fs/dcache.c:1655: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'd_obtain_alias': fs/dcache.c:1716: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'slow_dentry_cmp': fs/dcache.c:1921: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function '__d_lookup': fs/dcache.c:2128: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'prepend_name': fs/dcache.c:2691: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'prepend_path': fs/dcache.c:2741: warning: pointer targets in passing argument 2 of 'read_seqbegin_or_lock' differ in signedness fs/dcache.c: In function 'simple_dname': fs/dcache.c:2940: warning: pointer targets in passing argument 3 of 'prepend' differ in signedness fs/dcache.c: In function 'd_tmpfile': fs/dcache.c:3156: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness CC kernel/sched/proc.o CC fs/inode.o fs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/sched/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/inode.c:14: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/sched/clock.o kernel/sched/clock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/cputime.o kernel/sched/cputime.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/idle_task.o kernel/sched/idle_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/attr.o fs/attr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/fair.o kernel/sched/fair.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/attr.c:13: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/bad_inode.o fs/bad_inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/file.o fs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/rt.o kernel/sched/rt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/filesystems.o fs/filesystems.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/stop_task.o kernel/sched/stop_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/namespace.o fs/namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/stats.o kernel/sched/stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/namespace.c:22: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/sched/debug.o kernel/sched/debug.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/sched/built-in.o CC kernel/time/timekeeping.o kernel/time/timekeeping.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/seq_file.o fs/seq_file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/xattr.o fs/xattr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/ntp.o kernel/time/ntp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/xattr.c:20: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/time/clocksource.o kernel/time/clocksource.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/libfs.o fs/libfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/libfs.c: In function 'dcache_dir_open': fs/libfs.c:72: warning: pointer targets in initialization differ in signedness fs/libfs.c: In function 'dcache_readdir': fs/libfs.c:162: warning: pointer targets in passing argument 2 of 'dir_emit' differ in signedness fs/libfs.c: In function 'mount_pseudo': fs/libfs.c:209: warning: pointer targets in initialization differ in signedness CC kernel/time/jiffies.o kernel/time/jiffies.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timer_list.o kernel/time/timer_list.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/fs-writeback.o fs/fs-writeback.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timeconv.o kernel/time/timeconv.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/posix-clock.o kernel/time/posix-clock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/pnode.o fs/pnode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/splice.o CC kernel/time/alarmtimer.o kernel/time/alarmtimer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/splice.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/clockevents.o kernel/time/clockevents.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/tick-common.o kernel/time/tick-common.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sync.o CC kernel/time/tick-oneshot.o fs/sync.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/time/tick-oneshot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/tick-sched.o kernel/time/tick-sched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/utimes.o fs/utimes.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timer_stats.o kernel/time/timer_stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/stack.o fs/stack.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/fs_struct.o fs/fs_struct.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timekeeping_debug.o kernel/time/timekeeping_debug.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/time/built-in.o CC kernel/futex.o CC fs/statfs.o kernel/futex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/statfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/buffer.o fs/buffer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/rtmutex.o kernel/rtmutex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/up.o kernel/up.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/module.o kernel/module.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/bio.o fs/bio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/kallsyms.o kernel/kallsyms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/block_dev.o fs/block_dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/acct.o kernel/acct.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. GZIP kernel/config_data.gz CC kernel/hung_task.o kernel/hung_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/direct-io.o fs/direct-io.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/seccomp.o kernel/seccomp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/rcutiny.o kernel/rcutiny.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/utsname_sysctl.o kernel/utsname_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq_work.o kernel/irq_work.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/mpage.o fs/mpage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. BC kernel/timeconst.h CHK kernel/config_data.h UPD kernel/config_data.h CC kernel/time.o kernel/time.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ioprio.o fs/ioprio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/configs.o kernel/configs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/built-in.o CC ipc/util.o ipc/util.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc_namespace.o fs/proc_namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc_namespace.c:13: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/cramfs/inode.o fs/cramfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/msgutil.o ipc/msgutil.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/cramfs/inode.c: In function 'cramfs_read': fs/cramfs/inode.c:208: warning: pointer targets in assignment differ in signedness CC ipc/msg.o ipc/msg.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/cramfs/uncompress.o fs/cramfs/uncompress.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/cramfs/cramfs.o LD fs/cramfs/built-in.o CC fs/debugfs/inode.o fs/debugfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/debugfs/inode.c:24: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/debugfs/inode.c: In function 'debugfs_rename': fs/debugfs/inode.c:619: warning: pointer targets in assignment differ in signedness fs/debugfs/inode.c:624: warning: pointer targets in passing argument 1 of 'fsnotify_oldname_free' differ in signedness fs/debugfs/inode.c:630: warning: pointer targets in passing argument 3 of 'fsnotify_move' differ in signedness fs/debugfs/inode.c:631: warning: pointer targets in passing argument 1 of 'fsnotify_oldname_free' differ in signedness CC ipc/sem.o ipc/sem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/debugfs/file.o fs/debugfs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/debugfs/debugfs.o CC ipc/shm.o LD fs/debugfs/built-in.o CC fs/devpts/inode.o ipc/shm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/devpts/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/devpts/inode.c:26: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness LD fs/devpts/devpts.o LD fs/devpts/built-in.o LD fs/exofs/built-in.o CC fs/ext2/balloc.o fs/ext2/balloc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/ipcns_notifier.o ipc/ipcns_notifier.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/syscall.o ipc/syscall.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/ipc_sysctl.o ipc/ipc_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/mqueue.o ipc/mqueue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ext2/dir.o fs/ext2/dir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/ext2/dir.c: In function 'ext2_find_entry': fs/ext2/dir.c:369: warning: pointer targets in initialization differ in signedness fs/ext2/dir.c: In function 'ext2_add_link': fs/ext2/dir.c:490: warning: pointer targets in initialization differ in signedness In file included from ipc/mqueue.c:39: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/ext2/file.o fs/ext2/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/mq_sysctl.o ipc/mq_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ext2/ialloc.o fs/ext2/ialloc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD ipc/built-in.o CC fs/ext2/inode.o fs/ext2/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/clntlock.o fs/lockd/clntlock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/lockd/clntlock.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/ext2/ioctl.o fs/ext2/ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/clntproc.o fs/lockd/clntproc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ext2/namei.o fs/ext2/namei.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/ext2/namei.c: In function 'ext2_get_parent': fs/ext2/namei.c:82: warning: pointer targets in initialization differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/lockd/clntproc.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/lockd/clntproc.c: In function 'nlmclnt_setlockargs': fs/lockd/clntproc.c:136: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness CC fs/ext2/super.o fs/ext2/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/clntxdr.o fs/lockd/clntxdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/clntxdr.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/host.o CC fs/ext2/symlink.o fs/lockd/host.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/ext2/symlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/ext2/ext2.o LD fs/ext2/built-in.o CC fs/lockd/svc.o fs/lockd/svc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/host.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/svc.c:31: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC security/commoncap.o security/commoncap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/svclock.o fs/lockd/svclock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/svclock.c:28: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD security/built-in.o CC crypto/api.o crypto/api.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/svcshare.o fs/lockd/svcshare.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC crypto/cipher.o crypto/cipher.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/svcshare.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/svcproc.o fs/lockd/svcproc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC crypto/compress.o crypto/compress.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/lockd/lockd.h:16, from fs/lockd/svcproc.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC crypto/algapi.o crypto/algapi.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/svcsubs.o fs/lockd/svcsubs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/addr.h:13, from fs/lockd/svcsubs.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC crypto/scatterwalk.o crypto/scatterwalk.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/mon.o fs/lockd/mon.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC crypto/proc.o crypto/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/mon.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/xdr.o fs/lockd/xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC crypto/aes_generic.o crypto/aes_generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/xdr.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/grace.o fs/lockd/grace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD crypto/crypto.o LD crypto/crypto_algapi.o LD crypto/built-in.o CC fs/lockd/clnt4xdr.o fs/lockd/clnt4xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/elevator.o block/elevator.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/clnt4xdr.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/xdr4.o fs/lockd/xdr4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-core.o block/blk-core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/xdr4.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/svc4proc.o fs/lockd/svc4proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/lockd/lockd.h:16, from fs/lockd/svc4proc.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD fs/lockd/lockd.o LD fs/lockd/built-in.o CC fs/nfs/client.o fs/nfs/client.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-tag.o block/blk-tag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/client.c:23: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/blk-sysfs.o block/blk-sysfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-flush.o block/blk-flush.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/dir.o fs/nfs/dir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-settings.o In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/dir.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness block/blk-settings.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/nfs/dir.c: In function 'nfs_readdir_make_qstr': fs/nfs/dir.c:220: warning: pointer targets in passing argument 1 of 'full_name_hash' differ in signedness fs/nfs/dir.c: In function 'nfs_prime_dcache': fs/nfs/dir.c:437: warning: pointer targets in initialization differ in signedness fs/nfs/dir.c: In function 'nfs_do_filldir': fs/nfs/dir.c:740: warning: pointer targets in passing argument 2 of 'dir_emit' differ in signedness CC block/blk-ioc.o block/blk-ioc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/file.o CC block/blk-map.o fs/nfs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. block/blk-map.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/file.c:25: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/blk-exec.o block/blk-exec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-merge.o block/blk-merge.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/getroot.o fs/nfs/getroot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/getroot.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/blk-softirq.o block/blk-softirq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/inode.o fs/nfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-timeout.o block/blk-timeout.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/inode.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/blk-iopoll.o block/blk-iopoll.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-lib.o block/blk-lib.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/super.o fs/nfs/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. block/blk-lib.c: In function 'blkdev_issue_zeroout': block/blk-lib.c:295: warning: pointer targets in passing argument 2 of 'bdevname' differ in signedness CC block/ioctl.o block/ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/super.c:33: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/genhd.o block/genhd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/direct.o fs/nfs/direct.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/direct.c:51: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/scsi_ioctl.o block/scsi_ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/pagelist.o fs/nfs/pagelist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/partition-generic.o block/partition-generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/pagelist.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/read.o fs/nfs/read.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/partitions/check.o block/partitions/check.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/read.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/partitions/msdos.o block/partitions/msdos.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/symlink.o fs/nfs/symlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/partitions/efi.o block/partitions/efi.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/symlink.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/unlink.o fs/nfs/unlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/unlink.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD block/partitions/built-in.o fs/nfs/unlink.c: In function 'nfs_copy_dname': fs/nfs/unlink.c:53: warning: pointer targets in assignment differ in signedness CC block/noop-iosched.o fs/nfs/unlink.c: In function 'nfs_sillyrename': fs/nfs/unlink.c:523: warning: pointer targets in passing argument 1 of 'scnprintf' differ in signedness fs/nfs/unlink.c:528: warning: pointer targets in passing argument 1 of 'lookup_one_len' differ in signedness block/noop-iosched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/write.o fs/nfs/write.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/deadline-iosched.o block/deadline-iosched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/write.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/cfq-iosched.o block/cfq-iosched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/namespace.o fs/nfs/namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/namespace.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD block/built-in.o CC fs/nfs/mount_clnt.o fs/nfs/mount_clnt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/amba/built-in.o LD drivers/auxdisplay/built-in.o CC drivers/base/core.o drivers/base/core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/mount_clnt.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/nfstrace.o fs/nfs/nfstrace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfstrace.c:4: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/sysctl.o fs/nfs/sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/bus.o drivers/base/bus.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/sysctl.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/nfs2super.o fs/nfs/nfs2super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/dd.o drivers/base/dd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs2super.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC drivers/base/syscore.o drivers/base/syscore.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/proc.o fs/nfs/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/driver.o drivers/base/driver.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/class.o drivers/base/class.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/proc.c:38: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/proc.c: In function 'nfs_proc_lookup': fs/nfs/proc.c:154: warning: pointer targets in initialization differ in signedness fs/nfs/proc.c: In function 'nfs_alloc_createdata': fs/nfs/proc.c:212: warning: pointer targets in assignment differ in signedness fs/nfs/proc.c: In function 'nfs_proc_link': fs/nfs/proc.c:389: warning: pointer targets in initialization differ in signedness fs/nfs/proc.c: In function 'nfs_proc_symlink': fs/nfs/proc.c:414: warning: pointer targets in initialization differ in signedness fs/nfs/proc.c: In function 'nfs_proc_rmdir': fs/nfs/proc.c:487: warning: pointer targets in initialization differ in signedness CC drivers/base/platform.o drivers/base/platform.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/nfs2xdr.o fs/nfs/nfs2xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/cpu.o drivers/base/cpu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/nfs2xdr.c:20: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/nfs2xdr.c: In function 'nfs2_xdr_enc_removeargs': fs/nfs/nfs2xdr.c:698: warning: pointer targets in passing argument 3 of 'encode_diropargs' differ in signedness fs/nfs/nfs2xdr.c: In function 'nfs2_xdr_enc_renameargs': fs/nfs/nfs2xdr.c:716: warning: pointer targets in passing argument 3 of 'encode_diropargs' differ in signedness fs/nfs/nfs2xdr.c:717: warning: pointer targets in passing argument 3 of 'encode_diropargs' differ in signedness CC drivers/base/firmware.o drivers/base/firmware.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/init.o drivers/base/init.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/nfs3super.o fs/nfs/nfs3super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/map.o drivers/base/map.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/devres.o drivers/base/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs3super.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/nfs3client.o fs/nfs/nfs3client.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/attribute_container.o drivers/base/attribute_container.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/transport_class.o drivers/base/transport_class.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs3client.c:1: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC drivers/base/topology.o drivers/base/topology.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/nfs3proc.o fs/nfs/nfs3proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/base/power/built-in.o CC drivers/base/dma-mapping.o drivers/base/dma-mapping.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/nfs3proc.c:12: include/net/sock.h: In function 'skb_add_data_nocache': CC drivers/base/firmware_class.o include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_lookup': fs/nfs/nfs3proc.c:151: warning: pointer targets in initialization differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_create': fs/nfs/nfs3proc.c:332: warning: pointer targets in assignment differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_link': fs/nfs/nfs3proc.c:514: warning: pointer targets in initialization differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_symlink': fs/nfs/nfs3proc.c:558: warning: pointer targets in assignment differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_mkdir': fs/nfs/nfs3proc.c:589: warning: pointer targets in assignment differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_rmdir': fs/nfs/nfs3proc.c:610: warning: pointer targets in initialization differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_mknod': fs/nfs/nfs3proc.c:709: warning: pointer targets in assignment differ in signedness drivers/base/firmware_class.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/nfs3xdr.o fs/nfs/nfs3xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/module.o drivers/base/module.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/nfs3xdr.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD drivers/base/built-in.o CC drivers/block/brd.o fs/nfs/nfs3xdr.c: In function 'nfs3_xdr_enc_remove3args': fs/nfs/nfs3xdr.c:1179: warning: pointer targets in passing argument 3 of 'encode_diropargs3' differ in signedness fs/nfs/nfs3xdr.c: In function 'nfs3_xdr_enc_rename3args': fs/nfs/nfs3xdr.c:1197: warning: pointer targets in passing argument 3 of 'encode_diropargs3' differ in signedness fs/nfs/nfs3xdr.c:1198: warning: pointer targets in passing argument 3 of 'encode_diropargs3' differ in signedness drivers/block/brd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/nfs/nfs3xdr.c: In function 'decode_getacl3resok': fs/nfs/nfs3xdr.c:2348: warning: pointer targets in passing argument 2 of 'decode_uint32' differ in signedness CC drivers/block/nbd.o drivers/block/nbd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/nfs3acl.o fs/nfs/nfs3acl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from drivers/block/nbd.c:32: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs3acl.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness drivers/block/nbd.c: In function '__check_nbds_max': drivers/block/nbd.c:931: warning: pointer targets in return differ in signedness drivers/block/nbd.c: In function '__check_debugflags': drivers/block/nbd.c:936: warning: pointer targets in return differ in signedness LD fs/nfs/nfs.o LD fs/nfs/nfsv2.o LD fs/nfs/nfsv3.o LD fs/nfs/built-in.o LD drivers/block/built-in.o LD drivers/bus/built-in.o LD drivers/cdrom/built-in.o CC fs/nfs_common/nfsacl.o fs/nfs_common/nfsacl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/char/mem.o drivers/char/mem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/nfs_common/nfs_acl.o LD fs/nfs_common/built-in.o CC fs/notify/fsnotify.o fs/notify/fsnotify.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/char/random.o drivers/char/random.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/fsnotify.c:28: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/notify/notification.o fs/notify/notification.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/char/random.c: In function 'extract_buf': drivers/char/random.c:917: warning: pointer targets in passing argument 2 of 'sha_transform' differ in signedness drivers/char/random.c:935: warning: pointer targets in passing argument 2 of 'sha_transform' differ in signedness drivers/char/random.c: In function 'proc_do_uuid': drivers/char/random.c:1403: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness In file included from fs/notify/fsnotify.h:5, from fs/notify/notification.c:49: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/notify/notification.c: In function 'fsnotify_clone_event': fs/notify/notification.c:372: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness fs/notify/notification.c:372: warning: pointer targets in assignment differ in signedness fs/notify/notification.c: In function 'fsnotify_create_event': fs/notify/notification.c:413: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness fs/notify/notification.c:413: warning: pointer targets in assignment differ in signedness fs/notify/notification.c:418: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness CC fs/notify/group.o fs/notify/group.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/char/misc.o drivers/char/misc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/group.c:27: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/notify/inode_mark.o fs/notify/inode_mark.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/inode_mark.c:29: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC drivers/char/hw_random/core.o drivers/char/hw_random/core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/notify/mark.o fs/notify/mark.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/mark.c:92: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness LD drivers/char/hw_random/rng-core.o LD drivers/char/hw_random/built-in.o LD drivers/char/built-in.o LD drivers/clk/built-in.o CC drivers/clocksource/clksrc-of.o drivers/clocksource/clksrc-of.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/notify/vfsmount_mark.o fs/notify/vfsmount_mark.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/clocksource/built-in.o In file included from fs/notify/fsnotify.h:5, from fs/notify/vfsmount_mark.c:30: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness LD drivers/crypto/built-in.o LD drivers/firewire/built-in.o LD drivers/firmware/built-in.o CC drivers/gpio/devres.o drivers/gpio/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/notify/fdinfo.o fs/notify/fdinfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/gpio/built-in.o LD drivers/gpu/drm/i2c/built-in.o LD drivers/gpu/drm/built-in.o LD drivers/gpu/vga/built-in.o LD drivers/gpu/built-in.o LD drivers/hsi/clients/built-in.o LD drivers/hsi/built-in.o LD drivers/i2c/algos/built-in.o LD drivers/i2c/busses/built-in.o LD drivers/i2c/muxes/built-in.o LD drivers/i2c/built-in.o LD drivers/idle/built-in.o CC drivers/iommu/of_iommu.o drivers/iommu/of_iommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/notify/dnotify/built-in.o LD fs/notify/fanotify/built-in.o CC fs/notify/inotify/inotify_fsnotify.o LD drivers/iommu/built-in.o CC drivers/irqchip/irqchip.o fs/notify/inotify/inotify_fsnotify.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/irqchip/irqchip.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/notify/inotify/inotify_fsnotify.c: In function 'event_compare': fs/notify/inotify/inotify_fsnotify.c:52: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness fs/notify/inotify/inotify_fsnotify.c:52: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness CC fs/notify/inotify/inotify_user.o LD drivers/irqchip/built-in.o LD drivers/leds/built-in.o LD drivers/lguest/built-in.o LD drivers/macintosh/built-in.o LD drivers/media/common/b2c2/built-in.o LD drivers/media/common/saa7146/built-in.o fs/notify/inotify/inotify_user.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/media/common/siano/built-in.o LD drivers/media/common/built-in.o LD drivers/media/firewire/built-in.o LD drivers/media/i2c/soc_camera/built-in.o LD drivers/media/i2c/built-in.o LD drivers/media/mmc/siano/built-in.o LD drivers/media/mmc/built-in.o LD drivers/media/parport/built-in.o LD fs/notify/inotify/built-in.o LD drivers/media/pci/b2c2/built-in.o LD fs/notify/built-in.o LD drivers/media/pci/ddbridge/built-in.o CC fs/proc/nommu.o LD drivers/media/pci/dm1105/built-in.o fs/proc/nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/media/pci/mantis/built-in.o LD drivers/media/pci/ngene/built-in.o LD drivers/media/pci/pluto2/built-in.o LD drivers/media/pci/pt1/built-in.o LD drivers/media/pci/saa7146/built-in.o LD drivers/media/pci/ttpci/built-in.o LD drivers/media/pci/built-in.o LD drivers/media/platform/davinci/built-in.o LD drivers/media/platform/built-in.o LD drivers/media/rc/keymaps/built-in.o LD drivers/media/rc/built-in.o LD drivers/media/tuners/built-in.o In file included from fs/proc/nommu.c:32: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness LD drivers/media/usb/b2c2/built-in.o LD drivers/media/usb/dvb-usb/built-in.o LD drivers/media/usb/dvb-usb-v2/built-in.o LD drivers/media/usb/s2255/built-in.o CC fs/proc/task_nommu.o fs/proc/task_nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/media/usb/siano/built-in.o LD drivers/media/usb/stkwebcam/built-in.o LD drivers/media/usb/ttusb-budget/built-in.o LD drivers/media/usb/ttusb-dec/built-in.o LD drivers/media/usb/zr364xx/built-in.o LD drivers/media/usb/built-in.o LD drivers/media/built-in.o LD drivers/mfd/built-in.o In file included from fs/proc/task_nommu.c:10: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness LD drivers/misc/carma/built-in.o LD drivers/misc/cb710/built-in.o LD drivers/misc/eeprom/built-in.o LD drivers/misc/lis3lv02d/built-in.o LD drivers/misc/ti-st/built-in.o LD drivers/misc/built-in.o LD drivers/mmc/built-in.o CC drivers/net/Space.o CC fs/proc/inode.o drivers/net/Space.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/proc/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/inode.c:29: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC drivers/net/loopback.o drivers/net/loopback.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/root.o fs/proc/root.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/root.c:24: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/base.o fs/proc/base.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from drivers/net/loopback.c:52: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD drivers/net/ethernet/8390/built-in.o LD drivers/net/ethernet/arc/built-in.o LD drivers/net/ethernet/broadcom/built-in.o LD drivers/net/ethernet/cadence/built-in.o LD drivers/net/ethernet/i825xx/built-in.o LD drivers/net/ethernet/intel/built-in.o LD drivers/net/ethernet/marvell/built-in.o LD drivers/net/ethernet/micrel/built-in.o LD drivers/net/ethernet/natsemi/built-in.o LD drivers/net/ethernet/seeq/built-in.o LD drivers/net/ethernet/stmicro/built-in.o LD drivers/net/ethernet/via/built-in.o In file included from fs/proc/base.c:94: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness LD drivers/net/ethernet/wiznet/built-in.o LD drivers/net/ethernet/xilinx/built-in.o LD drivers/net/ethernet/built-in.o fs/proc/base.c: In function 'proc_fill_cache': fs/proc/base.c:1689: warning: pointer targets in initialization differ in signedness fs/proc/base.c: In function 'proc_flush_task_mnt': fs/proc/base.c:2691: warning: pointer targets in assignment differ in signedness fs/proc/base.c:2701: warning: pointer targets in assignment differ in signedness fs/proc/base.c:2707: warning: pointer targets in assignment differ in signedness fs/proc/base.c:2708: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness fs/proc/base.c:2713: warning: pointer targets in assignment differ in signedness LD drivers/net/wireless/built-in.o LD drivers/net/built-in.o LD drivers/nfc/built-in.o CC drivers/of/base.o drivers/of/base.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/device.o drivers/of/device.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/generic.o fs/proc/generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/platform.o drivers/of/platform.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/generic.c:28: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness fs/proc/generic.c: In function 'proc_alloc_inum': fs/proc/generic.c:141: warning: pointer targets in passing argument 2 of 'ida_get_new' differ in signedness CC fs/proc/array.o fs/proc/array.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/fdt.o drivers/of/fdt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/array.c:88: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC drivers/of/address.o drivers/of/address.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/fd.o fs/proc/fd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/of/address.c: In function 'of_translate_one': drivers/of/address.c:435: warning: pointer targets in passing argument 3 of 'of_get_property' differ in signedness drivers/of/address.c: In function 'of_get_address': drivers/of/address.c:611: warning: pointer targets in passing argument 3 of 'of_get_property' differ in signedness In file included from fs/proc/fd.c:14: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC drivers/of/irq.o drivers/of/irq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/proc_tty.o drivers/of/irq.c: In function 'of_irq_map_one': drivers/of/irq.c:297: warning: pointer targets in passing argument 3 of 'of_get_property' differ in signedness fs/proc/proc_tty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/cmdline.o fs/proc/cmdline.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/of_net.o drivers/of/of_net.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/consoles.o fs/proc/consoles.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/cpuinfo.o fs/proc/cpuinfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/of/built-in.o LD drivers/pinctrl/built-in.o LD drivers/platform/built-in.o LD drivers/pwm/built-in.o CC drivers/tty/tty_io.o drivers/tty/tty_io.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/devices.o fs/proc/devices.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/interrupts.o fs/proc/interrupts.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/loadavg.o fs/proc/loadavg.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/tty_io.c: In function 'tty_read': drivers/tty/tty_io.c:1035: warning: pointer targets in passing argument 3 of 'ld->ops->read' differ in signedness drivers/tty/tty_io.c: In function 'tty_write_message': drivers/tty/tty_io.c:1171: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness drivers/tty/tty_io.c: In function 'tiocsti': drivers/tty/tty_io.c:2225: warning: pointer targets in passing argument 2 of 'ld->ops->receive_buf' differ in signedness CC fs/proc/meminfo.o fs/proc/meminfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/meminfo.c:17: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/stat.o fs/proc/stat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/uptime.o fs/proc/uptime.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/n_tty.o drivers/tty/n_tty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/version.o fs/proc/version.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/n_tty.c: In function 'read_buf_addr': drivers/tty/n_tty.c:140: warning: pointer targets in return differ in signedness drivers/tty/n_tty.c: In function 'do_output_char': drivers/tty/n_tty.c:469: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness drivers/tty/n_tty.c:491: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness CC fs/proc/softirqs.o fs/proc/softirqs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/namespaces.o fs/proc/namespaces.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/namespaces.c:15: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness fs/proc/namespaces.c: In function 'proc_ns_get_dentry': fs/proc/namespaces.c:72: warning: pointer targets in initialization differ in signedness CC fs/proc/self.o fs/proc/self.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/tty_ioctl.o drivers/tty/tty_ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/self.c:5: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/proc_sysctl.o fs/proc/proc_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/tty_ioctl.c: In function 'send_prio_char': drivers/tty/tty_ioctl.c:936: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness In file included from fs/proc/proc_sysctl.c:14: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness fs/proc/proc_sysctl.c: In function 'proc_sys_lookup': fs/proc/proc_sysctl.c:452: warning: pointer targets in passing argument 3 of 'lookup_entry' differ in signedness fs/proc/proc_sysctl.c: In function 'proc_sys_fill_cache': fs/proc/proc_sysctl.c:587: warning: pointer targets in assignment differ in signedness fs/proc/proc_sysctl.c:611: warning: pointer targets in passing argument 2 of 'dir_emit' differ in signedness CC drivers/tty/tty_ldisc.o drivers/tty/tty_ldisc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/proc_net.o fs/proc/proc_net.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/tty_buffer.o drivers/tty/tty_buffer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/proc_net.c:27: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/proc_devtree.o fs/proc/proc_devtree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/tty_port.o drivers/tty/tty_port.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/proc_devtree.c:19: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/kmsg.o fs/proc/kmsg.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/proc/proc.o CC drivers/tty/tty_mutex.o drivers/tty/tty_mutex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/proc/built-in.o LD fs/quota/built-in.o CC fs/ramfs/inode.o fs/ramfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/tty_ldsem.o drivers/tty/tty_ldsem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ramfs/file-nommu.o fs/ramfs/file-nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/pty.o drivers/tty/pty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/ramfs/ramfs.o LD fs/ramfs/built-in.o CC fs/romfs/storage.o fs/romfs/storage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/romfs/storage.c: In function 'romfs_blk_strnlen': fs/romfs/storage.c:150: warning: pointer targets in assignment differ in signedness LD drivers/tty/ipwireless/built-in.o CC drivers/tty/serial/serial_core.o drivers/tty/serial/serial_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/romfs/super.o fs/romfs/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/serial/serial_core.c: In function 'uart_port_startup': drivers/tty/serial/serial_core.c:150: warning: pointer targets in assignment differ in signedness fs/romfs/super.c: In function 'romfs_lookup': fs/romfs/super.c:228: warning: pointer targets in assignment differ in signedness LD fs/romfs/romfs.o LD fs/romfs/built-in.o CC fs/sysfs/inode.o fs/sysfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/inode.c: In function 'sysfs_hash_and_remove': fs/sysfs/inode.c:331: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness CC fs/sysfs/file.o fs/sysfs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/sysfs/file.c:17: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/sysfs/file.c: In function 'sysfs_notify': fs/sysfs/file.c:469: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness fs/sysfs/file.c:471: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness fs/sysfs/file.c: In function 'sysfs_add_file_to_group': fs/sysfs/file.c:607: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/file.c: In function 'sysfs_chmod_file': fs/sysfs/file.c:643: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness fs/sysfs/file.c: In function 'sysfs_remove_file_from_group': fs/sysfs/file.c:695: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness CC drivers/tty/serial/uartlite.o drivers/tty/serial/uartlite.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sysfs/dir.o fs/sysfs/dir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/dir.c: In function 'sysfs_dentry_revalidate': fs/sysfs/dir.c:317: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness fs/sysfs/dir.c: In function 'sysfs_find_dirent': fs/sysfs/dir.c:623: warning: pointer targets in passing argument 2 of 'sysfs_name_hash' differ in signedness fs/sysfs/dir.c:629: warning: pointer targets in passing argument 3 of 'sysfs_name_compare' differ in signedness fs/sysfs/dir.c: In function 'sysfs_rename': fs/sysfs/dir.c:881: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness LD drivers/tty/serial/built-in.o LD drivers/tty/vt/built-in.o LD drivers/tty/built-in.o CC drivers/video/fb_notify.o drivers/video/fb_notify.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sysfs/symlink.o fs/sysfs/symlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/symlink.c: In function 'sysfs_rename_link': fs/sysfs/symlink.c:208: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness LD drivers/video/backlight/built-in.o LD drivers/video/omap2/displays-new/built-in.o LD drivers/video/omap2/built-in.o CC drivers/video/output.o drivers/video/output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sysfs/mount.o fs/sysfs/mount.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/video/built-in.o LD drivers/built-in.o CC fs/eventpoll.o fs/eventpoll.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sysfs/bin.o fs/sysfs/bin.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/eventpoll.c: In function 'ep_create_wakeup_source': fs/eventpoll.c:1203: warning: pointer targets in assignment differ in signedness CC fs/sysfs/group.o fs/sysfs/group.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/group.c: In function 'sysfs_remove_group': fs/sysfs/group.c:209: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_merge_group': fs/sysfs/group.c:264: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_unmerge_group': fs/sysfs/group.c:291: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_add_link_to_group': fs/sysfs/group.c:313: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_remove_link_from_group': fs/sysfs/group.c:335: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness LD fs/sysfs/built-in.o LD sound/built-in.o CC fs/anon_inodes.o fs/anon_inodes.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD firmware/built-in.o CC fs/signalfd.o fs/anon_inodes.c: In function 'anon_inode_getfile': fs/anon_inodes.c:146: warning: pointer targets in assignment differ in signedness CC net/socket.o fs/signalfd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/socket.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/timerfd.o fs/timerfd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/socket.c:99: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/socket.c: In function 'sock_alloc_file': net/socket.c:357: warning: pointer targets in initialization differ in signedness net/socket.c:362: warning: pointer targets in assignment differ in signedness net/socket.c:363: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness net/socket.c:365: warning: pointer targets in assignment differ in signedness net/socket.c:366: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness net/socket.c: In function 'sockfs_getxattr': net/socket.c:478: warning: pointer targets in assignment differ in signedness CC fs/eventfd.o fs/eventfd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/aio.o fs/aio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/802/built-in.o CC net/core/sock.o net/core/sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from include/linux/errqueue.h:5, from net/core/sock.c:96: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/locks.o fs/locks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/binfmt_script.o fs/binfmt_script.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/request_sock.o net/core/request_sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/binfmt_flat.o fs/binfmt_flat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/core/request_sock.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/skbuff.o net/core/skbuff.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/posix_acl.o fs/posix_acl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from include/linux/errqueue.h:5, from net/core/skbuff.c:61: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/xattr_acl.o fs/xattr_acl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/coredump.o fs/coredump.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/coredump.c:30: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/drop_caches.o fs/drop_caches.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/built-in.o CC net/core/iovec.o net/core/iovec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ethernet/eth.o net/ethernet/eth.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/iovec.c:28: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/datagram.o net/core/datagram.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ethernet/eth.c:57: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ethernet/eth.c: In function 'eth_prepare_mac_addr_change': net/ethernet/eth.c:285: warning: pointer targets in passing argument 1 of 'is_valid_ether_addr' differ in signedness LD net/ethernet/built-in.o CC net/ipv4/route.o net/ipv4/route.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/datagram.c:57: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/mroute.h:6, from net/ipv4/route.c:86: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/stream.o net/core/stream.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/core/stream.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/scm.o net/core/scm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/scm.c:36: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/inetpeer.o net/ipv4/inetpeer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/gen_stats.o net/core/gen_stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/gen_estimator.o net_sock.h:27, from include/net/ip.h:30, from net/ipv4/inetpeer.c:21: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/core/gen_estimator.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/gen_estimator.c:35: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/net_namespace.o CC net/ipv4/protocol.o net/core/net_namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/ipv4/protocol.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ip_input.o net/ipv4/ip_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/secure_seq.o net/core/secure_seq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/flow_dissector.o net/core/flow_dissector.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/ip_input.c:135: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from net/core/flow_dissector.c:4: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/ip_fragment.o net/ipv4/ip_fragment.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/sysctl_net_core.o net/core/sysctl_net_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/net/inetpeer.h:15, from include/net/route.h:28, from net/ipv4/ip_fragment.c:38: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/core/sysctl_net_core.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/dev.o net/core/dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ip_forward.o net/ipv4/ip_forward.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/dev.c:98: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/ipv4/ip_forward.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/core/dev.c: In function 'dev_name_hash': net/core/dev.c:186: warning: pointer targets in passing argument 1 of 'full_name_hash' differ in signedness CC net/ipv4/ip_options.o net/ipv4/ip_options.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/ip_options.c:25: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/ip_output.o net/ipv4/ip_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/ip_output.c:66: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/ip_output.c: In function 'ip_generic_getfrag': net/ipv4/ip_output.c:718: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness net/ipv4/ip_output.c:722: warning: pointer targets in passing argument 1 of 'csum_partial_copy_fromiovecend' differ in signedness net/ipv4/ip_output.c: In function '__ip_append_data': net/ipv4/ip_output.c:936: warning: pointer targets in assignment differ in signedness net/ipv4/ip_output.c:945: warning: pointer targets in passing argument 3 of 'skb_copy_and_csum_bits' differ in signedness net/ipv4/ip_output.c:980: warning: pointer targets in passing argument 2 of 'getfrag' differ in signedness CC net/core/ethtool.o net/core/ethtool.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ip_sockglue.o net/ipv4/ip_sockglue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/ip_sockglue.c:27: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/ip_sockglue.c: In function 'do_ip_setsockopt': net/ipv4/ip_sockglue.c:510: warning: pointer targets in passing argument 3 of 'ip_options_get_from_user' differ in signedness net/ipv4/ip_sockglue.c:994: warning: pointer targets in passing argument 3 of 'xfrm_user_policy' differ in signedness CC net/core/dev_addr_lists.o net/core/dev_addr_lists.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/inet_hashtables.o net/ipv4/inet_hashtables.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/inet_connection_sock.h:23, from net/ipv4/inet_hashtables.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/dst.o net/core/dst.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/inet_timewait_sock.o net/ipv4/inet_timewait_sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/netevent.o net/core/netevent.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/inet_hashtables.h:20, from net/ipv4/inet_timewait_sock.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/neighbour.o net/core/neighbour.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/inet_connection_sock.o net/ipv4/inet_connection_sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/neighbour.c:34: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/inet_connection_sock.h:23, from net/ipv4/inet_connection_sock.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp.o net/ipv4/tcp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/tcp.c:272: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/tcp.c: In function 'tcp_sendmsg': net/ipv4/tcp.c:1163: warning: pointer targets in passing argument 3 of 'skb_add_data_nocache' differ in signedness net/ipv4/tcp.c:1191: warning: pointer targets in passing argument 2 of 'skb_copy_to_page_nocache' differ in signedness net/ipv4/tcp.c: In function 'tcp_recv_urg': net/ipv4/tcp.c:1296: warning: pointer targets in passing argument 2 of 'memcpy_toiovec' differ in signedness CC net/core/rtnetlink.o net/core/rtnetlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/core/rtnetlink.c:46: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_input.o net/ipv4/tcp_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/utils.o net/core/utils.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_input.c:72: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/core/utils.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/link_watch.o net/core/link_watch.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/link_watch.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/filter.o net/core/filter.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/core/filter.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/sock_diag.o net/core/sock_diag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/sock_diag.c:7: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/dev_ioctl.o net/core/dev_ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_output.o net/ipv4/tcp_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/core/dev_ioctl.c: In function 'dev_ifsioc': net/core/dev_ioctl.c:286: warning: pointer targets in passing argument 2 of 'dev_mc_add_global' differ in signedness net/core/dev_ioctl.c:294: warning: pointer targets in passing argument 2 of 'dev_mc_del_global' differ in signedness In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_output.c:39: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/tcp_output.c: In function 'tcp_send_syn_data': net/ipv4/tcp_output.c:2899: warning: pointer targets in passing argument 2 of 'skb_add_data' differ in signedness CC net/core/flow.o net/core/flow.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/net-sysfs.o net/core/net-sysfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/net-sysfs.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_timer.o net/ipv4/tcp_timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/net-procfs.o net/core/net-procfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_timer.c:23: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/core/built-in.o CC lib/lockref.o lib/lockref.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bcd.o lib/bcd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/div64.o lib/div64.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/sort.o lib/sort.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_ipv4.o net/ipv4/tcp_ipv4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/parser.o lib/parser.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/halfmd4.o lib/halfmd4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/tcp_ipv4.c:67: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/debug_locks.o lib/debug_locks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/random32.o lib/random32.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bust_spinlocks.o lib/bust_spinlocks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/hexdump.o lib/hexdump.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. lib/hexdump.c: In function 'print_hex_dump': lib/hexdump.c:212: warning: pointer targets in passing argument 5 of 'hex_dump_to_buffer' differ in signedness CC lib/kasprintf.o lib/kasprintf.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bitmap.o lib/bitmap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_minisocks.o net/ipv4/tcp_minisocks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/scatterlist.o lib/scatterlist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_minisocks.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/gcd.o lib/gcd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/lcm.o lib/lcm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/list_sort.o lib/list_sort.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_cong.o net/ipv4/tcp_cong.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/uuid.o lib/uuid.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/flex_array.o lib/flex_array.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_cong.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/iovec.o lib/iovec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/clz_ctz.o lib/clz_ctz.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bsearch.o lib/bsearch.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_metrics.o net/ipv4/tcp_metrics.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/find_last_bit.o lib/find_last_bit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/find_next_bit.o lib/find_next_bit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/llist.o lib/llist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/memweight.o In file included from include/linux/tcp.h:23, from net/ipv4/tcp_metrics.c:8: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness lib/memweight.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/kfifo.o lib/kfifo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/string_helpers.o lib/string_helpers.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_fastopen.o CC lib/kstrtox.o net/ipv4/tcp_fastopen.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. lib/kstrtox.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/ipv4/tcp_fastopen.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/pci_iomap.o CC net/ipv4/tcp_offload.o multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/iomap_copy.o net/ipv4/tcp_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. lib/iomap_copy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/devres.o lib/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/hweight.o lib/hweight.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/list_debug.o lib/list_debug.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/debugobjects.o lib/debugobjects.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/datagram.o net/ipv4/datagram.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/datagram.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/bitrev.o lib/bitrev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/raw.o net/ipv4/raw.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTCC lib/gen_crc32table CC lib/zlib_inflate/inffast.o lib/zlib_inflate/inffast.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/mroute.h:6, from net/ipv4/raw.c:56: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/zlib_inflate/inflate.o lib/zlib_inflate/inflate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/zlib_inflate/infutil.o lib/zlib_inflate/infutil.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/udp.o net/ipv4/udp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/zlib_inflate/inftrees.o lib/zlib_inflate/inftrees.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/zlib_inflate/inflate_syms.o lib/zlib_inflate/inflate_syms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD lib/zlib_inflate/zlib_inflate.o LD lib/zlib_inflate/built-in.o In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/udp.c:105: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/nlattr.o lib/nlattr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/udp_impl.h:4, from net/ipv4/udp.c:113: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness CC lib/checksum.o lib/checksum.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/atomic64.o lib/atomic64.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/dynamic_queue_limits.o lib/dynamic_queue_limits.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/net_utils.o lib/net_utils.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/udplite.o net/ipv4/udplite.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/argv_split.o lib/argv_split.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/cmdline.o lib/cmdline.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/ctype.o lib/ctype.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/dec_and_lock.o lib/dec_and_lock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/decompress.o In file included from include/net/inet_sock.h:27, from include/net/udp.h:27, from net/ipv4/udp_impl.h:3, from net/ipv4/udplite.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness lib/decompress.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/udp_impl.h:4, from net/ipv4/udplite.c:17: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness CC lib/decompress_inflate.o lib/decompress_inflate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/udp_offload.o net/ipv4/udp_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/dump_stack.o lib/dump_stack.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/earlycpio.o lib/earlycpio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/udp.h:27, from net/ipv4/udp_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/extable.o lib/extable.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/arp.o CC lib/flex_proportions.o net/ipv4/arp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. lib/flex_proportions.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/idr.o lib/idr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/arp.c:107: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/arp.c: In function 'arp_mc_map': net/ipv4/arp.c:195: warning: pointer targets in passing argument 2 of 'ip_eth_mc_map' differ in signedness net/ipv4/arp.c:198: warning: pointer targets in passing argument 3 of 'ip_ib_mc_map' differ in signedness net/ipv4/arp.c:201: warning: pointer targets in passing argument 3 of 'ip_ipgre_mc_map' differ in signedness net/ipv4/arp.c: In function 'arp_solicit': net/ipv4/arp.c:366: warning: pointer targets in passing argument 1 of 'neigh_ha_snapshot' differ in signedness net/ipv4/arp.c: In function 'arp_find': net/ipv4/arp.c:484: warning: pointer targets in passing argument 1 of 'neigh_ha_snapshot' differ in signedness net/ipv4/arp.c: In function 'arp_req_set': net/ipv4/arp.c:1070: warning: pointer targets in passing argument 2 of 'neigh_update' differ in signedness CC lib/int_sqrt.o lib/int_sqrt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/irq_regs.o lib/irq_regs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/is_single_threaded.o lib/is_single_threaded.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/klist.o lib/klist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/icmp.o net/ipv4/icmp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/kobject.o lib/kobject.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/icmp.c:81: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/icmp.c: In function 'icmp_glue_bits': net/ipv4/icmp.c:288: warning: pointer targets in passing argument 3 of 'skb_copy_and_csum_bits' differ in signedness CC lib/kobject_uevent.o lib/kobject_uevent.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/devinet.o net/ipv4/devinet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from lib/kobject_uevent.c:27: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness lib/kobject_uevent.c: In function 'kobject_uevent_env': lib/kobject_uevent.c:272: warning: pointer targets in assignment differ in signedness lib/kobject_uevent.c:278: warning: pointer targets in assignment differ in signedness CC lib/md5.o lib/md5.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/devinet.c:61: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/percpu-refcount.o lib/percpu-refcount.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/plist.o lib/plist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/prio_heap.o lib/prio_heap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/proportions.o lib/proportions.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/radix-tree.o lib/radix-tree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/af_inet.o net/ipv4/af_inet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/ratelimit.o lib/ratelimit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/rbtree.o lib/rbtree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/af_inet.c:100: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/reciprocal_div.o lib/reciprocal_div.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/rwsem-spinlock.o In file included from net/ipv4/af_inet.c:108: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness lib/rwsem-spinlock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/sha1.o lib/sha1.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/igmp.o net/ipv4/igmp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/show_mem.o lib/show_mem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/string.o lib/string.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/igmp.c:95: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/igmp.c: In function 'ip_mc_filter_add': net/ipv4/igmp.c:1059: warning: pointer targets in passing argument 2 of 'arp_mc_map' differ in signedness net/ipv4/igmp.c:1060: warning: pointer targets in passing argument 2 of 'dev_mc_add' differ in signedness net/ipv4/igmp.c: In function 'ip_mc_filter_del': net/ipv4/igmp.c:1072: warning: pointer targets in passing argument 2 of 'arp_mc_map' differ in signedness net/ipv4/igmp.c:1073: warning: pointer targets in passing argument 2 of 'dev_mc_del' differ in signedness CC lib/timerqueue.o lib/timerqueue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/vsprintf.o lib/vsprintf.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/if_inet6.h:19, from include/net/addrconf.h:50, from lib/vsprintf.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/fib_frontend.o net/ipv4/fib_frontend.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. lib/vsprintf.c: In function 'dentry_name': lib/vsprintf.c:574: warning: pointer targets in assignment differ in signedness lib/vsprintf.c: In function 'ip6_addr_string': lib/vsprintf.c:983: warning: pointer targets in passing argument 2 of 'ip6_compressed_string' differ in signedness lib/vsprintf.c:985: warning: pointer targets in passing argument 2 of 'ip6_string' differ in signedness lib/vsprintf.c: In function 'ip6_addr_string_sa': lib/vsprintf.c:1038: warning: pointer targets in passing argument 2 of 'ip6_compressed_string' differ in signedness lib/vsprintf.c:1040: warning: pointer targets in passing argument 2 of 'ip6_string' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/fib_frontend.c:39: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness GEN lib/crc32table.h AR lib/lib.a CC lib/crc32.o lib/crc32.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/fib_semantics.o net/ipv4/fib_semantics.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD lib/built-in.o CC net/ipv4/fib_trie.o net/ipv4/fib_trie.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/fib_semantics.c:37: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/fib_trie.c:76: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/addrconf_core.o net/ipv6/addrconf_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/addrconf_core.c:7: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/exthdrs_core.o CC net/ipv4/inet_fragment.o net/ipv6/exthdrs_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/ipv4/inet_fragment.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/exthdrs_core.c:6: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/ipv4/inet_fragment.c:24: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/ip6_checksum.o net/ipv6/ip6_checksum.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ping.o net/ipv4/ping.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv6/ip6_checksum.c:1: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/ipv6/ip6_checksum.c:3: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/ping.c:35: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/ping.c: In function 'ping_getfrag': net/ipv4/ping.c:589: warning: pointer targets in passing argument 1 of 'csum_partial_copy_fromiovecend' differ in signedness net/ipv4/ping.c:596: warning: pointer targets in passing argument 1 of 'csum_partial_copy_fromiovecend' differ in signedness CC net/ipv6/ip6_icmp.o net/ipv6/ip6_icmp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ip_tunnel_core.o net/ipv4/ip_tunnel_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/ip6_icmp.c:7: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/output_core.o net/ipv6/output_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/mroute.h:6, from net/ipv4/ip_tunnel_core.c:27: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/output_core.c:6: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/sysctl_net_ipv4.o CC net/ipv6/protocol.o net/ipv6/protocol.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/ipv4/sysctl_net_ipv4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv6/ip6_offload.o net/ipv6/ip6_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/sysctl_net_ipv4.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/proc.o net/ipv4/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/ip6_offload.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/tcpv6_offload.o net/ipv6/tcpv6_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/proc.c:36: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/ipv4/proc.c:40: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness CC net/ipv4/xfrm4_mode_beet.o In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv6/tcpv6_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/xfrm4_mode_beet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv6/udp_offload.o net/ipv6/udp_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_mode_beet.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/udp_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/xfrm4_mode_transport.o net/ipv4/xfrm4_mode_transport.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv6/exthdrs_offload.o net/ipv6/exthdrs_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_mode_transport.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/ipv6/built-in.o CC net/ipv4/xfrm4_mode_tunnel.o net/ipv4/xfrm4_mode_tunnel.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/netlink/af_netlink.o net/netlink/af_netlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/inet_ecn.h:7, from net/ipv4/xfrm4_mode_tunnel.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/netlink/af_netlink.c:64: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/inet_diag.o net/ipv4/inet_diag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/inet_diag.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_diag.o net/ipv4/tcp_diag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/netlink/genetlink.o net/netlink/genetlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/ipv4/tcp_diag.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/netlink/genetlink.c:20: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_cubic.o net/ipv4/tcp_cubic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_cubic.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/netlink/built-in.o CC net/packet/af_packet.o net/packet/af_packet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/xfrm4_policy.o net/ipv4/xfrm4_policy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/packet/af_packet.c:70: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/packet/af_packet.c: In function 'packet_rcv_spkt': net/packet/af_packet.c:1433: warning: pointer targets in passing argument 1 of 'strlcpy' differ in signedness net/packet/af_packet.c: In function 'packet_sendmsg_spkt': net/packet/af_packet.c:1486: warning: pointer targets in passing argument 2 of 'dev_get_by_name_rcu' differ in signedness In file included from include/net/xfrm.h:17, from net/ipv4/xfrm4_policy.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/xfrm4_state.o net/ipv4/xfrm4_state.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_state.c:10: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/xfrm4_input.o net/ipv4/xfrm4_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/packet/built-in.o CC net/ipv4/xfrm4_output.o In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_input.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/xfrm4_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD arch/microblaze/lib/built-in.o CC arch/microblaze/lib/ashldi3.o arch/microblaze/lib/ashldi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/ashrdi3.o arch/microblaze/lib/ashrdi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/cmpdi2.o arch/microblaze/lib/cmpdi2.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/divsi3.o In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_output.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC arch/microblaze/lib/lshrdi3.o arch/microblaze/lib/lshrdi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/memcpy.o arch/microblaze/lib/memcpy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/memmove.o arch/microblaze/lib/memmove.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/memset.o arch/microblaze/lib/memset.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/modsi3.o LD net/ipv4/built-in.o CC arch/microblaze/lib/muldi3.o arch/microblaze/lib/muldi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/mulsi3.o AS arch/microblaze/lib/uaccess_old.o CC arch/microblaze/lib/ucmpdi2.o arch/microblaze/lib/ucmpdi2.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sched/sch_generic.o net/sched/sch_generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/udivsi3.o AS arch/microblaze/lib/umodsi3.o AR arch/microblaze/lib/lib.a CC net/sched/sch_mq.o net/sched/sch_mq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/clnt.o net/sunrpc/clnt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/sched/built-in.o CC net/unix/af_unix.o net/unix/af_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/clnt.c:35: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/sunrpc/clnt.c: In function 'rpc_setup_pipedir_sb': net/sunrpc/clnt.c:128: warning: pointer targets in passing argument 2 of 'rpc_d_lookup_sb' differ in signedness In file included from net/unix/af_unix.c:105: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/xprt.o net/sunrpc/xprt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/unix/af_unix.c: In function 'unix_bind': net/unix/af_unix.c:893: warning: 'path.mnt' may be used uninitialized in this function net/unix/af_unix.c:893: warning: 'path.dentry' may be used uninitialized in this function In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/xprt.c:48: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/unix/garbage.o net/unix/garbage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/socklib.o garbage.c:84: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/sunrpc/socklib.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/unix/sysctl_net_unix.o net/unix/sysctl_net_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/linux/udp.h:20, from net/sunrpc/socklib.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/af_unix.h:7, from net/unix/sysctl_net_unix.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/xprtsock.o net/sunrpc/xprtsock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/unix/unix.o LD net/unix/built-in.o CC net/sunrpc/sched.o net/sunrpc/sched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/linux/udp.h:20, from net/sunrpc/xprtsock.c:33: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/sched.c:23: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/auth.o net/sunrpc/auth.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/auth_null.o net/sunrpc/auth_null.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth_null.c:11: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/wireless/built-in.o CC net/sunrpc/auth_unix.o net/sunrpc/auth_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/auth_generic.o net/sunrpc/auth_generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth_unix.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth_generic.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/xfrm/xfrm_policy.o net/xfrm/xfrm_policy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/svc.o net/sunrpc/svc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_policy.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/svc.c:28: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/svcsock.o net/sunrpc/svcsock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/linux/udp.h:20, from net/sunrpc/svcsock.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/xfrm/xfrm_state.o net/xfrm/xfrm_state.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/svcauth.o net/sunrpc/svcauth.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_state.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/svcauth_unix.o net/sunrpc/svcauth_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/addr.h:13, from net/sunrpc/svcauth_unix.c:9: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/xfrm/xfrm_hash.o net/xfrm/xfrm_hash.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/addr.o net/sunrpc/addr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/xfrm/xfrm_input.o net/xfrm/xfrm_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/sunrpc/addr.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/xfrm/xfrm_input.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/rpcb_clnt.o net/sunrpc/rpcb_clnt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/xfrm/xfrm_output.o net/xfrm/xfrm_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/sunrpc/rpcb_clnt.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_output.c:20: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/timer.o CC net/xfrm/xfrm_sysctl.o net/sunrpc/timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/xfrm/xfrm_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/timer.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_sysctl.c:4: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/xdr.o net/sunrpc/xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/xfrm/xfrm_replay.o net/xfrm/xfrm_replay.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_replay.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/xfrm/built-in.o CC net/sunrpc/sunrpc_syms.o CC net/sunrpc/cache.o net/sunrpc/sunrpc_syms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/sunrpc/cache.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/sunrpc_syms.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/rpc_pipe.o net/sunrpc/rpc_pipe.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/sunrpc/rpc_pipe.c:17: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/rpc_pipe.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/sunrpc/rpc_pipe.c: In function '__rpc_lookup_create_exclusive': net/sunrpc/rpc_pipe.c:661: warning: pointer targets in initialization differ in signedness net/sunrpc/rpc_pipe.c: In function '__rpc_depopulate': net/sunrpc/rpc_pipe.c:687: warning: pointer targets in assignment differ in signedness net/sunrpc/rpc_pipe.c: In function 'rpc_d_lookup_sb': net/sunrpc/rpc_pipe.c:1215: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness CC net/sunrpc/svc_xprt.o net/sunrpc/svc_xprt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sysctl_net.o net/sysctl_net.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/sunrpc/svc_xprt.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/sysctl_net.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/stats.o net/sunrpc/stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/sysctl.o net/sunrpc/sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/stats.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/sunrpc/sunrpc.o LD net/sunrpc/built-in.o LD net/built-in.o LINK vmlinux LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o init/version.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD init/built-in.o KSYM .tmp_kallsyms1.o KSYM .tmp_kallsyms2.o LD vmlinux SYSMAP System.map OBJCOPY arch/microblaze/boot/linux.bin Building modules, stage 2. MODPOST 0 modules Kernel: arch/microblaze/boot/linux.bin is ready (#1)
spawn ./qemu-run-nonet.sh FDT: INTEL FLASH: baseaddr: 0xa0000000, size: 0x2000000 FDT: Unsupported peripheral invalidated ethernet@81c00000 compatibilities xlnx,xps-ll-temac-1.01.b FDT: Unsupported peripheral invalidated i2c@81600000 compatibilities xlnx,xps-iic-2.00.a FDT: Unsupported peripheral invalidated gpio@81400000 compatibilities xlnx,xps-gpio-1.00.a FDT: Unsupported peripheral invalidated sysace@83600000 compatibilities xlnx,xps-sysace-1.00.a FDT: Unsupported peripheral invalidated debug@84400000 compatibilities xlnx,mdm-1.00.d FDT: Unsupported peripheral invalidated mpmc@90000000 compatibilities xlnx,mpmc-4.02.a FDT: Creating QDEV model xilinx,intc (intc) setting qdev prop "kind-of-intr" = 0x00000100 connected irq : (none) FDT: Creating QDEV model xilinx,timer setting qdev prop "frequency" = 0x03b20b80 setting qdev prop "nr-timers" = 0x00000002 connected irq : 3 (interrupt-controller@81800000) FDT: Creating QDEV model xilinx,uartlite setting qdev prop "chr" = 0x096164e0 connected irq : 8 (interrupt-controller@81800000) FDT: Device tree scan complete Early console on uartlite at 0x84000000 bootconsole [earlyser0] enabled Ramdisk addr 0x00000000, FDT at 0x9044dc70 Linux version 3.11.0-09031-ga22a0fd (monstr@monstr-desktop) (gcc version 4.1.2) #1 Wed Sep 11 12:08:08 CEST 2013 setup_cpuinfo: initialising setup_cpuinfo: Using full CPU PVR support wt_msr setup_memory: Main mem: 0x90000000, size 0x10000000 setup_memory: kernel addr:0x90000000-0x9044a000 size=0x0044a000 setup_memory: max_mapnr: 0x10000 setup_memory: min_low_pfn: 0x90000 setup_memory: max_low_pfn: 0xa0000 setup_memory: max_pfn: 0xa0000 Zone ranges: DMA [mem 0x90000000-0x9fffffff] Normal empty Movable zone start for each node Early memory node ranges node 0: [mem 0x90000000-0x9fffffff] On node 0 totalpages: 65536 free_area_init_node: node 0, pgdat 902fa0fc, node_mem_map 9044c000 DMA zone: 512 pages used for memmap DMA zone: 0 pages reserved DMA zone: 65536 pages, LIFO batch:0 early_printk_console remapping from 0x84000000 to 0x84000000 pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 pcpu-alloc: [0] 0 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 Kernel command line: console=ttyUL0,115200 highres=on PID hash table entries: 1024 (order: 0, 4096 bytes) Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) Sorting __ex_table... Memory: 255452K/262144K available (2278K kernel code, 94K rwdata, 640K rodata, 1012K init, 323K bss, 6692K reserved) NR_IRQS:33 /plb@0/interrupt-controller@81800000: num_irq=9, edge=0x100 /plb@0/timer@83c00000: irq=3 xilinx_timer_set_mode: shutdown xilinx_timer_set_mode: periodic ODEBUG: 2 of 2 active objects replaced ODEBUG: selftest passed Calibrating delay loop... 117.65 BogoMIPS (lpj=588288) pid_max: default: 4096 minimum: 301 Mount-cache hash table entries: 512 NET: Registered protocol family 16 bio: create slab <bio-0> at 0 Switched to clocksource xilinx_clocksource xilinx_timer_set_mode: oneshot NET: Registered protocol family 2 TCP established hash table entries: 2048 (order: 2, 16384 bytes) TCP bind hash table entries: 2048 (order: 1, 8192 bytes) TCP: Hash tables configured (established 2048 bind 2048) TCP: reno registered UDP hash table entries: 256 (order: 0, 4096 bytes) UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. OF: no ranges; cannot translate OF: no ranges; cannot translate ROMFS MTD (C) 2007 Red Hat, Inc. msgmni has been set to 498 io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) 84000000.serial: ttyUL0 at MMIO 0x84000000 (irq = 8, base_baud = 0) is a uartlite console [ttyUL0] enabled, bootconsole disabled console [ttyUL0] enabled, bootconsole disabled brd: module loaded nbd: registered device at major 43 TCP: cubic registered NET: Registered protocol family 17 Freeing unused kernel memory: 1012K (902fb000 - 903f8000) Bad inittab entry at line 3 Mounting proc: Mounting var: Populating /var: Running local start scripts. Mounting sysfs: Setting hostname: Setting up interface lo: Setting up interface eth0: ifconfig: SIOCSIFADDR: No such device Starting syslogd: Starting httpd: Mounting nfs server uclinux login: root Passwordpass ok : /root # ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) /root # cat /proc/cpuinfo CPU-Family: MicroBlaze FPGA-Arch: virtex5 CPU-Ver: 7.10.d, big endian CPU-MHz: 125.00 BogoMips: 117.65 HW: Shift: yes MSR: yes PCMP: yes DIV: yes MMU: 3 MUL: v2 FPU: v2 Exc: op0x0 unal ill zero fpu Stream-insns: privileged Icache: no Dcache: no HW-Debug: no PVR-USR1: 00 PVR-USR2: 00000000 Page size: 4096 /root # strace ls / strace: applet not found /root # Statistic 3.11.0-09031-ga22a0fd 4.1.2 CLEAN . CLEAN arch/microblaze/kernel CLEAN kernel CLEAN lib CLEAN usr CLEAN arch/microblaze/boot CLEAN .tmp_versions CLEAN scripts/basic CLEAN scripts/dtc CLEAN scripts/kconfig CLEAN scripts/mod CLEAN scripts CLEAN include/config include/generated arch/microblaze/include/generated CLEAN .config .version include/generated/uapi/linux/version.h Module.symvers
linux_next
Switched to branch 'master' Deleted branch next (was ba9c911). From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 * branch master -> FETCH_HEAD Already up-to-date. From ../linux-2.6 * branch HEAD -> FETCH_HEAD Updating 26b0332..a22a0fd Fast-forward Documentation/device-mapper/cache.txt | 6 +- Documentation/device-mapper/statistics.txt | 186 +++ Documentation/device-mapper/thin-provisioning.txt | 15 +- .../devicetree/bindings/dma/fsl-imx-sdma.txt | 7 +- Documentation/devicetree/bindings/dma/k3dma.txt | 46 + Documentation/devicetree/bindings/dma/shdma.txt | 61 +- .../devicetree/bindings/mmc/fsl-esdhc.txt | 4 + .../devicetree/bindings/net/can/sja1000.txt | 2 +- .../bindings/power_supply/msm-poweroff.txt | 17 + Documentation/driver-model/devres.txt | 3 + MAINTAINERS | 9 + arch/arc/kernel/devtree.c | 6 - arch/arc/mm/init.c | 5 +- arch/arm/common/edma.c | 17 + arch/arm/mach-ep93xx/vision_ep9307.c | 57 +- arch/arm/mach-imx/mm-imx25.c | 17 - arch/arm/mach-imx/mm-imx5.c | 14 - arch/arm/mm/init.c | 2 +- arch/arm/xen/enlighten.c | 14 +- arch/arm64/kernel/setup.c | 5 - arch/arm64/mm/init.c | 3 +- arch/c6x/kernel/devicetree.c | 8 +- arch/cris/Kconfig | 81 - arch/cris/arch-v10/drivers/Kconfig | 70 - arch/cris/arch-v10/drivers/Makefile | 2 - arch/cris/arch-v32/drivers/Kconfig | 394 ----- arch/cris/arch-v32/mach-a3/Kconfig | 4 - arch/cris/include/asm/processor.h | 1 - arch/cris/include/uapi/asm/kvm_para.h | 1 + arch/metag/mm/init.c | 5 +- arch/microblaze/kernel/prom.c | 8 +- arch/mips/kernel/prom.c | 3 +- arch/mn10300/kernel/entry.S | 6 +- arch/openrisc/kernel/prom.c | 8 +- arch/powerpc/kernel/prom.c | 8 +- arch/powerpc/kernel/prom_init.c | 3 +- arch/powerpc/kernel/smp.c | 1 + arch/powerpc/mm/fault.c | 13 +- arch/powerpc/platforms/pseries/setup.c | 31 +- arch/sh/boards/mach-ecovec24/setup.c | 89 +- arch/x86/include/asm/jump_label.h | 9 +- arch/x86/kernel/devicetree.c | 3 +- arch/x86/kernel/early-quirks.c | 154 ++ arch/x86/kernel/jump_label.c | 70 +- arch/x86/xen/enlighten.c | 1 - arch/x86/xen/p2m.c | 10 +- arch/x86/xen/smp.c | 28 +- arch/x86/xen/spinlock.c | 45 +- arch/xtensa/kernel/setup.c | 3 +- drivers/dma/Kconfig | 9 + drivers/dma/Makefile | 1 + drivers/dma/acpi-dma.c | 4 +- drivers/dma/amba-pl08x.c | 501 +++++-- drivers/dma/dmaengine.c | 28 +- drivers/dma/dw/core.c | 39 +- drivers/dma/dw/platform.c | 1 + drivers/dma/edma.c | 164 ++- drivers/dma/ep93xx_dma.c | 10 +- drivers/dma/fsldma.c | 10 +- drivers/dma/imx-dma.c | 6 +- drivers/dma/imx-sdma.c | 179 ++- drivers/dma/iop-adma.c | 6 +- drivers/dma/ipu/ipu_idmac.c | 6 +- drivers/dma/k3dma.c | 837 +++++++++++ drivers/dma/mmp_pdma.c | 320 +++- drivers/dma/mmp_tdma.c | 6 +- drivers/dma/mpc512x_dma.c | 10 +- drivers/dma/mv_xor.c | 4 +- drivers/dma/mxs-dma.c | 27 +- drivers/dma/of-dma.c | 3 +- drivers/dma/pch_dma.c | 10 +- drivers/dma/pl330.c | 179 +-- drivers/dma/sh/Kconfig | 10 + drivers/dma/sh/Makefile | 6 + drivers/dma/sh/rcar-hpbdma.c | 655 +++++++++ drivers/dma/sh/shdma-arm.h | 51 + drivers/dma/sh/shdma-base.c | 26 +- drivers/dma/sh/shdma-of.c | 5 +- drivers/dma/sh/shdma-r8a73a4.c | 77 + drivers/dma/sh/shdma.h | 16 +- drivers/dma/sh/{shdma.c => shdmac.c} | 160 +- drivers/dma/sh/sudmac.c | 22 +- drivers/dma/sirf-dma.c | 134 +- drivers/dma/ste_dma40.c | 23 +- drivers/dma/tegra20-apb-dma.c | 8 +- drivers/dma/timb_dma.c | 2 +- drivers/dma/txx9dmac.c | 22 +- drivers/gpio/gpiolib-of.c | 4 +- drivers/gpu/drm/i915/i915_debugfs.c | 11 +- drivers/gpu/drm/i915/i915_dma.c | 15 +- drivers/gpu/drm/i915/i915_drv.c | 164 +-- drivers/gpu/drm/i915/i915_drv.h | 7 + drivers/gpu/drm/i915/i915_gem.c | 48 +- drivers/gpu/drm/i915/i915_gem_dmabuf.c | 41 +- drivers/gpu/drm/i915/i915_gem_execbuffer.c | 3 + drivers/gpu/drm/i915/i915_gem_stolen.c | 3 + drivers/gpu/drm/i915/i915_gpu_error.c | 2 +- drivers/gpu/drm/i915/i915_irq.c | 23 +- drivers/gpu/drm/i915/i915_reg.h | 34 +- drivers/gpu/drm/i915/i915_sysfs.c | 36 +- drivers/gpu/drm/i915/intel_crt.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 83 +- drivers/gpu/drm/i915/intel_drv.h | 3 +- drivers/gpu/drm/i915/intel_lvds.c | 8 +- drivers/gpu/drm/i915/intel_opregion.c | 2 +- drivers/gpu/drm/i915/intel_panel.c | 14 +- drivers/gpu/drm/i915/intel_pm.c | 14 +- drivers/gpu/drm/i915/intel_ringbuffer.c | 99 +- drivers/gpu/drm/i915/intel_ringbuffer.h | 6 +- drivers/gpu/drm/i915/intel_sdvo.c | 17 +- drivers/gpu/drm/i915/intel_sprite.c | 7 +- drivers/gpu/drm/i915/intel_uncore.c | 9 +- drivers/gpu/drm/nouveau/nouveau_drm.c | 9 +- drivers/gpu/vga/vgaarb.c | 51 +- drivers/hwmon/hwmon-vid.c | 2 +- drivers/hwmon/ina2xx.c | 3 +- drivers/md/Makefile | 2 +- drivers/md/dm-cache-target.c | 59 +- drivers/md/dm-crypt.c | 10 +- drivers/md/dm-ioctl.c | 60 +- drivers/md/dm-kcopyd.c | 3 +- drivers/md/dm-raid1.c | 3 +- drivers/md/dm-stats.c | 969 ++++++++++++ drivers/md/dm-stats.h | 40 + drivers/md/dm-stripe.c | 1 + drivers/md/dm-table.c | 20 +- drivers/md/dm-target.c | 9 +- drivers/md/dm-thin.c | 122 +- drivers/md/dm.c | 70 +- drivers/md/dm.h | 27 + drivers/md/md.c | 54 +- drivers/md/md.h | 8 +- drivers/md/persistent-data/dm-block-manager.c | 5 + drivers/md/persistent-data/dm-block-manager.h | 5 + drivers/md/persistent-data/dm-btree.c | 28 +- drivers/md/persistent-data/dm-space-map-common.c | 77 +- drivers/md/raid5.c | 362 ++++- drivers/md/raid5.h | 22 + drivers/mmc/card/block.c | 47 +- drivers/mmc/card/mmc_test.c | 14 +- drivers/mmc/core/core.c | 44 + drivers/mmc/core/host.c | 2 +- drivers/mmc/core/mmc_ops.c | 1 + drivers/mmc/core/sd.c | 13 +- drivers/mmc/core/slot-gpio.c | 14 +- drivers/mmc/host/Kconfig | 10 +- drivers/mmc/host/Makefile | 2 - drivers/mmc/host/atmel-mci.c | 34 +- drivers/mmc/host/dw_mmc-exynos.c | 9 +- drivers/mmc/host/dw_mmc-pci.c | 4 +- drivers/mmc/host/dw_mmc-pltfm.c | 1 + drivers/mmc/host/dw_mmc.c | 21 +- drivers/mmc/host/jz4740_mmc.c | 7 +- drivers/mmc/host/mmc_spi.c | 49 +- drivers/mmc/host/mvsdio.c | 3 +- drivers/mmc/host/mxs-mmc.c | 22 +- drivers/mmc/host/of_mmc_spi.c | 46 +- drivers/mmc/host/omap_hsmmc.c | 3 +- drivers/mmc/host/sdhci-bcm2835.c | 2 +- drivers/mmc/host/sdhci-esdhc-imx.c | 2 +- drivers/mmc/host/sdhci-of-esdhc.c | 1 + drivers/mmc/host/sdhci-pxav3.c | 3 +- drivers/mmc/host/sdhci-s3c.c | 8 +- drivers/mmc/host/sdhci-sirf.c | 2 +- drivers/mmc/host/sdhci.c | 7 +- drivers/mmc/host/sh_mmcif.c | 63 +- drivers/mmc/host/sh_mobile_sdhi.c | 23 +- drivers/mmc/host/tmio_mmc_dma.c | 4 +- drivers/mmc/host/tmio_mmc_pio.c | 24 +- drivers/mmc/host/vub300.c | 2 +- drivers/of/base.c | 200 ++- drivers/of/fdt.c | 98 +- drivers/of/irq.c | 2 +- drivers/of/of_net.c | 2 +- drivers/of/platform.c | 21 +- drivers/power/Kconfig | 15 +- drivers/power/Makefile | 2 + drivers/power/ab8500_charger.c | 1 + drivers/power/bq24190_charger.c | 1549 ++++++++++++++++++++ drivers/power/collie_battery.c | 2 +- drivers/power/max8925_power.c | 1 + drivers/power/power_supply_core.c | 38 +- drivers/power/power_supply_sysfs.c | 2 +- drivers/power/reset/Kconfig | 15 +- drivers/power/reset/Makefile | 2 + drivers/power/reset/msm-poweroff.c | 73 + drivers/power/reset/xgene-reboot.c | 103 ++ drivers/power/rx51_battery.c | 14 +- drivers/power/tosa_battery.c | 2 +- drivers/power/twl4030_charger.c | 7 +- drivers/power/twl4030_madc_battery.c | 245 ++++ drivers/video/ps3fb.c | 2 +- fs/afs/dir.c | 24 - fs/autofs4/dev-ioctl.c | 23 +- fs/dcache.c | 220 ++- fs/exportfs/expfs.c | 2 +- fs/internal.h | 3 + fs/namei.c | 117 +- fs/namespace.c | 2 +- fs/nfsd/nfs4recover.c | 2 - fs/nfsd/nfs4state.c | 33 +- fs/super.c | 2 +- include/drm/i915_drm.h | 34 + include/drm/i915_pciids.h | 211 +++ include/dt-bindings/input/input.h | 525 +++++++ include/linux/amba/pl080.h | 1 + include/linux/device-mapper.h | 9 + include/linux/dma/mmp-pdma.h | 15 + include/linux/dmaengine.h | 37 + include/linux/eventfd.h | 3 +- include/linux/fsl/mxs-dma.h | 20 - include/linux/math64.h | 13 + include/linux/mfd/tmio.h | 1 - include/linux/mmc/core.h | 2 + include/linux/mmc/sdhci.h | 1 + include/linux/mmc/sh_mmcif.h | 6 +- include/linux/mmc/sh_mobile_sdhi.h | 2 - include/linux/mmc/slot-gpio.h | 3 +- include/linux/namei.h | 4 +- include/linux/of.h | 49 +- include/linux/of_fdt.h | 3 +- include/linux/of_net.h | 4 +- include/linux/platform_data/dma-rcar-hpbdma.h | 103 ++ include/linux/platform_data/edma.h | 2 + include/linux/power/bq24190_charger.h | 16 + include/linux/power/twl4030_madc_battery.h | 39 + include/linux/power_supply.h | 3 + include/linux/raid/pq.h | 1 + include/linux/sh_dma.h | 55 +- include/linux/shdma-base.h | 3 +- include/linux/spi/mmc_spi.h | 19 +- include/linux/sunrpc/cache.h | 22 +- include/linux/sunrpc/svc.h | 1 - include/linux/vgaarb.h | 7 + include/uapi/linux/dm-ioctl.h | 4 +- kernel/cgroup.c | 33 +- lib/div64.c | 40 + lib/raid6/Makefile | 6 + lib/raid6/algos.c | 3 + lib/raid6/test/Makefile | 9 +- lib/raid6/tilegx.uc | 86 ++ net/sunrpc/auth_gss/gss_rpc_upcall.c | 26 + net/sunrpc/auth_gss/gss_rpc_xdr.c | 41 +- net/sunrpc/auth_gss/gss_rpc_xdr.h | 5 +- 244 files changed, 9913 insertions(+), 2673 deletions(-) create mode 100644 Documentation/device-mapper/statistics.txt create mode 100644 Documentation/devicetree/bindings/dma/k3dma.txt create mode 100644 Documentation/devicetree/bindings/power_supply/msm-poweroff.txt create mode 100644 arch/cris/include/uapi/asm/kvm_para.h create mode 100644 drivers/dma/k3dma.c create mode 100644 drivers/dma/sh/rcar-hpbdma.c create mode 100644 drivers/dma/sh/shdma-arm.h create mode 100644 drivers/dma/sh/shdma-r8a73a4.c rename drivers/dma/sh/{shdma.c => shdmac.c} (88%) create mode 100644 drivers/md/dm-stats.c create mode 100644 drivers/md/dm-stats.h create mode 100644 drivers/power/bq24190_charger.c create mode 100644 drivers/power/reset/msm-poweroff.c create mode 100644 drivers/power/reset/xgene-reboot.c create mode 100644 drivers/power/twl4030_madc_battery.c create mode 100644 include/drm/i915_pciids.h create mode 100644 include/dt-bindings/input/input.h create mode 100644 include/linux/dma/mmp-pdma.h delete mode 100644 include/linux/fsl/mxs-dma.h create mode 100644 include/linux/platform_data/dma-rcar-hpbdma.h create mode 100644 include/linux/power/bq24190_charger.h create mode 100644 include/linux/power/twl4030_madc_battery.h create mode 100644 lib/raid6/tilegx.uc From git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next + c1be48e...e4ff412 akpm -> linux-next/akpm (forced update) + 35956b0...d37f2e1 akpm-base -> linux-next/akpm-base (forced update) + ba9c911...11ecf06 master -> linux-next/master (forced update) 6404141..8d7551e stable -> linux-next/stable * [new tag] next-20130911 -> next-20130911 Fetching origin From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 26b0332..a22a0fd master -> origin/master Fetching linux-next Switched to a new branch 'next' Branch next set up to track remote branch master from linux-next.
commit 11ecf064c1167c23517e7cc4a44a1d648099bc15 Author: Stephen Rothwell <sfr@canb.auug.org.au> Date: Wed Sep 11 14:33:30 2013 +1000 Add linux-next specific files for 20130911 Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
CLEAN scripts/basic CLEAN scripts/kconfig CLEAN include/config CLEAN .config
linux_next configure log - PASS
HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf kernel/time/Kconfig:162:warning: range is invalid # # configuration written to .config #
scripts/kconfig/conf --silentoldconfig Kconfig kernel/time/Kconfig:162:warning: range is invalid CHK include/config/kernel.release WRAP arch/microblaze/include/generated/asm/clkdev.h WRAP arch/microblaze/include/generated/asm/exec.h WRAP arch/microblaze/include/generated/asm/trace_clock.h WRAP arch/microblaze/include/generated/asm/syscalls.h CHK include/generated/uapi/linux/version.h UPD include/generated/uapi/linux/version.h UPD include/config/kernel.release CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/data.o SHIPPED scripts/dtc/dtc-lexer.lex.c SHIPPED scripts/dtc/dtc-parser.tab.h SHIPPED scripts/dtc/dtc-parser.tab.c HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/livetree.o CC scripts/mod/empty.o scripts/mod/empty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s scripts/mod/devicetable-offsets.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTCC scripts/dtc/srcpos.o HOSTCC scripts/dtc/treesource.o MKELF scripts/mod/elfconfig.h GEN scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/dtc/util.o HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o HOSTLD scripts/dtc/dtc HOSTCC scripts/mod/file2alias.o HOSTCC scripts/kallsyms HOSTCC scripts/bin2c CC kernel/bounds.s kernel/bounds.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTLD scripts/mod/modpost GEN include/generated/bounds.h CC arch/microblaze/kernel/asm-offsets.s arch/microblaze/kernel/asm-offsets.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. GEN include/generated/asm-offsets.h CALL scripts/checksyscalls.sh :0: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/main.o HOSTCC usr/gen_init_cpio init/main.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. GEN usr/initramfs_data.cpio.gz AS usr/initramfs_data.o LD usr/built-in.o CHK include/generated/compile.h UPD include/generated/compile.h CC arch/microblaze/kernel/dma.o arch/microblaze/kernel/dma.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/exceptions.o arch/microblaze/kernel/exceptions.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/kernel/hw_exception_handler.o CC init/do_mounts.o init/do_mounts.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/intc.o arch/microblaze/kernel/intc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/irq.o arch/microblaze/kernel/irq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/process.o arch/microblaze/kernel/process.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/prom.o arch/microblaze/kernel/prom.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from init/do_mounts.c:32: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC arch/microblaze/kernel/prom_parse.o arch/microblaze/kernel/prom_parse.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/do_mounts_rd.o init/do_mounts_rd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. init/do_mounts_rd.c: In function 'identify_ramdisk_image': init/do_mounts_rd.c:88: warning: pointer targets in passing argument 2 of 'sys_read' differ in signedness init/do_mounts_rd.c:134: warning: pointer targets in passing argument 2 of 'sys_read' differ in signedness init/do_mounts_rd.c:148: warning: pointer targets in passing argument 2 of 'sys_read' differ in signedness CC arch/microblaze/kernel/ptrace.o arch/microblaze/kernel/ptrace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/do_mounts_initrd.o init/do_mounts_initrd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/reset.o arch/microblaze/kernel/reset.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/setup.o arch/microblaze/kernel/setup.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/initramfs.o init/initramfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/signal.o arch/microblaze/kernel/signal.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. init/initramfs.c: In function 'unpack_to_rootfs': init/initramfs.c:457: warning: pointer targets in passing argument 1 of 'decompress_method' differ in signedness init/initramfs.c:460: warning: pointer targets in passing argument 1 of 'decompress' differ in signedness init/initramfs.c:460: warning: pointer targets in passing argument 6 of 'decompress' differ in signedness CC init/calibrate.o init/calibrate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/init_task.o init/init_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/sys_microblaze.o arch/microblaze/kernel/sys_microblaze.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC init/version.o CC arch/microblaze/kernel/timer.o init/version.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. arch/microblaze/kernel/timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD init/mounts.o LD init/built-in.o CC arch/microblaze/kernel/traps.o arch/microblaze/kernel/traps.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/mm/consistent.o arch/microblaze/mm/consistent.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/unwind.o arch/microblaze/kernel/unwind.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cache.o arch/microblaze/kernel/cpu/cache.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/mm/init.o arch/microblaze/mm/init.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cpuinfo.o arch/microblaze/kernel/cpu/cpuinfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cpuinfo-pvr-full.o LD arch/microblaze/mm/built-in.o arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/cpuinfo-static.o arch/microblaze/kernel/cpu/cpuinfo-static.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/platform/platform.o arch/microblaze/platform/platform.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. arch/microblaze/kernel/cpu/mb.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD arch/microblaze/platform/built-in.o CC kernel/fork.o kernel/fork.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/cpu/pvr.o arch/microblaze/kernel/cpu/pvr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD arch/microblaze/kernel/cpu/built-in.o CC arch/microblaze/kernel/early_printk.o arch/microblaze/kernel/early_printk.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/kernel/microblaze_ksyms.o arch/microblaze/kernel/microblaze_ksyms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/fork.c: In function 'mm_release': kernel/fork.c:786: warning: pointer targets in passing argument 1 of 'sys_futex' differ in signedness CC arch/microblaze/kernel/module.o arch/microblaze/kernel/module.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/kernel/entry-nommu.o AS arch/microblaze/kernel/head.o CC kernel/exec_domain.o kernel/exec_domain.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LDS arch/microblaze/kernel/vmlinux.lds LD arch/microblaze/kernel/built-in.o CC mm/filemap.o mm/filemap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/panic.o kernel/panic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/cpu.o kernel/cpu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/exit.o kernel/exit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mempool.o mm/mempool.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/oom_kill.o mm/oom_kill.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/fadvise.o CC kernel/itimer.o mm/fadvise.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/itimer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/maccess.o mm/maccess.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HZFILE kernel/hz.bc CC kernel/softirq.o kernel/softirq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/page_alloc.o mm/page_alloc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/resource.o kernel/resource.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/resource.c: In function 'reserve_setup': kernel/resource.c:1243: warning: pointer targets in passing argument 2 of 'get_option' differ in signedness kernel/resource.c:1245: warning: pointer targets in passing argument 2 of 'get_option' differ in signedness CC kernel/sysctl.o kernel/sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from kernel/sysctl.c:53: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC mm/page-writeback.o mm/page-writeback.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sysctl_binary.o kernel/sysctl_binary.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. mm/page-writeback.c: In function 'bdi_writeout_fraction': mm/page-writeback.c:460: warning: pointer targets in passing argument 3 of 'fprop_fraction_percpu' differ in signedness mm/page-writeback.c:460: warning: pointer targets in passing argument 4 of 'fprop_fraction_percpu' differ in signedness CC kernel/capability.o kernel/capability.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/readahead.o mm/readahead.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/ptrace.o kernel/ptrace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/swap.o mm/swap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/timer.o kernel/timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/truncate.o mm/truncate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/user.o kernel/user.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/signal.o kernel/signal.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/vmscan.o mm/vmscan.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sys.o kernel/sys.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/shmem.o mm/shmem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/sys.c: In function 'SYSC_prctl': kernel/sys.c:1901: warning: pointer targets in passing argument 1 of 'strncpy_from_user' differ in signedness kernel/sys.c:1903: warning: pointer targets in passing argument 2 of 'set_task_comm' differ in signedness kernel/sys.c:1907: warning: pointer targets in passing argument 1 of 'get_task_comm' differ in signedness mm/shmem.c: In function 'shmem_file_setup': mm/shmem.c:2922: warning: pointer targets in assignment differ in signedness CC mm/util.o mm/util.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mmzone.o mm/mmzone.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/vmstat.o mm/vmstat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/kmod.o kernel/kmod.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/backing-dev.o mm/backing-dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/workqueue.o kernel/workqueue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mm_init.o mm/mm_init.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/mmu_context.o mm/mmu_context.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/percpu.o mm/percpu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/pid.o kernel/pid.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/slab_common.o mm/slab_common.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/compaction.o mm/compaction.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/task_work.o kernel/task_work.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/rcupdate.o kernel/rcupdate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/balloon_compaction.o mm/balloon_compaction.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/extable.o kernel/extable.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/interval_tree.o mm/interval_tree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/params.o kernel/params.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/params.c: In function 'param_set_short': kernel/params.c:257: warning: pointer targets in passing argument 3 of 'kstrtoul' differ in signedness kernel/params.c: In function 'param_set_int': kernel/params.c:259: warning: pointer targets in passing argument 3 of 'kstrtoul' differ in signedness kernel/params.c: In function 'param_set_long': kernel/params.c:261: warning: pointer targets in passing argument 3 of 'kstrtoul' differ in signedness CC mm/list_lru.o mm/list_lru.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/posix-timers.o CC mm/nommu.o kernel/posix-timers.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. mm/nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/kthread.o kernel/kthread.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/init-mm.o mm/init-mm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/bootmem.o mm/bootmem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/wait.o kernel/wait.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/memblock.o mm/memblock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sys_ni.o kernel/sys_ni.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/posix-cpu-timers.o kernel/posix-cpu-timers.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/dmapool.o mm/dmapool.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/mutex.o kernel/mutex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC mm/slab.o mm/slab.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/hrtimer.o kernel/hrtimer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from mm/slab.c:120: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC kernel/rwsem.o kernel/rwsem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/nsproxy.o kernel/nsproxy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD mm/built-in.o CC kernel/srcu.o kernel/srcu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/semaphore.o kernel/semaphore.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/open.o fs/open.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/open.c:11: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/notifier.o kernel/notifier.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/ksysfs.o kernel/ksysfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/cred.o kernel/cred.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/read_write.o fs/read_write.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/read_write.c:13: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/reboot.o kernel/reboot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/file_table.o fs/file_table.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/async.o kernel/async.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/file_table.c:22: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/range.o CC fs/super.o fs/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/range.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/groups.o kernel/groups.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/super.c:35: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/lglock.o kernel/lglock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/smpboot.o kernel/smpboot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/char_dev.o fs/char_dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/cpu/idle.o kernel/cpu/idle.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/stat.o fs/stat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/cpu/built-in.o CC kernel/irq/irqdesc.o kernel/irq/irqdesc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/exec.o fs/exec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/handle.o kernel/irq/handle.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/exec.c:53: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/irq/manage.o kernel/irq/manage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/pipe.o fs/pipe.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/spurious.o kernel/irq/spurious.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/pipe.c: In function 'create_pipe_files': fs/pipe.c:875: warning: pointer targets in initialization differ in signedness CC kernel/irq/resend.o kernel/irq/resend.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/chip.o kernel/irq/chip.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/namei.o fs/namei.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/dummychip.o kernel/irq/dummychip.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/namei.c:24: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/irq/devres.o fs/namei.c: In function 'link_path_walk': fs/namei.c:1786: warning: pointer targets in assignment differ in signedness fs/namei.c: In function 'lookup_one_len': fs/namei.c:2116: warning: pointer targets in assignment differ in signedness fs/namei.c:2118: warning: pointer targets in passing argument 1 of 'full_name_hash' differ in signedness fs/namei.c: In function 'do_tmpfile': fs/namei.c:3114: warning: pointer targets in initialization differ in signedness kernel/irq/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/autoprobe.o kernel/irq/autoprobe.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/irqdomain.o kernel/irq/irqdomain.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq/proc.o kernel/irq/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/irq/built-in.o CC kernel/power/qos.o kernel/power/qos.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/fcntl.o CC kernel/printk/printk.o kernel/printk/printk.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/fcntl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ioctl.o fs/ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/readdir.o fs/readdir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/printk/built-in.o CC kernel/sched/core.o kernel/sched/core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/select.o fs/select.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from include/net/busy_poll.h:28, from fs/select.c:31: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/dcache.o fs/dcache.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/proc.o In file included from fs/dcache.c:22: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness kernel/sched/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/dcache.c: In function 'd_walk': fs/dcache.c:1180: warning: pointer targets in passing argument 2 of 'read_seqbegin_or_lock' differ in signedness fs/dcache.c: In function '__d_alloc': fs/dcache.c:1506: warning: pointer targets in assignment differ in signedness fs/dcache.c:1516: warning: pointer targets in assignment differ in signedness fs/dcache.c: In function 'd_alloc_name': fs/dcache.c:1581: warning: pointer targets in assignment differ in signedness fs/dcache.c: In function '__d_instantiate_unique': fs/dcache.c:1677: warning: pointer targets in initialization differ in signedness fs/dcache.c:1697: warning: pointer targets in passing argument 2 of 'dentry_cmp' differ in signedness fs/dcache.c: In function 'd_make_root': fs/dcache.c:1736: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'd_obtain_alias': fs/dcache.c:1797: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'slow_dentry_cmp': fs/dcache.c:2002: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function '__d_lookup': fs/dcache.c:2209: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'prepend_name': fs/dcache.c:2772: warning: pointer targets in initialization differ in signedness fs/dcache.c: In function 'prepend_path': fs/dcache.c:2822: warning: pointer targets in passing argument 2 of 'read_seqbegin_or_lock' differ in signedness fs/dcache.c: In function 'simple_dname': fs/dcache.c:3021: warning: pointer targets in passing argument 3 of 'prepend' differ in signedness fs/dcache.c: In function 'd_tmpfile': fs/dcache.c:3237: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness CC kernel/sched/clock.o kernel/sched/clock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/cputime.o kernel/sched/cputime.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/idle_task.o kernel/sched/idle_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/inode.o fs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/fair.o kernel/sched/fair.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/inode.c:15: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/sched/rt.o kernel/sched/rt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/attr.o fs/attr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/attr.c:13: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/sched/stop_task.o kernel/sched/stop_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/bad_inode.o CC kernel/sched/stats.o fs/bad_inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. kernel/sched/stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/file.o fs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/sched/debug.o kernel/sched/debug.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/sched/built-in.o CC kernel/time/timekeeping.o CC fs/filesystems.o kernel/time/timekeeping.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/filesystems.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/namespace.o fs/namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/namespace.c:22: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/time/ntp.o kernel/time/ntp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/clocksource.o kernel/time/clocksource.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/seq_file.o fs/seq_file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/jiffies.o kernel/time/jiffies.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timer_list.o kernel/time/timer_list.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/xattr.o fs/xattr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timeconv.o kernel/time/timeconv.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/xattr.c:20: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC kernel/time/posix-clock.o kernel/time/posix-clock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/libfs.o fs/libfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/alarmtimer.o kernel/time/alarmtimer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/libfs.c: In function 'dcache_dir_open': fs/libfs.c:72: warning: pointer targets in initialization differ in signedness fs/libfs.c: In function 'dcache_readdir': fs/libfs.c:162: warning: pointer targets in passing argument 2 of 'dir_emit' differ in signedness fs/libfs.c: In function 'mount_pseudo': fs/libfs.c:209: warning: pointer targets in initialization differ in signedness CC kernel/time/clockevents.o kernel/time/clockevents.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/fs-writeback.o fs/fs-writeback.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/pnode.o kernel/time/tick-common.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/pnode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/tick-oneshot.o CC fs/splice.o kernel/time/tick-oneshot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/splice.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/tick-sched.o kernel/time/tick-sched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timer_stats.o kernel/time/timer_stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sync.o fs/sync.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/time/timekeeping_debug.o kernel/time/timekeeping_debug.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/time/built-in.o CC kernel/futex.o kernel/futex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/utimes.o fs/utimes.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/stack.o fs/stack.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/fs_struct.o fs/fs_struct.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/statfs.o fs/statfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/rtmutex.o kernel/rtmutex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/iov-iter.o fs/iov-iter.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/up.o kernel/up.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/module.o kernel/module.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/buffer.o fs/buffer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/kallsyms.o kernel/kallsyms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/acct.o kernel/acct.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/bio.o fs/bio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. GZIP kernel/config_data.gz CC kernel/hung_task.o kernel/hung_task.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/seccomp.o kernel/seccomp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/rcutiny.o kernel/rcutiny.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/block_dev.o fs/block_dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/utsname_sysctl.o kernel/utsname_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/irq_work.o kernel/irq_work.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. BC kernel/timeconst.h CHK kernel/config_data.h UPD kernel/config_data.h CC kernel/time.o kernel/time.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/direct-io.o fs/direct-io.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC kernel/configs.o kernel/configs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD kernel/built-in.o CC fs/mpage.o fs/mpage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/util.o ipc/util.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ioprio.o fs/ioprio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/msgutil.o ipc/msgutil.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc_namespace.o fs/proc_namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/msg.o ipc/msg.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc_namespace.c:13: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/cramfs/inode.o fs/cramfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/sem.o ipc/sem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/cramfs/inode.c: In function 'cramfs_read': fs/cramfs/inode.c:208: warning: pointer targets in assignment differ in signedness CC fs/cramfs/uncompress.o fs/cramfs/uncompress.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/cramfs/cramfs.o CC ipc/shm.o ipc/shm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/cramfs/built-in.o CC fs/debugfs/inode.o fs/debugfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/debugfs/inode.c:24: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/debugfs/inode.c: In function 'debugfs_rename': fs/debugfs/inode.c:619: warning: pointer targets in assignment differ in signedness fs/debugfs/inode.c:624: warning: pointer targets in passing argument 1 of 'fsnotify_oldname_free' differ in signedness fs/debugfs/inode.c:630: warning: pointer targets in passing argument 3 of 'fsnotify_move' differ in signedness fs/debugfs/inode.c:631: warning: pointer targets in passing argument 1 of 'fsnotify_oldname_free' differ in signedness CC fs/debugfs/file.o fs/debugfs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/ipcns_notifier.o ipc/ipcns_notifier.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/syscall.o ipc/syscall.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/ipc_sysctl.o ipc/ipc_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/debugfs/debugfs.o LD fs/debugfs/built-in.o CC fs/devpts/inode.o fs/devpts/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/mqueue.o ipc/mqueue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/devpts/inode.c:26: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness LD fs/devpts/devpts.o In file included from ipc/mqueue.c:39: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD fs/devpts/built-in.o LD fs/exofs/built-in.o CC fs/ext2/balloc.o fs/ext2/balloc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC ipc/mq_sysctl.o ipc/mq_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD ipc/built-in.o CC fs/ext2/dir.o fs/ext2/dir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ext2/file.o fs/ext2/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/ext2/dir.c: In function 'ext2_find_entry': fs/ext2/dir.c:369: warning: pointer targets in initialization differ in signedness fs/ext2/dir.c: In function 'ext2_add_link': fs/ext2/dir.c:490: warning: pointer targets in initialization differ in signedness CC fs/ext2/ialloc.o fs/ext2/ialloc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC security/commoncap.o security/commoncap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ext2/inode.o fs/ext2/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD security/built-in.o CC fs/ext2/ioctl.o fs/ext2/ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/clntlock.o fs/lockd/clntlock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ext2/namei.o fs/ext2/namei.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/lockd/clntlock.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/ext2/namei.c: In function 'ext2_get_parent': fs/ext2/namei.c:82: warning: pointer targets in initialization differ in signedness CC fs/ext2/super.o fs/ext2/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/clntproc.o fs/lockd/clntproc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/lockd/clntproc.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/lockd/clntproc.c: In function 'nlmclnt_setlockargs': fs/lockd/clntproc.c:136: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness CC fs/lockd/clntxdr.o CC fs/ext2/symlink.o fs/lockd/clntxdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/ext2/symlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/ext2/ext2.o LD fs/ext2/built-in.o CC fs/nfs/client.o fs/nfs/client.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/clntxdr.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/host.o fs/lockd/host.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/client.c:23: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/host.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/svc.o fs/lockd/svc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/dir.o fs/nfs/dir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/svc.c:31: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/dir.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/dir.c: In function 'nfs_readdir_make_qstr': fs/nfs/dir.c:220: warning: pointer targets in passing argument 1 of 'full_name_hash' differ in signedness fs/nfs/dir.c: In function 'nfs_prime_dcache': fs/nfs/dir.c:437: warning: pointer targets in initialization differ in signedness fs/nfs/dir.c: In function 'nfs_do_filldir': fs/nfs/dir.c:740: warning: pointer targets in passing argument 2 of 'dir_emit' differ in signedness CC fs/lockd/svclock.o fs/lockd/svclock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/svclock.c:28: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/file.o fs/nfs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/svcshare.o fs/lockd/svcshare.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/file.c:25: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/svcshare.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/svcproc.o fs/lockd/svcproc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/getroot.o fs/nfs/getroot.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/lockd/lockd.h:16, from fs/lockd/svcproc.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/getroot.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/svcsubs.o fs/lockd/svcsubs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/inode.o fs/nfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/addr.h:13, from fs/lockd/svcsubs.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/inode.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/mon.o fs/lockd/mon.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/mon.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/super.o fs/nfs/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/xdr.o fs/lockd/xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/super.c:33: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/xdr.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/grace.o fs/lockd/grace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/clnt4xdr.o fs/lockd/clnt4xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/direct.o fs/nfs/direct.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/clnt4xdr.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/direct.c:51: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/lockd/xdr4.o fs/lockd/xdr4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/lockd/xdr4.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/pagelist.o fs/nfs/pagelist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/lockd/svc4proc.o fs/lockd/svc4proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/pagelist.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/lockd/lockd.h:16, from fs/lockd/svc4proc.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/read.o fs/nfs/read.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/lockd/lockd.o LD fs/lockd/built-in.o CC fs/nfs/symlink.o fs/nfs/symlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/read.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/symlink.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs_common/nfsacl.o CC fs/nfs/unlink.o fs/nfs_common/nfsacl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/nfs/unlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/nfs_common/nfs_acl.o LD fs/nfs_common/built-in.o CC fs/nfs/write.o fs/nfs/write.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/unlink.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/unlink.c: In function 'nfs_copy_dname': fs/nfs/unlink.c:53: warning: pointer targets in assignment differ in signedness fs/nfs/unlink.c: In function 'nfs_sillyrename': fs/nfs/unlink.c:523: warning: pointer targets in passing argument 1 of 'scnprintf' differ in signedness fs/nfs/unlink.c:528: warning: pointer targets in passing argument 1 of 'lookup_one_len' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/write.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC crypto/api.o crypto/api.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC crypto/cipher.o crypto/cipher.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/namespace.o fs/nfs/namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC crypto/compress.o crypto/compress.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/namespace.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC crypto/algapi.o crypto/algapi.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/mount_clnt.o fs/nfs/mount_clnt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/mount_clnt.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/nfstrace.o CC crypto/scatterwalk.o fs/nfs/nfstrace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. crypto/scatterwalk.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfstrace.c:4: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC crypto/proc.o crypto/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/sysctl.o fs/nfs/sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC crypto/aes_generic.o crypto/aes_generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/sysctl.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/nfs2super.o fs/nfs/nfs2super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs2super.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/proc.o fs/nfs/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD crypto/crypto.o LD crypto/crypto_algapi.o LD crypto/built-in.o CC block/elevator.o block/elevator.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/proc.c:38: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/proc.c: In function 'nfs_proc_lookup': fs/nfs/proc.c:154: warning: pointer targets in initialization differ in signedness fs/nfs/proc.c: In function 'nfs_alloc_createdata': fs/nfs/proc.c:212: warning: pointer targets in assignment differ in signedness fs/nfs/proc.c: In function 'nfs_proc_link': fs/nfs/proc.c:389: warning: pointer targets in initialization differ in signedness fs/nfs/proc.c: In function 'nfs_proc_symlink': fs/nfs/proc.c:414: warning: pointer targets in initialization differ in signedness fs/nfs/proc.c: In function 'nfs_proc_rmdir': fs/nfs/proc.c:487: warning: pointer targets in initialization differ in signedness CC fs/nfs/nfs2xdr.o fs/nfs/nfs2xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-core.o block/blk-core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/nfs2xdr.c:20: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/nfs2xdr.c: In function 'nfs2_xdr_enc_removeargs': fs/nfs/nfs2xdr.c:698: warning: pointer targets in passing argument 3 of 'encode_diropargs' differ in signedness fs/nfs/nfs2xdr.c: In function 'nfs2_xdr_enc_renameargs': fs/nfs/nfs2xdr.c:716: warning: pointer targets in passing argument 3 of 'encode_diropargs' differ in signedness fs/nfs/nfs2xdr.c:717: warning: pointer targets in passing argument 3 of 'encode_diropargs' differ in signedness CC fs/nfs/nfs3super.o fs/nfs/nfs3super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs3super.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/nfs3client.o fs/nfs/nfs3client.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-tag.o block/blk-tag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs3client.c:1: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/nfs/nfs3proc.o fs/nfs/nfs3proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-sysfs.o block/blk-sysfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/nfs3proc.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_lookup': fs/nfs/nfs3proc.c:151: warning: pointer targets in initialization differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_create': fs/nfs/nfs3proc.c:332: warning: pointer targets in assignment differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_link': fs/nfs/nfs3proc.c:514: warning: pointer targets in initialization differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_symlink': fs/nfs/nfs3proc.c:558: warning: pointer targets in assignment differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_mkdir': fs/nfs/nfs3proc.c:589: warning: pointer targets in assignment differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_rmdir': fs/nfs/nfs3proc.c:610: warning: pointer targets in initialization differ in signedness fs/nfs/nfs3proc.c: In function 'nfs3_proc_mknod': fs/nfs/nfs3proc.c:709: warning: pointer targets in assignment differ in signedness CC block/blk-flush.o block/blk-flush.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/nfs3xdr.o fs/nfs/nfs3xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-settings.o block/blk-settings.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from fs/nfs/nfs3xdr.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness fs/nfs/nfs3xdr.c: In function 'nfs3_xdr_enc_remove3args': fs/nfs/nfs3xdr.c:1179: warning: pointer targets in passing argument 3 of 'encode_diropargs3' differ in signedness fs/nfs/nfs3xdr.c: In function 'nfs3_xdr_enc_rename3args': fs/nfs/nfs3xdr.c:1197: warning: pointer targets in passing argument 3 of 'encode_diropargs3' differ in signedness fs/nfs/nfs3xdr.c:1198: warning: pointer targets in passing argument 3 of 'encode_diropargs3' differ in signedness fs/nfs/nfs3xdr.c: In function 'decode_getacl3resok': fs/nfs/nfs3xdr.c:2348: warning: pointer targets in passing argument 2 of 'decode_uint32' differ in signedness CC block/blk-ioc.o block/blk-ioc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-map.o block/blk-map.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/nfs/nfs3acl.o fs/nfs/nfs3acl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-exec.o block/blk-exec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from include/linux/nfs_fs.h:30, from fs/nfs/nfs3acl.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC block/blk-merge.o block/blk-merge.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/nfs/nfs.o LD fs/nfs/nfsv2.o LD fs/nfs/nfsv3.o LD fs/nfs/built-in.o CC fs/notify/fsnotify.o fs/notify/fsnotify.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/fsnotify.c:28: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC block/blk-softirq.o CC fs/notify/notification.o block/blk-softirq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/notify/notification.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/notification.c:49: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/notify/notification.c: In function 'fsnotify_clone_event': fs/notify/notification.c:372: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness fs/notify/notification.c:372: warning: pointer targets in assignment differ in signedness fs/notify/notification.c: In function 'fsnotify_create_event': fs/notify/notification.c:413: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness fs/notify/notification.c:413: warning: pointer targets in assignment differ in signedness fs/notify/notification.c:418: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness CC block/blk-timeout.o block/blk-timeout.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/notify/group.o fs/notify/group.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/group.c:27: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/notify/inode_mark.o fs/notify/inode_mark.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-iopoll.o block/blk-iopoll.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/inode_mark.c:29: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/notify/mark.o fs/notify/mark.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/blk-lib.o block/blk-lib.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/notify/fsnotify.h:5, from fs/notify/mark.c:92: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/notify/vfsmount_mark.o fs/notify/vfsmount_mark.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. block/blk-lib.c: In function 'blkdev_issue_zeroout': block/blk-lib.c:295: warning: pointer targets in passing argument 2 of 'bdevname' differ in signedness In file included from fs/notify/fsnotify.h:5, from fs/notify/vfsmount_mark.c:30: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC block/ioctl.o block/ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/notify/fdinfo.o fs/notify/fdinfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/notify/dnotify/built-in.o LD fs/notify/fanotify/built-in.o CC fs/notify/inotify/inotify_fsnotify.o fs/notify/inotify/inotify_fsnotify.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/genhd.o block/genhd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/notify/inotify/inotify_fsnotify.c: In function 'event_compare': fs/notify/inotify/inotify_fsnotify.c:52: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness fs/notify/inotify/inotify_fsnotify.c:52: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness CC fs/notify/inotify/inotify_user.o fs/notify/inotify/inotify_user.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/notify/inotify/built-in.o LD fs/notify/built-in.o CC fs/proc/nommu.o fs/proc/nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/scsi_ioctl.o block/scsi_ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/nommu.c:32: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/task_nommu.o fs/proc/task_nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/task_nommu.c:10: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/inode.o fs/proc/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/partition-generic.o block/partition-generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/inode.c:29: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/root.o fs/proc/root.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/partitions/check.o block/partitions/check.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/root.c:24: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/base.o fs/proc/base.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/partitions/msdos.o In file included from fs/proc/base.c:94: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness block/partitions/msdos.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/proc/base.c: In function 'proc_fill_cache': fs/proc/base.c:1689: warning: pointer targets in initialization differ in signedness fs/proc/base.c: In function 'proc_flush_task_mnt': fs/proc/base.c:2691: warning: pointer targets in assignment differ in signedness fs/proc/base.c:2701: warning: pointer targets in assignment differ in signedness fs/proc/base.c:2707: warning: pointer targets in assignment differ in signedness fs/proc/base.c:2708: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness fs/proc/base.c:2713: warning: pointer targets in assignment differ in signedness CC fs/proc/generic.o fs/proc/generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/partitions/efi.o block/partitions/efi.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/generic.c:28: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness fs/proc/generic.c: In function 'proc_alloc_inum': fs/proc/generic.c:141: warning: pointer targets in passing argument 2 of 'ida_get_new' differ in signedness CC fs/proc/array.o fs/proc/array.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/array.c:88: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness LD block/partitions/built-in.o CC block/noop-iosched.o block/noop-iosched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/fd.o fs/proc/fd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/fd.c:14: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC block/deadline-iosched.o block/deadline-iosched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/proc_tty.o fs/proc/proc_tty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC block/cfq-iosched.o block/cfq-iosched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/cmdline.o fs/proc/cmdline.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/consoles.o fs/proc/consoles.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/cpuinfo.o fs/proc/cpuinfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/devices.o fs/proc/devices.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/interrupts.o fs/proc/interrupts.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/loadavg.o fs/proc/loadavg.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/meminfo.o fs/proc/meminfo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD block/built-in.o LD drivers/amba/built-in.o LD drivers/auxdisplay/built-in.o CC drivers/base/core.o drivers/base/core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/meminfo.c:17: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/stat.o fs/proc/stat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/uptime.o fs/proc/uptime.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/version.o fs/proc/version.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/softirqs.o fs/proc/softirqs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/bus.o drivers/base/bus.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/namespaces.o fs/proc/namespaces.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/namespaces.c:15: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness fs/proc/namespaces.c: In function 'proc_ns_get_dentry': fs/proc/namespaces.c:72: warning: pointer targets in initialization differ in signedness CC drivers/base/dd.o drivers/base/dd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/self.o fs/proc/self.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/self.c:5: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC drivers/base/syscore.o drivers/base/syscore.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/proc_sysctl.o fs/proc/proc_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/driver.o drivers/base/driver.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/proc_sysctl.c:14: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness fs/proc/proc_sysctl.c: In function 'proc_sys_lookup': fs/proc/proc_sysctl.c:452: warning: pointer targets in passing argument 3 of 'lookup_entry' differ in signedness fs/proc/proc_sysctl.c: In function 'proc_sys_fill_cache': fs/proc/proc_sysctl.c:587: warning: pointer targets in assignment differ in signedness fs/proc/proc_sysctl.c:611: warning: pointer targets in passing argument 2 of 'dir_emit' differ in signedness CC drivers/base/class.o drivers/base/class.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/platform.o drivers/base/platform.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/proc_net.o fs/proc/proc_net.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/proc_net.c:27: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC fs/proc/proc_devtree.o fs/proc/proc_devtree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/cpu.o drivers/base/cpu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/proc/proc_devtree.c:19: fs/proc/internal.h: In function 'name_to_int': fs/proc/internal.h:117: warning: pointer targets in initialization differ in signedness CC drivers/base/firmware.o drivers/base/firmware.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/proc/kmsg.o fs/proc/kmsg.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/init.o drivers/base/init.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/map.o drivers/base/map.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/proc/proc.o LD fs/proc/built-in.o LD fs/quota/built-in.o CC fs/ramfs/inode.o fs/ramfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/devres.o drivers/base/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/ramfs/file-nommu.o fs/ramfs/file-nommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/attribute_container.o drivers/base/attribute_container.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/transport_class.o drivers/base/transport_class.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD fs/ramfs/ramfs.o LD fs/ramfs/built-in.o CC fs/romfs/storage.o fs/romfs/storage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/topology.o drivers/base/topology.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/romfs/storage.c: In function 'romfs_blk_strnlen': fs/romfs/storage.c:150: warning: pointer targets in assignment differ in signedness LD drivers/base/power/built-in.o CC drivers/base/dma-mapping.o drivers/base/dma-mapping.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/romfs/super.o fs/romfs/super.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/base/firmware_class.o drivers/base/firmware_class.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/romfs/super.c: In function 'romfs_lookup': fs/romfs/super.c:228: warning: pointer targets in assignment differ in signedness LD fs/romfs/romfs.o LD fs/romfs/built-in.o CC fs/sysfs/inode.o fs/sysfs/inode.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/inode.c: In function 'sysfs_hash_and_remove': fs/sysfs/inode.c:331: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness CC drivers/base/module.o drivers/base/module.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sysfs/file.o LD drivers/base/built-in.o CC drivers/block/brd.o fs/sysfs/file.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/block/brd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/sysfs/file.c:17: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness fs/sysfs/file.c: In function 'sysfs_notify': fs/sysfs/file.c:469: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness fs/sysfs/file.c:471: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness fs/sysfs/file.c: In function 'sysfs_add_file_to_group': fs/sysfs/file.c:607: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/file.c: In function 'sysfs_chmod_file': fs/sysfs/file.c:643: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness fs/sysfs/file.c: In function 'sysfs_remove_file_from_group': fs/sysfs/file.c:695: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness CC fs/sysfs/dir.o fs/sysfs/dir.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/block/nbd.o drivers/block/nbd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/dir.c: In function 'sysfs_dentry_revalidate': fs/sysfs/dir.c:317: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness fs/sysfs/dir.c: In function 'sysfs_find_dirent': fs/sysfs/dir.c:623: warning: pointer targets in passing argument 2 of 'sysfs_name_hash' differ in signedness fs/sysfs/dir.c:629: warning: pointer targets in passing argument 3 of 'sysfs_name_compare' differ in signedness fs/sysfs/dir.c: In function 'sysfs_rename': fs/sysfs/dir.c:881: warning: pointer targets in passing argument 3 of 'sysfs_find_dirent' differ in signedness In file included from drivers/block/nbd.c:32: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/sysfs/symlink.o fs/sysfs/symlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/block/nbd.c: In function '__check_nbds_max': drivers/block/nbd.c:931: warning: pointer targets in return differ in signedness drivers/block/nbd.c: In function '__check_debugflags': drivers/block/nbd.c:936: warning: pointer targets in return differ in signedness fs/sysfs/symlink.c: In function 'sysfs_rename_link': fs/sysfs/symlink.c:208: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness CC fs/sysfs/mount.o fs/sysfs/mount.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/block/built-in.o LD drivers/bus/built-in.o LD drivers/cdrom/built-in.o CC drivers/char/mem.o drivers/char/mem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/sysfs/bin.o fs/sysfs/bin.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/char/random.o CC fs/sysfs/group.o drivers/char/random.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/group.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/sysfs/group.c: In function 'sysfs_remove_group': fs/sysfs/group.c:209: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_merge_group': fs/sysfs/group.c:264: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_unmerge_group': fs/sysfs/group.c:291: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_add_link_to_group': fs/sysfs/group.c:313: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness fs/sysfs/group.c: In function 'sysfs_remove_link_from_group': fs/sysfs/group.c:335: warning: pointer targets in passing argument 3 of 'sysfs_get_dirent' differ in signedness drivers/char/random.c: In function 'extract_buf': drivers/char/random.c:917: warning: pointer targets in passing argument 2 of 'sha_transform' differ in signedness drivers/char/random.c:935: warning: pointer targets in passing argument 2 of 'sha_transform' differ in signedness drivers/char/random.c: In function 'proc_do_uuid': drivers/char/random.c:1403: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness LD fs/sysfs/built-in.o CC fs/eventpoll.o fs/eventpoll.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/eventpoll.c: In function 'ep_create_wakeup_source': fs/eventpoll.c:1205: warning: pointer targets in assignment differ in signedness CC drivers/char/misc.o drivers/char/misc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/char/hw_random/core.o drivers/char/hw_random/core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/anon_inodes.o fs/anon_inodes.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. fs/anon_inodes.c: In function 'anon_inode_getfile_private': fs/anon_inodes.c:156: warning: pointer targets in assignment differ in signedness fs/anon_inodes.c: In function 'anon_inode_getfile': fs/anon_inodes.c:220: warning: pointer targets in assignment differ in signedness CC fs/signalfd.o fs/signalfd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/char/hw_random/rng-core.o LD drivers/char/hw_random/built-in.o LD drivers/char/built-in.o LD drivers/clk/built-in.o CC drivers/clocksource/clksrc-of.o drivers/clocksource/clksrc-of.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/clocksource/built-in.o LD drivers/crypto/built-in.o LD drivers/firewire/built-in.o LD drivers/firmware/built-in.o CC drivers/gpio/devres.o drivers/gpio/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/timerfd.o fs/timerfd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/gpio/built-in.o LD drivers/gpu/drm/i2c/built-in.o LD drivers/gpu/drm/built-in.o LD drivers/gpu/vga/built-in.o LD drivers/gpu/built-in.o LD drivers/hsi/clients/built-in.o LD drivers/hsi/built-in.o LD drivers/i2c/algos/built-in.o LD drivers/i2c/busses/built-in.o LD drivers/i2c/muxes/built-in.o LD drivers/i2c/built-in.o LD drivers/idle/built-in.o CC drivers/iommu/of_iommu.o drivers/iommu/of_iommu.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/eventfd.o fs/eventfd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/iommu/built-in.o CC drivers/irqchip/irqchip.o drivers/irqchip/irqchip.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/aio.o LD drivers/irqchip/built-in.o LD drivers/leds/built-in.o fs/aio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/lguest/built-in.o LD drivers/macintosh/built-in.o LD drivers/media/common/b2c2/built-in.o LD drivers/media/common/saa7146/built-in.o LD drivers/media/common/siano/built-in.o LD drivers/media/common/built-in.o LD drivers/media/firewire/built-in.o LD drivers/media/i2c/soc_camera/built-in.o LD drivers/media/i2c/built-in.o LD drivers/media/mmc/siano/built-in.o LD drivers/media/mmc/built-in.o LD drivers/media/parport/built-in.o LD drivers/media/pci/b2c2/built-in.o LD drivers/media/pci/ddbridge/built-in.o LD drivers/media/pci/dm1105/built-in.o LD drivers/media/pci/mantis/built-in.o LD drivers/media/pci/ngene/built-in.o LD drivers/media/pci/pluto2/built-in.o LD drivers/media/pci/pt1/built-in.o LD drivers/media/pci/saa7146/built-in.o LD drivers/media/pci/ttpci/built-in.o LD drivers/media/pci/built-in.o LD drivers/media/platform/davinci/built-in.o LD drivers/media/platform/built-in.o LD drivers/media/rc/keymaps/built-in.o LD drivers/media/rc/built-in.o LD drivers/media/tuners/built-in.o LD drivers/media/usb/b2c2/built-in.o LD drivers/media/usb/dvb-usb/built-in.o LD drivers/media/usb/dvb-usb-v2/built-in.o LD drivers/media/usb/s2255/built-in.o LD drivers/media/usb/siano/built-in.o LD drivers/media/usb/stkwebcam/built-in.o LD drivers/media/usb/ttusb-budget/built-in.o LD drivers/media/usb/ttusb-dec/built-in.o LD drivers/media/usb/zr364xx/built-in.o LD drivers/media/usb/built-in.o LD drivers/media/built-in.o LD drivers/mfd/built-in.o LD drivers/misc/carma/built-in.o LD drivers/misc/cb710/built-in.o LD drivers/misc/eeprom/built-in.o LD drivers/misc/lis3lv02d/built-in.o CC fs/locks.o fs/locks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/misc/ti-st/built-in.o LD drivers/misc/built-in.o LD drivers/mmc/built-in.o CC drivers/net/Space.o drivers/net/Space.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/net/loopback.o drivers/net/loopback.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from drivers/net/loopback.c:52: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC fs/binfmt_script.o fs/binfmt_script.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/net/ethernet/8390/built-in.o LD drivers/net/ethernet/arc/built-in.o LD drivers/net/ethernet/broadcom/built-in.o LD drivers/net/ethernet/cadence/built-in.o LD drivers/net/ethernet/i825xx/built-in.o LD drivers/net/ethernet/intel/built-in.o LD drivers/net/ethernet/marvell/built-in.o LD drivers/net/ethernet/micrel/built-in.o LD drivers/net/ethernet/natsemi/built-in.o LD drivers/net/ethernet/seeq/built-in.o CC fs/binfmt_flat.o fs/binfmt_flat.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/net/ethernet/stmicro/built-in.o LD drivers/net/ethernet/via/built-in.o LD drivers/net/ethernet/wiznet/built-in.o LD drivers/net/ethernet/xilinx/built-in.o LD drivers/net/ethernet/built-in.o LD drivers/net/wireless/built-in.o LD drivers/net/built-in.o LD drivers/nfc/built-in.o CC drivers/of/base.o drivers/of/base.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/posix_acl.o fs/posix_acl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/device.o drivers/of/device.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/xattr_acl.o fs/xattr_acl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/platform.o drivers/of/platform.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC fs/coredump.o fs/coredump.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/fdt.o drivers/of/fdt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from fs/coredump.c:30: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness CC fs/drop_caches.o fs/drop_caches.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/of/address.o drivers/of/address.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/of/address.c: In function 'of_translate_one': drivers/of/address.c:435: warning: pointer targets in passing argument 3 of 'of_get_property' differ in signedness drivers/of/address.c: In function 'of_get_address': drivers/of/address.c:611: warning: pointer targets in passing argument 3 of 'of_get_property' differ in signedness LD fs/built-in.o CC drivers/of/irq.o drivers/of/irq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/of/irq.c: In function 'of_irq_map_one': drivers/of/irq.c:297: warning: pointer targets in passing argument 3 of 'of_get_property' differ in signedness CC drivers/of/of_net.o drivers/of/of_net.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/pinctrl/built-in.o LD sound/built-in.o LD drivers/platform/built-in.o LD drivers/of/built-in.o LD firmware/built-in.o LD drivers/pwm/built-in.o CC drivers/tty/tty_io.o drivers/tty/tty_io.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/socket.o net/socket.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/tty_io.c: In function 'tty_read': drivers/tty/tty_io.c:1035: warning: pointer targets in passing argument 3 of 'ld->ops->read' differ in signedness drivers/tty/tty_io.c: In function 'tty_write_message': drivers/tty/tty_io.c:1171: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness drivers/tty/tty_io.c: In function 'tiocsti': drivers/tty/tty_io.c:2225: warning: pointer targets in passing argument 2 of 'ld->ops->receive_buf' differ in signedness In file included from net/socket.c:99: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/socket.c: In function 'sock_alloc_file': net/socket.c:357: warning: pointer targets in initialization differ in signedness net/socket.c:362: warning: pointer targets in assignment differ in signedness net/socket.c:363: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness net/socket.c:365: warning: pointer targets in assignment differ in signedness net/socket.c:366: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness net/socket.c: In function 'sockfs_getxattr': net/socket.c:478: warning: pointer targets in assignment differ in signedness CC drivers/tty/n_tty.o drivers/tty/n_tty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/802/built-in.o CC net/core/sock.o net/core/sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/n_tty.c: In function 'read_buf_addr': drivers/tty/n_tty.c:140: warning: pointer targets in return differ in signedness drivers/tty/n_tty.c: In function 'do_output_char': drivers/tty/n_tty.c:469: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness drivers/tty/n_tty.c:491: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from include/linux/errqueue.h:5, from net/core/sock.c:96: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC drivers/tty/tty_ioctl.o drivers/tty/tty_ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/tty_ioctl.c: In function 'send_prio_char': drivers/tty/tty_ioctl.c:936: warning: pointer targets in passing argument 2 of 'tty->ops->write' differ in signedness CC net/core/request_sock.o CC drivers/tty/tty_ldisc.o net/core/request_sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/tty_ldisc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/core/request_sock.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC drivers/tty/tty_buffer.o CC net/core/skbuff.o net/core/skbuff.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. drivers/tty/tty_buffer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from include/linux/errqueue.h:5, from net/core/skbuff.c:61: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC drivers/tty/tty_port.o drivers/tty/tty_port.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/tty_mutex.o drivers/tty/tty_mutex.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/tty_ldsem.o drivers/tty/tty_ldsem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC drivers/tty/pty.o drivers/tty/pty.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/iovec.o net/core/iovec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/tty/ipwireless/built-in.o CC drivers/tty/serial/serial_core.o drivers/tty/serial/serial_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/iovec.c:28: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness drivers/tty/serial/serial_core.c: In function 'uart_port_startup': drivers/tty/serial/serial_core.c:150: warning: pointer targets in assignment differ in signedness CC net/core/datagram.o net/core/datagram.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/datagram.c:57: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC drivers/tty/serial/uartlite.o CC net/core/stream.o drivers/tty/serial/uartlite.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/core/stream.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/core/stream.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD drivers/tty/serial/built-in.o LD drivers/tty/vt/built-in.o LD drivers/tty/built-in.o CC drivers/video/fb_notify.o drivers/video/fb_notify.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/scm.o net/core/scm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD drivers/video/backlight/built-in.o LD drivers/video/omap2/displays-new/built-in.o LD drivers/video/omap2/built-in.o CC drivers/video/output.o drivers/video/output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/scm.c:36: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD drivers/video/built-in.o LD drivers/built-in.o CC net/core/gen_stats.o CC net/core/gen_estimator.o net/core/gen_stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/core/gen_estimator.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/core/gen_estimator.c:35: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ethernet/eth.o net/ethernet/eth.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/net_namespace.o net/core/net_namespace.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ethernet/eth.c:57: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ethernet/eth.c: In function 'eth_prepare_mac_addr_change': net/ethernet/eth.c:285: warning: pointer targets in passing argument 1 of 'is_valid_ether_addr' differ in signedness CC net/core/secure_seq.o net/core/secure_seq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/ethernet/built-in.o CC net/core/flow_dissector.o net/core/flow_dissector.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/sysctl_net_core.o net/core/sysctl_net_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from net/core/flow_dissector.c:4: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/core/sysctl_net_core.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/route.o net/ipv4/route.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/dev.o net/core/dev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/mroute.h:6, from net/ipv4/route.c:86: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/core/dev.c:98: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/core/dev.c: In function 'dev_name_hash': net/core/dev.c:186: warning: pointer targets in passing argument 1 of 'full_name_hash' differ in signedness CC net/ipv4/inetpeer.o net/ipv4/inetpeer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/inetpeer.c:21: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/protocol.o net/ipv4/protocol.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ip_input.o net/ipv4/ip_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/ethtool.o net/core/ethtool.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/ip_input.c:135: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/ip_fragment.o net/ipv4/ip_fragment.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/net/inetpeer.h:15, from include/net/route.h:28, from net/ipv4/ip_fragment.c:38: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/ip_forward.o net/ipv4/ip_forward.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/dev_addr_lists.o net/core/dev_addr_lists.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/ip_forward.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/ip_options.o net/ipv4/ip_options.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/dst.o net/core/dst.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/ip_options.c:25: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/netevent.o net/core/netevent.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ip_output.o net/ipv4/ip_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/neighbour.o net/core/neighbour.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/ip_output.c:66: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/ip_output.c: In function 'ip_generic_getfrag': net/ipv4/ip_output.c:718: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness net/ipv4/ip_output.c:722: warning: pointer targets in passing argument 1 of 'csum_partial_copy_fromiovecend' differ in signedness net/ipv4/ip_output.c: In function '__ip_append_data': net/ipv4/ip_output.c:936: warning: pointer targets in assignment differ in signedness net/ipv4/ip_output.c:945: warning: pointer targets in passing argument 3 of 'skb_copy_and_csum_bits' differ in signedness net/ipv4/ip_output.c:980: warning: pointer targets in passing argument 2 of 'getfrag' differ in signedness In file included from net/core/neighbour.c:34: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/ip_sockglue.o net/ipv4/ip_sockglue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/ip_sockglue.c:27: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/ip_sockglue.c: In function 'do_ip_setsockopt': net/ipv4/ip_sockglue.c:510: warning: pointer targets in passing argument 3 of 'ip_options_get_from_user' differ in signedness net/ipv4/ip_sockglue.c:994: warning: pointer targets in passing argument 3 of 'xfrm_user_policy' differ in signedness CC net/core/rtnetlink.o net/core/rtnetlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/core/rtnetlink.c:46: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/inet_hashtables.o net/ipv4/inet_hashtables.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/inet_connection_sock.h:23, from net/ipv4/inet_hashtables.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/inet_timewait_sock.o net/ipv4/inet_timewait_sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/utils.o net/core/utils.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/inet_hashtables.h:20, from net/ipv4/inet_timewait_sock.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/core/utils.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/inet_connection_sock.o net/ipv4/inet_connection_sock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/link_watch.o net/core/link_watch.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/inet_connection_sock.h:23, from net/ipv4/inet_connection_sock.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/core/link_watch.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/filter.o net/core/filter.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp.o net/ipv4/tcp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/core/filter.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/tcp.c:272: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/sock_diag.o net/core/sock_diag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/ipv4/tcp.c: In function 'tcp_sendmsg': net/ipv4/tcp.c:1163: warning: pointer targets in passing argument 3 of 'skb_add_data_nocache' differ in signedness net/ipv4/tcp.c:1191: warning: pointer targets in passing argument 2 of 'skb_copy_to_page_nocache' differ in signedness net/ipv4/tcp.c: In function 'tcp_recv_urg': net/ipv4/tcp.c:1296: warning: pointer targets in passing argument 2 of 'memcpy_toiovec' differ in signedness In file included from net/core/sock_diag.c:7: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/dev_ioctl.o net/core/dev_ioctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/core/dev_ioctl.c: In function 'dev_ifsioc': net/core/dev_ioctl.c:286: warning: pointer targets in passing argument 2 of 'dev_mc_add_global' differ in signedness net/core/dev_ioctl.c:294: warning: pointer targets in passing argument 2 of 'dev_mc_del_global' differ in signedness CC net/core/flow.o net/core/flow.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_input.o net/ipv4/tcp_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/core/net-sysfs.o net/core/net-sysfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_input.c:72: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/core/net-sysfs.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/core/net-procfs.o net/core/net-procfs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/core/built-in.o CC net/ipv6/addrconf_core.o net/ipv6/addrconf_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/addrconf_core.c:7: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/exthdrs_core.o net/ipv6/exthdrs_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_output.o net/ipv4/tcp_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/exthdrs_core.c:6: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/ip6_checksum.o net/ipv6/ip6_checksum.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_output.c:39: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/tcp_output.c: In function 'tcp_send_syn_data': net/ipv4/tcp_output.c:2899: warning: pointer targets in passing argument 2 of 'skb_add_data' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv6/ip6_checksum.c:1: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/ipv6/ip6_checksum.c:3: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness CC net/ipv6/ip6_icmp.o net/ipv6/ip6_icmp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/ip6_icmp.c:7: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/output_core.o net/ipv6/output_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/output_core.c:6: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_timer.o net/ipv4/tcp_timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv6/protocol.o net/ipv6/protocol.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_timer.c:23: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/ip6_offload.o net/ipv6/ip6_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/ip6_offload.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_ipv4.o net/ipv4/tcp_ipv4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv6/tcpv6_offload.o net/ipv6/tcpv6_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/tcp_ipv4.c:67: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv6/tcpv6_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv6/udp_offload.o net/ipv6/udp_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/ipv6/udp_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_minisocks.o net/ipv4/tcp_minisocks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv6/exthdrs_offload.o net/ipv6/exthdrs_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_minisocks.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/ipv6/built-in.o CC net/ipv4/tcp_cong.o net/ipv4/tcp_cong.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/netlink/af_netlink.o net/netlink/af_netlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_cong.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_metrics.o net/ipv4/tcp_metrics.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/netlink/af_netlink.c:64: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from net/ipv4/tcp_metrics.c:8: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_fastopen.o net/ipv4/tcp_fastopen.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/netlink/genetlink.o net/netlink/genetlink.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/ipv4/tcp_fastopen.c:5: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/netlink/genetlink.c:20: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_offload.o net/ipv4/tcp_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/netlink/built-in.o CC net/ipv4/datagram.o net/ipv4/datagram.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/raw.o net/ipv4/raw.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/datagram.c:18: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/udp.o net/ipv4/udp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/mroute.h:6, from net/ipv4/raw.c:56: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/udp.c:105: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/udplite.o net/ipv4/udplite.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/udp.h:27, from net/ipv4/udp_impl.h:3, from net/ipv4/udplite.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from net/ipv4/udp_impl.h:4, from net/ipv4/udplite.c:17: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness CC net/packet/af_packet.o net/packet/af_packet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/packet/af_packet.c:70: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/packet/af_packet.c: In function 'packet_rcv_spkt': net/packet/af_packet.c:1433: warning: pointer targets in passing argument 1 of 'strlcpy' differ in signedness net/packet/af_packet.c: In function 'packet_sendmsg_spkt': net/packet/af_packet.c:1486: warning: pointer targets in passing argument 2 of 'dev_get_by_name_rcu' differ in signedness CC net/ipv4/udp_offload.o net/ipv4/udp_offload.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/udp.h:27, from net/ipv4/udp_offload.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/arp.o net/ipv4/arp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/arp.c:107: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/arp.c: In function 'arp_mc_map': net/ipv4/arp.c:195: warning: pointer targets in passing argument 2 of 'ip_eth_mc_map' differ in signedness net/ipv4/arp.c:198: warning: pointer targets in passing argument 3 of 'ip_ib_mc_map' differ in signedness net/ipv4/arp.c:201: warning: pointer targets in passing argument 3 of 'ip_ipgre_mc_map' differ in signedness net/ipv4/arp.c: In function 'arp_solicit': net/ipv4/arp.c:366: warning: pointer targets in passing argument 1 of 'neigh_ha_snapshot' differ in signedness net/ipv4/arp.c: In function 'arp_find': net/ipv4/arp.c:484: warning: pointer targets in passing argument 1 of 'neigh_ha_snapshot' differ in signedness net/ipv4/arp.c: In function 'arp_req_set': net/ipv4/arp.c:1070: warning: pointer targets in passing argument 2 of 'neigh_update' differ in signedness LD net/packet/built-in.o CC net/ipv4/icmp.o net/ipv4/icmp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/devinet.o net/ipv4/devinet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/icmp.c:81: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/icmp.c: In function 'icmp_glue_bits': net/ipv4/icmp.c:288: warning: pointer targets in passing argument 3 of 'skb_copy_and_csum_bits' differ in signedness In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/devinet.c:61: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/lockref.o lib/lockref.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bcd.o lib/bcd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/div64.o lib/div64.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/sort.o lib/sort.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/parser.o lib/parser.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/halfmd4.o lib/halfmd4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/debug_locks.o lib/debug_locks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/af_inet.o net/ipv4/af_inet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/random32.o lib/random32.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bust_spinlocks.o lib/bust_spinlocks.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/af_inet.c:100: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/hexdump.o lib/hexdump.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/af_inet.c:108: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness lib/hexdump.c: In function 'print_hex_dump': lib/hexdump.c:212: warning: pointer targets in passing argument 5 of 'hex_dump_to_buffer' differ in signedness CC lib/kasprintf.o lib/kasprintf.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bitmap.o lib/bitmap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/igmp.o CC lib/scatterlist.o net/ipv4/igmp.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. lib/scatterlist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/igmp.c:95: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/igmp.c: In function 'ip_mc_filter_add': net/ipv4/igmp.c:1059: warning: pointer targets in passing argument 2 of 'arp_mc_map' differ in signedness net/ipv4/igmp.c:1060: warning: pointer targets in passing argument 2 of 'dev_mc_add' differ in signedness net/ipv4/igmp.c: In function 'ip_mc_filter_del': net/ipv4/igmp.c:1072: warning: pointer targets in passing argument 2 of 'arp_mc_map' differ in signedness net/ipv4/igmp.c:1073: warning: pointer targets in passing argument 2 of 'dev_mc_del' differ in signedness CC lib/gcd.o lib/gcd.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/lcm.o lib/lcm.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/list_sort.o lib/list_sort.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/uuid.o lib/uuid.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/flex_array.o lib/flex_array.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/iovec.o lib/iovec.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/fib_frontend.o net/ipv4/fib_frontend.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/clz_ctz.o lib/clz_ctz.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bsearch.o lib/bsearch.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/find_last_bit.o lib/find_last_bit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/find_next_bit.o lib/find_next_bit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/fib_frontend.c:39: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/llist.o lib/llist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/memweight.o lib/memweight.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/kfifo.o lib/kfifo.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/fib_semantics.o net/ipv4/fib_semantics.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/percpu_ida.o lib/percpu_ida.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/fib_semantics.c:37: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/string_helpers.o lib/string_helpers.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/kstrtox.o lib/kstrtox.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/fib_trie.o net/ipv4/fib_trie.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/pci_iomap.o lib/pci_iomap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/iomap_copy.o lib/iomap_copy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/fib_trie.c:76: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/devres.o lib/devres.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/hweight.o lib/hweight.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/list_debug.o lib/list_debug.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/debugobjects.o lib/debugobjects.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/inet_fragment.o net/ipv4/inet_fragment.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/bitrev.o lib/bitrev.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. HOSTCC lib/gen_crc32table In file included from net/ipv4/inet_fragment.c:24: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/zlib_inflate/inffast.o lib/zlib_inflate/inffast.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/ping.o lib/zlib_inflate/inflate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/ipv4/ping.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/ping.c:35: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/ipv4/ping.c: In function 'ping_getfrag': net/ipv4/ping.c:589: warning: pointer targets in passing argument 1 of 'csum_partial_copy_fromiovecend' differ in signedness net/ipv4/ping.c:596: warning: pointer targets in passing argument 1 of 'csum_partial_copy_fromiovecend' differ in signedness CC lib/zlib_inflate/infutil.o lib/zlib_inflate/infutil.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/zlib_inflate/inftrees.o lib/zlib_inflate/inftrees.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/zlib_inflate/inflate_syms.o lib/zlib_inflate/inflate_syms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD lib/zlib_inflate/zlib_inflate.o LD lib/zlib_inflate/built-in.o CC lib/nlattr.o CC net/ipv4/ip_tunnel_core.o lib/nlattr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/ipv4/ip_tunnel_core.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/mroute.h:6, from net/ipv4/ip_tunnel_core.c:27: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/checksum.o lib/checksum.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/sysctl_net_ipv4.o net/ipv4/sysctl_net_ipv4.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/atomic64.o lib/atomic64.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/dynamic_queue_limits.o lib/dynamic_queue_limits.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/sysctl_net_ipv4.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/net_utils.o lib/net_utils.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/proc.o net/ipv4/proc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/argv_split.o lib/argv_split.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/cmdline.o lib/cmdline.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/ctype.o lib/ctype.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/dec_and_lock.o lib/dec_and_lock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/decompress.o lib/decompress.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/proc.c:36: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/decompress_inflate.o lib/decompress_inflate.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/ipv4/proc.c:40: include/net/udplite.h: In function 'udplite_getfrag': include/net/udplite.h:22: warning: pointer targets in passing argument 1 of 'memcpy_fromiovecend' differ in signedness CC lib/dump_stack.o lib/dump_stack.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/xfrm4_mode_beet.o net/ipv4/xfrm4_mode_beet.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/earlycpio.o lib/earlycpio.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/extable.o lib/extable.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_mode_beet.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/flex_proportions.o lib/flex_proportions.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/xfrm4_mode_transport.o net/ipv4/xfrm4_mode_transport.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/idr.o lib/idr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_mode_transport.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/int_sqrt.o lib/int_sqrt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/xfrm4_mode_tunnel.o net/ipv4/xfrm4_mode_tunnel.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/irq_regs.o lib/irq_regs.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/is_single_threaded.o lib/is_single_threaded.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/klist.o lib/klist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/inet_ecn.h:7, from net/ipv4/xfrm4_mode_tunnel.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/kobject.o lib/kobject.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/inet_diag.o net/ipv4/inet_diag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/kobject_uevent.o lib/kobject_uevent.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/icmp.h:23, from net/ipv4/inet_diag.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from lib/kobject_uevent.c:27: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness lib/kobject_uevent.c: In function 'kobject_uevent_env': lib/kobject_uevent.c:272: warning: pointer targets in assignment differ in signedness lib/kobject_uevent.c:278: warning: pointer targets in assignment differ in signedness CC lib/md5.o lib/md5.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/percpu-refcount.o lib/percpu-refcount.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/plist.o lib/plist.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/tcp_diag.o net/ipv4/tcp_diag.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/prio_heap.o lib/prio_heap.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/proportions.o lib/proportions.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/radix-tree.o lib/radix-tree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from net/ipv4/tcp_diag.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/tcp_cubic.o net/ipv4/tcp_cubic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/ratelimit.o lib/ratelimit.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/rbtree.o lib/rbtree.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/net/tcp.h:24, from net/ipv4/tcp_cubic.c:29: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/reciprocal_div.o lib/reciprocal_div.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/rwsem-spinlock.o lib/rwsem-spinlock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/xfrm4_policy.o net/ipv4/xfrm4_policy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/sha1.o lib/sha1.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/xfrm.h:17, from net/ipv4/xfrm4_policy.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/ipv4/xfrm4_state.o net/ipv4/xfrm4_state.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/show_mem.o lib/show_mem.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/string.o lib/string.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_state.c:10: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC lib/timerqueue.o lib/timerqueue.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/ipv4/xfrm4_input.o net/ipv4/xfrm4_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC lib/vsprintf.o lib/vsprintf.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_input.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/if_inet6.h:19, from include/net/addrconf.h:50, from lib/vsprintf.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness lib/vsprintf.c: In function 'dentry_name': lib/vsprintf.c:574: warning: pointer targets in assignment differ in signedness lib/vsprintf.c: In function 'ip6_addr_string': lib/vsprintf.c:983: warning: pointer targets in passing argument 2 of 'ip6_compressed_string' differ in signedness lib/vsprintf.c:985: warning: pointer targets in passing argument 2 of 'ip6_string' differ in signedness lib/vsprintf.c: In function 'ip6_addr_string_sa': lib/vsprintf.c:1038: warning: pointer targets in passing argument 2 of 'ip6_compressed_string' differ in signedness lib/vsprintf.c:1040: warning: pointer targets in passing argument 2 of 'ip6_string' differ in signedness CC net/ipv4/xfrm4_output.o net/ipv4/xfrm4_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/ipv4/xfrm4_output.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/ipv4/built-in.o GEN lib/crc32table.h AR lib/lib.a CC lib/crc32.o lib/crc32.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sched/sch_generic.o net/sched/sch_generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD lib/built-in.o CC net/sched/sch_mq.o net/sched/sch_mq.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/sched/built-in.o net/sunrpc/clnt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/unix/af_unix.o net/unix/af_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/clnt.c:36: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/sunrpc/clnt.c: In function 'rpc_setup_pipedir_sb': net/sunrpc/clnt.c:129: warning: pointer targets in passing argument 2 of 'rpc_d_lookup_sb' differ in signedness In file included from net/unix/af_unix.c:105: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/xprt.o net/sunrpc/xprt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/unix/af_unix.c: In function 'unix_bind': net/unix/af_unix.c:893: warning: 'path.mnt' may be used uninitialized in this function net/unix/af_unix.c:893: warning: 'path.dentry' may be used uninitialized in this function In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/xprt.c:48: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/unix/garbage.o net/unix/garbage.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/unix/garbage.c:84: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/socklib.o net/sunrpc/socklib.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/unix/sysctl_net_unix.o net/unix/sysctl_net_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/linux/udp.h:20, from net/sunrpc/socklib.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/af_unix.h:7, from net/unix/sysctl_net_unix.c:16: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/xprtsock.o net/sunrpc/xprtsock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/unix/unix.o LD net/unix/built-in.o CC net/sunrpc/sched.o net/sunrpc/sched.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/linux/udp.h:20, from net/sunrpc/xprtsock.c:33: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/sched.c:23: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/auth.o net/sunrpc/auth.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth.c:15: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD arch/microblaze/lib/built-in.o CC arch/microblaze/lib/ashldi3.o arch/microblaze/lib/ashldi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/ashrdi3.o arch/microblaze/lib/ashrdi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/cmpdi2.o arch/microblaze/lib/cmpdi2.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/divsi3.o CC arch/microblaze/lib/lshrdi3.o arch/microblaze/lib/lshrdi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/memcpy.o arch/microblaze/lib/memcpy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/memmove.o arch/microblaze/lib/memmove.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC arch/microblaze/lib/memset.o arch/microblaze/lib/memset.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/modsi3.o CC arch/microblaze/lib/muldi3.o arch/microblaze/lib/muldi3.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/mulsi3.o CC net/sunrpc/auth_null.o net/sunrpc/auth_null.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/uaccess_old.o CC arch/microblaze/lib/ucmpdi2.o arch/microblaze/lib/ucmpdi2.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. AS arch/microblaze/lib/udivsi3.o AS arch/microblaze/lib/umodsi3.o AR arch/microblaze/lib/lib.a CC net/sunrpc/auth_unix.o net/sunrpc/auth_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth_null.c:11: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth_unix.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/wireless/built-in.o CC net/sunrpc/auth_generic.o net/sunrpc/auth_generic.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/svc.o net/sunrpc/svc.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/auth_generic.c:13: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/svcsock.o net/sunrpc/svcsock.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/svc.c:28: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/inet_sock.h:27, from include/linux/udp.h:20, from net/sunrpc/svcsock.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/svcauth.o net/sunrpc/svcauth.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/xfrm/xfrm_policy.o net/xfrm/xfrm_policy.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/svcauth_unix.o net/sunrpc/svcauth_unix.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_policy.c:30: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/addr.h:13, from net/sunrpc/svcauth_unix.c:9: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/addr.o net/sunrpc/addr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/sunrpc/addr.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/rpcb_clnt.o net/sunrpc/rpcb_clnt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/xfrm/xfrm_state.o net/xfrm/xfrm_state.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from net/sunrpc/rpcb_clnt.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_state.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/timer.o net/sunrpc/timer.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/timer.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/xdr.o net/sunrpc/xdr.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/xfrm/xfrm_hash.o net/xfrm/xfrm_hash.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/xfrm/xfrm_input.o net/xfrm/xfrm_input.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/sunrpc_syms.o net/sunrpc/sunrpc_syms.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/inet_sock.h:27, from include/net/ip.h:30, from net/xfrm/xfrm_input.c:14: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/sunrpc_syms.c:17: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/xfrm/xfrm_output.o net/xfrm/xfrm_output.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/cache.o net/sunrpc/cache.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_output.c:20: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/xfrm/xfrm_sysctl.o net/xfrm/xfrm_sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_sysctl.c:4: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/xfrm/xfrm_replay.o net/xfrm/xfrm_replay.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/rpc_pipe.o net/sunrpc/rpc_pipe.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/sunrpc/rpc_pipe.c:17: include/linux/fsnotify.h: In function 'fsnotify_oldname_init': include/linux/fsnotify.h:318: warning: pointer targets in passing argument 1 of 'kstrdup' differ in signedness include/linux/fsnotify.h:318: warning: pointer targets in return differ in signedness In file included from include/net/xfrm.h:17, from net/xfrm/xfrm_replay.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/rpc_pipe.c:26: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness net/sunrpc/rpc_pipe.c: In function '__rpc_lookup_create_exclusive': net/sunrpc/rpc_pipe.c:661: warning: pointer targets in initialization differ in signedness net/sunrpc/rpc_pipe.c: In function '__rpc_depopulate': net/sunrpc/rpc_pipe.c:687: warning: pointer targets in assignment differ in signedness net/sunrpc/rpc_pipe.c: In function 'rpc_d_lookup_sb': net/sunrpc/rpc_pipe.c:1215: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness LD net/xfrm/built-in.o CC net/sunrpc/svc_xprt.o net/sunrpc/svc_xprt.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. CC net/sunrpc/stats.o net/sunrpc/stats.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. In file included from net/sunrpc/svc_xprt.c:12: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness In file included from include/linux/tcp.h:23, from include/linux/ipv6.h:63, from include/net/ipv6.h:16, from include/linux/sunrpc/clnt.h:27, from net/sunrpc/stats.c:22: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness CC net/sunrpc/sysctl.o CC net/sysctl_net.o net/sunrpc/sysctl.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. net/sysctl_net.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD net/sunrpc/sunrpc.o In file included from net/sysctl_net.c:19: include/net/sock.h: In function 'skb_add_data_nocache': include/net/sock.h:1846: warning: pointer targets in passing argument 4 of 'skb_do_copy_data_nocache' differ in signedness LD net/sunrpc/built-in.o LD net/built-in.o LINK vmlinux LD vmlinux.o MODPOST vmlinux.o GEN .version CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o init/version.c:1: warning: -mxl-multiply-high can be used only with -mcpu=v6.00.a or greater. LD init/built-in.o KSYM .tmp_kallsyms1.o KSYM .tmp_kallsyms2.o LD vmlinux SYSMAP System.map OBJCOPY arch/microblaze/boot/linux.bin Building modules, stage 2. MODPOST 0 modules Kernel: arch/microblaze/boot/linux.bin is ready (#1)
spawn ./qemu-run-nonet.sh FDT: INTEL FLASH: baseaddr: 0xa0000000, size: 0x2000000 FDT: Unsupported peripheral invalidated ethernet@81c00000 compatibilities xlnx,xps-ll-temac-1.01.b FDT: Unsupported peripheral invalidated i2c@81600000 compatibilities xlnx,xps-iic-2.00.a FDT: Unsupported peripheral invalidated gpio@81400000 compatibilities xlnx,xps-gpio-1.00.a FDT: Unsupported peripheral invalidated sysace@83600000 compatibilities xlnx,xps-sysace-1.00.a FDT: Unsupported peripheral invalidated debug@84400000 compatibilities xlnx,mdm-1.00.d FDT: Unsupported peripheral invalidated mpmc@90000000 compatibilities xlnx,mpmc-4.02.a FDT: Creating QDEV model xilinx,intc (intc) setting qdev prop "kind-of-intr" = 0x00000100 connected irq : (none) FDT: Creating QDEV model xilinx,timer setting qdev prop "frequency" = 0x03b20b80 setting qdev prop "nr-timers" = 0x00000002 connected irq : 3 (interrupt-controller@81800000) FDT: Creating QDEV model xilinx,uartlite setting qdev prop "chr" = 0x08ac74e0 connected irq : 8 (interrupt-controller@81800000) FDT: Device tree scan complete Early console on uartlite at 0x84000000 bootconsole [earlyser0] enabled Ramdisk addr 0x00000000, FDT at 0x90451c50 Linux version 3.11.0-next-20130911 (monstr@monstr-desktop) (gcc version 4.1.2) #1 Wed Sep 11 12:11:25 CEST 2013 setup_cpuinfo: initialising setup_cpuinfo: Using full CPU PVR support wt_msr setup_memory: Main mem: 0x90000000, size 0x10000000 setup_memory: kernel addr:0x90000000-0x9044e000 size=0x0044e000 setup_memory: max_mapnr: 0x10000 setup_memory: min_low_pfn: 0x90000 setup_memory: max_low_pfn: 0xa0000 setup_memory: max_pfn: 0xa0000 Zone ranges: DMA [mem 0x90000000-0x9fffffff] Normal empty Movable zone start for each node Early memory node ranges node 0: [mem 0x90000000-0x9fffffff] On node 0 totalpages: 65536 free_area_init_node: node 0, pgdat 902fe17c, node_mem_map 90450000 DMA zone: 512 pages used for memmap DMA zone: 0 pages reserved DMA zone: 65536 pages, LIFO batch:0 early_printk_console remapping from 0x84000000 to 0x84000000 pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 pcpu-alloc: [0] 0 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 Kernel command line: console=ttyUL0,115200 highres=on PID hash table entries: 1024 (order: 0, 4096 bytes) Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) Sorting __ex_table... Memory: 255436K/262144K available (2290K kernel code, 94K rwdata, 644K rodata, 1012K init, 323K bss, 6708K reserved) NR_IRQS:33 /plb@0/interrupt-controller@81800000: num_irq=9, edge=0x100 /plb@0/timer@83c00000: irq=3 xilinx_timer_set_mode: shutdown xilinx_timer_set_mode: periodic ODEBUG: 2 of 2 active objects replaced ODEBUG: selftest passed Calibrating delay loop... 117.65 BogoMIPS (lpj=588288) pid_max: default: 4096 minimum: 301 Mount-cache hash table entries: 512 NET: Registered protocol family 16 bio: create slab <bio-0> at 0 Switched to clocksource xilinx_clocksource xilinx_timer_set_mode: oneshot NET: Registered protocol family 2 TCP established hash table entries: 2048 (order: 2, 16384 bytes) TCP bind hash table entries: 2048 (order: 1, 8192 bytes) TCP: Hash tables configured (established 2048 bind 2048) TCP: reno registered UDP hash table entries: 256 (order: 0, 4096 bytes) UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. OF: no ranges; cannot translate OF: no ranges; cannot translate ROMFS MTD (C) 2007 Red Hat, Inc. msgmni has been set to 498 io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) 84000000.serial: ttyUL0 at MMIO 0x84000000 (irq = 8, base_baud = 0) is a uartlite console [ttyUL0] enabled, bootconsole disabled console [ttyUL0] enabled, bootconsole disabled brd: module loaded nbd: registered device at major 43 TCP: cubic registered NET: Registered protocol family 17 Freeing unused kernel memory: 1012K (902ff000 - 903fc000) Bad inittab entry at line 3 Mounting proc: Mounting var: Populating /var: Running local start scripts. Mounting sysfs: Setting hostname: Setting up interface lo: Setting up interface eth0: ifconfig: SIOCSIFADDR: No such device Starting syslogd: Starting httpd: Mounting nfs server uclinux login: root Password: pass ok /root # ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) /root # cat /proc/cpuinfo CPU-Family: MicroBlaze FPGA-Arch: virtex5 CPU-Ver: 7.10.d, big endian CPU-MHz: 125.00 BogoMips: 117.65 HW: Shift: yes MSR: yes PCMP: yes DIV: yes MMU: 3 MUL: v2 FPU: v2 Exc: op0x0 unal ill zero fpu Stream-insns: privileged Icache: no Dcache: no HW-Debug: no PVR-USR1: 00 PVR-USR2: 00000000 Page size: 4096 /root # strace ls / strace: applet not found /root # Statistic 3.11.0-next-20130911 4.1.2 CLEAN . CLEAN arch/microblaze/kernel CLEAN kernel CLEAN lib CLEAN usr CLEAN arch/microblaze/boot CLEAN .tmp_versions CLEAN scripts/basic CLEAN scripts/dtc CLEAN scripts/kconfig CLEAN scripts/mod CLEAN scripts CLEAN include/config include/generated arch/microblaze/include/generated CLEAN .config .version include/generated/uapi/linux/version.h Module.symvers