tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 44bf091f508913c1c35e70ea96430454c95c78f1 commit: 69102311a57d1fd65cdc4002c55c5d551c799044 ./Makefile: tell gcc optimizer to never introduce new data races date: 4 weeks ago config: x86_64-randconfig-s0-09050022 (attached as .config) All warnings: drivers/gpu/drm/radeon/si_dpm.c: In function 'si_initialize_smc_cac_tables': >> drivers/gpu/drm/radeon/si_dpm.c:2728:1: warning: the frame size of 2384 bytes is larger than 2048 bytes [-Wframe-larger-than=] } ^ vim +2728 drivers/gpu/drm/radeon/si_dpm.c a9e61410 Alex Deucher 2013-06-25 2712 sizeof(PP_SIslands_CacConfig), si_pi->sram_end); a9e61410 Alex Deucher 2013-06-25 2713 a9e61410 Alex Deucher 2013-06-25 2714 if (ret) a9e61410 Alex Deucher 2013-06-25 2715 goto done_free; a9e61410 Alex Deucher 2013-06-25 2716 a9e61410 Alex Deucher 2013-06-25 2717 ret = si_write_smc_soft_register(rdev, SI_SMC_SOFT_REGISTER_ticks_per_us, ticks_per_us); a9e61410 Alex Deucher 2013-06-25 2718 a9e61410 Alex Deucher 2013-06-25 2719 done_free: a9e61410 Alex Deucher 2013-06-25 2720 if (ret) { a9e61410 Alex Deucher 2013-06-25 2721 ni_pi->enable_cac = false; a9e61410 Alex Deucher 2013-06-25 2722 ni_pi->enable_power_containment = false; a9e61410 Alex Deucher 2013-06-25 2723 } a9e61410 Alex Deucher 2013-06-25 2724 a9e61410 Alex Deucher 2013-06-25 2725 kfree(cac_tables); a9e61410 Alex Deucher 2013-06-25 2726 a9e61410 Alex Deucher 2013-06-25 2727 return 0; a9e61410 Alex Deucher 2013-06-25 @2728 } a9e61410 Alex Deucher 2013-06-25 2729 a9e61410 Alex Deucher 2013-06-25 2730 static int si_program_cac_config_registers(struct radeon_device *rdev, a9e61410 Alex Deucher 2013-06-25 2731 const struct si_cac_config_reg *cac_config_regs) a9e61410 Alex Deucher 2013-06-25 2732 { a9e61410 Alex Deucher 2013-06-25 2733 const struct si_cac_config_reg *config_regs = cac_config_regs; a9e61410 Alex Deucher 2013-06-25 2734 u32 data = 0, offset; a9e61410 Alex Deucher 2013-06-25 2735 a9e61410 Alex Deucher 2013-06-25 2736 if (!config_regs) :::::: The code at line 2728 was first introduced by commit :::::: a9e61410921bcc1aa8f594ffa6301d5baba90f3b drm/radeon/kms: add dpm support for SI (v7) :::::: TO: Alex Deucher :::::: CC: Alex Deucher --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation