This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 55fcd4493da5 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 808e9df47775 userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definition new f003c03bd29e mm: page_vma_mapped_walk(): use page for pvmw->page new 6d0fd5987657 mm: page_vma_mapped_walk(): settle PageHuge on entry new 3306d3119cea mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd new e2e1d4076c77 mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block new 448282487483 mm: page_vma_mapped_walk(): crossing page table boundary new b3807a91aca7 mm: page_vma_mapped_walk(): add a level of indentation new 474466301dfd mm: page_vma_mapped_walk(): use goto instead of while (1) new a765c417d876 mm: page_vma_mapped_walk(): get vma_address_end() earlier new a9a7504d9bea mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes new a7a69d8ba88d mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() new 8fd0c1b0647a nilfs2: fix memory leak in nilfs_sysfs_delete_device_group new 15a64f5a8870 mm/vmalloc: add vmalloc_no_huge new 185cca24e977 KVM: s390: prepare for hugepage vmalloc new 7ca3027b726b mm/vmalloc: unbreak kasan vmalloc support new 34b3d5344719 kthread_worker: split code for canceling the delayed work timer new 5fa54346caf6 kthread: prevent deadlock when kthread_mod_delayed_work() [...] new fe19bd3dae3d mm, futex: fix shared futex pgoff on shmem huge page new 171936ddaf97 mm/memory-failure: use a mutex to avoid memory_failure() races new 47af12bae17f mm,hwpoison: return -EHWPOISON to denote that the page has [...] new ea6d0630100b mm/hwpoison: do not lock page again when me_huge_page() su [...] new b08e50dd6448 mm/page_alloc: __alloc_pages_bulk(): do bounds check befor [...] new b3b64ebd3822 mm/page_alloc: do bulk array bounds check after checking p [...] new ee924d3ddd45 MAINTAINERS: fix Marek's identity again new 72a461adbe88 mailmap: add Marek's other e-mail address and identity wit [...] new 7ce32ac6fb2f Merge branch 'akpm' (patches from Andrew) new 7dd753ca59d6 scsi: sr: Return appropriate error code when disk is ejected new d1b7f92035c6 scsi: sd: Call sd_revalidate_disk() for ioctl(BLKRRPART) new e2f527b58e81 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 29 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .mailmap | 2 + MAINTAINERS | 4 +- arch/s390/kvm/pv.c | 7 +- drivers/scsi/sd.c | 22 +++++- drivers/scsi/sr.c | 2 + fs/nilfs2/sysfs.c | 1 + include/linux/hugetlb.h | 16 ---- include/linux/pagemap.h | 13 ++-- include/linux/vmalloc.h | 1 + include/uapi/linux/userfaultfd.h | 4 +- kernel/futex.c | 3 +- kernel/kthread.c | 77 ++++++++++++------- mm/hugetlb.c | 5 +- mm/memory-failure.c | 83 +++++++++++++------- mm/page_alloc.c | 6 +- mm/page_vma_mapped.c | 159 +++++++++++++++++++++++---------------- mm/vmalloc.c | 41 +++++++--- 17 files changed, 280 insertions(+), 166 deletions(-)