From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 26 Aug 2014 14:08:51 -0400 From: Tejun Heo To: Christoph Lameter Cc: akpm@linuxfoundation.org, rostedt@goodmis.org, linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Wim Van Sebroeck , linux-watchdog@vger.kernel.org Subject: Re: [PATCH 11/35] [PATCH 11/36] watchdog: Replace __raw_get_cpu_var uses Message-ID: <20140826180851.GT31659@mtj.dyndns.org> References: <20140817173023.439660246@linux.com> <20140817173034.662853063@linux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140817173034.662853063@linux.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: List-ID: On Sun, Aug 17, 2014 at 12:30:34PM -0500, Christoph Lameter wrote: > Most of these are the uses of &__raw_get_cpu_var for address calculation. > > touch_softlockup_watchdog_sync() uses __raw_get_cpu_var to write to > per cpu variables. Use __this_cpu_write instead. > > Cc: Wim Van Sebroeck > Cc: linux-watchdog@vger.kernel.org > Signed-off-by: Christoph Lameter (Please disregard the ones I posted for v1 of the patch series) Applied to percpu/for-3.18-consistent-ops. Please let me know if this patch should be routed differently. Note that this patch was to be applied to percpu/for-3.17 but delayed due to build issues caused by cpumask_var_t. Thanks. -- tejun