linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: fixes for -rc2
Date: Fri, 1 Dec 2017 18:23:35 +0000	[thread overview]
Message-ID: <20171201182335.GF8826@arm.com> (raw)

Hi Linus,

Please pull the following arm64 fixes for 4.15-rc2. The critical one here
is a fix for fpsimd register corruption across signals which was introduced
by the SVE support code (the register files overlap), but the others are
worth having as well.

Summary in the tag.

Cheers,

Will

--->8

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -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 3a33c7605750fb6a87613044d16b1455e482414d:

  arm64: context: Fix comments and remove pointless smp_wmb() (2017-12-01 13:05:08 +0000)

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

- Fix FP register corruption when SVE is not available or in use

- Fix out-of-tree module build failure when CONFIG_ARM64_MODULE_PLTS=y

- Missing 'const' generating errors with LTO builds

- Remove unsupported events from Cortex-A73 PMU description

- Removal of stale and incorrect comments

----------------------------------------------------------------
Ard Biesheuvel (2):
      arm64: module-plts: factor out PLT generation code for ftrace
      arm64: ftrace: emit ftrace-mod.o contents through code

Dave Martin (1):
      arm64: fpsimd: Fix failure to restore FPSIMD state after signals

Jinbum Park (1):
      arm64: pgd: Mark pgd_cache as __ro_after_init

Mark Rutland (1):
      arm64: mm: cleanup stale AIVIVT references

Will Deacon (1):
      arm64: context: Fix comments and remove pointless smp_wmb()

Xu YiPing (1):
      arm64: perf: remove unsupported events for Cortex-A73

Yury Norov (1):
      arm64: cpu_ops: Add missing 'const' qualifiers

 arch/arm64/Makefile                 |  3 ---
 arch/arm64/include/asm/cacheflush.h |  2 +-
 arch/arm64/include/asm/module.h     | 46 +++++++++++++++++++++++++++++++++-
 arch/arm64/kernel/Makefile          |  3 ---
 arch/arm64/kernel/cpu_ops.c         |  6 ++---
 arch/arm64/kernel/fpsimd.c          |  6 ++---
 arch/arm64/kernel/ftrace-mod.S      | 18 -------------
 arch/arm64/kernel/ftrace.c          | 14 ++++++-----
 arch/arm64/kernel/module-plts.c     | 50 +++++++++++--------------------------
 arch/arm64/kernel/module.lds        |  1 +
 arch/arm64/kernel/perf_event.c      |  6 -----
 arch/arm64/mm/context.c             | 28 ++++++++++++---------
 arch/arm64/mm/pgd.c                 |  2 +-
 13 files changed, 92 insertions(+), 93 deletions(-)
 delete mode 100644 arch/arm64/kernel/ftrace-mod.S

             reply	other threads:[~2017-12-01 18:23 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01 18:23 Will Deacon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-08 16:29 [GIT PULL] arm64 fixes for -rc2 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
2019-01-11 18:20 Will Deacon
2019-01-11 20:40 ` pr-tracker-bot
2018-08-31 16:12 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=20171201182335.GF8826@arm.com \
    --to=will.deacon@arm.com \
    --cc=linux-arm-kernel@lists.infradead.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).