# git rev-parse -q --verify f41def397161053eb0d3ed6861ef65985efbf293^{commit} f41def397161053eb0d3ed6861ef65985efbf293 already have revision, skipping fetch # git checkout -q -f -B kisskb f41def397161053eb0d3ed6861ef65985efbf293 # git clean -qxdf # < git log -1 # commit f41def397161053eb0d3ed6861ef65985efbf293 # Merge: 7b1373dd6e86 3ee5a7015c8b # Author: Linus Torvalds # Date: Wed Sep 25 10:21:13 2019 -0700 # # Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client # # Pull ceph updates from Ilya Dryomov: # "The highlights are: # # - automatic recovery of a blacklisted filesystem session (Zheng Yan). # This is disabled by default and can be enabled by mounting with the # new "recover_session=clean" option. # # - serialize buffered reads and O_DIRECT writes (Jeff Layton). Care is # taken to avoid serializing O_DIRECT reads and writes with each # other, this is based on the exclusion scheme from NFS. # # - handle large osdmaps better in the face of fragmented memory # (myself) # # - don't limit what security.* xattrs can be get or set (Jeff Layton). # We were overly restrictive here, unnecessarily preventing things # like file capability sets stored in security.capability from # working. # # - allow copy_file_range() within the same inode and across different # filesystems within the same cluster (Luis Henriques)" # # * tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client: (41 commits) # ceph: call ceph_mdsc_destroy from destroy_fs_client # libceph: use ceph_kvmalloc() for osdmap arrays # libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc() # ceph: allow object copies across different filesystems in the same cluster # ceph: include ceph_debug.h in cache.c # ceph: move static keyword to the front of declarations # rbd: pull rbd_img_request_create() dout out into the callers # ceph: reconnect connection if session hang in opening state # libceph: drop unused con parameter of calc_target() # ceph: use release_pages() directly # rbd: fix response length parameter for encoded strings # ceph: allow arbitrary security.* xattrs # ceph: only set CEPH_I_SEC_INITED if we got a MAC label # ceph: turn ceph_security_invalidate_secctx into static inline # ceph: add buffered/direct exclusionary locking for reads and writes # libceph: handle OSD op ceph_pagelist_append() errors # ceph: don't return a value from void function # ceph: don't freeze during write page faults # ceph: update the mtime when truncating up # ceph: fix indentation in __get_snap_name() # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 f41def397161053eb0d3ed6861ef65985efbf293 # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x9DA51B9F # 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 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c: In function 'pseries_find': /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c:262:18: error: 'H_SUCCESS' undeclared (first use in this function); did you mean 'FL_ACCESS'? if (lpar_rc != H_SUCCESS) ^~~~~~~~~ FL_ACCESS /kisskb/src/arch/powerpc/mm/ptdump/hashpagetable.c:262:18: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [/kisskb/src/scripts/Makefile.build:265: arch/powerpc/mm/ptdump/hashpagetable.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/mm/book3s64/pgtable.c: In function 'flush_partition': /kisskb/src/arch/powerpc/mm/book3s64/pgtable.c:216:3: error: implicit declaration of function 'radix__flush_all_lpid_guest'; did you mean 'radix__flush_all_lpid'? [-Werror=implicit-function-declaration] radix__flush_all_lpid_guest(lpid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ radix__flush_all_lpid In file included from /kisskb/src/arch/powerpc/xmon/xmon.c:63: /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_powerpc': /kisskb/src/arch/powerpc/xmon/dis-asm.h:16:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ~~~^ ~~~~ %.8lx /kisskb/src/arch/powerpc/xmon/dis-asm.h: In function 'print_insn_spu': /kisskb/src/arch/powerpc/xmon/dis-asm.h:22:13: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%.8x", insn); ~~~^ ~~~~ %.8lx make[3]: *** [/kisskb/src/scripts/Makefile.build:509: arch/powerpc/mm/ptdump] Error 2 make[3]: *** Waiting for unfinished jobs.... cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:266: arch/powerpc/mm/book3s64/pgtable.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /kisskb/src/fs/afs/dir.c: In function 'afs_dir_set_page_dirty': /kisskb/src/fs/afs/dir.c:50:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:509: arch/powerpc/mm/book3s64] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:509: arch/powerpc/mm] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/arch/powerpc/kernel/watchdog.c: In function 'watchdog_smp_panic': /kisskb/src/arch/powerpc/kernel/watchdog.c:175:4: error: implicit declaration of function 'smp_send_nmi_ipi'; did you mean 'smp_send_stop'? [-Werror=implicit-function-declaration] smp_send_nmi_ipi(c, wd_lockup_ipi, 1000000); ^~~~~~~~~~~~~~~~ smp_send_stop cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:266: arch/powerpc/kernel/watchdog.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:509: arch/powerpc/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1670: arch/powerpc] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/kernel/watchdog.c:47:23: warning: 'watchdog_allowed_mask' defined but not used [-Wunused-variable] static struct cpumask watchdog_allowed_mask __read_mostly; ^~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc8 # Build took: 0:01:45.331546