From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 35CC6FC1E for ; Thu, 11 Jan 2024 00:00:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 597C8CE1DBE; Thu, 11 Jan 2024 00:00:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 222B1C433C7; Thu, 11 Jan 2024 00:00:13 +0000 (UTC) Message-ID: <7e348eb3-bd34-4c66-9ed6-b5108da80486@linux-m68k.org> Date: Thu, 11 Jan 2024 10:00:11 +1000 Precedence: bulk X-Mailing-List: linux-m68k@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [Automated-testing] Call for nommu LTP maintainer [was: Re: [PATCH 00/36] Remove UCLINUX from LTP] Content-Language: en-US To: Niklas Cassel , Rob Landley Cc: Petr Vorel , Tim Bird , Cyril Hrubis , Geert Uytterhoeven , "ltp@lists.linux.it" , Li Wang , Andrea Cervesato , Jonathan Corbet , Randy Dunlap , John Paul Adrian Glaubitz , Christophe Lyon , "linux-m68k@lists.linux-m68k.org" , "linux-kernel@vger.kernel.org" , Linux ARM , linux-riscv , Linux-sh list , "automated-testing@lists.yoctoproject.org" , "buildroot@buildroot.org" References: <5a1f1ff3-8a61-67cf-59a9-ce498738d912@landley.net> <20240105131135.GA1484621@pevik> <90c1ddc1-c608-30fc-d5aa-fdf63c90d055@landley.net> <20240108090338.GA1552643@pevik> <20240110141455.GC1698252@pevik> <40996ea1-3417-1c2f-ddd2-e6ed45cb6f4b@landley.net> From: Greg Ungerer In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 11/1/24 07:17, Niklas Cassel wrote: > On Wed, Jan 10, 2024 at 01:23:51PM -0600, Rob Landley wrote: >> UCLINUX is a long-dead distro. Linaro died in the dot-com crash and its founder >> Jeff Dionne moved to Japan for his next gig and never came back. On the way out >> he handed uclinux off to someone else, who didn't do a lot of work maintaining >> it. Most of the actual support went "upstream" into various packages (linux and >> busybox and gcc and so on) before the handoff, so you didn't NEED uclinux anymore. > > s/Linaro/Lineo/ Lineo was not founded by Jeff Dionne, see https://en.wikipedia.org/wiki/Lineo for its genisys. Maybe you are thinking of RT-Control. Greg