# git rev-parse -q --verify 73a2b047c81046a7f734a5759ab5fdedbb6968fd^{commit} 73a2b047c81046a7f734a5759ab5fdedbb6968fd already have revision, skipping fetch # git checkout -q -f -B kisskb 73a2b047c81046a7f734a5759ab5fdedbb6968fd # git clean -qxdf # < git log -1 # commit 73a2b047c81046a7f734a5759ab5fdedbb6968fd # Author: Alastair D'Silva # Date: Wed Jun 5 13:15:45 2019 +0200 # # ocxl: Update for AFU descriptor template version 1.1 # # The OpenCAPI discovery and configuration specification has been # updated and introduces version 1.1 of the AFU descriptor template, # with new fields to better define the memory layout of an OpenCAPI # adapter. # # The ocxl driver doesn't do much yet to support LPC memory but as we # start seeing (non-LPC) AFU images using the new template, this patch # updates the config space parsing code to avoid spitting a warning. # # Signed-off-by: Alastair D'Silva # Signed-off-by: Frederic Barrat # Reviewed-by: Christophe Lombard # Acked-by: Andrew Donnellan # Signed-off-by: Michael Ellerman # Link: https://lore.kernel.org/r/20190605111545.19762-1-fbarrat@linux.ibm.com # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 73a2b047c81046a7f734a5759ab5fdedbb6968fd # < make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-next_corenet_basic_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- corenet_basic_defconfig # make -s -j 24 ARCH=powerpc O=/kisskb/build/powerpc-next_corenet_basic_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/kernel/futex.c: In function 'do_futex': /kisskb/src/kernel/futex.c:1658:17: warning: 'oldval' may be used uninitialized in this function [-Wmaybe-uninitialized] return oldval == cmparg; ^ /kisskb/src/kernel/futex.c:1633:6: note: 'oldval' was declared here int oldval, ret; ^ Completed OK # rm -rf /kisskb/build/powerpc-next_corenet_basic_defconfig_powerpc-gcc5 # Build took: 0:00:32.050884