From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 979D3C4338F for ; Wed, 25 Aug 2021 11:31:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 73C7361153 for ; Wed, 25 Aug 2021 11:31:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238127AbhHYLcf (ORCPT ); Wed, 25 Aug 2021 07:32:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:60952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231852AbhHYLcf (ORCPT ); Wed, 25 Aug 2021 07:32:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 083046113C; Wed, 25 Aug 2021 11:31:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629891109; bh=MnKCKboAJAUUrSosplwk75lPCPblZiXztoeo1IeHRNo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FlkjiMgpaI4Y+mHVVSrtNJbnDsUcpl8PTKSRHIdMOxOoCNwGaMvfgwXWdISiYHJZh iA87354A7Jr38mXhk5l7aaglNxFomAB/yfF+de5hdIpdXwu7e0FaE+fMzd/6sltuAU AMeXQE3JaNRmylGboAz4fsplLX3dE9F2Dz4KqivVS0vidCksVVgzsTH/N1gjwCbHH1 MVvb1gs4oEES5NFIHUvGucx9dClBmJumc/k5BCc26pcGKn5W4ts8lYmt4qwRw37Zpv z6qKiyo8qIOXa0Rx3UdrfArPOehEwvSJjXPZg6hOcBNG+7qrYZnn+KZ+P7j9puyvsI Spid80DYadwIg== Date: Wed, 25 Aug 2021 17:01:45 +0530 From: Vinod Koul To: Johannes Berg Cc: Dave Jiang , Dan Williams , dmaengine@vger.kernel.org, Johannes Berg , Geert Uytterhoeven Subject: Re: [PATCH] dmaengine: ioat: depends on !UML Message-ID: References: <20210809112409.a3a0974874d2.I2ffe3d11ed37f735da2f39884a74c953b258b995@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210809112409.a3a0974874d2.I2ffe3d11ed37f735da2f39884a74c953b258b995@changeid> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 09-08-21, 11:24, Johannes Berg wrote: > From: Johannes Berg > > Now that UML has PCI support, this driver must depend also on > !UML since it pokes at X86_64 architecture internals that don't > exist on ARCH=um. Applied, thanks -- ~Vinod