# git rev-parse -q --verify 4c46bef2e96a92df0f40fc91848e56889ef7c15e^{commit} 4c46bef2e96a92df0f40fc91848e56889ef7c15e already have revision, skipping fetch # git checkout -q -f -B kisskb 4c46bef2e96a92df0f40fc91848e56889ef7c15e # git clean -qxdf # < git log -1 # commit 4c46bef2e96a92df0f40fc91848e56889ef7c15e # Merge: 5b21115414f5b 3325322f773ba # Author: Linus Torvalds # Date: Thu Feb 6 12:21:01 2020 +0000 # # Merge tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client # # Pull ceph fixes from Ilya Dryomov: # # - a set of patches that fixes various corner cases in mount and umount # code (Xiubo Li). This has to do with choosing an MDS, distinguishing # between laggy and down MDSes and parsing the server path. # # - inode initialization fixes (Jeff Layton). The one included here # mostly concerns things like open_by_handle() and there is another one # that will come through Al. # # - copy_file_range() now uses the new copy-from2 op (Luis Henriques). # The existing copy-from op turned out to be infeasible for generic # filesystem use; we disable the copy offload if OSDs don't support # copy-from2. # # - a patch to link "rbd" and "block" devices together in sysfs (Hannes # Reinecke) # # ... and a smattering of cleanups from Xiubo, Jeff and Chengguang. # # * tag 'ceph-for-5.6-rc1' of https://github.com/ceph/ceph-client: (25 commits) # rbd: set the 'device' link in sysfs # ceph: move net/ceph/ceph_fs.c to fs/ceph/util.c # ceph: print name of xattr in __ceph_{get,set}xattr() douts # ceph: print r_direct_hash in hex in __choose_mds() dout # ceph: use copy-from2 op in copy_file_range # ceph: close holes in structs ceph_mds_session and ceph_mds_request # rbd: work around -Wuninitialized warning # ceph: allocate the correct amount of extra bytes for the session features # ceph: rename get_session and switch to use ceph_get_mds_session # ceph: remove the extra slashes in the server path # ceph: add possible_max_rank and make the code more readable # ceph: print dentry offset in hex and fix xattr_version type # ceph: only touch the caps which have the subset mask requested # ceph: don't clear I_NEW until inode metadata is fully populated # ceph: retry the same mds later after the new session is opened # ceph: check availability of mds cluster on mount after wait timeout # ceph: keep the session state until it is released # ceph: add __send_request helper # ceph: ensure we have a new cap before continuing in fill_inode # ceph: drop unused ttl_from parameter from fill_inode # ... # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 4c46bef2e96a92df0f40fc91848e56889ef7c15e # < make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig KCONFIG_SEED=0x47D8A1A8 # Added to kconfig CONFIG_STANDALONE=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_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # yes \n | make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- In file included from /kisskb/src/include/linux/pci.h:1778, from /kisskb/src/arch/x86/mm/pat/set_memory.c:16: /kisskb/src/arch/x86/include/asm/pci.h: In function '__pcibus_to_node': /kisskb/src/arch/x86/include/asm/pci.h:126:9: error: implicit declaration of function 'to_pci_sysdata'; did you mean 'to_pci_bus'? [-Werror=implicit-function-declaration] return to_pci_sysdata(bus)->node; ^~~~~~~~~~~~~~ to_pci_bus /kisskb/src/arch/x86/include/asm/pci.h:126:28: error: invalid type argument of '->' (have 'int') return to_pci_sysdata(bus)->node; ^~ In file included from /kisskb/src/include/linux/pci.h:1778, from /kisskb/src/arch/x86/events/amd/ibs.c:12: /kisskb/src/arch/x86/include/asm/pci.h: In function '__pcibus_to_node': /kisskb/src/arch/x86/include/asm/pci.h:126:9: error: implicit declaration of function 'to_pci_sysdata'; did you mean 'to_pci_dev'? [-Werror=implicit-function-declaration] return to_pci_sysdata(bus)->node; ^~~~~~~~~~~~~~ to_pci_dev /kisskb/src/arch/x86/include/asm/pci.h:126:28: error: invalid type argument of '->' (have 'int') return to_pci_sysdata(bus)->node; ^~ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:266: arch/x86/events/amd/ibs.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:503: arch/x86/events/amd] Error 2 make[3]: *** Waiting for unfinished jobs.... cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:266: arch/x86/mm/pat/set_memory.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/pci.h:1778, from /kisskb/src/arch/x86/mm/init_64.c:26: /kisskb/src/arch/x86/include/asm/pci.h: In function '__pcibus_to_node': /kisskb/src/arch/x86/include/asm/pci.h:126:9: error: implicit declaration of function 'to_pci_sysdata'; did you mean 'to_pci_dev'? [-Werror=implicit-function-declaration] return to_pci_sysdata(bus)->node; ^~~~~~~~~~~~~~ to_pci_dev /kisskb/src/arch/x86/include/asm/pci.h:126:28: error: invalid type argument of '->' (have 'int') return to_pci_sysdata(bus)->node; ^~ cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:266: arch/x86/mm/init_64.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:503: arch/x86/mm/pat] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:503: arch/x86/events] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:503: arch/x86/mm] Error 2 In file included from /kisskb/src/include/linux/pci.h:1778, from /kisskb/src/arch/x86/kernel/cpu/cacheinfo.c:17: /kisskb/src/arch/x86/include/asm/pci.h: In function '__pcibus_to_node': /kisskb/src/arch/x86/include/asm/pci.h:126:9: error: implicit declaration of function 'to_pci_sysdata'; did you mean 'to_pci_bus'? [-Werror=implicit-function-declaration] return to_pci_sysdata(bus)->node; ^~~~~~~~~~~~~~ to_pci_bus /kisskb/src/arch/x86/include/asm/pci.h:126:28: error: invalid type argument of '->' (have 'int') return to_pci_sysdata(bus)->node; ^~ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:266: arch/x86/kernel/cpu/cacheinfo.o] Error 1 make[4]: *** Waiting for unfinished jobs.... In file included from /kisskb/src/include/linux/pci.h:1778, from /kisskb/src/arch/x86/kernel/acpi/boot.c:20: /kisskb/src/arch/x86/include/asm/pci.h: In function '__pcibus_to_node': /kisskb/src/arch/x86/include/asm/pci.h:126:9: error: implicit declaration of function 'to_pci_sysdata'; did you mean 'to_pci_dev'? [-Werror=implicit-function-declaration] return to_pci_sysdata(bus)->node; ^~~~~~~~~~~~~~ to_pci_dev /kisskb/src/arch/x86/include/asm/pci.h:126:28: error: invalid type argument of '->' (have 'int') return to_pci_sysdata(bus)->node; ^~ cc1: some warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:266: arch/x86/kernel/acpi/boot.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:503: arch/x86/kernel/acpi] Error 2 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:503: arch/x86/kernel/cpu] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:503: arch/x86/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1681: arch/x86] Error 2 make[1]: *** Waiting for unfinished jobs.... kernel/bpf/core.o: warning: objtool: ___bpf_prog_run()+0x2a: call without frame pointer save/setup make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:02:03.565623