From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: fixes for -rc7
Date: Fri, 8 Jul 2016 15:49:00 +0100 [thread overview]
Message-ID: <20160708144859.GC6493@arm.com> (raw)
Hi Linus,
A couple of late fixes here, but one that we've been sitting on for a
few weeks while the details were worked out. Specifically, we now
enforce USER_DS on taking exceptions whilst in the kernel, which avoids
leaking kernel data to userspace through things like perf. The other
patch is an update to a workaround for a hardware erratum on some Cavium
SoCs.
Please pull,
Will
--->8
The following changes since commit 4c2e07c6a29e0129e975727b9f57eede813eea85:
Linux 4.7-rc5 (2016-06-26 17:52:03 -0700)
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 47c459beabe969c6751e2ea8d1f85c5fa1652d6c:
arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx (2016-07-07 18:35:21 +0100)
----------------------------------------------------------------
arm64 fixes:
- Enforce USER_DS on exception entry from EL1
- Apply workaround for Cavium errata #27456 on Thunderx-81xx parts
----------------------------------------------------------------
Ganapatrao Kulkarni (1):
arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx
James Morse (1):
arm64: kernel: Save and restore UAO and addr_limit on exception entry
arch/arm64/include/asm/cputype.h | 2 ++
arch/arm64/include/asm/ptrace.h | 2 ++
arch/arm64/kernel/asm-offsets.c | 1 +
arch/arm64/kernel/cpu_errata.c | 6 ++++++
arch/arm64/kernel/entry.S | 19 +++++++++++++++++--
arch/arm64/mm/fault.c | 3 ++-
6 files changed, 30 insertions(+), 3 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
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,
james.morse@arm.com
Subject: [GIT PULL] arm64: fixes for -rc7
Date: Fri, 8 Jul 2016 15:49:00 +0100 [thread overview]
Message-ID: <20160708144859.GC6493@arm.com> (raw)
Hi Linus,
A couple of late fixes here, but one that we've been sitting on for a
few weeks while the details were worked out. Specifically, we now
enforce USER_DS on taking exceptions whilst in the kernel, which avoids
leaking kernel data to userspace through things like perf. The other
patch is an update to a workaround for a hardware erratum on some Cavium
SoCs.
Please pull,
Will
--->8
The following changes since commit 4c2e07c6a29e0129e975727b9f57eede813eea85:
Linux 4.7-rc5 (2016-06-26 17:52:03 -0700)
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 47c459beabe969c6751e2ea8d1f85c5fa1652d6c:
arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx (2016-07-07 18:35:21 +0100)
----------------------------------------------------------------
arm64 fixes:
- Enforce USER_DS on exception entry from EL1
- Apply workaround for Cavium errata #27456 on Thunderx-81xx parts
----------------------------------------------------------------
Ganapatrao Kulkarni (1):
arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx
James Morse (1):
arm64: kernel: Save and restore UAO and addr_limit on exception entry
arch/arm64/include/asm/cputype.h | 2 ++
arch/arm64/include/asm/ptrace.h | 2 ++
arch/arm64/kernel/asm-offsets.c | 1 +
arch/arm64/kernel/cpu_errata.c | 6 ++++++
arch/arm64/kernel/entry.S | 19 +++++++++++++++++--
arch/arm64/mm/fault.c | 3 ++-
6 files changed, 30 insertions(+), 3 deletions(-)
next reply other threads:[~2016-07-08 14:49 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 14:49 Will Deacon [this message]
2016-07-08 14:49 ` [GIT PULL] arm64: fixes for -rc7 Will Deacon
-- strict thread matches above, loose matches on Subject: below --
2018-05-25 16:04 Will Deacon
2018-05-25 16:04 ` Will Deacon
2018-07-27 11:51 Will Deacon
2018-07-27 11:51 ` Will Deacon
2019-08-28 17:32 [GIT PULL] arm64: Fixes " Will Deacon
2019-08-28 17:32 ` Will Deacon
2019-08-28 17:32 ` Will Deacon
2019-08-28 17:45 ` pr-tracker-bot
2019-08-28 17:45 ` pr-tracker-bot
2019-08-28 17:45 ` pr-tracker-bot
2020-03-20 15:35 [GIT PULL] arm64 fixes " Will Deacon
2020-03-20 15:35 ` Will Deacon
2020-03-20 17:15 ` pr-tracker-bot
2020-03-20 17:15 ` pr-tracker-bot
2020-12-02 17:17 Will Deacon
2020-12-02 17:17 ` Will Deacon
2020-12-02 20:48 ` pr-tracker-bot
2020-12-02 20:48 ` pr-tracker-bot
2021-08-20 8:53 Will Deacon
2021-08-20 8:53 ` Will Deacon
2021-08-20 20:09 ` pr-tracker-bot
2021-08-20 20:09 ` pr-tracker-bot
2022-05-13 16:52 Will Deacon
2022-05-13 16:52 ` Will Deacon
2022-05-13 17:30 ` pr-tracker-bot
2022-05-13 17:30 ` pr-tracker-bot
2022-09-23 18:28 Will Deacon
2022-09-23 18:28 ` Will Deacon
2022-09-23 22:43 ` Linus Torvalds
2022-09-23 22:43 ` Linus Torvalds
2022-09-28 10:46 ` Mark Rutland
2022-09-28 10:46 ` Mark Rutland
2022-09-23 22:53 ` pr-tracker-bot
2022-09-23 22:53 ` pr-tracker-bot
2024-11-08 11:57 Will Deacon
2024-11-08 17:39 ` pr-tracker-bot
2025-03-14 16:04 Will Deacon
2025-03-14 20:34 ` Linus Torvalds
2025-03-17 16:00 ` Will Deacon
2025-03-18 11:43 ` Will Deacon
2025-03-18 11:46 ` Marc Zyngier
2025-03-14 21:03 ` 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=20160708144859.GC6493@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 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.