Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754066AbcKULCJ (ORCPT ); Mon, 21 Nov 2016 06:02:09 -0500 Received: from mail-yb0-f194.google.com ([209.85.213.194]:35911 "EHLO mail-yb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753528AbcKULCG (ORCPT ); Mon, 21 Nov 2016 06:02:06 -0500 MIME-Version: 1.0 In-Reply-To: <20161121100950.GA32763@kroah.com> References: <1479491838-10311-1-git-send-email-sergio.paracuellos@gmail.com> <1479491838-10311-2-git-send-email-sergio.paracuellos@gmail.com> <20161119132003.GA19781@kroah.com> <20161121100950.GA32763@kroah.com> From: Sergio Paracuellos Date: Mon, 21 Nov 2016 12:02:05 +0100 Message-ID: Subject: Re: [PATCH v4] staging: slicoss: fix different address space warnings To: Greg KH Cc: devel@driverdev.osuosl.org, linux-kernel , Lior Dotan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 489 Lines: 19 On Mon, Nov 21, 2016 at 11:09 AM, Greg KH wrote: > Ok, I'm lost too, sorry. I looked at the driver and shmem_data is > created by calling pci_zalloc_consistent, and that's not __iomem space, > but a real pointer. > > So your patch is correct here, sorry for the noise, I'll go apply it. > > thanks, > > greg k-h I was thinking that my English wasn't good enough and I was missing something :-) Thanks for let me know, Greg. Cheers, Sergio Paracuellos