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 6.1-rc1
Date: Fri, 14 Oct 2022 20:25:54 +0100 [thread overview]
Message-ID: <Y0m3wla/xisWPOkN@arm.com> (raw)
Hi Linus,
Please pull some arm64 fixes below. They are based on top of the
arm64-upstream tag you pulled at the start of the merging window.
Thanks.
The following changes since commit d2995249a2f72333a4ab4922ff3c42a76c023791:
arm64: alternatives: Use vdso/bits.h instead of linux/bits.h (2022-10-05 10:44:44 +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 0e5d5ae837c8ce04d2ddb874ec5f920118bd9d31:
arm64: Add AMPERE1 to the Spectre-BHB affected list (2022-10-12 17:36:06 +0100)
----------------------------------------------------------------
arm64 fixes:
- Cortex-A55 errata workaround (repeat TLBI).
- AMPERE1 added to the Spectre-BHB affected list.
- MTE fix to avoid setting PG_mte_tagged if no tags have been touched on
a page.
- Fixed typo in the SCTLR_EL1.SPINTMASK bit naming (the commit log has
other typos).
- perf: return value check in ali_drw_pmu_probe(),
ALIBABA_UNCORE_DRW_PMU dependency on ACPI.
----------------------------------------------------------------
Catalin Marinas (1):
arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored
D Scott Phillips (1):
arm64: Add AMPERE1 to the Spectre-BHB affected list
Geert Uytterhoeven (1):
drivers/perf: ALIBABA_UNCORE_DRW_PMU should depend on ACPI
James Morse (1):
arm64: errata: Add Cortex-A55 to the repeat tlbi list
Lukas Bulwahn (1):
MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER
Mark Brown (1):
arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASK
Sun Ke (1):
drivers/perf: fix return value check in ali_drw_pmu_probe()
Documentation/arm64/silicon-errata.rst | 2 ++
MAINTAINERS | 2 +-
arch/arm64/Kconfig | 17 +++++++++++++++++
arch/arm64/include/asm/cputype.h | 4 ++++
arch/arm64/kernel/cpu_errata.c | 5 +++++
arch/arm64/kernel/mte.c | 9 +++++++--
arch/arm64/kernel/proton-pack.c | 6 ++++++
arch/arm64/mm/mteswap.c | 7 ++++++-
arch/arm64/tools/sysreg | 2 +-
drivers/perf/Kconfig | 2 +-
drivers/perf/alibaba_uncore_drw_pmu.c | 4 ++--
11 files changed, 52 insertions(+), 8 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 6.1-rc1
Date: Fri, 14 Oct 2022 20:25:54 +0100 [thread overview]
Message-ID: <Y0m3wla/xisWPOkN@arm.com> (raw)
Hi Linus,
Please pull some arm64 fixes below. They are based on top of the
arm64-upstream tag you pulled at the start of the merging window.
Thanks.
The following changes since commit d2995249a2f72333a4ab4922ff3c42a76c023791:
arm64: alternatives: Use vdso/bits.h instead of linux/bits.h (2022-10-05 10:44:44 +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 0e5d5ae837c8ce04d2ddb874ec5f920118bd9d31:
arm64: Add AMPERE1 to the Spectre-BHB affected list (2022-10-12 17:36:06 +0100)
----------------------------------------------------------------
arm64 fixes:
- Cortex-A55 errata workaround (repeat TLBI).
- AMPERE1 added to the Spectre-BHB affected list.
- MTE fix to avoid setting PG_mte_tagged if no tags have been touched on
a page.
- Fixed typo in the SCTLR_EL1.SPINTMASK bit naming (the commit log has
other typos).
- perf: return value check in ali_drw_pmu_probe(),
ALIBABA_UNCORE_DRW_PMU dependency on ACPI.
----------------------------------------------------------------
Catalin Marinas (1):
arm64: mte: Avoid setting PG_mte_tagged if no tags cleared or restored
D Scott Phillips (1):
arm64: Add AMPERE1 to the Spectre-BHB affected list
Geert Uytterhoeven (1):
drivers/perf: ALIBABA_UNCORE_DRW_PMU should depend on ACPI
James Morse (1):
arm64: errata: Add Cortex-A55 to the repeat tlbi list
Lukas Bulwahn (1):
MAINTAINERS: rectify file entry in ALIBABA PMU DRIVER
Mark Brown (1):
arm64/sysreg: Fix typo in SCTR_EL1.SPINTMASK
Sun Ke (1):
drivers/perf: fix return value check in ali_drw_pmu_probe()
Documentation/arm64/silicon-errata.rst | 2 ++
MAINTAINERS | 2 +-
arch/arm64/Kconfig | 17 +++++++++++++++++
arch/arm64/include/asm/cputype.h | 4 ++++
arch/arm64/kernel/cpu_errata.c | 5 +++++
arch/arm64/kernel/mte.c | 9 +++++++--
arch/arm64/kernel/proton-pack.c | 6 ++++++
arch/arm64/mm/mteswap.c | 7 ++++++-
arch/arm64/tools/sysreg | 2 +-
drivers/perf/Kconfig | 2 +-
drivers/perf/alibaba_uncore_drw_pmu.c | 4 ++--
11 files changed, 52 insertions(+), 8 deletions(-)
--
Catalin
next reply other threads:[~2022-10-14 19:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-14 19:25 Catalin Marinas [this message]
2022-10-14 19:25 ` [GIT PULL] arm64 fixes for 6.1-rc1 Catalin Marinas
2022-10-14 19:44 ` pr-tracker-bot
2022-10-14 19:44 ` 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=Y0m3wla/xisWPOkN@arm.com \
--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.