linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Will Deacon <will.deacon@arm.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com,
	lorenzo.pieralisi@arm.com
Subject: [GIT PULL] arm64: fixes for -rc2
Date: Fri, 11 Jan 2019 18:20:57 +0000	[thread overview]
Message-ID: <20190111182057.GB32645@fuggles.cambridge.arm.com> (raw)

Hi Linus,

Another handful of arm64 fixes here. Most of the complication comes from
improving our kpti code to avoid lengthy pauses (30+ seconds) during boot
when we rewrite the page tables. There are also a couple of IORT fixes
that came in via Lorenzo. Usual summary in the tag.

Please pull,

Thanks,

Will

--->8

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to 279667212ab2a4f36c3b0347657ddcc11f9cfa25:

  arm64: kexec_file: return successfully even if kaslr-seed doesn't exist (2019-01-11 10:10:51 +0000)

----------------------------------------------------------------
arm64 fixes for -rc2

- Don't error in kexec_file_load if kaslr-seed is missing in device-tree

- Fix incorrect argument type passed to iort_match_node_callback()

- Fix IORT build failure when CONFIG_IOMMU_API=n

- Fix kpti performance regression with new rodata default option

- Typo fix

----------------------------------------------------------------
AKASHI Takahiro (1):
      arm64: kexec_file: return successfully even if kaslr-seed doesn't exist

Jean-Philippe Brucker (1):
      ACPI/IORT: Fix rc_dma_get_range()

Qian Cai (1):
      ACPI/IORT: Fix build when CONFIG_IOMMU_API=n

Will Deacon (2):
      arm64: asm-prototypes: Fix fat-fingered typo in comment
      arm64: kpti: Avoid rewriting early page tables when KASLR is enabled

 arch/arm64/include/asm/asm-prototypes.h |  2 +-
 arch/arm64/include/asm/mmu.h            | 41 +++++++++++++++++++++++++++++++++
 arch/arm64/include/asm/pgtable-prot.h   |  4 ++--
 arch/arm64/kernel/cpu_errata.c          |  2 +-
 arch/arm64/kernel/cpufeature.c          |  9 ++++++--
 arch/arm64/kernel/head.S                |  1 +
 arch/arm64/kernel/machine_kexec_file.c  |  4 +++-
 drivers/acpi/arm64/iort.c               |  5 ++--
 8 files changed, 59 insertions(+), 9 deletions(-)

             reply	other threads:[~2019-01-11 18:21 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11 18:20 Will Deacon [this message]
2019-01-11 20:40 ` [GIT PULL] arm64: fixes for -rc2 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2022-04-08 16:29 [GIT PULL] arm64 " Will Deacon
2022-04-08 17:46 ` pr-tracker-bot
2021-07-16 14:53 Will Deacon
2021-07-17  2:12 ` pr-tracker-bot
2020-10-30 17:05 Will Deacon
2020-10-30 20:29 ` pr-tracker-bot
2020-06-19 12:43 Will Deacon
2020-06-19 19:30 ` pr-tracker-bot
2020-02-13 17:10 Will Deacon
2020-02-13 22:40 ` pr-tracker-bot
2019-07-26 13:12 [GIT PULL] arm64: " Will Deacon
2019-07-26 18:25 ` pr-tracker-bot
2018-08-31 16:12 Will Deacon
2017-12-01 18:23 Will Deacon
2016-10-20 17:14 Will Deacon
2016-06-03 15:37 Will Deacon
2016-04-01 15:15 Will Deacon
2016-01-27 18:45 Will Deacon
2015-09-17 14:04 Will Deacon

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=20190111182057.GB32645@fuggles.cambridge.arm.com \
    --to=will.deacon@arm.com \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --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;
as well as URLs for NNTP newsgroup(s).