From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
James Bottomley <James.Bottomley@hansenpartnership.com>,
John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture updates for kernel v5.9
Date: Tue, 4 Aug 2020 17:20:24 +0200 [thread overview]
Message-ID: <20200804152024.GA2531@ls3530.fritz.box> (raw)
Hi Linus,
please pull the parisc architecture updates for kernel 5.9-rc1 from:
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.9-1
The majority of the patches are reverts of previous commits regarding the
parisc-specific low level spinlocking code and barrier handling, with which we
tried to fix CPU stalls on our build servers. In the end John David Anglin
found the culprit: We missed a define for atomic64_set_release(). This seems to
have fixed our issues, so now it's good to remove the unnecessary code again.
Other than that it's trivial stuff: Spelling fixes, constifications and such.
Thanks,
Helge
----------------------------------------------------------------
Alexander A. Klimov (1):
parisc: Replace HTTP links with HTTPS ones
Helge Deller (6):
parisc: Convert to BIT_MASK() and BIT_WORD()
parisc: Report bad pages as HardwareCorrupted
Revert "parisc: Improve interrupt handling in arch_spin_lock_flags()"
Revert "parisc: Drop LDCW barrier in CAS code when running UP"
Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"
Revert "parisc: Revert "Release spinlocks using ordered store""
John David Anglin (1):
parisc: Do not use an ordered store in pa_tlb_lock()
Randy Dunlap (1):
parisc: elf.h: delete a duplicated word
Rolf Eike Beer (1):
parisc: make the log level string for register dumps const
arch/parisc/Kconfig | 2 +-
arch/parisc/include/asm/bitops.h | 41 +++++++++++---------------------
arch/parisc/include/asm/elf.h | 2 +-
arch/parisc/include/asm/spinlock.h | 33 ++++++++------------------
arch/parisc/kernel/entry.S | 48 ++++++++++++++++++++------------------
arch/parisc/kernel/pdt.c | 3 +++
arch/parisc/kernel/syscall.S | 24 ++++---------------
arch/parisc/kernel/traps.c | 6 ++---
arch/parisc/mm/init.c | 12 +++++-----
9 files changed, 66 insertions(+), 105 deletions(-)
next reply other threads:[~2020-08-04 15:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-04 15:20 Helge Deller [this message]
2020-08-05 6:05 ` [GIT PULL] parisc architecture updates for kernel v5.9 pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2020-08-12 13:57 Helge Deller
2020-08-12 19:58 ` pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200804152024.GA2531@ls3530.fritz.box \
--to=deller@gmx.de \
--cc=James.Bottomley@hansenpartnership.com \
--cc=dave.anglin@bell.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox