# git rev-parse -q --verify b3c0a155ef77550d48f6eb7c6fdd6075764a5622^{commit} b3c0a155ef77550d48f6eb7c6fdd6075764a5622 already have revision, skipping fetch # git checkout -q -f -B kisskb b3c0a155ef77550d48f6eb7c6fdd6075764a5622 # git clean -qxdf # < git log -1 # commit b3c0a155ef77550d48f6eb7c6fdd6075764a5622 # Author: Stephen Rothwell # Date: Mon Feb 7 15:40:06 2022 +1100 # # Add linux-next specific files for 20220207 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 b3c0a155ef77550d48f6eb7c6fdd6075764a5622 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:6015:warning: override: reassigning to symbol MODULE_SIG .config:6016:warning: override: reassigning to symbol CPU_BIG_ENDIAN .config:6016:warning: override: CPU_BIG_ENDIAN changes choice state .config:6019:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:6020:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6023:warning: override: reassigning to symbol LD_HEAD_STUB_CATCH .config:6025:warning: override: reassigning to symbol UBSAN # make -s -j 32 ARCH=powerpc O=/kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/misc/cardreader/rtsx_pcr.c:1084:13: warning: 'rtsx_pm_power_saving' defined but not used [-Wunused-function] 1084 | static void rtsx_pm_power_saving(struct rtsx_pcr *pcr) | ^~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:14, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c: In function '_base_make_ioc_operational': /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5407:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5407 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/swab.h:102:54: note: in definition of macro '__swab16' 102 | #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) | ^ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' 91 | #define le16_to_cpu __le16_to_cpu | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5407:14: note: in expansion of macro 'le16_to_cpu' 5407 | (le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5393:26: note: referencing an object of size 20 allocated by 'kzalloc' 5393 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/powerpc/include/uapi/asm/byteorder.h:14, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/powerpc/include/asm/bitops.h:336, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:46: /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5411:40: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5411 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? /kisskb/src/include/uapi/linux/swab.h:102:54: note: in definition of macro '__swab16' 102 | #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) | ^ /kisskb/src/include/linux/byteorder/generic.h:91:21: note: in expansion of macro '__le16_to_cpu' 91 | #define le16_to_cpu __le16_to_cpu | ^~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5411:14: note: in expansion of macro 'le16_to_cpu' 5411 | (le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth)) ? | ^~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5393:26: note: referencing an object of size 20 allocated by 'kzalloc' 5393 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5414:43: warning: array subscript 'Mpi2SasIOUnitPage1_t {aka struct _MPI2_CONFIG_PAGE_SASIOUNIT_1}[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] 5414 | ioc->max_sata_qd = (sas_iounit_pg1->SATAMaxQDepth) ? | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ /kisskb/src/drivers/scsi/mpt3sas/mpt3sas_base.c:5393:26: note: referencing an object of size 20 allocated by 'kzalloc' 5393 | sas_iounit_pg1 = kzalloc(sz, GFP_KERNEL); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/samsung/../thermal_core.h:15, from /kisskb/src/drivers/thermal/samsung/exynos_tmu.c:26: /kisskb/src/drivers/thermal/samsung/../thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/tegra/../thermal_core.h:15, from /kisskb/src/drivers/thermal/tegra/soctherm.c:36: /kisskb/src/drivers/thermal/tegra/../thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/tegra/../thermal_core.h:15, from /kisskb/src/drivers/thermal/tegra/tegra30-tsensor.c:31: /kisskb/src/drivers/thermal/tegra/../thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/thermal_core.c:27: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/thermal_sysfs.c:22: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/thermal_helpers.c:24: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/thermal_of.c:20: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/gov_user_space.c:16: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/rcar_gen3_thermal.c:20: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/imx8mm_thermal.c:18: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/hisi_thermal.c:28: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ In file included from /kisskb/src/drivers/thermal/thermal_core.h:15, from /kisskb/src/drivers/thermal/uniphier_thermal.c:20: /kisskb/src/drivers/thermal/thermal_netlink.h:113:71: warning: 'struct cpu_capability' declared inside parameter list will not be visible outside of this definition or declaration 113 | static inline int thermal_genl_cpu_capability_event(int count, struct cpu_capability *caps) | ^~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linux-next-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:04:06.029684