* drivers/cpufreq/intel_pstate.c:2945:11: error: no member named 'update_limits' in 'struct cpufreq_policy_data'
@ 2026-05-26 10:56 kernel test robot
2026-05-27 3:42 ` Viresh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2026-05-26 10:56 UTC (permalink / raw)
To: Viresh Kumar; +Cc: llvm, oe-kbuild-all, 0day robot
tree: https://github.com/intel-lab-lkp/linux/commits/Viresh-Kumar/cpufreq-Avoid-redundant-target-calls-for-unchanged-limits/20260521-194713
head: 6721940d0119159636e6b2da0c43eb5cff826857
commit: 74b0d552acf45e33ce12c19ee815e52029b0b0a8 cpufreq: Avoid redundant target() calls for unchanged limits
date: 5 days ago
config: x86_64-kexec (https://download.01.org/0day-ci/archive/20260526/202605261237.PUsriOv4-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260526/202605261237.PUsriOv4-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202605261237.PUsriOv4-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/cpufreq/intel_pstate.c:2945:11: error: no member named 'update_limits' in 'struct cpufreq_policy_data'
2945 | policy->update_limits = true;
| ~~~~~~ ^
1 error generated.
vim +2945 drivers/cpufreq/intel_pstate.c
2935
2936 static void intel_pstate_adjust_policy_max(struct cpudata *cpu,
2937 struct cpufreq_policy_data *policy)
2938 {
2939 if (!hwp_active &&
2940 cpu->pstate.max_pstate_physical > cpu->pstate.max_pstate &&
2941 policy->max < policy->cpuinfo.max_freq &&
2942 policy->max > cpu->pstate.max_freq) {
2943 pr_debug("policy->max > max non turbo frequency\n");
2944 policy->max = policy->cpuinfo.max_freq;
> 2945 policy->update_limits = true;
2946 }
2947 }
2948
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: drivers/cpufreq/intel_pstate.c:2945:11: error: no member named 'update_limits' in 'struct cpufreq_policy_data'
2026-05-26 10:56 drivers/cpufreq/intel_pstate.c:2945:11: error: no member named 'update_limits' in 'struct cpufreq_policy_data' kernel test robot
@ 2026-05-27 3:42 ` Viresh Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2026-05-27 3:42 UTC (permalink / raw)
To: kernel test robot; +Cc: llvm, oe-kbuild-all
On 26-05-26, 12:56, kernel test robot wrote:
> tree: https://github.com/intel-lab-lkp/linux/commits/Viresh-Kumar/cpufreq-Avoid-redundant-target-calls-for-unchanged-limits/20260521-194713
> head: 6721940d0119159636e6b2da0c43eb5cff826857
> commit: 74b0d552acf45e33ce12c19ee815e52029b0b0a8 cpufreq: Avoid redundant target() calls for unchanged limits
> date: 5 days ago
> config: x86_64-kexec (https://download.01.org/0day-ci/archive/20260526/202605261237.PUsriOv4-lkp@intel.com/config)
> compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260526/202605261237.PUsriOv4-lkp@intel.com/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202605261237.PUsriOv4-lkp@intel.com/
>
> All errors (new ones prefixed by >>):
>
> >> drivers/cpufreq/intel_pstate.c:2945:11: error: no member named 'update_limits' in 'struct cpufreq_policy_data'
> 2945 | policy->update_limits = true;
A different change was already merged instead of this one.
--
viresh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-27 3:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26 10:56 drivers/cpufreq/intel_pstate.c:2945:11: error: no member named 'update_limits' in 'struct cpufreq_policy_data' kernel test robot
2026-05-27 3:42 ` Viresh Kumar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.