linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
@ 2023-05-01 12:38 Ricardo Ribalda
  2023-05-01 12:38 ` [PATCH v6 1/4] kexec: Support purgatories with .text.hot sections Ricardo Ribalda
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Ricardo Ribalda @ 2023-05-01 12:38 UTC (permalink / raw)
  To: Eric Biederman, Philipp Rudo, Dave Young, Andrew Morton,
	Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, Nathan Chancellor, Tom Rix, Michael Ellerman,
	Nicholas Piggin, Christophe Leroy, Paul Walmsley, Palmer Dabbelt,
	Albert Ou
  Cc: Nick Desaulniers, Baoquan He, Philipp Rudo, llvm, Ross Zwisler,
	linux-kernel, Steven Rostedt, stable, Simon Horman,
	Ricardo Ribalda, linux-riscv, linuxppc-dev, kexec

When upreving llvm I realised that kexec stopped working on my test
platform.

The reason seems to be that due to PGO there are multiple .text sections
on the purgatory, and kexec does not supports that.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
Changes in v6:
- Replace linker script with Makefile rule. Thanks Nick
- Link to v5: https://lore.kernel.org/r/20230321-kexec_clang16-v5-0-5563bf7c4173@chromium.org

Changes in v5:
- Add warning when multiple text sections are found. Thanks Simon!
- Add Fixes tag.
- Link to v4: https://lore.kernel.org/r/20230321-kexec_clang16-v4-0-1340518f98e9@chromium.org

Changes in v4:
- Add Cc: stable
- Add linker script for x86
- Add a warning when the kernel image has overlapping sections.
- Link to v3: https://lore.kernel.org/r/20230321-kexec_clang16-v3-0-5f016c8d0e87@chromium.org

Changes in v3:
- Fix initial value. Thanks Ross!
- Link to v2: https://lore.kernel.org/r/20230321-kexec_clang16-v2-0-d10e5d517869@chromium.org

Changes in v2:
- Fix if condition. Thanks Steven!.
- Update Philipp email. Thanks Baoquan.
- Link to v1: https://lore.kernel.org/r/20230321-kexec_clang16-v1-0-a768fc2c7c4d@chromium.org

---
Ricardo Ribalda (4):
      kexec: Support purgatories with .text.hot sections
      x86/purgatory: Remove profile optimization flags
      powerpc/purgatory: Remove profile optimization flags
      risc/purgatory: Add linker script

 arch/powerpc/purgatory/Makefile |  5 +++++
 arch/riscv/purgatory/Makefile   |  5 +++++
 arch/x86/purgatory/Makefile     |  5 +++++
 kernel/kexec_file.c             | 14 +++++++++++++-
 4 files changed, 28 insertions(+), 1 deletion(-)
---
base-commit: 58390c8ce1bddb6c623f62e7ed36383e7fa5c02f
change-id: 20230321-kexec_clang16-4510c23d129c

Best regards,
-- 
Ricardo Ribalda <ribalda@chromium.org>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-05-05 12:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01 12:38 [PATCH v6 0/4] kexec: Fix kexec_file_load for llvm16 with PGO Ricardo Ribalda
2023-05-01 12:38 ` [PATCH v6 1/4] kexec: Support purgatories with .text.hot sections Ricardo Ribalda
2023-05-01 12:38 ` [PATCH v6 2/4] x86/purgatory: Remove profile optimization flags Ricardo Ribalda
2023-05-01 12:38 ` [PATCH v6 3/4] powerpc/purgatory: " Ricardo Ribalda
2023-05-01 12:38 ` [PATCH v6 4/4] risc/purgatory: Add linker script Ricardo Ribalda
2023-05-01 12:44   ` Palmer Dabbelt
2023-05-01 16:19   ` Nick Desaulniers
2023-05-01 17:18     ` Ricardo Ribalda
2023-05-01 17:28       ` Conor Dooley
2023-05-01 17:36         ` Ricardo Ribalda
2023-05-01 17:40   ` Conor Dooley
2023-05-01 19:54     ` Ricardo Ribalda
2023-05-05 12:30       ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).