# git rev-parse -q --verify 458ef2a25e0cbdc216012aa2b9cf549d64133b08^{commit} 458ef2a25e0cbdc216012aa2b9cf549d64133b08 already have revision, skipping fetch # git checkout -q -f -B kisskb 458ef2a25e0cbdc216012aa2b9cf549d64133b08 # git clean -qxdf # < git log -1 # commit 458ef2a25e0cbdc216012aa2b9cf549d64133b08 # Merge: 2853d5fafb1e fac01d11722c # Author: Linus Torvalds # Date: Mon Mar 30 19:55:39 2020 -0700 # # Merge tag 'x86-timers-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 timer updates from Thomas Gleixner: # "A series of commits to make the MSR derived CPU and TSC frequency more # accurate. # # It turned out that the frequency tables which have been taken from the # SDM are inaccurate because the SDM provides truncated and rounded # values, e.g. 83.3Mhz (83.3333...) or 116.7Mhz (116.6666...). # # This causes time drift in the range of ~1 second per hour (20-30 # seconds per day). On some of these SoCs it's not possible to # recalibrate the TSC because there is no reference (PIT, HPET) # available. # # With some reverse engineering it was established that the possible # frequencies are derived from the base clock with fixed multiplier / # divider pairs. # # For the CPU models which have a known crystal frequency the kernel now # uses multiplier / divider pairs which bring the frequencies closer to # reality and fix the observed time drift issues" # # * tag 'x86-timers-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/tsc_msr: Make MSR derived TSC frequency more accurate # x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices # x86/tsc_msr: Use named struct initializers # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 458ef2a25e0cbdc216012aa2b9cf549d64133b08 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- randconfig KCONFIG_SEED=0x493BDFB0 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig .config:3174:warning: override: reassigning to symbol STANDALONE .config:3180:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/kernel/sched/core.c: In function 'try_to_wake_up': /kisskb/src/include/linux/cpumask.h:367:31: warning: 'cpu' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/sched/core.c:2513:6: note: 'cpu' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:6617:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_events.c: In function 'event_create_dir': /kisskb/src/kernel/trace/trace_events.c:2040:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/padata.c: In function 'padata_replace': /kisskb/src/kernel/padata.c:539:2: warning: 'err' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1426:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/sound/soc/codecs/da7219-aad.c: In function 'da7219_aad_hptest_work': /kisskb/src/sound/soc/codecs/da7219-aad.c:317:17: warning: 'pll_ctrl' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /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] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5468:9: warning: (near initialization for 'desc.ident') [-Wmissing-braces] /kisskb/src/drivers/android/binderfs.c: In function 'binderfs_fill_super': /kisskb/src/drivers/android/binderfs.c:661:9: warning: missing braces around initializer [-Wmissing-braces] /kisskb/src/drivers/android/binderfs.c:661:9: warning: (near initialization for 'device_info.name') [-Wmissing-braces] /kisskb/src/drivers/iio/temperature/mlx90632.c: In function 'mlx90632_read_raw': /kisskb/src/drivers/iio/temperature/mlx90632.c:351:37: warning: 'object_old_raw' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/iio/temperature/mlx90632.c:432:56: note: 'object_old_raw' was declared here /kisskb/src/drivers/iio/temperature/mlx90632.c:351:37: warning: 'object_new_raw' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/iio/temperature/mlx90632.c:432:40: note: 'object_new_raw' was declared here WARNING: vmlinux.o (.PPC.EMB.apuinfo): unexpected non-allocatable section. Did you forget to use "ax"/"aw" in a .S file? Note that for example contains section definitions for use in .S files. WARNING: 4 bad relocations c00000000001976a R_PPC64_ADDR16_HIGHEST .head.text+0x0000000000019784 c00000000001976e R_PPC64_ADDR16_HI .head.text+0x0000000000019784 c000000000019772 R_PPC64_ADDR16_HIGHER .head.text+0x0000000000019784 c000000000019776 R_PPC64_ADDR16_LO .head.text+0x0000000000019784 INFO: Uncompressed kernel (size 0x156fe78) overlaps the address of the wrapper(0x400000) INFO: Fixing the link_address of wrapper to (0x1600000) Image Name: Linux-5.6.0+ Created: Tue Mar 31 14:12:14 2020 Image Type: PowerPC Linux Kernel Image (gzip compressed) Data Size: 9487944 Bytes = 9265.57 KiB = 9.05 MiB Load Address: 00000000 Entry Point: 00000000 Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.6 # Build took: 0:01:37.345034