From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64: fixes for -rc5
Date: Fri, 19 Feb 2016 16:29:29 +0000 [thread overview]
Message-ID: <20160219162928.GM27062@arm.com> (raw)
Hi Linus,
Here are some more arm64 fixes for 4.5. This has mostly come from Yang
Shi, who saw some issues under -rt that also affect mainline. The rest
of it is pretty small, but still worth having.
We've got an old issue outstanding with valid_user_regs which will
likely wait until 4.6 (since it would really benefit from some time in
-next) and another issue with kasan and idle which should be fixed next
week.
Apart from that, pretty quiet here (and still no sign of the THP issue
reported on s390...)
Will
--->8
The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:
Linux 4.5-rc3 (2016-02-07 15:38:30 -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 52d7523d84d534c241ebac5ac89f5c0a6cb51e41:
arm64: mm: allow the kernel to handle alignment faults on user accesses (2016-02-19 12:20:37 +0000)
----------------------------------------------------------------
arm64 fixes:
- Allow EFI stub to use strnlen(), which is required by recent libfdt
- Avoid smp_processor_id() in preempt context during unwinding
- Avoid false Kasan warnings during unwinding
- Ensure early devices are picked up by the IOMMU DMA ops
- Avoid rebuilding the kernel for the 'install' target
- Run fixup handlers for alignment faults on userspace access
----------------------------------------------------------------
EunTaik Lee (1):
arm64: mm: allow the kernel to handle alignment faults on user accesses
Jeremy Linton (1):
arm/arm64: crypto: assure that ECB modes don't require an IV
Marek Szyprowski (1):
arm64: dma-mapping: fix handling of devices registered before arch_initcall
Masahiro Yamada (1):
arm64: kbuild: make "make install" not depend on vmlinux
Thierry Reding (1):
arm64/efi: Make strnlen() available to the EFI namespace
Will Deacon (1):
arm64: debug: re-enable irqs before sending breakpoint SIGTRAP
Yang Shi (2):
arm64: disable kasan when accessing frame->fp in unwind_frame
arm64: make irq_stack_ptr more robust
arch/arm/crypto/aes-ce-glue.c | 4 ++--
arch/arm64/Makefile | 2 +-
arch/arm64/boot/Makefile | 4 ++--
arch/arm64/boot/install.sh | 14 +++++++++++
arch/arm64/crypto/aes-glue.c | 4 ++--
arch/arm64/kernel/debug-monitors.c | 48 +++++++++++++++++---------------------
arch/arm64/kernel/image.h | 1 +
arch/arm64/kernel/stacktrace.c | 17 +++++++-------
arch/arm64/kernel/traps.c | 11 ++++++++-
arch/arm64/lib/strnlen.S | 2 +-
arch/arm64/mm/dma-mapping.c | 4 ++++
arch/arm64/mm/fault.c | 9 ++++++-
12 files changed, 75 insertions(+), 45 deletions(-)
next reply other threads:[~2016-02-19 16:29 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 16:29 Will Deacon [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 21:21 [GIT PULL] arm64 fixes for -rc5 Will Deacon
2025-03-01 21:48 ` pr-tracker-bot
2024-02-16 11:58 Will Deacon
2024-02-16 18:52 ` pr-tracker-bot
2023-10-06 7:56 Will Deacon
2023-10-06 15:15 ` pr-tracker-bot
2023-07-21 11:44 Will Deacon
2023-07-21 11:45 ` Will Deacon
2023-07-21 17:28 ` pr-tracker-bot
2022-09-11 11:37 Will Deacon
2022-09-11 19:36 ` pr-tracker-bot
2021-08-06 13:53 Will Deacon
2021-08-06 18:40 ` Linus Torvalds
2021-08-09 10:52 ` Will Deacon
2021-08-06 18:48 ` pr-tracker-bot
2021-03-25 14:54 [GIT PULL] arm64: Fixes " Will Deacon
2021-03-25 19:13 ` pr-tracker-bot
2020-07-10 14:39 [GIT PULL] arm64 fixes " Will Deacon
2020-07-10 16:55 ` pr-tracker-bot
2020-03-06 15:12 Will Deacon
2020-03-06 20:55 ` pr-tracker-bot
2019-06-14 15:02 [GIT PULL] arm64: " Will Deacon
2019-06-14 16:20 ` pr-tracker-bot
2019-04-12 16:05 [GIT PULL] arm64 " Will Deacon
2019-04-13 17:40 ` pr-tracker-bot
2019-02-01 17:51 [GIT PULL] arm64: " Will Deacon
2019-02-02 1:00 ` pr-tracker-bot
2018-05-11 17:30 Will Deacon
2017-03-31 17:15 Will Deacon
2016-06-24 11:41 Will Deacon
2015-10-07 14:20 Will Deacon
2015-01-16 17:16 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=20160219162928.GM27062@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).