tree:   git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/linux.git cqm/pj
head:   20c8876174e697b30efb8f7e02420e99e893917c
commit: b531f858f8f20e73b0a70f1dbd5b856876bb335e [3/7] cgroup: Add new cacheqos 
cgroup subsys to support Cache QoS Monitoring
reproduce: make C=1 CF=-D__CHECK_ENDIAN__

   kernel/sched/core.c:565:9: sparse: incompatible types in comparison 
expression (different address spaces)
   kernel/sched/core.c:1382:17: sparse: incompatible types in comparison 
expression (different address spaces)
>> include/linux/perf_event.h:59:30: sparse: marked inline, but without a 
>> definition
>> include/linux/perf_event.h:58:31: sparse: marked inline, but without a 
>> definition
   kernel/sched/core.c:4896:9: sparse: incompatible types in comparison 
expression (different address spaces)
   kernel/sched/core.c:4903:9: sparse: incompatible types in comparison 
expression (different address spaces)
   kernel/sched/sched.h:723:9: sparse: incompatible types in comparison 
expression (different address spaces)
   kernel/sched/sched.h:736:9: sparse: incompatible types in comparison 
expression (different address spaces)
   kernel/sched/sched.h:723:9: sparse: incompatible types in comparison 
expression (different address spaces)

git remote add mfleming 
git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/linux.git
git remote update mfleming
git checkout b531f858f8f20e73b0a70f1dbd5b856876bb335e
vim +59 include/linux/perf_event.h

60063497a include/linux/perf_event.h   Arun Sharma           2011-07-26  52  
#include <linux/atomic.h>
641cc9388 include/linux/perf_event.h   Jiri Olsa             2012-03-15  53  
#include <linux/sysfs.h>
4018994f3 include/linux/perf_event.h   Jiri Olsa             2012-08-07  54  
#include <linux/perf_regs.h>
fa5881514 include/linux/perf_event.h   Peter Zijlstra        2010-05-18  55  
#include <asm/local.h>
f3dfd2656 include/linux/perf_counter.h Paul Mackerras        2009-02-26  56  
b531f858f include/linux/perf_event.h   Peter P Waskiewicz Jr 2014-01-03  57  
#ifdef CONFIG_CGROUP_CACHEQOS
b531f858f include/linux/perf_event.h   Peter P Waskiewicz Jr 2014-01-03 @58  
inline void cacheqos_sched_out(struct task_struct *task);
b531f858f include/linux/perf_event.h   Peter P Waskiewicz Jr 2014-01-03 @59  
inline void cacheqos_sched_in(struct task_struct *task);
b531f858f include/linux/perf_event.h   Peter P Waskiewicz Jr 2014-01-03  60  
#endif /* CONFIG_CGROUP_CACHEQOS */
b531f858f include/linux/perf_event.h   Peter P Waskiewicz Jr 2014-01-03  61  
f9188e023 include/linux/perf_counter.h Peter Zijlstra        2009-06-18  62  
struct perf_callchain_entry {

---
0-DAY kernel build testing backend              Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild                 Intel Corporation
_______________________________________________
kbuild mailing list
kbuild@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild
_______________________________________________
kbuild mailing list
kbuild@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild

Reply via email to