The quilt patch titled Subject: fs-proc-task_mmu-report-soft_dirty-bits-through-the-pagemap_scan-ioctl-v3 has been removed from the -mm tree. Its filename was fs-proc-task_mmu-report-soft_dirty-bits-through-the-pagemap_scan-ioctl-v3.patch This patch was dropped because it was folded into fs-proc-task_mmu-report-soft_dirty-bits-through-the-pagemap_scan-ioctl.patch ------------------------------------------------------ From: Andrei Vagin <avagin@xxxxxxxxxx> Subject: fs-proc-task_mmu-report-soft_dirty-bits-through-the-pagemap_scan-ioctl-v3 Date: Tue, 7 Nov 2023 08:41:37 -0800 update tools/include/uapi/linux/fs.h Link: https://lkml.kernel.org/r/20231107164139.576046-1-avagin@xxxxxxxxxx Signed-off-by: Andrei Vagin <avagin@xxxxxxxxxx> Reviewed-by: Muhammad Usama Anjum <usama.anjum@xxxxxxxxxxxxx> Cc: MichaÅ? MirosÅ?aw <mirq-linux@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/include/uapi/linux/fs.h | 1 + 1 file changed, 1 insertion(+) --- a/tools/include/uapi/linux/fs.h~fs-proc-task_mmu-report-soft_dirty-bits-through-the-pagemap_scan-ioctl-v3 +++ a/tools/include/uapi/linux/fs.h @@ -316,6 +316,7 @@ typedef int __bitwise __kernel_rwf_t; #define PAGE_IS_SWAPPED (1 << 4) #define PAGE_IS_PFNZERO (1 << 5) #define PAGE_IS_HUGE (1 << 6) +#define PAGE_IS_SOFT_DIRTY (1 << 7) /* * struct page_region - Page region with flags _ Patches currently in -mm which might be from avagin@xxxxxxxxxx are fs-proc-task_mmu-report-soft_dirty-bits-through-the-pagemap_scan-ioctl.patch selftests-mm-check-that-pagemap_scan-returns-correct-categories.patch selftests-mm-check-that-pagemap_scan-returns-correct-categories-fix.patch