Merge tag 'arc-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 May 2021 16:01:45 +0000 (09:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 May 2021 16:01:45 +0000 (09:01 -0700)
commitf36edc5533b2653a2d3df2d38cbef25cfd37e32e
tree3bb61bfebe9e38d1d17bb96279dcac661b608574
parent8f4ae0f68c5cb796cda02b7d68b5b5c1ff6365b8
parent1d5e4640e5df15252398c1b621f6bd432f2d7f17
Merge tag 'arc-5.13-rc2' of git://git./linux/kernel/git/vgupta/arc

Pull ARC fixes from Vineet Gupta:

 - PAE fixes

 - syscall num check off-by-one bug

 - misc fixes

* tag 'arc-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc:
  ARC: mm: Use max_high_pfn as a HIGHMEM zone border
  ARC: mm: PAE: use 40-bit physical page mask
  ARC: entry: fix off-by-one error in syscall number validation
  ARC: kgdb: add 'fallthrough' to prevent a warning
  arc: Fix typos/spellos