Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-05 Thread Vineet Gupta
On 09/05/2013 07:49 PM, Christoph Lameter wrote: > On Thu, 5 Sep 2013, Vineet Gupta wrote: > >> Yes I do see the macro fix in mainline but no discussions related to missing >> preemption debug checks after NAK from Peter/Ingo. > v4 was posted yesterday with the preemption bug checks. I see that.

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-05 Thread Christoph Lameter
On Thu, 5 Sep 2013, Vineet Gupta wrote: > Yes I do see the macro fix in mainline but no discussions related to missing > preemption debug checks after NAK from Peter/Ingo. v4 was posted yesterday with the preemption bug checks. -- To unsubscribe from this list: send the line "unsubscribe

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-05 Thread Christoph Lameter
On Thu, 5 Sep 2013, Vineet Gupta wrote: Yes I do see the macro fix in mainline but no discussions related to missing preemption debug checks after NAK from Peter/Ingo. v4 was posted yesterday with the preemption bug checks. -- To unsubscribe from this list: send the line unsubscribe

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-05 Thread Vineet Gupta
On 09/05/2013 07:49 PM, Christoph Lameter wrote: On Thu, 5 Sep 2013, Vineet Gupta wrote: Yes I do see the macro fix in mainline but no discussions related to missing preemption debug checks after NAK from Peter/Ingo. v4 was posted yesterday with the preemption bug checks. I see that. IMHO it

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-04 Thread Vineet Gupta
On 09/04/2013 07:44 PM, Christoph Lameter wrote: > On Wed, 4 Sep 2013, Vineet Gupta wrote: > >> Considering other discussions on this thread, shall I drop this from my >> for-curr >> for this merge window ? I don't see any other arch changes to that effect in >> latest linux-next. > > The

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-04 Thread Christoph Lameter
On Wed, 4 Sep 2013, Vineet Gupta wrote: > Considering other discussions on this thread, shall I drop this from my > for-curr > for this merge window ? I don't see any other arch changes to that effect in > latest linux-next. The required fix of the macros was merged yesterday into upstream. --

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-04 Thread Vineet Gupta
Hi Christoph, On 08/29/2013 10:13 PM, Christoph Lameter wrote: > On Thu, 29 Aug 2013, Vineet Gupta wrote: > >> On 08/29/2013 01:18 AM, Christoph Lameter wrote: >>> Acked-by: Vineet Gupta >>> Signed-off-by: Christoph Lameter >> >> Applied to for-next. > > Ok dropping it from patchset. >

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-04 Thread Vineet Gupta
Hi Christoph, On 08/29/2013 10:13 PM, Christoph Lameter wrote: On Thu, 29 Aug 2013, Vineet Gupta wrote: On 08/29/2013 01:18 AM, Christoph Lameter wrote: Acked-by: Vineet Gupta vgu...@synopsys.com Signed-off-by: Christoph Lameter c...@linux.com Applied to for-next. Ok dropping it from

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-04 Thread Christoph Lameter
On Wed, 4 Sep 2013, Vineet Gupta wrote: Considering other discussions on this thread, shall I drop this from my for-curr for this merge window ? I don't see any other arch changes to that effect in latest linux-next. The required fix of the macros was merged yesterday into upstream. -- To

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-09-04 Thread Vineet Gupta
On 09/04/2013 07:44 PM, Christoph Lameter wrote: On Wed, 4 Sep 2013, Vineet Gupta wrote: Considering other discussions on this thread, shall I drop this from my for-curr for this merge window ? I don't see any other arch changes to that effect in latest linux-next. The required fix of

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-08-29 Thread Christoph Lameter
On Thu, 29 Aug 2013, Vineet Gupta wrote: > On 08/29/2013 01:18 AM, Christoph Lameter wrote: > > Acked-by: Vineet Gupta > > Signed-off-by: Christoph Lameter > > Applied to for-next. Ok dropping it from patchset. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-08-29 Thread Vineet Gupta
On 08/29/2013 01:18 AM, Christoph Lameter wrote: > Acked-by: Vineet Gupta > Signed-off-by: Christoph Lameter Applied to for-next. Thx, -Vineet -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-08-29 Thread Vineet Gupta
On 08/29/2013 01:18 AM, Christoph Lameter wrote: Acked-by: Vineet Gupta vgu...@synopsys.com Signed-off-by: Christoph Lameter c...@linux.com Applied to for-next. Thx, -Vineet -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-08-29 Thread Christoph Lameter
On Thu, 29 Aug 2013, Vineet Gupta wrote: On 08/29/2013 01:18 AM, Christoph Lameter wrote: Acked-by: Vineet Gupta vgu...@synopsys.com Signed-off-by: Christoph Lameter c...@linux.com Applied to for-next. Ok dropping it from patchset. -- To unsubscribe from this list: send the line

[gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-08-28 Thread Christoph Lameter
__get_cpu_var() is used for multiple purposes in the kernel source. One of them is address calculation via the form &__get_cpu_var(x). This calculates the address for the instance of the percpu variable of the current processor based on an offset. Other use cases are for storing and retrieving

[gcv v3 32/35] arc: Replace __get_cpu_var uses

2013-08-28 Thread Christoph Lameter
__get_cpu_var() is used for multiple purposes in the kernel source. One of them is address calculation via the form __get_cpu_var(x). This calculates the address for the instance of the percpu variable of the current processor based on an offset. Other use cases are for storing and retrieving