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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 A1241C282C4 for ; Tue, 12 Feb 2019 07:50:58 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 71739206BA for ; Tue, 12 Feb 2019 07:50:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="nvDGyS4u"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="d4ob1Coc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 71739206BA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=m7nrd4YGv+do5e9Stiv2j/vslvhnL/RCDckffr7aq1c=; b=nvDGyS4ulZXC/A GZjDDODg9INHIV79RsvuqCLQUoU7Lph5vuK5oOXWbTIRPHJYzqIql3m4NGuMpYmeG5MwsB+f8wx/Q lkfeHB4CiEh449OkNGmjogFMQXB3+sZY4Z60bpF4TnlzprsxqDFapntLjx7N6+kRatw1chQ/8yYua Wnb6XsBnf1TIRO9FJA6bamwkWHKjzQp4No4KJGzPVW3bSbPzL0EziHk0dL2/FQJprarGAxLXYGYzA QnmZ+NMOxOzDSKH3SqbeH6Csqv0moV5ljoVExn4Xm4e373V8jI8Zd591kKEkH3zlxz2amzD9WUOPf a0E0k22eg0Mqs4FL5HJQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtSqB-00028N-TK; Tue, 12 Feb 2019 07:50:51 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtSq8-00027j-UV; Tue, 12 Feb 2019 07:50:50 +0000 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2C93F206BA; Tue, 12 Feb 2019 07:50:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549957848; bh=y54w9EVZv3V4cIoqB14SOBglamNvK7jiiy/RQSg6X5s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d4ob1CoclM+2KgvxA8amFcdXCyApEpbZ5eSfbs/Fk51eeAHy55EsXsTUkCtwgtrS4 QXxd1VWIhcst00kfjK25dVwATnNhcqIdtqk24VFh3JTUd5YbDv8EG9NBNuewmYRSb1 05PU4ofDaxp+G3bEZZtHF/W2Stb7n6g7TLXWaUXQ= Date: Tue, 12 Feb 2019 08:50:46 +0100 From: Greg Kroah-Hartman To: Christoph Hellwig Subject: Re: [PATCH 07/12] dma-mapping: move CONFIG_DMA_CMA to kernel/dma/Kconfig Message-ID: <20190212075046.GD5924@kroah.com> References: <20190211133554.30055-1-hch@lst.de> <20190211133554.30055-8-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190211133554.30055-8-hch@lst.de> User-Agent: Mutt/1.11.3 (2019-02-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190211_235049_006688_A5A80CCE X-CRM114-Status: UNSURE ( 9.04 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-xtensa@linux-xtensa.org, linux-sh@vger.kernel.org, devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, x86@kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-riscv@lists.infradead.org, linux-snps-arc@lists.infradead.org, Lee Jones , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Feb 11, 2019 at 02:35:49PM +0100, Christoph Hellwig wrote: > This is where all the related code already lives. > > Signed-off-by: Christoph Hellwig > --- > drivers/base/Kconfig | 77 -------------------------------------------- > kernel/dma/Kconfig | 77 ++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 77 insertions(+), 77 deletions(-) Much nicer, thanks! Reviewed-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel