# 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/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 ae4b064e2a616b545acf02b8f50cc513b32c7522 # < make -s -j 32 ARCH=sh O=/kisskb/build/linus_edosk7760_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- edosk7760_defconfig # make -s -j 32 ARCH=sh O=/kisskb/build/linus_edosk7760_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /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/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2591: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:1852:6: warning: 'ret' 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/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65: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/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_edosk7760_defconfig_sh4 # Build took: 0:00:53.229779