From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none X-Greylist: delayed 2385 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 24 Nov 2023 13:28:25 PST Received: from smtp-2.orcon.net.nz (smtp-2.orcon.net.nz [60.234.4.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50D4CD41; Fri, 24 Nov 2023 13:28:25 -0800 (PST) Received: from [121.99.247.178] (port=12167 helo=creeky) by smtp-2.orcon.net.nz with esmtpa (Exim 4.90_1) (envelope-from ) id 1r6d5c-0003Ui-0D; Sat, 25 Nov 2023 09:47:52 +1300 Date: Sat, 25 Nov 2023 09:47:50 +1300 From: Michael Cree To: "Eric W. Biederman" Cc: Dimitri John Ledkov , Richard Henderson , Ivan Kokshaysky , Matt Turner , Geert Uytterhoeven , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H . Peter Anvin" , linux-alpha@vger.kernel.org, linux-m68k@lists.linux-m68k.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] remove the last bits of a.out support Message-ID: Mail-Followup-To: Michael Cree , "Eric W. Biederman" , Dimitri John Ledkov , Richard Henderson , Ivan Kokshaysky , Matt Turner , Geert Uytterhoeven , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "H . Peter Anvin" , linux-alpha@vger.kernel.org, linux-m68k@lists.linux-m68k.org, x86@kernel.org, linux-kernel@vger.kernel.org References: <20231123180246.750674-1-dimitri.ledkov@canonical.com> <87plzzu1w0.fsf@email.froward.int.ebiederm.org> Precedence: bulk X-Mailing-List: linux-alpha@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87plzzu1w0.fsf@email.froward.int.ebiederm.org> X-GeoIP: NZ X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- On Fri, Nov 24, 2023 at 12:00:15AM -0600, Eric W. Biederman wrote: > Dimitri John Ledkov writes: > If it is old code like aboot it may be that it is > difficult to test any changes. If memory serves you have to flash your > firmware to change/test aboot. No, aboot is written to the first sectors of the boot disk. Yes, there is a special utilty in the aboot tools to write aboot to the boot sectors and make sure that there is no overlap with the first partition. Cheers Michael.