From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7801C624B4 for ; Fri, 24 Nov 2023 21:28:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230104AbjKXV2W (ORCPT ); Fri, 24 Nov 2023 16:28:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229557AbjKXV2T (ORCPT ); Fri, 24 Nov 2023 16:28:19 -0500 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> 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: -- Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.