[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] dump: simplify a bit kdump get_next_page()
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 1/2] dump: simplify a bit kdump get_next_page() |
Date: |
Mon, 5 Sep 2022 14:27:41 +0100 |
On Mon, 5 Sept 2022 at 13:57, <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> This should be functionally equivalent, but slightly easier to read,
> with simplified paths and checks at the end of the function.
>
> The following patch is a major rewrite to get rid of the assert().
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
> dump/dump.c | 21 ++++++++-------------
> roms/SLOF | 2 +-
> 2 files changed, 9 insertions(+), 14 deletions(-)
> diff --git a/roms/SLOF b/roms/SLOF
> index 6b6c16b4b4..5b4c5acdcd 160000
> --- a/roms/SLOF
> +++ b/roms/SLOF
> @@ -1 +1 @@
> -Subproject commit 6b6c16b4b40763507cf1f518096f3c3883c5cf2d
> +Subproject commit 5b4c5acdcd552a4e1796aeca6bb700f6cbb0282d
This shouldn't be in here, right? (I'm guessing a rebase
accident -- git submodules have terrible ergonomics.)
-- PMM