]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'gate-page-refcount' (patches from Dave Hansen)
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Sep 2020 01:43:06 +0000 (18:43 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Sep 2020 01:43:06 +0000 (18:43 -0700)
commit91e87f7c23e73d5f54e634b4c1dfd141246ec200
tree14cba0617b988a4933122639b9113500c0aac030
parent5ca7d90b5587268f29352352c323cc757aeae42d
parent826c44696fc76ed3f545b9f019e46b0de7163e9f
Merge branch 'gate-page-refcount' (patches from Dave Hansen)

Merge gate page refcount fix from Dave Hansen:
 "During the conversion over to pin_user_pages(), gate pages were missed.

  The fix is pretty simple, and is accompanied by a new test from Andy
  which probably would have caught this earlier"

* emailed patches from Dave Hansen <dave.hansen@linux.intel.com>:
  selftests/x86/test_vsyscall: Improve the process_vm_readv() test
  mm: fix pin vs. gup mismatch with gate pages
mm/gup.c