Hi Rafael, Please pull the following cpupower update for Linux 5.6-rc6. This cpupower update for Linux 5.6-rc6 consists of a fix from Mike Gilbert for build failures when -fno-common is enabled. -fno-common will be default in gcc v10. Diff is attached. thanks, -- Shuah ---------------------------------------------------------------- The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-5.6-rc6 for you to fetch changes up to 2de7fb60a4740135e03cf55c1982e393ccb87b6b: cpupower: avoid multiple definition with gcc -fno-common (2020-03-02 08:53:34 -0700) ---------------------------------------------------------------- linux-cpupower-5.6-rc6 This cpupower update for Linux 5.6-rc6 consists of a fix from Mike Gilbert for build failures when -fno-common is enabled. -fno-common will be default in gcc v10. ---------------------------------------------------------------- Mike Gilbert (1): cpupower: avoid multiple definition with gcc -fno-common tools/power/cpupower/utils/idle_monitor/amd_fam14h_idle.c | 2 +- tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c | 2 +- tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c | 2 ++ tools/power/cpupower/utils/idle_monitor/cpupower-monitor.h | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) ----------------------------------------------------------------