From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752993Ab3AUMBU (ORCPT ); Mon, 21 Jan 2013 07:01:20 -0500 Received: from ozlabs.org ([203.10.76.45]:52675 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752440Ab3AUMBT (ORCPT ); Mon, 21 Jan 2013 07:01:19 -0500 From: Rusty Russell To: Steven Rostedt , Sasha Levin Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, fweisbec@gmail.com, ananth@in.ibm.com, anil.s.keshavamurthy@intel.com, masami.hiramatsu.pt@hitachi.com, jbaron@redhat.com, x86@kernel.org, linux-kernel@vger.kernel.org, MartinSchwidefsky , Heiko Carstens , linux-s390 Subject: Re: [PATCH 2/5] jump label: constify lookup functions In-Reply-To: <1358544300.7383.37.camel@gandalf.local.home> References: <1357772960-4436-1-git-send-email-sasha.levin@oracle.com> <1357772960-4436-2-git-send-email-sasha.levin@oracle.com> <1358544300.7383.37.camel@gandalf.local.home> User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/23.4.1 (i686-pc-linux-gnu) Date: Mon, 21 Jan 2013 17:21:06 +1030 Message-ID: <87sj5vuizp.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Steven Rostedt writes: > On Wed, 2013-01-09 at 18:09 -0500, Sasha Levin wrote: >> Modify the parameters of all the lookup and the bookkeeping functions which >> should be const to const. >> >> For example, jump_label_text_reserved() doesn't modify the memory it works on, >> it just checks whether there are any jump labels there. > > This is dependent on the module patch, which Rusty is taking. I need to > see that he has it before this can go in. At least see it in linux-next. > > Also, you should have Cc'd the linux-arch mailing list. I'll send it > there. I've put it in now. Thanks, Rusty.