The patch titled Subject: userfaultfd-change-the-read-api-to-return-a-uffd_msg-fix-2-fix has been removed from the -mm tree. Its filename was userfaultfd-change-the-read-api-to-return-a-uffd_msg-fix-2-fix.patch This patch was dropped because it was folded into userfaultfd-change-the-read-api-to-return-a-uffd_msg.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: userfaultfd-change-the-read-api-to-return-a-uffd_msg-fix-2-fix use __packed Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/userfaultfd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN include/uapi/linux/userfaultfd.h~userfaultfd-change-the-read-api-to-return-a-uffd_msg-fix-2-fix include/uapi/linux/userfaultfd.h --- a/include/uapi/linux/userfaultfd.h~userfaultfd-change-the-read-api-to-return-a-uffd_msg-fix-2-fix +++ a/include/uapi/linux/userfaultfd.h @@ -11,6 +11,8 @@ #include <linux/types.h> +#include <linux/compiler.h> + #define UFFD_API ((__u64)0xAA) /* * After implementing the respective features it will become: @@ -70,7 +72,7 @@ struct uffd_msg { __u64 reserved3; } reserved; } arg; -} __attribute__((packed)); +} __packed; /* * Start at 0x12 and not at 0 to be more strict against bugs. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kernel-kthreadc-kthread_create_on_node-clarify-documentation.patch userfaultfd-change-the-read-api-to-return-a-uffd_msg.patch userfaultfd-activate-syscall-fix-2.patch userfaultfd-avoid-mmap_sem-read-recursion-in-mcopy_atomic-fix.patch genalloc-add-name-arg-to-gen_pool_get-and-devm_gen_pool_create-fix.patch genalloc-add-support-of-multiple-gen_pools-per-device-fix.patch mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html