commit | f36edc5533b2653a2d3df2d38cbef25cfd37e32e | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sat May 15 09:01:45 2021 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat May 15 09:01:45 2021 -0700 |
tree | 3bb61bfebe9e38d1d17bb96279dcac661b608574 | |
parent | 8f4ae0f68c5cb796cda02b7d68b5b5c1ff6365b8 [diff] | |
parent | 1d5e4640e5df15252398c1b621f6bd432f2d7f17 [diff] |
Merge tag 'arc-5.13-rc2' of git://git.kernel.org/pub/scm/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