All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture fixes for kernel v5.8
@ 2020-07-26 19:14 Helge Deller
  2020-07-26 20:15 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2020-07-26 19:14 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull two late parisc architecture fixes for kernel 5.8 from:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.8-2

Two fixes:
- Add the cmpxchg() function for pointers to u8 values. This fixes a kernel
  linking error when building the tusb1210 driver (from Liam Beguin).
- Add a define for atomic64_set_release() to fix CPU soft lockups which happen
  because of missing unlocks while processing bit operations (from John David
  Anglin).

Thanks,
Helge

----------------------------------------------------------------
John David Anglin (1):
      parisc: Add atomic64_set_release() define to avoid CPU soft lockups

Liam Beguin (1):
      parisc: add support for cmpxchg on u8 pointers

 arch/parisc/include/asm/atomic.h  |  2 ++
 arch/parisc/include/asm/cmpxchg.h |  2 ++
 arch/parisc/lib/bitops.c          | 12 ++++++++++++
 3 files changed, 16 insertions(+)

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

* Re: [GIT PULL] parisc architecture fixes for kernel v5.8
  2020-07-26 19:14 [GIT PULL] parisc architecture fixes for kernel v5.8 Helge Deller
@ 2020-07-26 20:15 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-07-26 20:15 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

The pull request you sent on Sun, 26 Jul 2020 21:14:04 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.8-2

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

Thank you!

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

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

end of thread, other threads:[~2020-07-26 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-26 19:14 [GIT PULL] parisc architecture fixes for kernel v5.8 Helge Deller
2020-07-26 20:15 ` 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.