All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64 fixes for 5.19-rc3/rc4
@ 2022-06-17 18:35 ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2022-06-17 18:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-arm-kernel, linux-kernel

Hi Linus,

Please pull the arm64 fixes below (they can wait until -rc4 if
travelling). Thanks.

The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to c50f11c6196f45c92ca48b16a5071615d4ae0572:

  arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer (2022-06-17 19:06:06 +0100)

----------------------------------------------------------------
arm64 fixes for 5.19-rc3:

- Revert the moving of the jump labels initialisation before
  setup_machine_fdt(). The bug was fixed in drivers/char/random.c.

- Ftrace fixes: branch range check and consistent handling of PLTs.

- Clean rather than invalidate FROM_DEVICE buffers at start of DMA
  transfer (safer if such buffer is mapped in user space). A cache
  invalidation is done already at the end of the transfer.

- A couple of clean-ups (unexport symbol, remove unused label).

----------------------------------------------------------------
Catalin Marinas (1):
      Revert "arm64: Initialize jump labels before setup_machine_fdt()"

Mark Brown (1):
      arm64/cpufeature: Unexport set_cpu_feature()

Mark Rutland (3):
      arm64: ftrace: fix branch range checks
      arm64: ftrace: consistently handle PLTs.
      arm64: ftrace: remove redundant label

Will Deacon (1):
      arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer

 arch/arm64/kernel/cpufeature.c   |   1 -
 arch/arm64/kernel/entry-ftrace.S |   1 -
 arch/arm64/kernel/ftrace.c       | 137 +++++++++++++++++++--------------------
 arch/arm64/kernel/setup.c        |   7 +-
 arch/arm64/mm/cache.S            |   2 -
 5 files changed, 69 insertions(+), 79 deletions(-)

-- 
Catalin

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

* [GIT PULL] arm64 fixes for 5.19-rc3/rc4
@ 2022-06-17 18:35 ` Catalin Marinas
  0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2022-06-17 18:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Will Deacon, linux-arm-kernel, linux-kernel

Hi Linus,

Please pull the arm64 fixes below (they can wait until -rc4 if
travelling). Thanks.

The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3:

  Linux 5.19-rc2 (2022-06-12 16:11:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

for you to fetch changes up to c50f11c6196f45c92ca48b16a5071615d4ae0572:

  arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer (2022-06-17 19:06:06 +0100)

----------------------------------------------------------------
arm64 fixes for 5.19-rc3:

- Revert the moving of the jump labels initialisation before
  setup_machine_fdt(). The bug was fixed in drivers/char/random.c.

- Ftrace fixes: branch range check and consistent handling of PLTs.

- Clean rather than invalidate FROM_DEVICE buffers at start of DMA
  transfer (safer if such buffer is mapped in user space). A cache
  invalidation is done already at the end of the transfer.

- A couple of clean-ups (unexport symbol, remove unused label).

----------------------------------------------------------------
Catalin Marinas (1):
      Revert "arm64: Initialize jump labels before setup_machine_fdt()"

Mark Brown (1):
      arm64/cpufeature: Unexport set_cpu_feature()

Mark Rutland (3):
      arm64: ftrace: fix branch range checks
      arm64: ftrace: consistently handle PLTs.
      arm64: ftrace: remove redundant label

Will Deacon (1):
      arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer

 arch/arm64/kernel/cpufeature.c   |   1 -
 arch/arm64/kernel/entry-ftrace.S |   1 -
 arch/arm64/kernel/ftrace.c       | 137 +++++++++++++++++++--------------------
 arch/arm64/kernel/setup.c        |   7 +-
 arch/arm64/mm/cache.S            |   2 -
 5 files changed, 69 insertions(+), 79 deletions(-)

-- 
Catalin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] arm64 fixes for 5.19-rc3/rc4
  2022-06-17 18:35 ` Catalin Marinas
@ 2022-06-17 19:22   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-17 19:22 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Linus Torvalds, Will Deacon, linux-arm-kernel, linux-kernel

The pull request you sent on Fri, 17 Jun 2022 19:35:23 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ef06e68290b2b1b674950da276d6f7724e0b9874

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [GIT PULL] arm64 fixes for 5.19-rc3/rc4
@ 2022-06-17 19:22   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-06-17 19:22 UTC (permalink / raw)
  To: Catalin Marinas
  Cc: Linus Torvalds, Will Deacon, linux-arm-kernel, linux-kernel

The pull request you sent on Fri, 17 Jun 2022 19:35:23 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ef06e68290b2b1b674950da276d6f7724e0b9874

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-06-17 19:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17 18:35 [GIT PULL] arm64 fixes for 5.19-rc3/rc4 Catalin Marinas
2022-06-17 18:35 ` Catalin Marinas
2022-06-17 19:22 ` pr-tracker-bot
2022-06-17 19:22   ` pr-tracker-bot

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.