Received: by 10.223.185.116 with SMTP id b49csp1014065wrg; Fri, 23 Feb 2018 10:20:54 -0800 (PST) X-Google-Smtp-Source: AH8x2263c7Sb3ViBN8R0gz/7CwABw1MNh39bG7HjuGGb0LAZ+w+k0nejQXHVOHphLuELyxBiLLuB X-Received: by 10.101.71.202 with SMTP id f10mr2074910pgs.91.1519410054550; Fri, 23 Feb 2018 10:20:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519410054; cv=none; d=google.com; s=arc-20160816; b=FmDRa7m/vj4h4kbwtgvJ4cbrZDzazi7K2B9J382dD+rTF32ACQlFkdj43iHryHtx9C Y0BlOfBn+g3DgvXV3tolugHZM7qwXor0+oe51WGAr9NpQDgDteU5Kmtvv/5dw/zID7SC S4Gg7vOnKBrFNdTwzlAWg0nA8/NTkEgM4v2+LAYrMeTlhcwR52KEdW0HXdr2fEtNExs8 XbFndvWHWeuHCESbbIecgtChI7nzIn8X2J7FqQlUngNy2gOW8oPoKWh1z5kdtwmSXJVp BHXuFo6itsWqNMFJgZtM1/cV6+OHhi9K+3V5ZrD25ZHxGqnb3XLXQwnepuWGofPFdsh5 vvmA== 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:arc-authentication-results; bh=/zeqFeD/9rChNAS59Xot7YHJSl6slWWsAq1A3DMNLGs=; b=m4XKrpVChKHnr3dtRLJBaPocHTx/GtzTrZS3JDqhYZKCN9AhcTzAFTmp9xLrBw/4aH mjI5mPaHrdZ4OS5bwOEQ2VFyKuZ8YGoqDqbTJOmzL04MjVD461H5c2Kfo1Wvh7k/PMxr xjjEoik1AtN76wv3FJBW44CQGDK0NW5w3+s+iGx8uA4B9ZXQCTY+POudeKbMiuD0Wc3E mikY+4B9Zl5PIsoEMcMEJl76fZJsNrRIE1tlZlP7Q8vxrjKlan3jFAiekI5YJqhn53Dv NCSNqQa+p3D2S/u6K3J3tAIa89lwiu5r7LDEebLGcOelJE3bzSdqfRTNXupcQ60X4p5N fMJw== 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 a21si1805834pgw.213.2018.02.23.10.20.39; Fri, 23 Feb 2018 10:20:54 -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 S1751917AbeBWSTw (ORCPT + 99 others); Fri, 23 Feb 2018 13:19:52 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:34294 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751420AbeBWSTu (ORCPT ); Fri, 23 Feb 2018 13:19:50 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.87 #1 (Red Hat Linux)) id 1epHwe-0000Pz-4A; Fri, 23 Feb 2018 18:19:44 +0000 Date: Fri, 23 Feb 2018 18:19:44 +0000 From: Al Viro To: Guenter Roeck Cc: Alan Cox , Arnd Bergmann , linux-arch , Linux Kernel Mailing List , Richard Kuo , linux-hexagon@vger.kernel.org, Chen Liqin , Lennox Wu , Guan Xuetao , James Hogan , linux-metag@vger.kernel.org, Jonas Bonn , Stefan Kristiansson , Stafford Horne , openrisc@lists.librecores.org, David Howells Subject: Re: Removing architectures without upstream gcc support Message-ID: <20180223181943.GF30522@ZenIV.linux.org.uk> References: <20180222234833.GA3047@roeck-us.net> <20180223154316.35b26857@alans-desktop> <20180223171019.GA1125@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180223171019.GA1125@roeck-us.net> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 23, 2018 at 09:10:19AM -0800, Guenter Roeck wrote: > FWIW, alpha and m68k are known boot with qemu (even though m68k > generates a warning traceback with the mainline kernel). alpha works with qemu (I considered putting together a debian autobuilder on that, got mired in the scripts; builds AFAICS happen the same way as on the actual hardware, and considerably faster than any of the alpha boxen I've got here). For m68k, IIRC, qemu is mostly for coldfire and friends with aranym working for m68k/MMU testing. IIRC, parisc/qemu stuff had been announced a while ago; I hadn't tried that yet (got an old parisc box, so 32bit testing can be done on that). Itanic... ski(1) is, IME, not usable for kernel testing and AFAIK no usable ia64/qemu exists. That's another one that has to be tested on actual hardware.