Re: [GIT PULL] arm64 fixes for -rc6

2020-11-27 Thread pr-tracker-bot
The pull request you sent on Fri, 27 Nov 2020 11:40:27 +: > 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/e4e9458073ae7ab0e7c28e7380a26ad1fccf0296 Thank you! -- Deet-doot-dot, I am

[GIT PULL] arm64 fixes for -rc6

2020-11-27 Thread Will Deacon
Hi Linus, Here are some arm64 fixes for -rc6. The main changes are relating to our handling of access/dirty bits, where our low-level page-table helpers could lead to stale young mappings and loss of the dirty bit in some cases (the latter has not been observed in practice, but could happen when

Re: [GIT PULL] arm64 fixes for -rc6

2020-07-17 Thread pr-tracker-bot
The pull request you sent on Fri, 17 Jul 2020 16:20:21 +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/a570f4198906a88b959ddcc56ddabc634397e810 Thank you! -- Deet-doot-dot, I am

[GIT PULL] arm64 fixes for -rc6

2020-07-17 Thread Will Deacon
Hi Linus, Please pull this batch of arm64 fixes for -rc6. Although the diffstat is a bit larger than we'd usually have at this stage, a decent amount of it is the addition of comments describing our syscall tracing behaviour, and also a sweep across all the modular arm64 PMU drivers to make them

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

2019-06-20 Thread pr-tracker-bot
The pull request you sent on Thu, 20 Jun 2019 17:59:16 +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/e929387449cf631e96840296a01922be1ef3c832 Thank you! -- Deet-doot-dot, I am

[GIT PULL] arm64: fixes for -rc6

2019-06-20 Thread Will Deacon
Hi Linus, Please pull these arm64 fixes for -rc6. It's mainly a couple of email address updates to MAINTAINERS, but we've also fixed a UAPI build issue with musl libc and an accidental double-initialisation of our pgd_cache due to a naming conflict with a weak symbol. There are a couple of

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

2019-02-08 Thread pr-tracker-bot
The pull request you sent on Fri, 8 Feb 2019 17:35:15 +: > 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/5bb513ed838c9eaae1704a3389eabc04e4cc0da5 Thank you! -- Deet-doot-dot, I am a

[GIT PULL] arm64: fixes for -rc6

2019-02-08 Thread Will Deacon
Hi Linus, Please pull these two arm64 fixes for -rc6. They resolve a kernel NULL dereference in kexec and bogus kernel page table dumping when userspace is configured for 52-bit virtual addressing. Cheers, Will --->8 The following changes since commit 8834f5600cf3c8db365e18a3d5cac2c2780c81e5:

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

2017-04-12 Thread Punit Agrawal
On 12/04/17 10:14, Will Deacon wrote: Hi Jon, On Tue, Apr 11, 2017 at 03:12:57PM -0400, Jon Masters wrote: On 04/07/2017 12:02 PM, Will Deacon wrote: Please pull these two arm64 fixes for -rc6. We've got a regression fix for the signal raised when userspace makes an unsupported unaligned

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

2017-04-12 Thread Punit Agrawal
On 12/04/17 10:14, Will Deacon wrote: Hi Jon, On Tue, Apr 11, 2017 at 03:12:57PM -0400, Jon Masters wrote: On 04/07/2017 12:02 PM, Will Deacon wrote: Please pull these two arm64 fixes for -rc6. We've got a regression fix for the signal raised when userspace makes an unsupported unaligned

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

2017-04-12 Thread Will Deacon
Hi Jon, On Tue, Apr 11, 2017 at 03:12:57PM -0400, Jon Masters wrote: > On 04/07/2017 12:02 PM, Will Deacon wrote: > > > Please pull these two arm64 fixes for -rc6. We've got a regression fix for > > the signal raised when userspace makes an unsupported unaligned access and a > > revert of the

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

2017-04-12 Thread Will Deacon
Hi Jon, On Tue, Apr 11, 2017 at 03:12:57PM -0400, Jon Masters wrote: > On 04/07/2017 12:02 PM, Will Deacon wrote: > > > Please pull these two arm64 fixes for -rc6. We've got a regression fix for > > the signal raised when userspace makes an unsupported unaligned access and a > > revert of the

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

2017-04-11 Thread Jon Masters
On 04/07/2017 12:02 PM, Will Deacon wrote: > Please pull these two arm64 fixes for -rc6. We've got a regression fix for > the signal raised when userspace makes an unsupported unaligned access and a > revert of the contiguous (hugepte) support for hugetlb, which has once again > been found to be

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

2017-04-11 Thread Jon Masters
On 04/07/2017 12:02 PM, Will Deacon wrote: > Please pull these two arm64 fixes for -rc6. We've got a regression fix for > the signal raised when userspace makes an unsupported unaligned access and a > revert of the contiguous (hugepte) support for hugetlb, which has once again > been found to be

[GIT PULL] arm64: fixes for -rc6

2017-04-07 Thread Will Deacon
Hi Linus, Please pull these two arm64 fixes for -rc6. We've got a regression fix for the signal raised when userspace makes an unsupported unaligned access and a revert of the contiguous (hugepte) support for hugetlb, which has once again been found to be broken. One day, maybe, we'll get it

[GIT PULL] arm64: fixes for -rc6

2017-04-07 Thread Will Deacon
Hi Linus, Please pull these two arm64 fixes for -rc6. We've got a regression fix for the signal raised when userspace makes an unsupported unaligned access and a revert of the contiguous (hugepte) support for hugetlb, which has once again been found to be broken. One day, maybe, we'll get it

[GIT PULL] arm64: fixes for -rc6

2015-10-15 Thread Will Deacon
Hi Linus, Here are a few more arm64 fixes for 4.3. Again, nothing too significant, but worth having nonetheless. The MINSIGSTKSZ update is a bit grotty, but the value we currently have is wrong (too small), so anybody using that will have issues already. It has Arnd's ack for the asm-generic

[GIT PULL] arm64: fixes for -rc6

2015-10-15 Thread Will Deacon
Hi Linus, Here are a few more arm64 fixes for 4.3. Again, nothing too significant, but worth having nonetheless. The MINSIGSTKSZ update is a bit grotty, but the value we currently have is wrong (too small), so anybody using that will have issues already. It has Arnd's ack for the asm-generic

[GIT PULL] arm64: fixes for -rc6

2015-01-23 Thread Will Deacon
Hello Linus, arm64 fixes seem to come in pairs recently, so please pull these two for -rc6. We've got a fix for removing device-tree blobs when doing a make clean and another one addressing a missing include, which fixes build failures in -next for allmodconfig (spotted by Mark's buildbot).

[GIT PULL] arm64: fixes for -rc6

2015-01-23 Thread Will Deacon
Hello Linus, arm64 fixes seem to come in pairs recently, so please pull these two for -rc6. We've got a fix for removing device-tree blobs when doing a make clean and another one addressing a missing include, which fixes build failures in -next for allmodconfig (spotted by Mark's buildbot).