# git rev-parse -q --verify 18d0eae30e6a4f8644d589243d7ac1d70d29203d^{commit} 18d0eae30e6a4f8644d589243d7ac1d70d29203d already have revision, skipping fetch # git checkout -q -f -B kisskb 18d0eae30e6a4f8644d589243d7ac1d70d29203d # git clean -qxdf # < git log -1 # commit 18d0eae30e6a4f8644d589243d7ac1d70d29203d # Merge: 26873acacbdb 14fdc2c5318a # Author: Linus Torvalds # Date: Fri Oct 26 09:11:43 2018 -0700 # # Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc # # Pull char/misc driver updates from Greg KH: # "Here is the big set of char/misc patches for 4.20-rc1. # # Loads of things here, we have new code in all of these driver # subsystems: # - fpga # - stm # - extcon # - nvmem # - eeprom # - hyper-v # - gsmi # - coresight # - thunderbolt # - vmw_balloon # - goldfish # - soundwire # along with lots of fixes and minor changes to other small drivers. # # All of these have been in linux-next for a while with no reported # issues" # # * tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (245 commits) # Documentation/security-bugs: Clarify treatment of embargoed information # lib: Fix ia64 bootloader linkage # MAINTAINERS: Clarify UIO vs UIOVEC maintainer # docs/uio: fix a grammar nitpick # docs: fpga: document programming fpgas using regions # fpga: add devm_fpga_region_create # fpga: bridge: add devm_fpga_bridge_create # fpga: mgr: add devm_fpga_mgr_create # hv_balloon: Replace spin_is_locked() with lockdep # sgi-xp: Replace spin_is_locked() with lockdep # eeprom: New ee1004 driver for DDR4 memory # eeprom: at25: remove unneeded 'at25_remove' # w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for unsigned, count for max size). # misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr' # misc: mic: fix a DMA pool free failure # platform: goldfish: pipe: Add a blank line to separate varibles and code # platform: goldfish: pipe: Remove redundant casting # platform: goldfish: pipe: Call misc_deregister if init fails # platform: goldfish: pipe: Move the file-scope goldfish_pipe_dev variable into the driver state # platform: goldfish: pipe: Move the file-scope goldfish_pipe_miscdev variable into the driver state # ... # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < git log --format=%s --max-count=1 18d0eae30e6a4f8644d589243d7ac1d70d29203d # < make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x8F713C37 # 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=n # Added to kconfig CONFIG_CPU_LITTLE_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_BOOK3E_64=n # Added to kconfig CONFIG_PPC_BOOK3S_64=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_LD_HEAD_STUB_CATCH=y # yes \n | make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 48 ARCH=powerpc O=/kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /kisskb/src/arch/powerpc/xmon/xmon.c:67:0: /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_powerpc': /kisskb/src/arch/powerpc/xmon/dis-asm.h:20:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ^ /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_spu': /kisskb/src/arch/powerpc/xmon/dis-asm.h:26:9: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ^ /kisskb/src/arch/powerpc/kernel/eeh.c:1752:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] static int proc_eeh_show(struct seq_file *m, void *v) ^ WARNING: vmlinux.o(.text+0x295c): Section mismatch in reference from the variable __boot_from_prom to the function .init.text:prom_init() The function __boot_from_prom() references the function __init prom_init(). This is often because __boot_from_prom lacks a __init annotation or the annotation of prom_init is wrong. WARNING: vmlinux.o(.text+0x2b38): Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:early_setup() The function start_here_multiplatform() references the function __init early_setup(). This is often because start_here_multiplatform lacks a __init annotation or the annotation of early_setup is wrong. WARNING: vmlinux.o(.text+0x2b6c): Section mismatch in reference from the variable start_here_common to the function .init.text:start_kernel() The function start_here_common() references the function __init start_kernel(). This is often because start_here_common lacks a __init annotation or the annotation of start_kernel is wrong. Completed OK # rm -rf /kisskb/build/linus-rand_randconfig+ppc64le_ppc64le-gcc5 # Build took: 0:02:51.497890