# git rev-parse -q --verify b90e90f40b4ff23c753126008bf4713a42353af6^{commit} b90e90f40b4ff23c753126008bf4713a42353af6 already have revision, skipping fetch # git checkout -q -f -B kisskb b90e90f40b4ff23c753126008bf4713a42353af6 # git clean -qxdf # < git log -1 # commit b90e90f40b4ff23c753126008bf4713a42353af6 # Merge: 9a76c0ee3a75 8aa0ae439966 # Author: Linus Torvalds # Date: Sat May 29 18:24:00 2021 -1000 # # Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux # # Pull i2c fixes from Wolfram Sang: # "This is a bit larger than usual at rc4 time. The reason is due to # Lee's work of fixing newly reported build warnings. # # The rest is fixes as usual" # # * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (22 commits) # MAINTAINERS: adjust to removing i2c designware platform data # i2c: s3c2410: fix possible NULL pointer deref on read message after write # i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset # i2c: i801: Don't generate an interrupt on bus reset # i2c: mpc: implement erratum A-004447 workaround # powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers # powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers # dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag # i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name # i2c: busses: i2c-st: Fix copy/paste function misnaming issues # i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure # i2c: busses: i2c-ocores: Place the expected function names into the documentation headers # i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param # i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()' # i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode' # i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc # i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers # i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout' # i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E # i2c: I2C_HISI should depend on ACPI # ... # < /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 b90e90f40b4ff23c753126008bf4713a42353af6 # < make -s -j 48 ARCH=s390 O=/kisskb/build/linus_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/linus_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/linus_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/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/arch/s390/kernel/traps.c: In function '__do_pgm_check': /kisskb/src/arch/s390/kernel/traps.c:359:1: warning: '__do_pgm_check' uses dynamic stack allocation } ^ /kisskb/src/arch/s390/kernel/syscall.c: In function '__do_syscall': /kisskb/src/arch/s390/kernel/syscall.c:169:1: warning: '__do_syscall' uses dynamic stack allocation } ^ /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/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/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/linus_s390-allyesconfig_s390x-gcc8 # Build took: 0:21:20.142070