# git rev-parse -q --verify 1216f02e46a46aad2a9c1c3bb29032f0b42eedac^{commit} 1216f02e46a46aad2a9c1c3bb29032f0b42eedac already have revision, skipping fetch # git checkout -q -f -B kisskb 1216f02e46a46aad2a9c1c3bb29032f0b42eedac # git clean -qxdf # < git log -1 # commit 1216f02e46a46aad2a9c1c3bb29032f0b42eedac # Author: Stephen Rothwell # Date: Thu Apr 15 20:49:32 2021 +1000 # # Add linux-next specific files for 20210415 # # Signed-off-by: Stephen Rothwell # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 1216f02e46a46aad2a9c1c3bb29032f0b42eedac # < make -s -j 48 ARCH=s390 O=/kisskb/build/linux-next_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 48 ARCH=s390 O=/kisskb/build/linux-next_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 48 ARCH=s390 O=/kisskb/build/linux-next_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 48 ARCH=s390 O=/kisskb/build/linux-next_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/sound/soc/tegra/tegra20_i2s.c:48:12: warning: 'tegra20_i2s_runtime_resume' defined but not used [-Wunused-function] static int tegra20_i2s_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra20_i2s.c:37:12: warning: 'tegra20_i2s_runtime_suspend' defined but not used [-Wunused-function] static int tegra20_i2s_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra20_spdif.c:36:12: warning: 'tegra20_spdif_runtime_resume' defined but not used [-Wunused-function] static int tegra20_spdif_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra20_spdif.c:27:12: warning: 'tegra20_spdif_runtime_suspend' defined but not used [-Wunused-function] static int tegra20_spdif_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_ahub.c:64:12: warning: 'tegra30_ahub_runtime_resume' defined but not used [-Wunused-function] static int tegra30_ahub_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_ahub.c:43:12: warning: 'tegra30_ahub_runtime_suspend' defined but not used [-Wunused-function] static int tegra30_ahub_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_i2s.c:50:12: warning: 'tegra30_i2s_runtime_resume' defined but not used [-Wunused-function] static int tegra30_i2s_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/sound/soc/tegra/tegra30_i2s.c:39:12: warning: 'tegra30_i2s_runtime_suspend' defined but not used [-Wunused-function] static int tegra30_i2s_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:1124:12: warning: 'cdn_dp_resume' defined but not used [-Wunused-function] static int cdn_dp_resume(struct device *dev) ^~~~~~~~~~~~~ /kisskb/src/lib/bitfield_kunit.c: In function 'test_bitfields_constants': /kisskb/src/lib/bitfield_kunit.c:93:1: warning: the frame size of 7424 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ In file included from /kisskb/src/arch/s390/include/asm/atomic.h:16, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/rcupdate.h:25, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/sched/signal.h:5, from /kisskb/src/drivers/gpu/drm/drm_lock.c:37: /kisskb/src/drivers/gpu/drm/drm_lock.c: In function 'drm_lock_take': /kisskb/src/arch/s390/include/asm/cmpxchg.h:162:13: warning: passing argument 1 of '__cmpxchg' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] __cmpxchg((ptr), (unsigned long)(o), \ ^~~~~ /kisskb/src/include/asm-generic/atomic-instrumented.h:1685:2: note: in expansion of macro 'arch_cmpxchg' arch_cmpxchg(__ai_ptr, __VA_ARGS__); \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_lock.c:75:10: note: in expansion of macro 'cmpxchg' prev = cmpxchg(lock, old, new); ^~~~~~~ /kisskb/src/arch/s390/include/asm/cmpxchg.h:87:45: note: expected 'void *' but argument is of type 'volatile unsigned int *' static inline unsigned long __cmpxchg(void *ptr, unsigned long old, ~~~~~~^~~ /kisskb/src/drivers/gpu/drm/drm_lock.c: In function 'drm_lock_transfer': /kisskb/src/arch/s390/include/asm/cmpxchg.h:162:13: warning: passing argument 1 of '__cmpxchg' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] __cmpxchg((ptr), (unsigned long)(o), \ ^~~~~ /kisskb/src/include/asm-generic/atomic-instrumented.h:1685:2: note: in expansion of macro 'arch_cmpxchg' arch_cmpxchg(__ai_ptr, __VA_ARGS__); \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_lock.c:118:10: note: in expansion of macro 'cmpxchg' prev = cmpxchg(lock, old, new); ^~~~~~~ /kisskb/src/arch/s390/include/asm/cmpxchg.h:87:45: note: expected 'void *' but argument is of type 'volatile unsigned int *' static inline unsigned long __cmpxchg(void *ptr, unsigned long old, ~~~~~~^~~ /kisskb/src/drivers/gpu/drm/drm_lock.c: In function 'drm_legacy_lock_free': /kisskb/src/arch/s390/include/asm/cmpxchg.h:162:13: warning: passing argument 1 of '__cmpxchg' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] __cmpxchg((ptr), (unsigned long)(o), \ ^~~~~ /kisskb/src/include/asm-generic/atomic-instrumented.h:1685:2: note: in expansion of macro 'arch_cmpxchg' arch_cmpxchg(__ai_ptr, __VA_ARGS__); \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_lock.c:141:10: note: in expansion of macro 'cmpxchg' prev = cmpxchg(lock, old, new); ^~~~~~~ /kisskb/src/arch/s390/include/asm/cmpxchg.h:87:45: note: expected 'void *' but argument is of type 'volatile unsigned int *' static inline unsigned long __cmpxchg(void *ptr, unsigned long old, ~~~~~~^~~ /kisskb/src/drivers/gpu/drm/drm_lock.c: In function 'drm_legacy_idlelock_release': /kisskb/src/arch/s390/include/asm/cmpxchg.h:162:13: warning: passing argument 1 of '__cmpxchg' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] __cmpxchg((ptr), (unsigned long)(o), \ ^~~~~ /kisskb/src/include/asm-generic/atomic-instrumented.h:1685:2: note: in expansion of macro 'arch_cmpxchg' arch_cmpxchg(__ai_ptr, __VA_ARGS__); \ ^~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/drm_lock.c:319:12: note: in expansion of macro 'cmpxchg' prev = cmpxchg(lock, old, DRM_KERNEL_CONTEXT); ^~~~~~~ /kisskb/src/arch/s390/include/asm/cmpxchg.h:87:45: note: expected 'void *' but argument is of type 'volatile unsigned int *' static inline unsigned long __cmpxchg(void *ptr, unsigned long old, ~~~~~~^~~ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:42: /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c: In function 'mvpp2_setup_bm_pool': /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:844:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] ((total_size) - MVPP2_SKB_HEADROOM - MVPP2_SKB_SHINFO_SIZE) ^ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:948:33: note: in expansion of macro 'MVPP2_RX_MAX_PKT_SIZE' #define MVPP2_BM_SHORT_PKT_SIZE MVPP2_RX_MAX_PKT_SIZE(MVPP2_BM_SHORT_FRAME_SIZE) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:683:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:1565:13: warning: 'dma_recycle_rx_skbufs' defined but not used [-Wunused-function] static void dma_recycle_rx_skbufs(struct stmmac_priv *priv, u32 queue) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/iio/test/iio-test-format.c: In function 'iio_test_iio_format_value_fixedpoint': /kisskb/src/drivers/iio/test/iio-test-format.c:98:1: warning: the frame size of 2320 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ Completed OK # rm -rf /kisskb/build/linux-next_s390-allyesconfig_s390x-gcc8 # Build took: 0:21:19.764814