Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp640837pxb; Thu, 20 Jan 2022 23:00:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJyKy5dOKzfIfw5bsabMVqcG9F99Xd5YaynLeAKnxE8+pYy5Ve3H0iNC/cn9xbFT+AB9mQ8X X-Received: by 2002:a17:90a:7bcb:: with SMTP id d11mr3276987pjl.40.1642748399797; Thu, 20 Jan 2022 22:59:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642748399; cv=none; d=google.com; s=arc-20160816; b=Z1FU/+o4+kDJtaHIKG8nf7C0UyBPnRj8pkompDBv64Q5vvv30lmxtpmW/AHc6zKpOd oRODtxDjvcyxJRo8kIbzw/UyklFFIqr6e8nu45m8vLZimi1BHUpxx/s5PHEL7o6qv3rm wFSWcBJ/MZNEhkBOUOL39ENPNO0S7kZQjsASLd7TZUIggfr//Y34o3OAdH+ckXq5x2Xx zdLrt36NWNIP27VBHmJzk6WUTCV/pfHrQVFRzSQH1iZPk3WcbA1D/KNEf6KJRHDa7O11 xo0YtREHl9ENBy9Vrxyrt/NJ+pOFomnFGDQKaxrkOMwRto8brGN35KHsmTMo1QydzhqJ SuEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=vicfqfu+bETcm+5HsV9MAmUhjK5mABVg1KoKdlj9HR4=; b=TzBvG60PcBIb5KZLyYO5k6ydHDRKq5WrFyj9qSAV+ZYxjb+4JkdBsd5VnpP8p5Kvdk 6wtDnLdUu4wXFA+nJ4CEIaUqXS21CBpMa80qXstLxondb81VlH9yxxuIxnBM7/Q4dtXJ eUifo3l6cw6zCrfn1Te2K9M7tWy8ItSz5+XKrR6IW+qj+wKWReQYp1Mh5lXGvlirJMDd Tu7JEDmbNF/ThUX8PkT8ScIHcsZNOi3fOHkZu4swLcSgyh9non+Qaa09umtsPyU/+jnF IxDOTm7WomaA6K2aBtDO9Gl1x2h3NdNBJOkLNbwVyuVBziWOfjz6jhAwEMKa9iIdUuEM GV8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y15si5288846plr.199.2022.01.20.22.59.48; Thu, 20 Jan 2022 22:59:59 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343850AbiART7o (ORCPT + 99 others); Tue, 18 Jan 2022 14:59:44 -0500 Received: from angie.orcam.me.uk ([78.133.224.34]:38966 "EHLO angie.orcam.me.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348062AbiART7l (ORCPT ); Tue, 18 Jan 2022 14:59:41 -0500 Received: by angie.orcam.me.uk (Postfix, from userid 500) id BA29492009C; Tue, 18 Jan 2022 20:59:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id AEA7992009B; Tue, 18 Jan 2022 19:59:39 +0000 (GMT) Date: Tue, 18 Jan 2022 19:59:39 +0000 (GMT) From: "Maciej W. Rozycki" To: Geert Uytterhoeven cc: Thomas Bogendoerfer , Arnd Bergmann , Andy Shevchenko , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] MIPS: TXx9: Convert SPI platform data to software nodes In-Reply-To: Message-ID: References: <20211126102339.28908-1-andriy.shevchenko@linux.intel.com> <20211129122052.GA7921@alpha.franken.de> <20211129130535.GA8644@alpha.franken.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Geert, > Took me a bit to test proper operation, as contemporary cross-toolchains > create userland binaries that can no longer run on MIPS-II/III CPUs, > and native development is slow and memory-constrained (dpkg OOM)... You mean cross-toolchains included with (some) distributions, right? I do hope so or otherwise I'd be very concerned. Myself I've been using a self-built MIPS cross-compiler, running on POWER9, which builds MIPS I binaries just fine, e.g.: $ file install/usr/sysroot/{lib/ld-2.32.9000.so,usr/bin/gdbserver} install/usr/sysroot/lib/ld-2.32.9000.so: ELF 32-bit LSB pie executable, MIPS, MIPS-I version 1 (SYSV), dynamically linked, with debug_info, not stripped install/usr/sysroot/usr/bin/gdbserver: ELF 32-bit LSB executable, MIPS, MIPS-I version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld.so.1, for GNU/Linux 3.2.0, not stripped $ install/usr/bin/mipsel-linux-gnu-gcc -dumpversion 11.0.0 $ (time to upgrade perhaps). Maciej