All of lore.kernel.org
 help / color / mirror / Atom feed
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>,
	Sven Schnelle <svens@stackframe.org>
Cc: Ard Biesheuvel <ardb@kernel.org>, Guenter Roeck <linux@roeck-us.net>
Subject: [GIT PULL] more parisc architecture fixes for kernel v5.16-rc1
Date: Thu, 4 Nov 2021 17:59:32 +0100	[thread overview]
Message-ID: <YYQRdM6er3Hty3qP@ls3530> (raw)

The following changes since commit 7ddb58cb0ecae8e8b6181d736a87667cc9ab8389:

  Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux (2021-11-03 21:18:44 -0700)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.16/parisc-2

for you to fetch changes up to 2a2e8202c7a16a85a881ad2b6e32ccbebdc01dda:

  parisc: move CPU field back into thread_info (2021-11-04 11:21:47 +0100)

----------------------------------------------------------------
Second round of parisc architecture fixes and updates for kernel v5.16-rc1

One build error fix and two optimizations:

- Fix build error by moving the CPU field back into thread_info struct
  (Ard Biesheuvel)

- Do not enable IRQs unconditionally at start of interrupt handler if
  they were disabled before (Sven Schnelle)

- Keep interrupts enabled during cmpxchg and futex operations (Dave Anglin)

----------------------------------------------------------------
Ard Biesheuvel (1):
      parisc: move CPU field back into thread_info

Dave Anglin (1):
      parisc: Don't disable interrupts in cmpxchg and futex operations

Sven Schnelle (1):
      parisc: don't enable irqs unconditionally in handle_interruption()

 arch/parisc/include/asm/futex.h       | 24 +++++++++++-------------
 arch/parisc/include/asm/smp.h         | 19 ++-----------------
 arch/parisc/include/asm/thread_info.h |  3 +++
 arch/parisc/kernel/asm-offsets.c      |  5 -----
 arch/parisc/kernel/smp.c              |  2 --
 arch/parisc/kernel/syscall.S          | 10 ----------
 arch/parisc/kernel/traps.c            |  2 +-
 7 files changed, 17 insertions(+), 48 deletions(-)

             reply	other threads:[~2021-11-04 17:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04 16:59 Helge Deller [this message]
2021-11-04 18:50 ` [GIT PULL] more parisc architecture fixes for kernel v5.16-rc1 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=YYQRdM6er3Hty3qP@ls3530 \
    --to=deller@gmx.de \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=ardb@kernel.org \
    --cc=dave.anglin@bell.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=svens@stackframe.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 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.