From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757957Ab0CaBwX (ORCPT ); Tue, 30 Mar 2010 21:52:23 -0400 Received: from hera.kernel.org ([140.211.167.34]:46205 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756498Ab0CaBwV (ORCPT ); Tue, 30 Mar 2010 21:52:21 -0400 Message-ID: <4BB2AA47.2030906@kernel.org> Date: Wed, 31 Mar 2010 10:49:59 +0900 From: Tejun Heo User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: Mathieu Desnoyers CC: linux-kernel@vger.kernel.org, Randy Dunlap , Eric Dumazet , Rusty Russell , Peter Zijlstra , Ingo Molnar , Andrew Morton , Linus Torvalds , Greg Kroah-Hartman , Steven Rostedt , stable Subject: Re: [PATCH] modules fix incorrect percpu usage References: <20100330135208.GC20673@Krystal> In-Reply-To: <20100330135208.GC20673@Krystal> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (hera.kernel.org [127.0.0.1]); Wed, 31 Mar 2010 01:50:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/30/2010 10:52 PM, Mathieu Desnoyers wrote: > Should use per_cpu_ptr() to obfuscate the per cpu pointers (RELOC_HIDE is needed > for per cpu pointers). > > Introduced by commit: > > module.c: commit 6b588c18f8dacfa6d7957c33c5ff832096e752d3 > > It applies to mainline as of 2.6.34-rc2. This patch should be queued for the > stable branch, for kernels 2.6.29.x to 2.6.33.x. > (based on 2.6.33.1, also applies to 2.6.34-rc2 -tip) > > Signed-off-by: Mathieu Desnoyers > CC: Randy Dunlap > CC: Eric Dumazet > CC: Rusty Russell > CC: Peter Zijlstra > CC: Tejun Heo > CC: Ingo Molnar > CC: Andrew Morton > CC: Linus Torvalds > CC: Greg Kroah-Hartman > CC: Steven Rostedt > CC: stable Acked-by: Tejun Heo Thanks. -- tejun