From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schmitz Subject: Re: [PATCH 0/9] Refactoring exit Date: Tue, 29 Jun 2021 08:13:32 +1200 Message-ID: References: <87a6njf0ia.fsf@disp2133> <87tulpbp19.fsf@disp2133> <87zgvgabw1.fsf@disp2133> <875yy3850g.fsf_-_@disp2133> <6e283d24-7121-ae7c-d5ad-558f85858a09@gmail.com> <7ad6c3a9-b983-46a5-fc95-f961b636d3fe@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=vaR0ZHeLh3Rgpq/oOLze5JOk9+DRbDxLmGgrRMNd4Ls=; b=JK/dcwlV5HtjZwqC4/JKo2T5Iu8KcG9Kcd0VQ5ut3njx9t8wLXG9YHp25nmsBb6aKA QFK96qg/LIuguGMS5VsnxqiR3trE5g/dNI1VqluPWV2qMtM1ykGmJeBeHCyrv+5mj+1r W6Vh6SPJHhb9MBqFzMFGTyck3DLP+ZSHxn91KB6neU6wzP39XgV1HpGfm/BiJ7JHBYI/ ZNJ+wbclln4o63iRuhoRlW+yVD+wQDCajjefih3eqnQFROwySSE/gtCb7APBz1ul6PFJ XoEX1OWC2IVXgrl6NQXaTbivO5f+1TEv0Rq+1tu9bEk21eThKtcAOW8r2qMbgiDm+aYG TdkA== In-Reply-To: Content-Language: en-US List-ID: Content-Type: text/plain; charset="utf-8"; format="flowed" To: Geert Uytterhoeven Cc: Al Viro , "Eric W. Biederman" , Linus Torvalds , linux-arch , Jens Axboe , Oleg Nesterov , Linux Kernel Mailing List , Richard Henderson , Ivan Kokshaysky , Matt Turner , alpha , linux-m68k , Arnd Bergmann , Tejun Heo , Kees Cook Hi Geert, On 29/06/21 7:17 am, Geert Uytterhoeven wrote: >>> The warning is printed when using filesys-ELF-2.0.x-1400K-2.gz, >>> which is a very old ramdisk from right after the m68k a.out to ELF >>> transition: >>> >>> warning: process `update' used the obsolete bdflush system call >>> Fix your initscripts? >>> >>> I still boot it, once in a while. >> OK; you take the cake. That ramdisk came to mind when I thought about >> where I'd last seen bdflush, but I've not used it in ages (not sure 14 >> MB are enough for that). > Of course it will work on your 14 MiB machine! It fits on a floppy, _after_ > decompression. It was used by people to install Linux on the hard disks > of their beefy m68k machines, after they had set up the family Christmas > tree, in December 1996. Been there, done that. Wrote the HOWTO for ext2 filesystem byte-swapping. > I also have a slightly larger one, built from OpenWRT when I did my first > experiments on that. Unlike filesys-ELF-2.0.x-1400K-2.gz, it does open > a shell on the serial console, so it is more useful to me. > >> The question then is - will bdflush fail gracefully, or spin retrying >> the syscall? > Will add to my todo list... > BTW, you can boot this ramdisk on ARAnyM, too. True. I can't find that ramdisk image anywhere - if you can point me to some archive, I'll give that a try. Cheers,     Michael > > Gr{oetje,eeting}s, > > Geert >