Re: [kbuild-all] [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Boqun Feng
On Tue, Oct 13, 2015 at 12:02:00AM +0800, Fengguang Wu wrote: > On Mon, Oct 12, 2015 at 11:42:24PM +0800, Boqun Feng wrote: > > Hi Fengguang, > > > > On Mon, Oct 12, 2015 at 11:29:14PM +0800, Fengguang Wu wrote: > > > Hi Boqun, > > > > > > The base tree detection is based on the whole patchset's

Re: [kbuild-all] [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Fengguang Wu
> > BTW, does this bot have more tests than 0day? I have pushed this > > patchset to my own repo and had it tested by 0day. > > Yes, it runs git am, the resulted commits are feed to 0day for > build/boot/performance tests. If you've already pushed the patches via > git, the robot should have skip

Re: [kbuild-all] [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Fengguang Wu
On Mon, Oct 12, 2015 at 11:42:24PM +0800, Boqun Feng wrote: > Hi Fengguang, > > On Mon, Oct 12, 2015 at 11:29:14PM +0800, Fengguang Wu wrote: > > Hi Boqun, > > > > The base tree detection is based on the whole patchset's > > > > - subjects > > - touched files > > - TO/CC list > > > > Log shows

Re: [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Boqun Feng
Hi Fengguang, On Mon, Oct 12, 2015 at 11:29:14PM +0800, Fengguang Wu wrote: > Hi Boqun, > > The base tree detection is based on the whole patchset's > > - subjects > - touched files > - TO/CC list > > Log shows the files and TO/CC are strongly related to powerpc, > so it looks a natural choice

Re: [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Fengguang Wu
Hi Boqun, The base tree detection is based on the whole patchset's - subjects - touched files - TO/CC list Log shows the files and TO/CC are strongly related to powerpc, so it looks a natural choice to apply to it. Especially you put "linuxppc-...@lists.ozlabs.org" in the TO list while

[PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Boqun Feng
Some atomic operations now have _{relaxed, acquire, release} variants, this patch then adds some trivial tests for two purpose: 1. test the behavior of these new operations in single-CPU environment. 2. make their code generated before we actually use them somewhere, so

Re: [kbuild-all] [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Fengguang Wu
On Mon, Oct 12, 2015 at 11:42:24PM +0800, Boqun Feng wrote: > Hi Fengguang, > > On Mon, Oct 12, 2015 at 11:29:14PM +0800, Fengguang Wu wrote: > > Hi Boqun, > > > > The base tree detection is based on the whole patchset's > > > > - subjects > > - touched files > > - TO/CC list > > > > Log shows

Re: [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Fengguang Wu
Hi Boqun, The base tree detection is based on the whole patchset's - subjects - touched files - TO/CC list Log shows the files and TO/CC are strongly related to powerpc, so it looks a natural choice to apply to it. Especially you put "linuxppc-...@lists.ozlabs.org" in the TO list while

Re: [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Boqun Feng
Hi Fengguang, On Mon, Oct 12, 2015 at 11:29:14PM +0800, Fengguang Wu wrote: > Hi Boqun, > > The base tree detection is based on the whole patchset's > > - subjects > - touched files > - TO/CC list > > Log shows the files and TO/CC are strongly related to powerpc, > so it looks a natural choice

Re: [kbuild-all] [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Fengguang Wu
> > BTW, does this bot have more tests than 0day? I have pushed this > > patchset to my own repo and had it tested by 0day. > > Yes, it runs git am, the resulted commits are feed to 0day for > build/boot/performance tests. If you've already pushed the patches via > git, the robot should have skip

[PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Boqun Feng
Some atomic operations now have _{relaxed, acquire, release} variants, this patch then adds some trivial tests for two purpose: 1. test the behavior of these new operations in single-CPU environment. 2. make their code generated before we actually use them somewhere, so

Re: [kbuild-all] [lkp] [PATCH v3 2/6] atomics: Add test for atomic operations with _relaxed variants

2015-10-12 Thread Boqun Feng
On Tue, Oct 13, 2015 at 12:02:00AM +0800, Fengguang Wu wrote: > On Mon, Oct 12, 2015 at 11:42:24PM +0800, Boqun Feng wrote: > > Hi Fengguang, > > > > On Mon, Oct 12, 2015 at 11:29:14PM +0800, Fengguang Wu wrote: > > > Hi Boqun, > > > > > > The base tree detection is based on the whole patchset's