From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 20 May 2011 11:51:11 +0200 From: Heiko Carstens Subject: Re: [RFC][PATCH] maccess,probe_kernel: Make write/read src const void * Message-ID: <20110520095111.GA2439@osiris.boeblingen.de.ibm.com> References: <1305824936.1465.4.camel@gandalf.stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1305824936.1465.4.camel@gandalf.stny.rr.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Steven Rostedt Cc: LKML , Ingo Molnar , Martin Schwidefsky , linux-s390 , Mike Frysinger , uclinux-dist-devel List-ID: On Thu, May 19, 2011 at 01:08:56PM -0400, Steven Rostedt wrote: > maccess,probe_kernel: Make src const void * > > The functions probe_kernel_write() and probe_kernel_read() do not modify > the src pointer. Allow const pointers to be passed in without the need > of a typecast. > > Signed-off-by: Steven Rostedt > [...] > arch/s390/mm/maccess.c | 4 ++-- Acked-by: Heiko Carstens