From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750961AbdE0SIX (ORCPT ); Sat, 27 May 2017 14:08:23 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:34757 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750797AbdE0SIW (ORCPT ); Sat, 27 May 2017 14:08:22 -0400 MIME-Version: 1.0 In-Reply-To: <1bffdbbd-a317-d9a3-88d2-d02501d2fae1@deltatee.com> References: <1495726955-27497-1-git-send-email-logang@deltatee.com> <3c36765c-9e23-7947-b6d9-29ca892bd348@nod.at> <1bffdbbd-a317-d9a3-88d2-d02501d2fae1@deltatee.com> From: Geert Uytterhoeven Date: Sat, 27 May 2017 20:08:20 +0200 X-Google-Sender-Auth: aT4d-aW-Eu1sNX33P2Pu0aElOdo Message-ID: Subject: Re: [PATCH v2] um: add dummy ioremap and iounmap functions To: Logan Gunthorpe Cc: Richard Weinberger , "linux-kernel@vger.kernel.org" , uml-devel , Stephen Bates , Jeff Dike , Al Viro , Arnd Bergmann Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Logan, On Thu, May 25, 2017 at 5:53 PM, Logan Gunthorpe wrote: > On 25/05/17 09:48 AM, Richard Weinberger wrote: >> Which ones are failing? >> I thought we killed the problem by making CONFIG_COMPILE_TEST depend on !UML. > > None, at the moment. My work is trying to add iomem support to scatter > lists and thus I want to call ioremap in scatterlist.c. That's when > things fail to build. We could put an '#ifdef HAS_IOMEM' around only the > uses, but I thought this approach was cleaner. However, if people would > rather I do that, let me know and I will. > >> I was never a fan of that approach because in my opinion drivers should have >> proper dependencies, including a dependency on HAS_IOMEM. > > This doesn't really work when we try to use it in a core library which > can't depend on HAS_IOMEM. Still, those code patch could be protected by #ifdef CONFIG_HAS_IOMEM, or better, if (IS_ENABLED(CONFIG_HAS_IOMEM)). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds