# git rev-parse -q --verify 9efcc4a129363187c9bf15338692f107c5c9b6f0^{commit} 9efcc4a129363187c9bf15338692f107c5c9b6f0 already have revision, skipping fetch # git checkout -q -f -B kisskb 9efcc4a129363187c9bf15338692f107c5c9b6f0 # git clean -qxdf # < git log -1 # commit 9efcc4a129363187c9bf15338692f107c5c9b6f0 # Author: David Howells # Date: Thu Mar 26 15:24:07 2020 +0000 # # afs: Fix unpinned address list during probing # # When it's probing all of a fileserver's interfaces to find which one is # best to use, afs_do_probe_fileserver() takes a lock on the server record # and notes the pointer to the address list. # # It doesn't, however, pin the address list, so as soon as it drops the # lock, there's nothing to stop the address list from being freed under # us. # # Fix this by taking a ref on the address list inside the locked section # and dropping it at the end of the function. # # Fixes: 3bf0fb6f33dd ("afs: Probe multiple fileservers simultaneously") # Signed-off-by: David Howells # Reviewed-by: Marc Dionne # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 9efcc4a129363187c9bf15338692f107c5c9b6f0 # < make -s -j 8 ARCH=arm O=/kisskb/build/linus_bcm2835_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- bcm2835_defconfig # < make -s -j 8 ARCH=arm O=/kisskb/build/linus_bcm2835_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 8 ARCH=arm O=/kisskb/build/linus_bcm2835_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 8 ARCH=arm O=/kisskb/build/linus_bcm2835_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /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:5468:9: warning: missing braces around initializer [-Wmissing-braces] struct drm_dp_desc desc = { 0 }; ^ /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5468:9: warning: (near initialization for 'desc.ident') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus_bcm2835_defconfig_arm-gcc4.9 # Build took: 0:03:18.912643