From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 25 May 2018 14:52:54 -0700 From: akpm@linux-foundation.org To: broonie@kernel.org, mhocko@suse.cz, sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, mm-commits@vger.kernel.org Subject: mmotm 2018-05-25-14-52 uploaded Message-ID: <20180525215254.VTc61%akpm@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: The mm-of-the-moment snapshot 2018-05-25-14-52 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a snapshot of my -mm patch queue. Uploaded at random hopefully more than once a week. You will need quilt to apply these patches to the latest Linus release (4.x or 4.x-rcY). The series file is in broken-out.tar.gz and is duplicated in http://ozlabs.org/~akpm/mmotm/series The file broken-out.tar.gz contains two datestamp files: .DATE and .DATE-yyyy-mm-dd-hh-mm-ss. Both contain the string yyyy-mm-dd-hh-mm-ss, followed by the base kernel version against which this patch series is to be applied. This tree is partially included in linux-next. To see which patches are included in linux-next, consult the `series' file. Only the patches within the #NEXT_PATCHES_START/#NEXT_PATCHES_END markers are included in linux-next. A git tree which contains the memory management portion of this tree is maintained at git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git by Michal Hocko. It contains the patches which are between the "#NEXT_PATCHES_START mm" and "#NEXT_PATCHES_END" markers, from the series file, http://www.ozlabs.org/~akpm/mmotm/series. A full copy of the full kernel tree with the linux-next and mmotm patches already applied is available through git within an hour of the mmotm release. Individual mmotm releases are tagged. The master branch always points to the latest release, so it's constantly rebasing. http://git.cmpxchg.org/cgit.cgi/linux-mmotm.git/ To develop on top of mmotm git: $ git remote add mmotm git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git $ git remote update mmotm $ git checkout -b topic mmotm/master $ git send-email mmotm/master.. [...] To rebase a branch with older patches to a new mmotm release: $ git remote update mmotm $ git rebase --onto mmotm/master topic The directory http://www.ozlabs.org/~akpm/mmots/ (mm-of-the-second) contains daily snapshots of the -mm tree. It is updated more frequently than mmotm, and is untested. A git copy of this tree is available at http://git.cmpxchg.org/cgit.cgi/linux-mmots.git/ and use of this tree is similar to http://git.cmpxchg.org/cgit.cgi/linux-mmotm.git/, described above. This mmotm tree contains the following patches against 4.17-rc6: (patches marked "*" will be included in linux-next) origin.patch i-need-old-gcc.patch * mm-fix-nr_rotate_swap-leak-in-swapon-error-case.patch * revert-ocfs2-o2hb-check-len-for-bio_add_page-to-avoid-getting-incorrect-bio.patch * idr-fix-invalid-ptr-dereference-on-item-delete.patch * revert-ipc-shm-fix-shmat-mmap-nil-page-protection.patch * ipc-shm-fix-shmat-nil-address-after-round-down-when-remapping.patch * maintainers-change-hugetlbfs-maintainer-and-update-files.patch * mm-kasan-dont-vfree-nonexistent-vm_area.patch * mm-memory_hotplug-make-has_unmovable_pages-more-robust.patch * mm-do-not-warn-on-offline-nodes-unless-the-specific-node-is-explicitly-requested.patch * proc-fix-smaps-and-meminfo-alignment.patch * mm-memory_hotplug-fix-leftover-use-of-struct-page-during-hotplug.patch * kernel-sys-fix-potential-spectre-v1.patch * add-missing-header-include-linux-mem_encrypth.patch * checkpatch-fix-macro-argument-precedence-test.patch * kasan-free-allocated-shadow-memory-on-mem_cancel_online.patch * kasan-fix-memory-hotplug-during-boot.patch * memcg-remove-memcg_cgroup-id-from-idr-on-mem_cgroup_css_alloc-failure.patch * mm-fix-race-between-kmem_cache-destroy-create-and-deactivate.patch * mm-fix-race-between-kmem_cache-destroy-create-and-deactivate-v2.patch * mm-fix-race-between-kmem_cache-destroy-create-and-deactivate-v2-fix.patch * arm-arch-arm-include-asm-pageh-needs-personalityh.patch * fs-dax-adding-new-return-type-vm_fault_t.patch * prctl-add-pr_et_pdeathsig_proc.patch * ocfs2-clean-up-redundant-function-declarations.patch * ocfs2-ocfs2_inode_lock_tracker-does-not-distinguish-lock-level.patch * ocfs2-eliminate-a-misreported-warning.patch * ocfs2-correct-the-comments-position-of-the-structure-ocfs2_dir_block_trailer.patch * ocfs2-drop-a-vla-in-ocfs2_orphan_del.patch * ocfs2-get-rid-of-ocfs2_is_o2cb_active-function.patch * ocfs2-without-quota-support-try-to-avoid-calling-quota-recovery.patch * ocfs2-without-quota-support-try-to-avoid-calling-quota-recovery-checkpatch-fixes.patch * ocfs2-dont-put-and-assign-null-to-bh-allocated-outside.patch * ocfs2-dont-use-iocb-when-eiocbqueued-returns.patch * block-restore-proc-partitions-to-not-display-non-partitionable-removable-devices.patch * net-9p-detecting-invalid-options-as-much-as-possible.patch * fs-9p-detecting-invalid-options-as-much-as-possible.patch * xen-9pfs-dont-inclide-rwlockh-directly.patch * dentry-fix-kmemcheck-splat-at-take_dentry_name_snapshot.patch * namei-allow-restricted-o_creat-of-fifos-and-regular-files.patch * namei-allow-restricted-o_creat-of-fifos-and-regular-files-fix.patch mm.patch * slab-__gfp_zero-is-incompatible-with-a-constructor.patch * mm-slubc-add-__printf-verification-to-slab_err.patch * mm-slub-remove-impertinent-comment.patch * mm-introduce-arg_lock-to-protect-arg_startend-and-env_startend-in-mm_struct.patch * mm-introduce-arg_lock-to-protect-arg_startend-and-env_startend-in-mm_struct-fix.patch * mm-memcontrol-move-swap-charge-handling-into-get_swap_page.patch * mm-memcontrol-implement-memoryswapevents.patch * zram-correct-flag-name-of-zram_access.patch * zram-mark-incompressible-page-as-zram_huge.patch * zram-record-accessed-second.patch * zram-introduce-zram-memory-tracking.patch * zram-introduce-zram-memory-tracking-fix.patch * zram-introduce-zram-memory-tracking-update.patch * zram-introduce-zram-memory-tracking-update-fix.patch * zram-introduce-zram-memory-tracking-update-fix-fix.patch * zram-introduce-zram-memory-tracking-update-fix-fix-fix.patch * zram-introduce-zram-memory-tracking-update-fix-fix-fix-fix.patch * mm-shmem-add-__rcu-annotations-and-properly-deref-radix-entry.patch * mm-shmem-update-file-sealing-comments-and-file-checking.patch * mm-restructure-memfd-code.patch * mm-page_alloc-remove-realsize-in-free_area_init_core.patch * mm-introduce-arch_has_pte_special.patch * mm-remove-odd-have_pte_special.patch * mm-check-for-sigkill-inside-dup_mmap-loop.patch * mm-check-for-sigkill-inside-dup_mmap-loop-fix.patch * mm-memcg-remote-memcg-charging-for-kmem-allocations.patch * fs-fsnotify-account-fsnotify-metadata-to-kmemcg.patch * mm-memblock-introduce-phys_addr_max.patch * mm-rename-page_counters-count-limit-into-usage-max.patch * mm-memorylow-hierarchical-behavior.patch * mm-treat-memorylow-value-inclusive.patch * mm-docs-describe-memorylow-refinements.patch * mm-gup-prevent-pmd-checking-race-in-follow_pmd_mask.patch * mm-sparse-check-__highest_present_section_nr-only-for-a-present-section.patch * mm-sparse-pass-the-__highest_present_section_nr-1-to-alloc_func.patch * mm-vmalloc-clean-up-vunmap-to-avoid-pgtable-ops-twice.patch * mm-vmalloc-clean-up-vunmap-to-avoid-pgtable-ops-twice-v3.patch * mm-vmalloc-avoid-racy-handling-of-debugobjects-in-vunmap.patch * mm-vmalloc-pass-proper-vm_start-into-debugobjects.patch * mm-vmalloc-pass-proper-vm_start-into-debugobjects-fix.patch * mm-shmem-make-statst_blksize-return-huge-page-size-if-thp-is-on.patch * mm-shmem-make-statst_blksize-return-huge-page-size-if-thp-is-on-fix.patch * lockdep-fix-fs_reclaim-annotation.patch * mm-ksm-remove-unused-page_referenced_ksm-declaration.patch * mm-ksm-move-page_stable_node-from-ksmh-to-ksmc.patch * mm-ksm-move-page_stable_node-from-ksmh-to-ksmc-fix.patch * tmpfs-allow-decoding-a-file-handle-of-an-unlinked-file.patch * memcg-writeback-use-memcg-cgwb_list-directly.patch * memcg-replace-mm-owner-with-mm-memcg.patch * mm-memcontrolc-add-mem_cgroup_from_task-as-a-local-helper.patch * memcg-mark-memcg1_events-static-const.patch * mm-memcontrol-drain-stocks-on-resize-limit.patch * mm-memcontrol-drain-memcg-stock-on-force_empty.patch * mm-memblock-print-memblock_remove.patch * mm-pagemap-hide-swap-entry-for-unprivileged-users.patch * mm-move-is_pageblock_removable_nolock-to-mm-memory_hotplugc.patch * mm-introduce-memorymin.patch * mm-introduce-memorymin-fix.patch * mm-ksm-ignore-stable_flag-of-rmap_item-address-in-rmap_walk_ksm.patch * mm-vmpressure-use-kstrndup-instead-of-kmallocstrncpy.patch * mm-vmpressure-convert-to-use-match_string-helper.patch * mm-page_allocc-remove-useless-parameter-of-finalise_ac.patch * mm-adding-new-return-type-vm_fault_t.patch * mm-change-return-type-to-vm_fault_t.patch * mm-hugetlbfs-pass-fault-address-to-no-page-handler.patch * mm-save-two-stranding-bit-in-gfp_mask.patch * s390-use-_refcount-for-pgtables.patch * mm-split-page_type-out-from-_mapcount.patch * mm-mark-pages-in-use-for-page-tables.patch * mm-switch-s_mem-and-slab_cache-in-struct-page.patch * mm-move-private-union-within-struct-page.patch * mm-move-_refcount-out-of-struct-page-union.patch * mm-combine-first-three-unions-in-struct-page.patch * mm-use-page-deferred_list.patch * mm-move-lru-union-within-struct-page.patch * mm-combine-lru-and-main-union-in-struct-page.patch * mm-improve-struct-page-documentation.patch * mm-add-pt_mm-to-struct-page.patch * mm-add-hmm_data-to-struct-page.patch * slabslub-remove-rcu_head-size-checks.patch * slub-remove-kmem_cache-reserved.patch * slub-remove-reserved-file-from-sysfs.patch * mm-shmem-adding-new-return-type-vm_fault_t.patch * mm-devm_memremap_pages-mark-devm_memremap_pages-export_symbol_gpl.patch * mm-devm_memremap_pages-handle-errors-allocating-final-devres-action.patch * mm-hmm-use-devm-semantics-for-hmm_devmem_add-remove.patch * mm-hmm-replace-hmm_devmem_pages_create-with-devm_memremap_pages.patch * mm-hmm-mark-hmm_devmem_add-add_resource-export_symbol_gpl.patch * mm-memcg-allow-lowering-memoryswapmax-below-the-current-usage.patch * memcg-force-charge-kmem-counter-too.patch * userfaultfd-prevent-non-cooperative-events-vs-mcopy_atomic-races.patch * mm-page_alloc-do-not-break-__gfp_thisnode-by-zonelist-reset.patch * refactor-part-of-the-oom-report-in-dump_header.patch * refactor-part-of-the-oom-report-in-dump_header-fix.patch * mm-hugetlb_cgroup-suppress-sigbus-when-hugetlb_cgroup-charge-fails.patch * mm-sparse-add-a-static-variable-nr_present_sections.patch * mm-sparsemem-defer-the-ms-section_mem_map-clearing.patch * mm-sparse-add-a-new-parameter-data_unit_size-for-alloc_usemap_and_memmap.patch * mm-swap-fix-race-between-swapoff-and-some-swap-operations.patch * mm-swap-fix-race-between-swapoff-and-some-swap-operations-v6.patch * mm-fix-race-between-swapoff-and-mincore.patch * list_lru-prefetch-neighboring-list-entries-before-acquiring-lock.patch * list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fix.patch * mm-oom-refactor-the-oom_kill_process-function.patch * mm-implement-mem_cgroup_scan_tasks-for-the-root-memory-cgroup.patch * mm-oom-cgroup-aware-oom-killer.patch * mm-oom-cgroup-aware-oom-killer-fix.patch * mm-oom-cgroup-aware-oom-killer-fix-2.patch * mm-oom-introduce-memoryoom_group.patch * mm-oom-introduce-memoryoom_group-fix.patch * mm-oom-add-cgroup-v2-mount-option-for-cgroup-aware-oom-killer.patch * mm-oom-docs-describe-the-cgroup-aware-oom-killer.patch * mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix.patch * mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2.patch * mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fix.patch * mm-oom-cgroup-aware-oom-killer-fix-fix.patch * cgroup-list-groupoom-in-cgroup-features.patch * mm-add-strictlimit-knob-v2.patch * mm-dont-expose-page-to-fast-gup-before-its-ready.patch * mm-page_owner-align-with-pageblock_nr_pages.patch * mm-page_owner-align-with-pageblock_nr-pages.patch * proc-more-unsigned-int-in-proc-cmdline.patch * proc-somewhat-simpler-code-for-proc-cmdline.patch * proc-simpler-iterations-for-proc-cmdline.patch * proc-simpler-iterations-for-proc-cmdline-fix.patch * proc-deduplicate-proc-cmdline-implementation.patch * proc-smaller-rcu-section-in-getattr.patch * proc-use-unsigned-int-in-proc_fill_cache.patch * proc-skip-branch-in-proc-lookup.patch * proc-use-unsigned-int-for-sigqueue-length.patch * proc-use-unsigned-int-for-proc-stack.patch * proc-test-proc-fd-a-bit-pf_kthread-is-abi.patch * int-ll64h-define-u8163264-and-s8163264-based-on-uapi-header.patch * types-define-aligned_-types-based-on-uapi-header.patch * types-use-fixed-width-types-without-double-underscore-prefix.patch * locking-hung_task-show-all-hung-tasks-before-panic.patch * get_maintainer-improve-patch-recognition.patch * lib-micro-optimization-for-__bitmap_complement.patch * ida-remove-simple_ida_lock.patch * percpu_ida-use-_irqsave-instead-of-local_irq_save-spin_lock.patch * nmi_backtrace-use-printk_safe_flush_on_panic-when-triggering-backtraces.patch * checkpatch-add-a-strict-test-for-structs-with-bool-member-definitions.patch * checkpatch-improve-patch-recognition.patch * autofs4-merge-auto_fsh-and-auto_fs4h.patch * autofs4-use-autofs-instead-of-autofs4-everywhere.patch * autofs-copy-autofs4-to-autofs.patch * autofs-update-fs-autofs4-kconfig.patch * autofs-update-fs-autofs4-kconfig-fix.patch * autofs-update-fs-autofs4-makefile.patch * autofs-delete-fs-autofs4-source-files.patch * autofs-create-autofs-kconfig-and-makefile.patch * autofs-rename-autofs-documentation-files.patch * autofs-use-autofs-instead-of-autofs4-in-documentation.patch * autofs-update-maintainers-entry-for-autofs.patch * autofs-comment-on-selinux-changes-needed-for-module-autoload.patch * autofs-clean-up-includes.patch * coredump-fix-spam-with-zero-vma-process.patch * exofs-avoid-vla-in-structures.patch * exofs-avoid-vla-in-structures-v2.patch * bfs-add-sanity-check-at-bfs_fill_super.patch * kernel-relay-change-return-type-to-vm_fault_t.patch * kcov-ensure-irq-code-sees-a-valid-area.patch * kcov-prefault-the-kcov_area.patch * kcov-prefault-the-kcov_area-fix.patch * kcov-prefault-the-kcov_area-fix-fix.patch * kcov-prefault-the-kcov_area-fix-fix-fix.patch * sched-core-kcov-avoid-kcov_area-during-task-switch.patch * arm-port-kcov-to-arm.patch * fault-injection-reorder-config-entries.patch * ipc-sem-mitigate-semnum-index-against-spectre-v1.patch * ipc-adding-new-return-type-vm_fault_t.patch linux-next.patch linux-next-rejects.patch linux-next-git-rejects.patch * scripts-fixed-printf-format-mismatch.patch * mm-use-octal-not-symbolic-permissions.patch * treewide-use-phys_addr_max-to-avoid-type-casting-ullong_max.patch * mm-fix-oom_kill-event-handling.patch * hexagon-fix-printk-format-warning-in-setupc.patch * hexagon-drop-the-unused-variable-zero_page_mask.patch * mm-propagate-memory-effective-protection-on-setting-memorymin-low.patch * mm-dont-skip-memory-guarantee-calculations.patch * selftests-cgroup-add-test-for-memorylow-corner-cases.patch * resource-add-walk_system_ram_res_rev.patch * kexec_file-load-kernel-at-top-of-system-ram-if-required.patch * fix-read-buffer-overflow-in-delta-ipc.patch * sparc64-ng4-memset-32-bits-overflow.patch make-sure-nobodys-leaking-resources.patch releasing-resources-with-children.patch mutex-subsystem-synchro-test-module.patch kernel-forkc-export-kernel_thread-to-modules.patch slab-leaks3-default-y.patch workaround-for-a-pci-restoring-bug.patch