Re: [GIT PULL] arm64: Fixes for -rc5

2021-03-25 Thread pr-tracker-bot
The pull request you sent on Thu, 25 Mar 2021 14:54:43 +: > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/43f0b562590e7ac16b74b298ab80b5fb290d02af Thank you! -- Deet-doot-dot, I am

[GIT PULL] arm64: Fixes for -rc5

2021-03-25 Thread Will Deacon
Hi Linus, Please pull these arm64 fixes for -rc5. Minor fixes all over, ranging from typos to tests to errata workarounds. Summary in the tag. Cheers, Will --->8 The following changes since commit c8e3866836528a4ba3b0535834f03768d74f7d8e: perf/arm_dmc620_pmu: Fix error return code in

Re: [GIT PULL] arm64 fixes for -rc5

2020-07-10 Thread pr-tracker-bot
The pull request you sent on Fri, 10 Jul 2020 15:39:08 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f4c8824cbcc64524905f83388eb1139747829756 Thank you! -- Deet-doot-dot, I am

[GIT PULL] arm64 fixes for -rc5

2020-07-10 Thread Will Deacon
Hi Linus, Please pull this unfortunately large collection of arm64 fixes for -rc5. Some of this is absolutely trivial, but the alternatives, vDSO and CPU errata workaround fixes are significant. At least people are finding and fixing these things, I suppose. Summary in the tag. Cheers, Will

Re: [GIT PULL] arm64: fixes for -rc5

2019-06-14 Thread pr-tracker-bot
The pull request you sent on Fri, 14 Jun 2019 16:02:59 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/72a20cee5d99d231809ee4d3d2c09a96a25451e2 Thank you! -- Deet-doot-dot, I am

[GIT PULL] arm64: fixes for -rc5

2019-06-14 Thread Will Deacon
Hi Linus, Here are some arm64 fixes for -rc5. The only non-trivial change (in terms of the diffstat) is fixing our SVE ptrace API for big-endian machines, but the majority of this is actually the addition of much-needed comments and updates to the documentation to try to avoid this mess biting us

Re: [GIT PULL] arm64 fixes for -rc5

2019-04-13 Thread pr-tracker-bot
The pull request you sent on Fri, 12 Apr 2019 17:05:15 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/5ded88718aef7e92a9806f6ff4b89c7f2a4f1570 Thank you! -- Deet-doot-dot, I am

[GIT PULL] arm64 fixes for -rc5

2019-04-12 Thread Will Deacon
Hi Linus, Please pull these three arm64 fixes for -rc5. The main thing is a fix to our FUTEX_WAKE_OP implementation which was unbelievably broken, but did actually work for the one scenario that GLIBC used to use. Summary in the tag. Thanks, Will --->8 The following changes since commit

Re: [GIT PULL] arm64: fixes for -rc5

2019-02-01 Thread pr-tracker-bot
The pull request you sent on Fri, 1 Feb 2019 17:51:41 +: > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/8b050fe42d8ad1a2219201ba6d773e5b0eff1a29 Thank you! -- Deet-doot-dot, I am a

[GIT PULL] arm64: fixes for -rc5

2019-02-01 Thread Will Deacon
Hi Linus, Although we're still debugging a few minor arm64-specific issues in mainline, I didn't want to hold this lot up in the meantime. We've got an additional KASLR fix after the previous one wasn't quite complete, a fix for a performance regression when mapping executable pages into

[GIT PULL] arm64: fixes for -rc5

2018-05-11 Thread Will Deacon
Hi Linus, Please pull these arm64 fixes for -rc5. There's a small memblock accounting problem when freeing the initrd and a Spectre-v2 mitigation for NVIDIA Denver CPUs which just requires a match on the CPU ID register. Thanks, Will --->8 The following changes since commit

[GIT PULL] arm64: fixes for -rc5

2018-05-11 Thread Will Deacon
Hi Linus, Please pull these arm64 fixes for -rc5. There's a small memblock accounting problem when freeing the initrd and a Spectre-v2 mitigation for NVIDIA Denver CPUs which just requires a match on the CPU ID register. Thanks, Will --->8 The following changes since commit

[GIT PULL] arm64: fixes for -rc5

2017-03-31 Thread Will Deacon
Hi Linus, Please pull these fixes for -rc5. The main thing is a fix for a NULL dereference on systems that boot using spin-tables or the ACPI parking protocol, but there are also a couple of trivial one-liners too. We're currently debugging a page flags corruption issue under syzkaller, but

[GIT PULL] arm64: fixes for -rc5

2017-03-31 Thread Will Deacon
Hi Linus, Please pull these fixes for -rc5. The main thing is a fix for a NULL dereference on systems that boot using spin-tables or the ACPI parking protocol, but there are also a couple of trivial one-liners too. We're currently debugging a page flags corruption issue under syzkaller, but

[GIT PULL] arm64: fixes for -rc5

2016-06-24 Thread Will Deacon
Hi Linus, Here are a few more arm64 fixes, but things do finally appear to be slowing down. The main fix is avoiding hibernation in a previously unanticipated situation where we have CPUs parked in the kernel, but it's all good stuff. Cheers, Will --->8 The following changes since commit

[GIT PULL] arm64: fixes for -rc5

2016-06-24 Thread Will Deacon
Hi Linus, Here are a few more arm64 fixes, but things do finally appear to be slowing down. The main fix is avoiding hibernation in a previously unanticipated situation where we have CPUs parked in the kernel, but it's all good stuff. Cheers, Will --->8 The following changes since commit

[GIT PULL] arm64: fixes for -rc5

2016-02-19 Thread Will Deacon
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

[GIT PULL] arm64: fixes for -rc5

2016-02-19 Thread Will Deacon
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

[GIT PULL] arm64: fixes for -rc5

2015-10-07 Thread Will Deacon
Hi Linus, Please pull the following arm64 fixes for 4.3-rc5. They address a couple of issues found with RT, a broken initrd message in the console log and a simple performance fix for some MMC workloads. Headlines in the tag. Thanks, Will --->8 The following changes since commit

[GIT PULL] arm64: fixes for -rc5

2015-10-07 Thread Will Deacon
Hi Linus, Please pull the following arm64 fixes for 4.3-rc5. They address a couple of issues found with RT, a broken initrd message in the console log and a simple performance fix for some MMC workloads. Headlines in the tag. Thanks, Will --->8 The following changes since commit

[GIT PULL] arm64: fixes for -rc5

2015-01-16 Thread Will Deacon
Hi Linus, Just a couple of stragglers for arm64 here: wiring up compat_sys_execveat, since arch/arm/ got that at -rc4 and a revert of a patch that broke our handling of the device-tree blob with certain memory layouts. Please pull. Thanks, Will --->8 The following changes since commit

[GIT PULL] arm64: fixes for -rc5

2015-01-16 Thread Will Deacon
Hi Linus, Just a couple of stragglers for arm64 here: wiring up compat_sys_execveat, since arch/arm/ got that at -rc4 and a revert of a patch that broke our handling of the device-tree blob with certain memory layouts. Please pull. Thanks, Will ---8 The following changes since commit