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.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 0ECDEC433C1 for ; Tue, 30 Mar 2021 05:38:16 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 904AB6192F for ; Tue, 30 Mar 2021 05:38:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 904AB6192F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc: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=2qSfOWNKEcfCw6EN8MvE/4qcMIX08WS92B3FOYDWWa0=; b=fXPCgPKEa/JuJgx1WI9Rx9Aeg 8tsF9EgTqsDmznr9aFUCXxkAj60lf9XM2JCVcYh9fKeS7O7y66T/UgqIInUjLoj9/vlosgX1zTqUY MO0pZLeAPextJdDjavpMBIWMD96DhkqWd+AZ5v4bFeMZ2mQKyW7ZVG6Xs2hZrUszYDo58FRy4o4Cb 2J8mVBktgQrK9C6cMGUiaG/b9iK9MXqP/NiKtAhBaAbsqHj24/Y0F0saNd79M9QpOwDNuQNRob6VS f3pEuYiZP3z3ky768TRGlx8aAYFxcPeFwtqJCBZDuuhCYNHp+IJVDpMJ05sa4FMQ44QtS1u4oC+BM AZvpRZ9lQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lR739-002lYO-Lh; Tue, 30 Mar 2021 05:36:23 +0000 Received: from verein.lst.de ([213.95.11.211]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lR732-002lXS-S5 for linux-arm-kernel@lists.infradead.org; Tue, 30 Mar 2021 05:36:20 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 0F79168B05; Tue, 30 Mar 2021 07:36:07 +0200 (CEST) Date: Tue, 30 Mar 2021 07:36:07 +0200 From: Christoph Hellwig To: Florian Fainelli Cc: Stefano Stabellini , Konrad Rzeszutek Wilk , Christoph Hellwig , xen-devel@lists.xensource.com, linux-arm-kernel@lists.infradead.org, Marek Szyprowski , Robin Murphy , "open list:SWIOTLB SUBSYSTEM" , open list , Russell King , Mike Rapoport , Andrew Morton , Ard Biesheuvel , Max Filippov , Catalin Marinas , opendmb@gmail.com Subject: Re: [PATCH] ARM: Qualify enabling of swiotlb_init() Message-ID: <20210330053607.GA4863@lst.de> References: <20210319040333.183827-1-f.fainelli@gmail.com> <20210319130731.GB2624@lst.de> <20210319195929.GA1346384@konrad-char-us-oracle-com.allregionaliads.osdevelopmeniad.oraclevcn.com> <3db926f4-6047-cc62-8654-a965b8570e75@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3db926f4-6047-cc62-8654-a965b8570e75@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210330_063618_675071_AC97432C X-CRM114-Status: GOOD ( 13.37 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 29, 2021 at 12:30:42PM -0700, Florian Fainelli wrote: > Should I toss this in Russell's patch tracker or do you need me to make > some changes to the patch? Due to all the other changes in this area I don't think anything but the swiotlb tree makes much sense here. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel