# git gc # git rev-parse -q --verify 54eb8462f21fb170a05ad64620f0d8d0cf2b7fb5^{commit} 54eb8462f21fb170a05ad64620f0d8d0cf2b7fb5 already have revision, skipping fetch # git checkout -q -f -B kisskb 54eb8462f21fb170a05ad64620f0d8d0cf2b7fb5 # git clean -qxdf # < git log -1 # commit 54eb8462f21fb170a05ad64620f0d8d0cf2b7fb5 # Merge: 55fe92179058 f78e3d407a33 # Author: Linus Torvalds # Date: Wed Jun 1 14:48:13 2022 -0700 # # Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux # # Pull RTC updates from Alexandre Belloni: # "A new driver represents the bulk of the changes and then we get the # usual small fixes. # # New driver: # # - Renesas RZN1 rtc # # Drivers: # # - sun6i: Add nvmem support" # # * tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: # rtc: mxc: Silence a clang warning # rtc: rzn1: Fix a variable type # rtc: rzn1: Fix error code in probe # rtc: rzn1: Avoid mixing variables # rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probe # rtc: mt6397: check return value after calling platform_get_resource() # rtc: rzn1: fix platform_no_drv_owner.cocci warning # rtc: gamecube: Add missing iounmap in gamecube_rtc_read_offset_from_sram # rtc: meson: Fix email address in MODULE_AUTHOR # rtc: simplify the return expression of rx8025_set_offset() # rtc: pcf85063: Add a compatible entry for pca85073a # dt-binding: pcf85063: Add an entry for pca85073a # MAINTAINERS: Add myself as maintainer of the RZN1 RTC driver # rtc: rzn1: Add oscillator offset support # rtc: rzn1: Add alarm support # rtc: rzn1: Add new RTC driver # dt-bindings: rtc: rzn1: Describe the RZN1 RTC # rtc: sun6i: Add NVMEM provider # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 54eb8462f21fb170a05ad64620f0d8d0cf2b7fb5 # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig arch/m68k/configs/sun3_defconfig:37:warning: symbol value 'm' invalid for ZPOOL # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- 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/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:529, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:475:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:04:10.689317