# git rev-parse -q --verify ae4b064e2a616b545acf02b8f50cc513b32c7522^{commit} ae4b064e2a616b545acf02b8f50cc513b32c7522 already have revision, skipping fetch # git checkout -q -f -B kisskb ae4b064e2a616b545acf02b8f50cc513b32c7522 # git clean -qxdf # < git log -1 # commit ae4b064e2a616b545acf02b8f50cc513b32c7522 # Merge: 687dec9b9459 50559800b76a # Author: Linus Torvalds # Date: Wed Dec 11 18:10:40 2019 -0800 # # Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs # # Pull AFS fixes from David Howells: # "Fixes for AFS plus one patch to make debugging easier: # # - Fix how addresses are matched to server records. This is currently # incorrect which means cache invalidation callbacks from the server # don't necessarily get delivered correctly. This causes stale data # and metadata to be seen under some circumstances. # # - Make the dynamic root superblock R/W so that rpm/dnf can reapply # the SELinux label to it when upgrading the Fedora filesystem-afs # package. If the filesystem is R/O, this fails and the upgrade # fails. # # It might be better in future to allow setxattr from an LSM to # bypass the R/O protections, if only for pseudo-filesystems. # # - Fix the parsing of mountpoint strings. The mountpoint object has to # have a terminal dot, whereas the source/device string passed to # mount should not. This confuses type-forcing suffix detection # leading to the wrong volume variant being mounted. # # - Make lookups in the dynamic root superblock for creation events # (such as mkdir) fail with EOPNOTSUPP rather than something like # EEXIST. The dynamic root only allows implicit creation by the # ->lookup() method - and only if the target cell exists. # # - Fix the looking up of an AFS superblock to include the cell in the # matching key - otherwise all volumes with the same ID number are # treated as the same thing, irrespective of which cell they're in. # # - Show the volume name of each volume in the volume records displayed # in /proc/net/afs//volumes. This proved useful in debugging as # it provides a way to map the volume IDs to names, where the names # are what appear in /proc/mounts" # # * tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs: # afs: Show volume name in /proc/net/afs//volumes # afs: Fix missing cell comparison in afs_test_super() # afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP # afs: Fix mountpoint parsing # afs: Fix SELinux setting security label on /afs # afs: Fix afs_find_server lookups for ipv4 peers # < /opt/cross/kisskb/gcc-4.6.3-nolibc/s390x-linux/bin/s390x-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/s390x-linux/bin/s390x-linux-ld --version # < git log --format=%s --max-count=1 ae4b064e2a616b545acf02b8f50cc513b32c7522 # < make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/s390x-linux/bin/s390x-linux- defconfig # make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/s390x-linux/bin/s390x-linux- /kisskb/src/arch/s390/kernel/unwind_bc.c: In function '__unwind_start': /kisskb/src/arch/s390/kernel/unwind_bc.c:157:5: warning: 'ip' may be used uninitialized in this function [-Wuninitialized] /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/kernel/sched/core.c:2649:12: warning: 'cpu' 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:5054:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/bridge/br_netlink.c: In function 'br_process_vlan_info.isra.31': /kisskb/src/net/bridge/br_netlink.c:587:10: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1377:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/fs/proc/inode.c:374:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2076:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/nfsd/nfs4xdr.c:2081:42: warning: 'end' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/quota/quota.c:876:1: internal compiler error: unspellable token PRAGMA Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/kisskb/src/scripts/Makefile.build:265: fs/quota/quota.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:503: fs/quota] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/fs/ocfs2/alloc.c: In function 'ocfs2_trim_mainbm': /kisskb/src/fs/ocfs2/alloc.c:7608:17: warning: 'first_bit' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/core/devlink.c: In function 'devlink_fmsg_prepare_skb': /kisskb/src/net/core/devlink.c:4613:6: warning: 'err' may be used uninitialized in this function [-Wuninitialized] make[1]: *** [/kisskb/src/Makefile:1692: fs] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/net/tun.c: In function 'tun_get_user': /kisskb/src/drivers/net/tun.c:1836:30: warning: 'copylen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/net/tun.c:1749:46: warning: 'linear' may be used uninitialized in this function [-Wuninitialized] make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/s390x-linux/bin/s390x-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-defconfig_s390x # Build took: 0:03:35.851532