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

2021-02-01 Thread Catalin Marinas
On Mon, Feb 01, 2021 at 12:07:52AM +0100, Ard Biesheuvel wrote: > On Sun, 31 Jan 2021 at 19:55, Catalin Marinas wrote: > > On Fri, Jan 29, 2021 at 02:09:05PM -0800, Linus Torvalds wrote: > > > On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas > > > wrote: > > > > > > > > arm64 fixes: > > > > > > >

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

2021-01-31 Thread Ard Biesheuvel
On Sun, 31 Jan 2021 at 19:55, Catalin Marinas wrote: > > On Fri, Jan 29, 2021 at 02:09:05PM -0800, Linus Torvalds wrote: > > On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas > > wrote: > > > > > > arm64 fixes: > > > > > > - Fix the virt_addr_valid() returning true for < PAGE_OFFSET addresses. > >

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

2021-01-31 Thread Catalin Marinas
On Fri, Jan 29, 2021 at 02:09:05PM -0800, Linus Torvalds wrote: > On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas > wrote: > > > > arm64 fixes: > > > > - Fix the virt_addr_valid() returning true for < PAGE_OFFSET addresses. > > That's a really odd fix. > > It went from an incorrect bitwise oper

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

2021-01-29 Thread pr-tracker-bot
The pull request you sent on Fri, 29 Jan 2021 19:03:24 +: > 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/0e9bcda5d286f4a26a5407bb38f55c55b453ecfb Thank you! -- Deet-doot-dot, I am a bot

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

2021-01-29 Thread Linus Torvalds
On Fri, Jan 29, 2021 at 11:03 AM Catalin Marinas wrote: > > arm64 fixes: > > - Fix the virt_addr_valid() returning true for < PAGE_OFFSET addresses. That's a really odd fix. It went from an incorrect bitwise operation (masking) to an _odd_ bitwise operation (xor). Yes, PAGE_OFFSET has the bit p

[GIT PULL] arm64 fixes for 5.11-rc6

2021-01-29 Thread Catalin Marinas
Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit 75bd4bff300b3c5252d4a0e7a959569c62d1dbae: arm64: kprobes: Fix Uexpected kernel BRK exception at EL1 (2021-01-22 16:05:29 +) are available in the Git repository at: git://git.kernel.org/pub/scm/linu