linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will.deacon@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 4.14-rc3
Date: Fri, 29 Sep 2017 18:09:27 +0100	[thread overview]
Message-ID: <20170929170924.sb52kp7fcvzwg2sh@armageddon.cambridge.arm.com> (raw)

Hi Linus,

Please pull the arm64 fixes below. Thanks.

The following changes since commit e19b205be43d11bff638cad4487008c48d21c103:

  Linux 4.14-rc2 (2017-09-24 16:38:56 -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 760bfb47c36a07741a089bf6a28e854ffbee7dc9:

  arm64: fault: Route pte translation faults via do_translation_fault (2017-09-29 16:47:40 +0100)

----------------------------------------------------------------
arm64 fixes:

- SPsel register initialisation on reset as the architecture defines its
  state as unknown

- Use READ_ONCE when dereferencing pmd_t pointers to avoid race
  conditions in page_vma_mapped_walk() (or fast GUP) with concurrent
  modifications of the page table

- Avoid invoking the mm fault handling code for kernel addresses (check
  against TASK_SIZE) which would otherwise result in calling
  might_sleep() in atomic context

----------------------------------------------------------------
Marc Zyngier (1):
      arm64: Make sure SPsel is always set

Will Deacon (2):
      arm64: mm: Use READ_ONCE when dereferencing pointer to pte table
      arm64: fault: Route pte translation faults via do_translation_fault

 arch/arm64/include/asm/pgtable.h | 2 +-
 arch/arm64/kernel/head.S         | 1 +
 arch/arm64/mm/fault.c            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

-- 
Catalin

                 reply	other threads:[~2017-09-29 17:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170929170924.sb52kp7fcvzwg2sh@armageddon.cambridge.arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=will.deacon@arm.com \
    /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;
as well as URLs for NNTP newsgroup(s).