lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 29 Oct 2015 05:27:58 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Bálint Czobor <czoborbalint@...il.com>
Cc:	kbuild-all@...org, "Rafael J. Wysocki" <rjw@...ysocki.net>,
	Viresh Kumar <viresh.kumar@...aro.org>,
	linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
	Mike Chan <mike@...roid.com>,
	Todd Poynor <toddpoynor@...gle.com>,
	Bálint Czobor <czoborbalint@...il.com>
Subject: Re: [PATCH 1/1] cpufreq: interactive: New 'interactive' governor

Hi Mike,

[auto build test ERROR on pm/linux-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base]

url:    https://github.com/0day-ci/linux/commits/B-lint-Czobor/cpufreq-interactive-New-interactive-governor/20151029-041207
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

>> drivers/cpufreq/cpufreq_interactive.c:35:46: fatal error: trace/events/cpufreq_interactive.h: No such file or directory
   compilation terminated.

vim +35 drivers/cpufreq/cpufreq_interactive.c

    29	#include <linux/timer.h>
    30	#include <linux/workqueue.h>
    31	#include <linux/kthread.h>
    32	#include <linux/slab.h>
    33	
    34	#define CREATE_TRACE_POINTS
  > 35	#include <trace/events/cpufreq_interactive.h>
    36	
    37	struct cpufreq_interactive_cpuinfo {
    38		struct timer_list cpu_timer;

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (51611 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ