This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4443f8e6ac77 Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-block new f958d7b528b1 mm: make page ref count overflow check tighter and more explicit new 88b1a17dfc3e mm: add 'try_get_page()' helper function new 8fde12ca79af mm: prevent get_user_pages() from overflowing page refcount new 15fab63e1e57 fs: prevent page refcount overflow in pipe_buf_get new 6b3a70773630 Merge branch 'page-refs' (page ref overflow) new dc4060a5dc25 Linux 5.1-rc5
The 6 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: Makefile | 2 +- fs/fuse/dev.c | 12 ++++++------ fs/pipe.c | 4 ++-- fs/splice.c | 12 ++++++++++-- include/linux/mm.h | 15 ++++++++++++++- include/linux/pipe_fs_i.h | 10 ++++++---- kernel/trace/trace.c | 6 +++++- mm/gup.c | 48 +++++++++++++++++++++++++++++++++++------------ mm/hugetlb.c | 13 +++++++++++++ 9 files changed, 93 insertions(+), 29 deletions(-)