Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10804153imu; Thu, 6 Dec 2018 07:04:50 -0800 (PST) X-Google-Smtp-Source: AFSGD/XiE8eMuOwQOlRa3Vv9lTynUQuYPC82v6iaxDVdKc6wnChFJtLIYcLUDaRT0CAi3axPCK6L X-Received: by 2002:a17:902:5ac2:: with SMTP id g2mr28601445plm.313.1544108690267; Thu, 06 Dec 2018 07:04:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544108690; cv=none; d=google.com; s=arc-20160816; b=Gd0PTd2iHXJ5LQA1Okdi0A3AcQTSVNITZ7pMza4lJHrO5edjrcBD0MiPGitf2O/ryM UaRVjhYj2Lm4tpf8+3Ez60Bt+BscAZuXth0NOXDpK530AnX+cKiMymkyOmjD6f+HtA1w EIxUTs7EfBYZoCtFScyYXoBov5pWmYHtmgu7YvyU3D8WFdEQrTg8O5EK3dIM61SDhzy7 9y6Nt1zzI3mP6eAWvA0+QyOgHX6fOkHMVo+rdNivoSwMODjyiQCOxnmuwvBFbEuITrWE 4tdyl3f1XQZFnmSoIYS0obWXl7oAPcPsn4woLOYzRTrCeUOlqKPHb7t6ys2bYjywlGnX Ev9A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=88r3G7WD0+LMaRTetudlcupdF7gOT6jBHY6M8RfeIII=; b=XknGkcCuVkzIhAbS1D0oywqKAhN+zGPUiIhECo3rR342CNyxubwhDpOOAvu4qdT5aJ ZoRZLFtB9NUSr2z3Xa9Jdkdtguf+iZ3qHccgadnF79X1B5RhRIAjERGsjyi1ti/gdhIH RZOL3R3eq5zresEqhyzDWj2v69IIXXDG5+JUSLsFqvWq3ADHzkl4H2bw8ZNWVVT2rx7m Ijdh62SUIcb5R86PlEmZ9Pnut2mgq6MWN2+jeMZsfqP9eXNxFiiL/WUoWxbBLWbneSag wFbIp1HV/yM9w40xg1YBVjZ2nz4HBmUyJiDqduEHDuCMCRCLqXHvoqz9YXl5iBlpWOae LCAg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s4si408263pfb.190.2018.12.06.07.04.22; Thu, 06 Dec 2018 07:04:50 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726142AbeLFPA4 (ORCPT + 99 others); Thu, 6 Dec 2018 10:00:56 -0500 Received: from verein.lst.de ([213.95.11.211]:57689 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725928AbeLFPAz (ORCPT ); Thu, 6 Dec 2018 10:00:55 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 3238668D83; Thu, 6 Dec 2018 16:00:54 +0100 (CET) Date: Thu, 6 Dec 2018 16:00:54 +0100 From: Christoph Hellwig To: iommu@lists.linux-foundation.org Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] csky, h8300, riscv: remove leftovers Message-ID: <20181206150054.GA25702@lst.de> References: <20181109090008.24150-1-hch@lst.de> <20181109090008.24150-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181109090008.24150-2-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks like generic-y is mostly going away anyway, so I'm going to skip this to avoid conflicts with the kbuild tree.