The patch titled Subject: mm-gup_benchmark-time-put_page-fix has been removed from the -mm tree. Its filename was mm-gup_benchmark-time-put_page-fix.patch This patch was dropped because it was folded into mm-gup_benchmark-time-put_page.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-gup_benchmark-time-put_page-fix add expansion to struct gup_benchmark for future use Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: Dave Hansen <dave.hansen@xxxxxxxxx> Cc: Keith Busch <keith.busch@xxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- --- a/mm/gup_benchmark.c~mm-gup_benchmark-time-put_page-fix +++ a/mm/gup_benchmark.c @@ -14,6 +14,7 @@ struct gup_benchmark { __u64 size; __u32 nr_pages_per_call; __u32 flags; + __u64 expansion[10]; /* For future use */ }; static int __gup_benchmark_ioctl(unsigned int cmd, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-gup_benchmark-time-put_page.patch tools-gup_benchmark-allow-user-specified-file-fix.patch mm-thp-fix-madv_dontneed-vs-migrate_misplaced_transhuge_page-race-condition-fix.patch