Skip to content

Commit ceb4205

Browse files
authored
Merge branch 'linux-6.6.y' into linux-6.6.y-2025-07-14-sched-tc
2 parents e7bdc31 + 19e9bc6 commit ceb4205

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/configs/deepin_arm64_desktop_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,7 @@ CONFIG_FIREWIRE_NET=m
12561256
CONFIG_FIREWIRE_NOSY=m
12571257
CONFIG_BONDING=m
12581258
CONFIG_DUMMY=m
1259+
CONFIG_WIREGUARD=m
12591260
CONFIG_NET_FC=y
12601261
CONFIG_IFB=m
12611262
CONFIG_NET_TEAM=m

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ enum rapl_msrs {
419419
#define RAPL_PKG_ALL (RAPL_PKG | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO)
420420
#define RAPL_DRAM_ALL (RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_DRAM_POWER_INFO)
421421
#define RAPL_CORE_ALL (RAPL_CORE | RAPL_CORE_POLICY)
422-
#define RAPL_GFX_ALL (RAPL_GFX | RAPL_GFX_POLIGY)
422+
#define RAPL_GFX_ALL (RAPL_GFX | RAPL_GFX_POLICY)
423423

424424
#define RAPL_AMD_F17H (RAPL_AMD_PWR_UNIT | RAPL_AMD_CORE_ENERGY_STAT | RAPL_AMD_PKG_ENERGY_STAT)
425425

0 commit comments

Comments
 (0)