From: Nicholas Piggin <npiggin@gmail.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Nicholas Piggin <npiggin@gmail.com>
Subject: [PATCH 0/9] powerpc: Build fixes
Date: Wed, 26 Apr 2023 15:58:37 +1000 [thread overview]
Message-ID: <20230426055848.402993-1-npiggin@gmail.com> (raw)
This series is against powerpc next. The first two patches are
independent build fixes for recent patches. Patches 3-5 separate
boot Makefile BOOTCFLAGS and BOOTASFLAGS and stops passing some
C code generation flags to the assembler which causes some
warnings for llvm. Patches 6-9 are not fixes but a bunch of other
improvements I noticed along the way.
Thanks,
Nick
Nicholas Piggin (9):
powerpc: Fix merge conflict between pcrel and copy_thread changes
powerpc/64s: Disable pcrel code model on Clang
powerpc/boot: Seperate target flags from BOOTCFLAGS
powerpc/boot: Seperate CPP flags from BOOTCFLAGS
powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGS
powerpc/boot: Clean up Makefile after cflags and asflags separation
powerpc/build: Remove -pipe from compilation flags
powerpc/64s: Permit d-form memops in asm when building with prefix on
clang
powerpc/64s: Work around llvm-as not recognising pla
arch/powerpc/Kconfig | 19 ++++++++-
arch/powerpc/Makefile | 2 +-
arch/powerpc/boot/Makefile | 62 +++++++++++++++---------------
arch/powerpc/include/asm/atomic.h | 8 ++--
arch/powerpc/include/asm/io.h | 2 +-
arch/powerpc/include/asm/ppc_asm.h | 5 +++
arch/powerpc/include/asm/uaccess.h | 4 +-
arch/powerpc/kernel/interrupt_64.S | 2 +-
arch/powerpc/kernel/vector.S | 6 +++
9 files changed, 70 insertions(+), 40 deletions(-)
--
2.40.0
next reply other threads:[~2023-04-26 5:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 5:58 Nicholas Piggin [this message]
2023-04-26 5:58 ` [PATCH 1/9] powerpc: Fix merge conflict between pcrel and copy_thread changes Nicholas Piggin
2023-04-26 5:58 ` [PATCH 2/9] powerpc/64s: Disable pcrel code model on Clang Nicholas Piggin
2023-04-26 5:58 ` [PATCH 3/9] powerpc/boot: Seperate target flags from BOOTCFLAGS Nicholas Piggin
2023-04-26 5:58 ` [PATCH 4/9] powerpc/boot: Seperate CPP " Nicholas Piggin
2023-04-26 5:58 ` [PATCH 5/9] powerpc/boot: Separate BOOTCFLAGS from BOOTASFLAGS Nicholas Piggin
2023-04-26 15:11 ` Linus Torvalds
2023-04-26 5:58 ` [PATCH 6/9] powerpc/boot: Clean up Makefile after cflags and asflags separation Nicholas Piggin
2023-04-26 5:58 ` [PATCH 6/9] powerpc/boot: clean up Makefile flags Nicholas Piggin
2023-04-26 5:58 ` [PATCH 7/9] powerpc/build: Remove -pipe from compilation flags Nicholas Piggin
2023-04-26 5:58 ` [PATCH 8/9] powerpc/64s: Permit d-form memops in asm when building with prefix on clang Nicholas Piggin
2023-04-26 5:58 ` [PATCH 9/9] powerpc/64s: Work around llvm-as not recognising pla Nicholas Piggin
2023-04-26 12:01 ` (subset) [PATCH 0/9] powerpc: Build fixes Michael Ellerman
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=20230426055848.402993-1-npiggin@gmail.com \
--to=npiggin@gmail.com \
--cc=linuxppc-dev@lists.ozlabs.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.