* [GIT PULL] arm64 fix for 5.9-rc1
@ 2020-08-08 20:53 Catalin Marinas
2020-08-08 21:19 ` pr-tracker-bot
0 siblings, 1 reply; 7+ messages in thread
From: Catalin Marinas @ 2020-08-08 20:53 UTC (permalink / raw)
To: Linus Torvalds
Cc: Will Deacon, Greg Kroah-Hartman, linux-arm-kernel, linux-kernel
Hi Linus,
Please pull the arm64 updates below. The fix addresses a symbol export
for the tegra194-cpufreq module that made its way into mainline (the
issue was found in -next but still debating an alternative fix without
exporting __cpu_logical_map).
Thanks.
The following changes since commit 0e4cd9f2654915be8d09a1bd1b405ce5426e64c4:
Merge branch 'for-next/read-barrier-depends' into for-next/core (2020-07-31 18:09:57 +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 eaecca9e7710281be7c31d892c9f447eafd7ddd9:
arm64: Fix __cpu_logical_map undefined issue (2020-08-08 19:25:04 +0100)
----------------------------------------------------------------
- Fix tegra194-cpufreq module build failure caused __cpu_logical_map
not exported.
- Improve fixed_addresses comment regarding the fixmap buffer sizes.
----------------------------------------------------------------
Kefeng Wang (1):
arm64: Fix __cpu_logical_map undefined issue
Pingfan Liu (1):
arm64/fixmap: make notes of fixed_addresses more precisely
arch/arm64/include/asm/fixmap.h | 7 +++----
arch/arm64/include/asm/smp.h | 7 ++++++-
arch/arm64/kernel/setup.c | 8 +++++++-
arch/arm64/kernel/smp.c | 6 +++---
4 files changed, 19 insertions(+), 9 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arm64 fix for 5.9-rc1
2020-08-08 20:53 Catalin Marinas
@ 2020-08-08 21:19 ` pr-tracker-bot
0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2020-08-08 21:19 UTC (permalink / raw)
To: Catalin Marinas
Cc: Will Deacon, Linus Torvalds, linux-kernel, linux-arm-kernel,
Greg Kroah-Hartman
The pull request you sent on Sat, 8 Aug 2020 21:53:12 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/06a81c1c7db9bd5de0bd38cd5acc44bb22b99150
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arm64 fix for 5.9-rc1
@ 2020-08-08 21:19 ` pr-tracker-bot
0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2020-08-08 21:19 UTC (permalink / raw)
To: Catalin Marinas
Cc: Linus Torvalds, Will Deacon, Greg Kroah-Hartman, linux-arm-kernel,
linux-kernel
The pull request you sent on Sat, 8 Aug 2020 21:53:12 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/06a81c1c7db9bd5de0bd38cd5acc44bb22b99150
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] arm64 fix for 5.9-rc1
@ 2020-08-11 17:40 ` Catalin Marinas
0 siblings, 0 replies; 7+ messages in thread
From: Catalin Marinas @ 2020-08-11 17:40 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Will Deacon, linux-kernel, linux-arm-kernel
Hi Linus,
Please pull the fix below. Thanks.
The following changes since commit eaecca9e7710281be7c31d892c9f447eafd7ddd9:
arm64: Fix __cpu_logical_map undefined issue (2020-08-08 19:25:04 +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 3df14264ad9930733a8166e5bd0eccc1727564bb:
recordmcount: Fix build failure on non arm64 (2020-08-10 15:22:06 +0100)
----------------------------------------------------------------
Fix recordmcount build failure on non-arm64 (caused by an arm64 patch).
----------------------------------------------------------------
Christophe Leroy (1):
recordmcount: Fix build failure on non arm64
scripts/recordmcount.c | 2 ++
1 file changed, 2 insertions(+)
--
Catalin
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] arm64 fix for 5.9-rc1
@ 2020-08-11 17:40 ` Catalin Marinas
0 siblings, 0 replies; 7+ messages in thread
From: Catalin Marinas @ 2020-08-11 17:40 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Will Deacon, linux-arm-kernel, linux-kernel
Hi Linus,
Please pull the fix below. Thanks.
The following changes since commit eaecca9e7710281be7c31d892c9f447eafd7ddd9:
arm64: Fix __cpu_logical_map undefined issue (2020-08-08 19:25:04 +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 3df14264ad9930733a8166e5bd0eccc1727564bb:
recordmcount: Fix build failure on non arm64 (2020-08-10 15:22:06 +0100)
----------------------------------------------------------------
Fix recordmcount build failure on non-arm64 (caused by an arm64 patch).
----------------------------------------------------------------
Christophe Leroy (1):
recordmcount: Fix build failure on non arm64
scripts/recordmcount.c | 2 ++
1 file changed, 2 insertions(+)
--
Catalin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arm64 fix for 5.9-rc1
2020-08-11 17:40 ` Catalin Marinas
@ 2020-08-11 22:00 ` pr-tracker-bot
-1 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2020-08-11 22:00 UTC (permalink / raw)
To: Catalin Marinas
Cc: Will Deacon, Linus Torvalds, linux-kernel, linux-arm-kernel
The pull request you sent on Tue, 11 Aug 2020 18:40:00 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bb5baaa9238ecf8f13b112232c7bbe0d3d598ee8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] arm64 fix for 5.9-rc1
@ 2020-08-11 22:00 ` pr-tracker-bot
0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2020-08-11 22:00 UTC (permalink / raw)
To: Catalin Marinas
Cc: Linus Torvalds, Will Deacon, linux-kernel, linux-arm-kernel
The pull request you sent on Tue, 11 Aug 2020 18:40:00 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bb5baaa9238ecf8f13b112232c7bbe0d3d598ee8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2020-08-11 22:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-11 17:40 [GIT PULL] arm64 fix for 5.9-rc1 Catalin Marinas
2020-08-11 17:40 ` Catalin Marinas
2020-08-11 22:00 ` pr-tracker-bot
2020-08-11 22:00 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2020-08-08 20:53 Catalin Marinas
2020-08-08 21:19 ` pr-tracker-bot
2020-08-08 21:19 ` pr-tracker-bot
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.