Re: [RFC PATCH v2 2/3] kbuild: Add objtool integration for PowerPC feature fixups

2025-10-05 Thread Nicolas Schier
On Mon, Sep 29, 2025 at 01:34:55PM +0530, Sathvika Vasireddy wrote: > Add build system support for PowerPC feature fixup processing: > > - Add HAVE_OBJTOOL_FTR_FIXUP config option for architectures that support > build-time feature fixup processing > - Integrate objtool feature fixup processing

[RFC PATCH v2 2/3] kbuild: Add objtool integration for PowerPC feature fixups

2025-10-02 Thread Sathvika Vasireddy
Add build system support for PowerPC feature fixup processing: - Add HAVE_OBJTOOL_FTR_FIXUP config option for architectures that support build-time feature fixup processing - Integrate objtool feature fixup processing into vmlinux build Suggested-by: Masahiro Yamada Signed-off-by: Sathvika Vas