# git rev-parse -q --verify 512a9ffd687976079408cd43d442ebba5f34175c^{commit} 512a9ffd687976079408cd43d442ebba5f34175c already have revision, skipping fetch # git checkout -q -f -B kisskb 512a9ffd687976079408cd43d442ebba5f34175c # git clean -qxdf # < git log -1 # commit 512a9ffd687976079408cd43d442ebba5f34175c # Author: Alexey Kardashevskiy # Date: Wed Jan 23 14:53:40 2019 +1100 # # vfio-pci/nvlink2: Fix ancient gcc warnings # # Using the {0} construct as a generic initializer is perfectly fine in C, # however due to a bug in old gcc there is a warning: # # + /kisskb/src/drivers/vfio/pci/vfio_pci_nvlink2.c: warning: (near # initialization for 'cap.header') [-Wmissing-braces]: => 181:9 # # Since for whatever reason we still want to compile the modern kernel # with such an old gcc without warnings, this changes the capabilities # initialization. # # The gcc bugzilla: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119 # # Signed-off-by: Alexey Kardashevskiy # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 512a9ffd687976079408cd43d442ebba5f34175c # < make -s -j 8 ARCH=powerpc O=/kisskb/build/aik_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # Added to kconfig CONFIG_ALTIVEC=n # Added to kconfig CONFIG_PPC_TRANSACTIONAL_MEM=n # < make -s -j 8 ARCH=powerpc O=/kisskb/build/aik_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/aik_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 8 ARCH=powerpc O=/kisskb/build/aik_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/aik_ppc64_defconfig+NO_ALTIVEC_powerpc-gcc4.9 # Build took: 0:06:16.548542