Hello Linus, I just noticed, this series was done on top of a random merge during v7.0. Please let me know if you would like to rebase on 7.1 etc, but I think it will not change much, it's been in next for a while.
Please consider for pull, The following changes since commit d79526b89571ae447c1a5cfd3d627efa07098348: Merge tag 'spi-fix-v7.0-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi (2026-02-20 17:14:36 -0800) are available in the Git repository at: https://github.com/openrisc/linux.git tags/for-linus for you to fetch changes up to aca063c9024522e4e5b9a9d1927433f6a01785a3: openrisc: Fix jump_label smp syncing (2026-05-23 06:34:49 +0100) ---------------------------------------------------------------- OpenRISC updates for 7.2 A few fixes for text patching related code: * Update the section of map_page used in text patching. It was left with __init when text patching was introduced to OpenRISC. * Add fix to invalidate remote SMP core i-caches after text is patched. ---------------------------------------------------------------- Stafford Horne (4): openrisc: mm: Fix section mismatch between map_page and __set_fixmap openrisc: Cache invalidation cleanup openrisc: Add full instruction cache invalidate functions openrisc: Fix jump_label smp syncing arch/openrisc/include/asm/cacheflush.h | 4 ++++ arch/openrisc/kernel/head.S | 10 ---------- arch/openrisc/kernel/jump_label.c | 2 +- arch/openrisc/kernel/patching.c | 3 +++ arch/openrisc/kernel/smp.c | 21 +++++++++++++++++++++ arch/openrisc/mm/cache.c | 16 ++++++++++++++++ arch/openrisc/mm/init.c | 2 +- 7 files changed, 46 insertions(+), 12 deletions(-)

