From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755603Ab0C3NUH (ORCPT ); Tue, 30 Mar 2010 09:20:07 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]:33093 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997Ab0C3NUF (ORCPT ); Tue, 30 Mar 2010 09:20:05 -0400 X-Authority-Analysis: v=1.1 cv=8Rq9yliVGc3GxcN10kx+g7e/eWPAtZnInWtRlahw0rA= c=1 sm=0 a=111p4j47RSwA:10 a=7U3hwN5JcxgA:10 a=Q9fys5e9bTEA:10 a=gMqfjgEr1zLu/65IO0LwxA==:17 a=7d_E57ReAAAA:8 a=VwQbUJbxAAAA:8 a=yPCof4ZbAAAA:8 a=FsJUqAuNAAAA:8 a=Tty9oNO6AAAA:8 a=Z4Rwk6OoAAAA:8 a=meVymXHHAAAA:8 a=NoZIqgjevYOf4KZF8qoA:9 a=GKGdO8boADS-XwQJqkLNDnYypegA:4 a=PUjeQqilurYA:10 a=D6-X0JM3zdQA:10 a=LI9Vle30uBYA:10 a=7DSvI1NPTFQA:10 a=pzSI60jIEQsA:10 a=jbrJJM5MRmoA:10 a=0kPLrQdw3YYA:10 a=jeBq3FmKZ4MA:10 a=gMqfjgEr1zLu/65IO0LwxA==:117 X-Cloudmark-Score: 0 X-Originating-IP: 74.67.89.75 Subject: Re: [PATCH] modules fix incorrect percpu usage From: Steven Rostedt Reply-To: rostedt@goodmis.org To: Mathieu Desnoyers Cc: linux-kernel@vger.kernel.org, stable , Randy Dunlap , Eric Dumazet , Rusty Russell , Peter Zijlstra , Tejun Heo , Ingo Molnar , Andrew Morton , Linus Torvalds , Greg Kroah-Hartman In-Reply-To: <20100330033617.GE7683@Krystal> References: <20100330033211.GC7683@Krystal> <20100330033617.GE7683@Krystal> Content-Type: text/plain; charset="ISO-8859-15" Organization: Kihon Technologies Inc. Date: Tue, 30 Mar 2010 09:20:01 -0400 Message-ID: <1269955201.19685.5867.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2010-03-29 at 23:36 -0400, Mathieu Desnoyers wrote: > * Mathieu Desnoyers (mathieu.desnoyers@efficios.com) 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 > > > > This patch should be queued for the stable branch, for kernels 2.6.29.x to > > 2.6.33.x. > > (tested on 2.6.33.1 x86_64) > > It's actually needed for mainline too (2.6.34-rc2). Then all you need to do is submit it for mainline with a "Cc: stable@kernel.org" as you did below. It will then automatically be added to the stable queue when Linus pulls it. -- Steve > > Thanks, > > Mathieu > > > > > 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 > > --- > > kernel/module.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >