# git rev-parse -q --verify e37e3bc7e265d05d00f14079767537699cf6bd46^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify e37e3bc7e265d05d00f14079767537699cf6bd46^{commit} e37e3bc7e265d05d00f14079767537699cf6bd46 # git checkout -q -f -B kisskb e37e3bc7e265d05d00f14079767537699cf6bd46 # git clean -qxdf # < git log -1 # commit e37e3bc7e265d05d00f14079767537699cf6bd46 # Merge: 738f531d877a da635e7abe3f # Author: Linus Torvalds # Date: Fri Sep 27 12:19:47 2019 -0700 # # Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm # # Pull pwm updates from Thierry Reding: # "Besides one new driver being added for the PWM controller found in # various Spreadtrum SoCs, this series of changes brings a slew of, # mostly minor, fixes and cleanups for existing drivers, as well as some # enhancements to the core code. # # Lastly, Uwe is added to the PWM subsystem entry of the MAINTAINERS # file, making official his role as a reviewer" # # * tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm: (34 commits) # MAINTAINERS: Add myself as reviewer for the PWM subsystem # MAINTAINERS: Add patchwork link for PWM entry # MAINTAINERS: Add a selection of PWM related keywords to the PWM entry # pwm: mediatek: Add MT7629 compatible string # dt-bindings: pwm: Update bindings for MT7629 SoC # pwm: mediatek: Update license and switch to SPDX tag # pwm: mediatek: Use pwm_mediatek as common prefix # pwm: mediatek: Allocate the clks array dynamically # pwm: mediatek: Remove the has_clks field # pwm: mediatek: Drop the check for of_device_get_match_data() # pwm: atmel: Consolidate driver data initialization # pwm: atmel: Remove unneeded check for match data # pwm: atmel: Remove platform_device_id and use only dt bindings # pwm: stm32-lp: Add check in case requested period cannot be achieved # pwm: Ensure pwm_apply_state() doesn't modify the state argument # pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state() # pwm: sun4i: Don't update the state for the caller of pwm_apply_state() # pwm: rockchip: Don't update the state for the caller of pwm_apply_state() # pwm: Let pwm_get_state() return the last implemented state # pwm: Introduce local struct pwm_chip in pwm_apply_state() # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 e37e3bc7e265d05d00f14079767537699cf6bd46 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0x9B821A74 # 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 # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/include/asm-generic/bitops/non-atomic.h:106:21: warning: 'cpu' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/sched/core.c:2519:6: note: 'cpu' was declared here /kisskb/src/block/blk-merge.c: In function 'blk_rq_map_sg': /kisskb/src/block/blk.h:78:50: warning: 'bvprv.bv_offset' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/block/blk-merge.c:466:42: note: 'bvprv.bv_offset' was declared here /kisskb/src/block/blk.h:81:12: warning: 'bvprv.bv_len' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/block/blk-merge.c:466:42: note: 'bvprv.bv_len' was declared here /kisskb/src/arch/powerpc/include/asm/io.h:802:22: warning: 'bvprv.bv_page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/block/blk-merge.c:466:42: note: 'bvprv.bv_page' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1852:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_afspec': /kisskb/src/net/bridge/br_netlink.c:648:7: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/f2fs/file.c: In function 'f2fs_precache_extents': /kisskb/src/fs/f2fs/file.c:3095:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c: In function 'btrfs_build_ref_tree': /kisskb/src/fs/btrfs/ref-verify.c:582:7: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c:503:35: note: 'ret' was declared here /kisskb/src/fs/btrfs/ref-verify.c:542:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/btrfs/ref-verify.c:439:12: note: 'ret' was declared here /kisskb/src/fs/f2fs/node.c: In function '__set_nat_cache_dirty': /kisskb/src/include/linux/list.h:93:12: warning: 'head' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/f2fs/node.c:236:24: note: 'head' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here In file included from /kisskb/src/drivers/net/ethernet/aurora/nb8800.c:30:0: /kisskb/src/drivers/net/ethernet/aurora/nb8800.h:92:0: warning: "TCR_DIE" redefined [enabled by default] /kisskb/src/arch/powerpc/include/asm/reg_booke.h:551:0: note: this is the location of the previous definition /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:248:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:228:19: note: 'i' was declared here /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 # Build took: 0:03:01.655063