From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAE15CA9EAE for ; Sat, 19 Oct 2019 05:40:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC5DE222CC for ; Sat, 19 Oct 2019 05:40:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571463645; bh=bbwMPNy04alUEByelmdbp6iq4agD+9lB79ov+wDa8X8=; h=Date:From:To:Subject:List-ID:From; b=jDlqOfet+H0XLpDbIfl5/scT4FfMWS/9fpxdXSMEGH0OXWxADiOSNXcB2/C5LDtwV qOe4l+cJ4AwWZNc2Wrm81it5pVnnCldqgz7648qzA4xaYq9Wwj0MzG+lUaSh6rwHDY IlSNohIZfh4g79ZzNNgrPTAzjDJaZIxQ/CAEualg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727687AbfJSFkm (ORCPT ); Sat, 19 Oct 2019 01:40:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:52834 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727298AbfJSFkl (ORCPT ); Sat, 19 Oct 2019 01:40:41 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BBE2A21925; Sat, 19 Oct 2019 05:40:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571463640; bh=bbwMPNy04alUEByelmdbp6iq4agD+9lB79ov+wDa8X8=; h=Date:From:To:Subject:From; b=JfnOcgfGFnIuRZGTF7GtOrRvhCKMJZjN8mrX7PwD+JW8Ofz7QivCt5X5WdFdZJVR1 9hVpy3CGPKaUBv7H0E3tX0MNlPU/7V/Suyft0vCPFIbw4Y96dvleG/+0sAAukvgGFr THznOhOv0dvo8JrPG6+g0hxy4AQIZ5kJGBzFa67A= Date: Fri, 18 Oct 2019 22:40:39 -0700 From: akpm@linux-foundation.org To: broonie@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-next@vger.kernel.org, mhocko@suse.cz, mm-commits@vger.kernel.org, sfr@canb.auug.org.au Subject: mmotm 2019-10-18-22-40 uploaded Message-ID: <20191019054039.vsWMD_v7t%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org The mm-of-the-moment snapshot 2019-10-18-22-40 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 (5.x or 5.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 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/ 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 5.4-rc3: (patches marked "*" will be included in linux-next) origin.patch * drivers-base-memoryc-dont-access-uninitialized-memmaps-in-soft_offline_page_store.patch * mm-dont-access-uninitialized-memmaps-in-fs-proc-pagec.patch * mm-memory-failurec-dont-access-uninitialized-memmaps-in-memory_failure.patch * scripts-gdb-fix-lx-dmesg-when-config_printk_caller-is-set.patch * mm-page_owner-dont-access-uninitialized-memmaps-when-reading-proc-pagetypeinfo.patch * mm-memory_hotplug-dont-access-uninitialized-memmaps-in-shrink_pgdat_span.patch * mm-memunmap-dont-access-uninitialized-memmap-in-memunmap_pages.patch * mm-memcg-slab-fix-panic-in-__free_slab-caused-by-premature-memcg-pointer-release.patch * resend-ocfs2-fix-error-handling-in-ocfs2_setattr.patch * mm-gup_benchmark-add-a-missing-w-to-getopt-string.patch * mm-gup-fix-a-misnamed-write-argument-and-a-related-bug.patch * mm-vmscan-get-number-of-pages-on-the-lru-list-in-memcgroup-base-on-lru_zone_size.patch * mm-memblock-do-not-enforce-current-limit-for-memblock_phys-family.patch * hugetlbfs-dont-access-uninitialized-memmaps-in-pfn_range_valid_gigantic.patch * ocfs2-fix-panic-due-to-ocfs2_wq-is-null.patch * mm-memcontrol-update-lruvec-counters-in-mem_cgroup_move_account.patch * zram-fix-race-between-backing_dev_show-and-backing_dev_store.patch * mm-include-linux-huge_mmh-for-is_vma_temporary_stack.patch * mm-include-linux-ramfsh-for-generic_file_vm_ops-definition.patch * mm-include-linux-mmanh-for-vm_committed_as_batch.patch * proc-meminfo-fix-output-alignment.patch * mm-thp-fix-node-page-state-in-split_huge_page_to_list.patch * mm-support-removing-arbitrary-sized-pages-from-mapping.patch * mm-thp-allow-drop-thp-from-page-cache.patch * uprobe-only-do-foll_split_pmd-for-uprobe-register.patch * scripts-gdb-fix-debugging-modules-on-s390.patch * proc-kpageflags-prevent-an-integer-overflow-in-stable_page_flags.patch * proc-kpageflags-do-not-use-uninitialized-struct-pages.patch * mmthp-recheck-each-page-before-collapsing-file-thp.patch * mm-memcontrol-fix-null-ptr-deref-in-percpu-stats-flush.patch * mm-meminit-recalculate-pcpu-batch-and-high-limits-after-init-completes.patch * ocfs2-protect-extent-tree-in-the-ocfs2_prepare_inode_for_write.patch * ocfs2-protect-extent-tree-in-the-ocfs2_prepare_inode_for_write-checkpatch-fixes.patch * ocfs2-remove-unused-function-ocfs2_prepare_inode_for_refcount.patch * ocfs2-fix-passing-zero-to-ptr_err-warning.patch * ramfs-support-o_tmpfile.patch mm.patch * mm-slab-make-kmalloc_info-contain-all-types-of-names.patch * mm-slab-remove-unused-kmalloc_size.patch * mm-slab_common-use-enum-kmalloc_cache_type-to-iterate-over-kmalloc-caches.patch * mm-slub-print-the-offset-of-fault-addresses.patch * mm-update-comments-in-slubc.patch * mm-swap-disallow-swapon-on-zoned-block-devices.patch * mm-swap-disallow-swapon-on-zoned-block-devices-fix.patch * mm-trivial-mark_page_accessed-cleanup.patch * mm-memcg-clean-up-reclaim-iter-array.patch * mm-vmscan-expose-cgroup_ino-for-memcg-reclaim-tracepoints.patch * mm-vmstat-add-helpers-to-get-vmstat-item-names-for-each-enum-type.patch * mm-memcontrol-use-vmstat-names-for-printing-statistics.patch * mm-drop-mmap_sem-before-calling-balance_dirty_pages-in-write-fault.patch * shmem-pin-the-file-in-shmem_fault-if-mmap_sem-is-dropped.patch * mm-emit-tracepoint-when-rss-changes.patch * mm-mmapc-remove-a-never-trigger-warning-in-__vma_adjust.patch * mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region.patch * mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region-checkpatch-fixes.patch * mm-mmap-fix-the-adjusted-length-error.patch * mm-swap-piggyback-lru_add_drain_all-calls.patch * mm-mmapc-prev-could-be-retrieved-from-vma-vm_prev.patch * mm-mmapc-__vma_unlink_prev-is-not-necessary-now.patch * mm-mmapc-extract-__vma_unlink_list-as-counter-part-for-__vma_link_list.patch * mm-mmapc-rb_parent-is-not-necessary-in-__vma_link_list.patch * mm-rmapc-dont-reuse-anon_vma-if-we-just-want-a-copy.patch * mm-rmapc-reuse-mergeable-anon_vma-as-parent-when-fork.patch * mm-mmapc-use-is_err_value-to-check-return-value-of-get_unmapped_area.patch * mm-mmapc-use-is_err_value-to-check-return-value-of-get_unmapped_area-fix.patch * arc-mm-remove-__arch_use_5level_hack.patch * asm-generic-tlb-stub-out-pud_free_tlb-if-nopud.patch * asm-generic-tlb-stub-out-p4d_free_tlb-if-nop4d.patch * asm-generic-tlb-stub-out-pmd_free_tlb-if-nopmd.patch * asm-generic-mm-stub-out-p4ud_clear_bad-if-__pagetable_p4ud_folded.patch * mm-fix-outdated-comment-in-page_get_anon_vma.patch * mm-memory-failurec-clean-up-around-tk-pre-allocation.patch * mm-soft-offline-convert-parameter-to-pfn.patch * mm-hotplug-reorder-memblock_-calls-in-try_remove_memory.patch * memory_hotplug-add-a-bounds-check-to-__add_pages.patch * mm-memory_hotplug-export-generic_online_page.patch * hv_balloon-use-generic_online_page.patch * mm-memory_hotplug-remove-__online_page_free-and-__online_page_increment_counters.patch * mm-memmap_init-update-variable-name-in-memmap_init_zone.patch * mm-memory_hotplug-dont-access-uninitialized-memmaps-in-shrink_zone_span.patch * mm-memory_hotplug-shrink-zones-when-offlining-memory.patch * mm-memory_hotplug-poison-memmap-in-remove_pfn_range_from_zone.patch * mm-memory_hotplug-we-always-have-a-zone-in-find_smallestbiggest_section_pfn.patch * mm-memory_hotplug-dont-check-for-all-holes-in-shrink_zone_span.patch * mm-memory_hotplug-drop-local-variables-in-shrink_zone_span.patch * mm-memory_hotplug-cleanup-__remove_pages.patch * mm-vmalloc-remove-unnecessary-highmem_mask-from-parameter-of-gfpflags_allow_blocking.patch * mm-vmalloc-remove-preempt_disable-enable-when-do-preloading.patch * mm-vmalloc-respect-passed-gfp_mask-when-do-preloading.patch * mm-vmalloc-add-more-comments-to-the-adjust_va_to_fit_type.patch * selftests-vm-add-fragment-config_test_vmalloc.patch * mm-page_alloc-add-alloc_contig_pages.patch * mm-pcp-share-common-code-between-memory-hotplug-and-percpu-sysctl-handler.patch * mm-pcpu-make-zone-pcp-updates-and-reset-internal-to-the-mm.patch * mm-vmscan-remove-unused-scan_control-parameter-from-pageout.patch * z3fold-add-inter-page-compaction.patch * z3fold-add-inter-page-compaction-fix.patch * mm-support-memblock-alloc-on-the-exact-node-for-sparse_buffer_init.patch * mm-oom-avoid-printk-iteration-under-rcu.patch * mm-oom-avoid-printk-iteration-under-rcu-fix.patch * hugetlbfs-hugetlb_fault_mutex_hash-cleanup.patch * hugetlb-region_chg-provides-only-cache-entry.patch * hugetlb-remove-duplicated-code.patch * hugetlb-remove-duplicated-code-checkpatch-fixes.patch * hugetlb-remove-unused-hstate-in-hugetlb_fault_mutex_hash.patch * hugetlb-remove-unused-hstate-in-hugetlb_fault_mutex_hash-fix.patch * hugetlb-remove-unused-hstate-in-hugetlb_fault_mutex_hash-fix-fix.patch * mm-hugetlb-avoid-looping-to-the-same-hugepage-if-pages-and-vmas.patch * mm-thp-do-not-queue-fully-unmapped-pages-for-deferred-split.patch * mm-thp-make-set_huge_zero_page-return-void.patch * mm-cmac-switch-to-bitmap_zalloc-for-cma-bitmap-allocation.patch * userfaultfd-use-vma_pagesize-for-all-huge-page-size-calculation.patch * userfaultfd-remove-unnecessary-warn_on-in-__mcopy_atomic_hugetlb.patch * userfaultfd-wrap-the-common-dst_vma-check-into-an-inlined-function.patch * uffd-wp-clear-vm_uffd_missing-or-vm_uffd_wp-during-userfaultfd_register.patch * mm-shmemc-make-array-values-static-const-makes-object-smaller.patch * mm-fix-struct-member-name-in-function-comments.patch * mm-fix-typo-in-the-comment-when-calling-function-__setpageuptodate.patch * mm-memory_hotplugc-remove-__online_page_set_limits.patch * mm-annotate-refault-stalls-from-swap_readpage.patch * mm-annotate-refault-stalls-from-swap_readpage-fix.patch * mm-vmscan-remove-unused-lru_pages-argument.patch * info-task-hung-in-generic_file_write_iter.patch * info-task-hung-in-generic_file_write-fix.patch * kernel-hung_taskc-monitor-killed-tasks.patch * proc-change-nlink-under-proc_subdir_lock.patch * proc-delete-useless-len-variable.patch * proc-shuffle-struct-pde_opener.patch * proc-fix-confusing-macro-arg-name.patch * sysctl-inline-braces-for-ctl_table-and-ctl_table_header.patch * gitattributes-use-dts-diff-driver-for-dts-files.patch * linux-build_bugh-change-type-to-int.patch * kernel-notifierc-intercepting-duplicate-registrations-to-avoid-infinite-loops.patch * kernel-notifierc-remove-notifier_chain_cond_register.patch * kernel-notifierc-remove-blocking_notifier_chain_cond_register.patch * hung_task-allow-printing-warnings-every-check-interval.patch * get_maintainer-add-signatures-from-fixes-badcommit-lines-in-commit-message.patch * string-add-stracpy-and-stracpy_pad-mechanisms.patch * documentation-checkpatch-prefer-stracpy-strscpy-over-strcpy-strlcpy-strncpy.patch * lib-fix-possible-incorrect-result-from-rational-fractions-helper.patch * checkpatch-improve-ignoring-camelcase-si-style-variants-like-ma.patch * epoll-simplify-ep_poll_safewake-for-config_debug_lock_alloc.patch * fs-epoll-remove-unnecessary-wakeups-of-nested-epoll.patch * selftests-add-epoll-selftests.patch * elf-delete-unused-interp_map_addr-argument.patch * elf-extract-elf_read-function.patch * uaccess-disallow-int_max-copy-sizes.patch * aio-simplify-read_events.patch * lib-ubsan-dont-seralize-ubsan-report.patch * ipc-consolidate-all-xxxctl_down-functions.patch linux-next.patch linux-next-git-rejects.patch diff-sucks.patch * drivers-block-null_blk_mainc-fix-layout.patch * drivers-block-null_blk_mainc-fix-uninitialized-var-warnings.patch * pinctrl-fix-pxa2xxc-build-warnings.patch * lib-list-test-add-a-test-for-the-list-doubly-linked-list.patch * lib-list-test-add-a-test-for-the-list-doubly-linked-list-v3.patch * lib-genallocc-export-symbol-addr_in_gen_pool.patch * lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr.patch * lib-genallocc-rename-addr_in_gen_pool-to-gen_pool_has_addr-fix.patch * hacking-group-sysrq-kgdb-ubsan-into-generic-kernel-debugging-instruments.patch * hacking-create-submenu-for-arch-special-debugging-options.patch * hacking-group-kernel-data-structures-debugging-together.patch * hacking-move-kernel-testing-and-coverage-options-to-same-submenu.patch * hacking-move-oops-into-lockups-and-hangs.patch * hacking-move-sched_stack_end_check-after-debug_stack_usage.patch * hacking-create-a-submenu-for-scheduler-debugging-options.patch * hacking-move-debug_bugverbose-to-printk-and-dmesg-options.patch * hacking-move-debug_fs-to-generic-kernel-debugging-instruments.patch * bitops-introduce-the-for_each_set_clump8-macro.patch * bitops-introduce-the-for_each_set_clump8-macro-fix.patch * bitops-introduce-the-for_each_set_clump8-macro-fix-fix.patch * bitops-introduce-the-for_each_set_clump8-macro-fix-fix-fix.patch * lib-test_bitmapc-add-for_each_set_clump8-test-cases.patch * gpio-104-dio-48e-utilize-for_each_set_clump8-macro.patch * gpio-104-idi-48-utilize-for_each_set_clump8-macro.patch * gpio-gpio-mm-utilize-for_each_set_clump8-macro.patch * gpio-ws16c48-utilize-for_each_set_clump8-macro.patch * gpio-pci-idio-16-utilize-for_each_set_clump8-macro.patch * gpio-pcie-idio-24-utilize-for_each_set_clump8-macro.patch * gpio-uniphier-utilize-for_each_set_clump8-macro.patch * gpio-74x164-utilize-the-for_each_set_clump8-macro.patch * thermal-intel-intel_soc_dts_iosf-utilize-for_each_set_clump8-macro.patch * gpio-pisosr-utilize-the-for_each_set_clump8-macro.patch * gpio-max3191x-utilize-the-for_each_set_clump8-macro.patch * gpio-pca953x-utilize-the-for_each_set_clump8-macro.patch * drivers-tty-serial-sh-scic-suppress-warning.patch * fix-read-buffer-overflow-in-delta-ipc.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 workaround-for-a-pci-restoring-bug.patch