Here are the build results from automated periodic testing.
The tree being built was next, found at:
URL: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Branch: master
Topmost commits:
b966b5cf71790 Add linux-next specific files for 20200709
587030e2a5af2 Merge branch 'akpm/master'
4cf74c604a2bd sh: add missing EXPORT_SYMBOL() for __delay
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/next/next-20200709/
Runtime: 79m 43s
Passed: 123
Failed: 7
Warnings: 77
DTS warnings: 4
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
arm.allmodconfig
arm.u8500_defconfig
arm64.allmodconfig
arm64.defconfig
arm64.nosmp_defconfig
riscv.allmodconfig
riscv.rv32_allmod_defconfig
-------------------------------------------------------------------------------
Errors:
arm.allmodconfig:
include/linux/hashtable.h:27:25: error: expected declaration specifiers or '...' before '(' token
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1362:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1375:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1428:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1441:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
drivers/crypto/ux500/hash/hash_core.c:1518:12: error: 'hash_init' undeclared here (not in a function); did you mean 'sha1_init'?
arm.u8500_defconfig:
include/linux/hashtable.h:27:25: error: expected declaration specifiers or '...' before '(' token
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1362:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1375:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1428:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
drivers/crypto/ux500/hash/hash_core.c:1441:19: error: passing argument 1 of '__hash_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
include/linux/hashtable.h:52:30: error: void value not ignored as it ought to be
drivers/crypto/ux500/hash/hash_core.c:1518:12: error: 'hash_init' undeclared here (not in a function); did you mean 'sha1_init'?
arm64.allmodconfig:
arch/arm64/kernel/mte.c:224:31: error: passing argument 1 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:225:10: error: passing argument 6 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:225:17: error: passing argument 7 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:224:9: error: too many arguments to function 'get_user_pages_remote'
arm64.defconfig:
arch/arm64/kernel/mte.c:224:31: error: passing argument 1 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:225:10: error: passing argument 6 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:225:17: error: passing argument 7 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:224:9: error: too many arguments to function 'get_user_pages_remote'
arm64.nosmp_defconfig:
arch/arm64/kernel/mte.c:224:31: error: passing argument 1 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:225:10: error: passing argument 6 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:225:17: error: passing argument 7 of 'get_user_pages_remote' from incompatible pointer type [-Werror=incompatible-pointer-types]
arch/arm64/kernel/mte.c:224:9: error: too many arguments to function 'get_user_pages_remote'
riscv.allmodconfig:
drivers/scsi/lpfc/lpfc_sli.c:7329:26: error: implicit declaration of function 'get_cpu_idle_time' [-Werror=implicit-function-declaration]
drivers/scsi/lpfc/lpfc_init.c:1265:15: error: implicit declaration of function 'get_cpu_idle_time'; did you mean 'get_cpu_device'? [-Werror=implicit-function-declaration]
riscv.rv32_allmod_defconfig:
drivers/scsi/lpfc/lpfc_sli.c:7329:26: error: implicit declaration of function 'get_cpu_idle_time' [-Werror=implicit-function-declaration]
drivers/scsi/lpfc/lpfc_init.c:1265:15: error: implicit declaration of function 'get_cpu_idle_time'; did you mean 'get_cpu_device'? [-Werror=implicit-function-declaration]
Warnings:
arm.allmodconfig:
/tmp/ccjIVYQb.s:18119: Warning: using r15 results in unpredictable behaviour
/tmp/ccjIVYQb.s:18191: Warning: using r15 results in unpredictable behaviour
drivers/gpu/drm/omapdrm/omap_connector.c:92:9: warning: braces around scalar initializer
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string [-Wformat-zero-length]
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
drivers/crypto/ux500/hash/hash_core.c:531:13: warning: 'hash_dma_valid_data' defined but not used [-Wunused-function]
drivers/net/ethernet/intel/ice/ice_flow.h:197:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/net/ethernet/intel/ice/ice_flow.h:197:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/net/ethernet/intel/ice/ice_flow.h:198:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
arm.aspeed_g4_defconfig:
kernel/rcu/tasks.h:593:13: warning: 'show_rcu_tasks_classic_gp_kthread' defined but not used [-Wunused-function]
arm.at91_dt_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
arm.bcm2835_defconfig:
kernel/rcu/tasks.h:593:13: warning: 'show_rcu_tasks_classic_gp_kthread' defined but not used [-Wunused-function]
arm.multi_lpae_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
arm.multi_v4t_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
arm.multi_v5_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
arm.multi_v7_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
arm.multi_v7_nosmp_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
arm.omap1_defconfig:
arch/arm/mach-omap1/board-ams-delta.c:462:12: warning: 'ams_delta_camera_power' defined but not used [-Wunused-function]
drivers/gpio/gpio-omap.c:1520:12: warning: 'omap_gpio_resume' defined but not used [-Wunused-function]
drivers/gpio/gpio-omap.c:1508:12: warning: 'omap_gpio_suspend' defined but not used [-Wunused-function]
arm.omap2plus_defconfig:
drivers/gpu/drm/omapdrm/omap_connector.c:92:9: warning: braces around scalar initializer
arm.sama5_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
arm.u8500_defconfig:
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
include/linux/kernel.h:47:38: warning: division 'sizeof (struct ahash_request *) / sizeof (struct ahash_request)' does not compute the number of array elements [-Wsizeof-pointer-div]
drivers/crypto/ux500/hash/hash_core.c:531:13: warning: 'hash_dma_valid_data' defined but not used [-Wunused-function]
arm64.allmodconfig:
arch/arm64/kernel/mte.c:224:36: warning: passing argument 2 of 'get_user_pages_remote' makes integer from pointer without a cast [-Wint-conversion]
arch/arm64/kernel/mte.c:224:49: warning: passing argument 5 of 'get_user_pages_remote' makes pointer from integer without a cast [-Wint-conversion]
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string [-Wformat-zero-length]
arm64.defconfig:
arch/arm64/kernel/mte.c:224:36: warning: passing argument 2 of 'get_user_pages_remote' makes integer from pointer without a cast [-Wint-conversion]
arch/arm64/kernel/mte.c:224:49: warning: passing argument 5 of 'get_user_pages_remote' makes pointer from integer without a cast [-Wint-conversion]
arm64.nosmp_defconfig:
arch/arm64/kernel/mte.c:224:36: warning: passing argument 2 of 'get_user_pages_remote' makes integer from pointer without a cast [-Wint-conversion]
arch/arm64/kernel/mte.c:224:49: warning: passing argument 5 of 'get_user_pages_remote' makes pointer from integer without a cast [-Wint-conversion]
i386.allmodconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string [-Wformat-zero-length]
drivers/net/ethernet/intel/ice/ice_flow.h:197:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/net/ethernet/intel/ice/ice_flow.h:197:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/net/ethernet/intel/ice/ice_flow.h:198:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
drivers/staging/media/atomisp/pci/hmm/hmm.c:272:6: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/bcm/clk-bcm2711-dvp.o
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
i386.allnoconfig:
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
i386.defconfig:
mm/hugetlb.c:49:20: warning: 'hugetlb_cma' defined but not used [-Wunused-variable]
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
i386.tinyconfig:
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
riscv.allmodconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string [-Wformat-zero-length]
drivers/mailbox/imx-mailbox.c:611:12: warning: 'imx_mu_resume_noirq' defined but not used [-Wunused-function]
drivers/mailbox/imx-mailbox.c:601:12: warning: 'imx_mu_suspend_noirq' defined but not used [-Wunused-function]
riscv.rv32_allmod_defconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string [-Wformat-zero-length]
drivers/mailbox/imx-mailbox.c:611:12: warning: 'imx_mu_resume_noirq' defined but not used [-Wunused-function]
drivers/mailbox/imx-mailbox.c:601:12: warning: 'imx_mu_suspend_noirq' defined but not used [-Wunused-function]
drivers/net/ethernet/intel/ice/ice_flow.h:197:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/net/ethernet/intel/ice/ice_flow.h:197:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
drivers/net/ethernet/intel/ice/ice_flow.h:198:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
x86.allmodconfig:
drivers/spi/spi-atmel.c:1680:1: warning: label 'out_free' defined but not used [-Wunused-label]
drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string [-Wformat-zero-length]
WARNING: modpost: missing MODULE_LICENSE() in drivers/clk/bcm/clk-bcm2711-dvp.o
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
x86.allnoconfig:
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
x86.defconfig:
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
x86.tinyconfig:
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
DTS Warnings:
/build/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2)
/build/arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi:7.3-14: Warning (dma_ranges_format): /usb:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2)
/build/arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #address-cells (1) differs from / (2)
/build/arch/arm64/boot/dts/qcom/ipq6018.dtsi:127.3-14: Warning (dma_ranges_format): /soc:dma-ranges: empty "dma-ranges" property but its #size-cells (1) differs from / (2)
New syscalls:
riscv clone3
riscv fstat64
riscv fstatat64
No section mismatches
Here are the build results from automated periodic testing.
The tree being built was stable-rt, found at:
URL: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git
Branch: v4.4-rt
Topmost commits:
dd9655ee04bfb Linux 4.4.229-rt200
5fd74944d8adc Merge tag 'v4.4.229' into v4.4-rt
af07e1e8d6ca6 Linux 4.4.228-rt199
Build logs (stderr only) can be found at the following link (experimental):
http://arm-soc.lixom.net/buildlogs/stable-rt/v4.4.229-rt200/
Runtime: 33m 59s
Passed: 126
Failed: 0
Warnings: 67
DTS warnings: 0
Section mismatches: 0
-------------------------------------------------------------------------------
Failed defconfigs:
-------------------------------------------------------------------------------
No errors
Warnings:
arm.allmodconfig:
/tmp/ccZFj8h8.s:18153: Warning: using r15 results in unpredictable behaviour
/tmp/ccZFj8h8.s:18225: Warning: using r15 results in unpredictable behaviour
Documentation/ia64/aliasing-test.c:94:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:94:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:110:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:114:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:116:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:118:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:26: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:32: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__syscall_slong_t' {aka 'long long int'} [-Wformat=]
arm.clps711x_defconfig:
arch/arm/mach-clps711x/board-autcpu12.c:163:26: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
arm.davinci_all_defconfig:
arch/arm/mach-davinci/da8xx-dt.c:23:34: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
arm.lpc32xx_defconfig:
arch/arm/mach-lpc32xx/phy3250.c:215:36: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
arm.mxs_defconfig:
arch/arm/mach-mxs/mach-mxs.c:285:26: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
arm64.allmodconfig:
warning: (IMA) selects TCG_CRB which has unmet direct dependencies (TCG_TPM && X86 && ACPI)
warning: (IMA) selects TCG_CRB which has unmet direct dependencies (TCG_TPM && X86 && ACPI)
samples/seccomp/bpf-direct.c:73:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Documentation/ia64/aliasing-test.c:94:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:94:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:110:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:114:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:116:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:118:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:26: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:32: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__syscall_slong_t' {aka 'long long int'} [-Wformat=]
i386.allmodconfig:
samples/seccomp/bpf-direct.c:73:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Documentation/ia64/aliasing-test.c:94:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:94:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:110:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:114:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:116:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:118:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:26: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:32: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__syscall_slong_t' {aka 'long long int'} [-Wformat=]
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
i386.defconfig:
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_32.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
x86.allmodconfig:
samples/seccomp/bpf-direct.c:73:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
Documentation/ia64/aliasing-test.c:94:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:94:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:96:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:35: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/ia64/aliasing-test.c:98:41: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:110:38: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:114:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:116:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/laptops/dslm.c:118:39: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:26: warning: format '%ld' expects argument of type 'long int', but argument 2 has type '__time_t' {aka 'long long int'} [-Wformat=]
Documentation/ptp/testptp.c:317:32: warning: format '%ld' expects argument of type 'long int', but argument 3 has type '__syscall_slong_t' {aka 'long long int'} [-Wformat=]
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
x86.defconfig:
x86_64-pc-linux-gnu-ld: arch/x86/boot/compressed/head_64.o: warning: relocation in read-only section `.head.text'
x86_64-pc-linux-gnu-ld: warning: creating a DT_TEXTREL in object
No DTS warnings
No new syscalls
No section mismatches