All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] OpenRISC updates for 7.2
@ 2026-06-20  6:08 Stafford Horne
  0 siblings, 0 replies; only message in thread
From: Stafford Horne @ 2026-06-20  6:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux OpenRISC, LKML

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-20  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-20  6:08 [GIT PULL] OpenRISC updates for 7.2 Stafford Horne

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.