# 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/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 ae4b064e2a616b545acf02b8f50cc513b32c7522 # < make -s -j 8 ARCH=arm O=/kisskb/build/linus_at91_dt_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- at91_dt_defconfig # make -s -j 8 ARCH=arm O=/kisskb/build/linus_at91_dt_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- /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/ipc/shm.c: In function 'ksys_shmdt': /kisskb/src/ipc/shm.c:1712:59: warning: 'file' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/core/gen_stats.c: In function '__gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:156:19: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/core/dev.c: In function 'validate_xmit_skb_list': /kisskb/src/net/core/dev.c:3547:15: warning: 'tail' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add': /kisskb/src/drivers/gpio/gpiolib-of.c:629:8: warning: 'dflags' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpio/gpiolib-of.c:615:19: note: 'dflags' was declared here /kisskb/src/drivers/gpio/gpiolib-of.c:629:8: warning: 'lflags' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpio/gpiolib-of.c:614:16: note: 'lflags' was declared here /kisskb/src/lib/mpi/mpicoder.c: In function 'mpi_read_raw_from_sgl': /kisskb/src/lib/mpi/mpicoder.c:336:12: warning: 'buff' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_sideband_msg_build': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:722:23: warning: 'hdrlen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_atomic.c: In function 'drm_atomic_check_only': /kisskb/src/drivers/gpu/drm/drm_atomic.c:426:38: warning: 'crtc_state' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_atomic.c:405:25: note: 'crtc_state' was declared here /kisskb/src/lib/rhashtable.c: In function 'rht_deferred_worker': /kisskb/src/include/linux/rhashtable.h:110:10: warning: 'next' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/rhashtable.c:222:28: note: 'next' was declared here /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/net/mac80211/tx.c: In function 'ieee80211_build_hdr': /kisskb/src/net/mac80211/tx.c:2542:27: warning: 'chanctx_conf' 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 /kisskb/src/net/wireless/nl80211.c: In function 'nl80211_vendor_cmd_dump': /kisskb/src/net/wireless/nl80211.c:13147:33: warning: 'wdev' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/wireless/nl80211.c:13117:21: warning: 'rdev' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/mtd/ubi/eba.c: In function 'try_write_vid_and_data': /kisskb/src/drivers/mtd/ubi/eba.c:988:7: warning: 'opnum' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/rtc/rtc-rv3029c2.c: In function 'rv3029_probe': /kisskb/src/drivers/rtc/rtc-rv3029c2.c:660:3: warning: 'elem' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/rtc/rtc-rv3029c2.c:639:40: note: 'elem' was declared here /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] Completed OK # rm -rf /kisskb/build/linus_at91_dt_defconfig_arm # Build took: 0:01:31.487701