From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] arm64 fixes for 5.9-rc6
Date: Fri, 18 Sep 2020 17:13:17 +0100 [thread overview]
Message-ID: <20200918161314.GA9698@gaia> (raw)
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit e0328feda79d9681b3e3245e6e180295550c8ee9:
arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE (2020-09-02 08:35:33 +0100)
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 75df529bec9110dad43ab30e2d9490242529e8b8:
arm64: paravirt: Initialize steal time when cpu is online (2020-09-17 18:12:18 +0100)
----------------------------------------------------------------
- Allow CPUs affected by erratum 1418040 to come online late (previously
we only fixed the other case - CPUs not affected by the erratum coming
up late).
- Fix branch offset in BPF JIT.
- Defer the stolen time initialisation to the CPU online time from the
CPU starting time to avoid a (sleep-able) memory allocation in an
atomic context.
----------------------------------------------------------------
Andrew Jones (1):
arm64: paravirt: Initialize steal time when cpu is online
Ilias Apalodimas (1):
arm64: bpf: Fix branch offset in JIT
Marc Zyngier (1):
arm64: Allow CPUs unffected by ARM erratum 1418040 to come in late
arch/arm64/kernel/cpu_errata.c | 8 ++++++--
arch/arm64/kernel/paravirt.c | 26 ++++++++++++++-----------
arch/arm64/net/bpf_jit_comp.c | 43 ++++++++++++++++++++++++++++++------------
include/linux/cpuhotplug.h | 1 -
4 files changed, 52 insertions(+), 26 deletions(-)
--
Catalin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Will Deacon <will@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] arm64 fixes for 5.9-rc6
Date: Fri, 18 Sep 2020 17:13:17 +0100 [thread overview]
Message-ID: <20200918161314.GA9698@gaia> (raw)
Hi Linus,
Please pull the arm64 fixes below. Thanks.
The following changes since commit e0328feda79d9681b3e3245e6e180295550c8ee9:
arm64/module: set trampoline section flags regardless of CONFIG_DYNAMIC_FTRACE (2020-09-02 08:35:33 +0100)
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 75df529bec9110dad43ab30e2d9490242529e8b8:
arm64: paravirt: Initialize steal time when cpu is online (2020-09-17 18:12:18 +0100)
----------------------------------------------------------------
- Allow CPUs affected by erratum 1418040 to come online late (previously
we only fixed the other case - CPUs not affected by the erratum coming
up late).
- Fix branch offset in BPF JIT.
- Defer the stolen time initialisation to the CPU online time from the
CPU starting time to avoid a (sleep-able) memory allocation in an
atomic context.
----------------------------------------------------------------
Andrew Jones (1):
arm64: paravirt: Initialize steal time when cpu is online
Ilias Apalodimas (1):
arm64: bpf: Fix branch offset in JIT
Marc Zyngier (1):
arm64: Allow CPUs unffected by ARM erratum 1418040 to come in late
arch/arm64/kernel/cpu_errata.c | 8 ++++++--
arch/arm64/kernel/paravirt.c | 26 ++++++++++++++-----------
arch/arm64/net/bpf_jit_comp.c | 43 ++++++++++++++++++++++++++++++------------
include/linux/cpuhotplug.h | 1 -
4 files changed, 52 insertions(+), 26 deletions(-)
--
Catalin
next reply other threads:[~2020-09-18 16:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-18 16:13 Catalin Marinas [this message]
2020-09-18 16:13 ` [GIT PULL] arm64 fixes for 5.9-rc6 Catalin Marinas
2020-09-18 19:04 ` pr-tracker-bot
2020-09-18 19:04 ` 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=20200918161314.GA9698@gaia \
--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@kernel.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.