# 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_pmac32_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- pmac32_defconfig # < make -s -j 8 ARCH=powerpc O=/kisskb/build/aik_pmac32_defconfig_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_pmac32_defconfig_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_pmac32_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- In file included from /kisskb/src/sound/ppc/pmac.h:25:0, from /kisskb/src/sound/ppc/awacs.c:29: /kisskb/src/sound/ppc/awacs.c: In function 'snd_pmac_awacs_init': /kisskb/src/include/sound/control.h:223:2: warning: 'speaker_vol' may be used uninitialized in this function [-Wmaybe-uninitialized] return _snd_ctl_add_slave(master, slave, 0); ^ /kisskb/src/sound/ppc/awacs.c:886:36: note: 'speaker_vol' was declared here struct snd_kcontrol *master_vol, *speaker_vol; ^ INFO: Uncompressed kernel (size 0x8e0210) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x900000) Completed OK # rm -rf /kisskb/build/aik_pmac32_defconfig_powerpc-gcc4.9 # Build took: 0:03:23.177376