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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88716C25B6D for ; Wed, 25 Oct 2023 03:27:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232441AbjJYD1N (ORCPT ); Tue, 24 Oct 2023 23:27:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229544AbjJYD1K (ORCPT ); Tue, 24 Oct 2023 23:27:10 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9C4190; Tue, 24 Oct 2023 20:27:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=t1eCFwlywTSauENKR7sUNIvBsE1/8EtL14Kry+4k1DM=; b=DjeYgJ9Kv7XNEnGugU2ROOluyt PWmSN52GZrwhh9jf3kOcZn0zgKBTaolv9OSNDj8qIlFrBRdh9bRzLmO1ZSwJpe9MqnqVQYfQHFHi6 us4+KnF5gt2IJaCsqPNINxDnmdlq6ubEkyUBIcR4ni3SXGCVoreDU3ZFrHqQOqPsJb/SePBW72Z9d HIFzSbGR677Fc/bbNbBF9eK8259ps9NFUYxSK1H+XhBrBIjEblXey7NA7CI6v73IkeeAX09WQrG5p BGZCuVyA5vHkg6Pk4dDAzw46aczD7RBenAvpDhqPW9vmMybFoHpkCDHE5ir+Vi0Lky7rIKpkSdmle yA6mzppw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qvUXx-00BGRH-1B; Wed, 25 Oct 2023 03:27:05 +0000 Date: Tue, 24 Oct 2023 20:27:05 -0700 From: Christoph Hellwig To: Randy Dunlap Cc: Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , linux-riscv , Conor Dooley , Geert Uytterhoeven Subject: Re: linux-next: Tree for Oct 24 (drivers/soc/renesas/Kconfig) Message-ID: References: <20231024174818.1137914a@canb.auug.org.au> <31264b8b-4509-4972-97f8-0926bc843147@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <31264b8b-4509-4972-97f8-0926bc843147@infradead.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 24, 2023 at 05:22:43PM -0700, Randy Dunlap wrote: > WARNING: unmet direct dependencies detected for DMA_GLOBAL_POOL > Depends on [n]: !ARCH_HAS_DMA_SET_UNCACHED [=n] && !DMA_DIRECT_REMAP [=y] > Selected by [y]: > - ARCH_R9A07G043 [=y] && SOC_RENESAS [=y] && RISCV [=y] && NONPORTABLE [=y] && RISCV_ALTERNATIVE [=y] && RISCV_SBI [=y] This is known and just waiting for the fixes here: https://lore.kernel.org/linux-riscv/20231018052654.50074-1-hch@lst.de/T/#t to be applied.