# 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/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 4c46bef2e96a92df0f40fc91848e56889ef7c15e # < make -s -j 24 ARCH=arm O=/kisskb/build/linus_u8500_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- u8500_defconfig # make -s -j 24 ARCH=arm O=/kisskb/build/linus_u8500_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /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/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:5009:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5399:9: warning: missing braces around initializer [-Wmissing-braces] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5399:9: warning: (near initialization for 'desc.ident') [-Wmissing-braces] /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'cea_mode_alternate_timings': /kisskb/src/drivers/gpu/drm/drm_edid.c:3275:2: error: call to '__compiletime_assert_3282' declared with attribute error: BUILD_BUG_ON failed: cea_mode_for_vic(8)->vtotal != 262 || cea_mode_for_vic(9)->vtotal != 262 || cea_mode_for_vic(12)->vtotal != 262 || cea_mode_for_vic(13)->vtotal != 262 || cea_mode_for_vic(23)->vtotal != 312 || cea_mode_for_vic(24)->vtotal != 312 || cea_mode_for_vic(27)->vtotal != 312 || cea_mode_for_vic(28)->vtotal != 312 make[4]: *** [/kisskb/src/scripts/Makefile.build:265: drivers/gpu/drm/drm_edid.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:503: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:503: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] make[1]: *** [/kisskb/src/Makefile:1681: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:5749:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c: In function 'ieee80211_rx_mgmt_beacon': /kisskb/src/net/mac80211/mlme.c:1576:3: warning: 'pwr_level_cisco' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/mac80211/mlme.c:1533:6: note: 'pwr_level_cisco' was declared here make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=arm O=/kisskb/build/linus_u8500_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_u8500_defconfig_arm # Build took: 0:01:03.394510