# git rev-parse -q --verify 2a6526c4f389bb741e511be11721b3d1cbf1034a^{commit} 2a6526c4f389bb741e511be11721b3d1cbf1034a already have revision, skipping fetch # git checkout -q -f -B kisskb 2a6526c4f389bb741e511be11721b3d1cbf1034a # git clean -qxdf # < git log -1 # commit 2a6526c4f389bb741e511be11721b3d1cbf1034a # Merge: d1d873a9bfac 1a9f2c776d14 # Author: Linus Torvalds # Date: Tue Jan 30 15:12:58 2024 -0800 # # Merge tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest # # Pull kunit fixes from Shuah Khan: # "NULL vs IS_ERR() bug fixes, documentation update, MAINTAINERS file # update to add Rae Moar as a reviewer, and a fix to run test suites # only after module initialization completes" # # * tag 'linux_kselftest-kunit-fixes-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: # Documentation: KUnit: Update the instructions on how to test static functions # kunit: run test suites only after module initialization completes # MAINTAINERS: kunit: Add Rae Moar as a reviewer # kunit: device: Fix a NULL vs IS_ERR() check in init() # kunit: Fix a NULL vs IS_ERR() bug # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/hppa-linux/bin/hppa-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-12.2.0-nolibc/hppa-linux/bin/hppa-linux-ld --version # < git log --format=%s --max-count=1 2a6526c4f389bb741e511be11721b3d1cbf1034a # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_generic-32bit_defconfig_parisc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/hppa-linux/bin/hppa-linux- generic-32bit_defconfig # < make -s -j 32 ARCH=parisc O=/kisskb/build/linus_generic-32bit_defconfig_parisc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/hppa-linux/bin/hppa-linux- help # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_generic-32bit_defconfig_parisc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/hppa-linux/bin/hppa-linux- olddefconfig # make -s -j 32 ARCH=parisc O=/kisskb/build/linus_generic-32bit_defconfig_parisc-gcc12 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-12.2.0-nolibc/hppa-linux/bin/hppa-linux- /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_mthd': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:161:9: warning: 'memcpy' specified bound between 4294967264 and 4294967287 exceeds maximum object size 2147483647 [-Wstringop-overflow=] 161 | memcpy(data, args->mthd.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c: In function 'nvif_object_ctor': /kisskb/src/drivers/gpu/drm/nouveau/nvif/object.c:298:17: warning: 'memcpy' specified bound between 4294967240 and 4294967263 exceeds maximum object size 2147483647 [-Wstringop-overflow=] 298 | memcpy(data, args->new.data, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_generic-32bit_defconfig_parisc-gcc12 # Build took: 0:01:43.220733