From: Sourabh Jain <sourabhjain@linux.ibm.com>
To: linuxppc-dev@ozlabs.org
Cc: Mahesh Salgaonkar <mahesh@linux.ibm.com>,
Sourabh Jain <sourabhjain@linux.ibm.com>,
"Naveen N. Rao" <naveen.n.rao@linux.ibm.com>,
Aditya Gupta <adityag@linux.ibm.com>,
Hari Bathini <hbathini@linux.ibm.com>
Subject: [PATCH 0/2] powerpc: kexec fixes
Date: Wed, 8 May 2024 18:35:56 +0530 [thread overview]
Message-ID: <20240508130558.1939304-1-sourabhjain@linux.ibm.com> (raw)
Patch series fixes two kexec issues.
01/02: Update extra size calculation for kexec FDT to avoid kexec load
failure due to FDT_ERR_NOSPACE while including CPU nodes added post
boot and reserved memory ranges.
02/02: Fix update_cpus_node/core_64.c function to include missing device
nodes under /cpus node with device_type != "cpu".
Note: this patch series is rebased on top of the linux-next/master
to avoid the conflict with the below patch series:
https://lore.kernel.org/all/171509287314.62008.11812494124513471250.b4-ty@ellerman.id.au/
Cc: Aditya Gupta <adityag@linux.ibm.com>
Cc: Hari Bathini <hbathini@linux.ibm.com>
Cc: Mahesh Salgaonkar <mahesh@linux.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: "Naveen N. Rao" <naveen.n.rao@linux.ibm.com>
Sourabh Jain (2):
powerpc/kexec_file: fix extra size calculation for kexec FDT
powerpc/kexec_file: fix cpus node update to FDT
arch/powerpc/include/asm/kexec.h | 6 ++--
arch/powerpc/kexec/core_64.c | 53 +++++++++++++++++++++----------
arch/powerpc/kexec/elf_64.c | 12 +++++--
arch/powerpc/kexec/file_load_64.c | 53 +++++++++++++------------------
4 files changed, 70 insertions(+), 54 deletions(-)
--
2.44.0
next reply other threads:[~2024-05-08 13:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-08 13:05 Sourabh Jain [this message]
2024-05-08 13:05 ` [PATCH 1/2] powerpc/kexec_file: fix extra size calculation for kexec FDT Sourabh Jain
2024-05-09 7:13 ` kernel test robot
2024-05-09 8:18 ` kernel test robot
2024-05-08 13:05 ` [PATCH 2/2] powerpc/kexec_file: fix cpus node update to FDT Sourabh Jain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240508130558.1939304-1-sourabhjain@linux.ibm.com \
--to=sourabhjain@linux.ibm.com \
--cc=adityag@linux.ibm.com \
--cc=hbathini@linux.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=mahesh@linux.ibm.com \
--cc=naveen.n.rao@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox