Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1467399

Re: [PATCH 3/3] tracing: Histogram for missed timer offsets

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 3/3] tracing: Histogram for missed timer offsets
Date 2016-08-22 08:50 +0200
Message-ID <s8Rdw-2H5-5@gated-at.bofh.it> (permalink)
References <s7pMm-4SU-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Binoy,

[auto build test ERROR on tip/perf/core]
[also build test ERROR on v4.8-rc3 next-20160819]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]

url:    https://github.com/0day-ci/linux/commits/Binoy-Jayan/tracing-Deference-pointers-without-RCU-checks/20160818-151235
config: powerpc-c2k_defconfig (attached as .config)
compiler: powerpc-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=powerpc 

All errors (new ones prefixed by >>):

   kernel/built-in.o: In function `atomic_read':
>> arch/powerpc/include/asm/atomic.h:37: undefined reference to `__tracepoint_latency_hrtimer_interrupt'
>> arch/powerpc/include/asm/atomic.h:37: undefined reference to `__tracepoint_latency_hrtimer_interrupt'
   kernel/built-in.o: In function `__hrtimer_run_queues':
   kernel/time/hrtimer.c:1298: undefined reference to `__tracepoint_latency_hrtimer_interrupt'
   kernel/built-in.o: In function `trace_missed_hrtimer':
   kernel/time/hrtimer.c:1283: undefined reference to `__tracepoint_latency_hrtimer_interrupt'

vim +37 arch/powerpc/include/asm/atomic.h

dc53617c arch/powerpc/include/asm/atomic.h Boqun Feng         2016-01-06  31  })
dc53617c arch/powerpc/include/asm/atomic.h Boqun Feng         2016-01-06  32  
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11  33  static __inline__ int atomic_read(const atomic_t *v)
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11  34  {
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11  35  	int t;
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11  36  
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11 @37  	__asm__ __volatile__("lwz%U1%X1 %0,%1" : "=r"(t) : "m"(v->counter));
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11  38  
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11  39  	return t;
9f0cbea0 include/asm-powerpc/atomic.h      Segher Boessenkool 2007-08-11  40  }

:::::: The code at line 37 was first introduced by commit
:::::: 9f0cbea0d8cc47801b853d3c61d0e17475b0cc89 [POWERPC] Implement atomic{, 64}_{read, write}() without volatile

:::::: TO: Segher Boessenkool <segher@kernel.crashing.org>
:::::: CC: Paul Mackerras <paulus@samba.org>

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] *** Latency trace events - irqs, preempt, critical timing *** Binoy Jayan <binoy.jayan@linaro.org> - 2016-08-18 09:10 +0200
  [PATCH 1/3] tracing: Deference pointers without RCU checks Binoy Jayan <binoy.jayan@linaro.org> - 2016-08-18 09:10 +0200
    Re: [PATCH 1/3] tracing: Deference pointers without RCU checks Daniel Wagner <wagi@monom.org> - 2016-08-18 09:40 +0200
  [PATCH 2/3] tracing: Add trace_irqsoff tracepoints Binoy Jayan <binoy.jayan@linaro.org> - 2016-08-18 09:20 +0200
    Re: [PATCH 2/3] tracing: Add trace_irqsoff tracepoints Daniel Wagner <wagi@monom.org> - 2016-08-18 10:50 +0200
    Re: [PATCH 2/3] tracing: Add trace_irqsoff tracepoints Steven Rostedt <rostedt@goodmis.org> - 2016-08-18 16:30 +0200
  [PATCH 3/3] tracing: Histogram for missed timer offsets Binoy Jayan <binoy.jayan@linaro.org> - 2016-08-18 09:20 +0200
    Re: [PATCH 3/3] tracing: Histogram for missed timer offsets kbuild test robot <lkp@intel.com> - 2016-08-22 08:50 +0200

csiph-web