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 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 0E67DC2D0C3 for ; Wed, 18 Dec 2019 04:41:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CEFF22176D for ; Wed, 18 Dec 2019 04:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576644113; bh=wl294Ay0REFLJq22BzCFSd+BucIaGMAcqr6lJjAG2Oc=; h=Date:From:To:Subject:In-Reply-To:List-ID:From; b=lGAQo3JGl5gmVRtX9CSojACL27ZXH5id5+eewpymyZkorrwjGF4mUlwDjsYz7TlLH wiPSf6SwPr6KjfMdCScE6G+YXoUvgPP+AUTPBrpq3S+hg9UAhy7xLoASjT4TAsIVWP uDZPwppVblTv1PhlXRW7UPyhfKH1ot7ATrf3kIis= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726454AbfLRElu (ORCPT ); Tue, 17 Dec 2019 23:41:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:33410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726463AbfLRElu (ORCPT ); Tue, 17 Dec 2019 23:41:50 -0500 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 C635520715; Wed, 18 Dec 2019 04:41:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576644109; bh=wl294Ay0REFLJq22BzCFSd+BucIaGMAcqr6lJjAG2Oc=; h=Date:From:To:Subject:In-Reply-To:From; b=O605SdXZI0wNRvhf3WeBwYfhPxFmqVe4Jon9zvyK04XX2dIbFzMnUYbNILciJIA/w h7h6D97LnlU4ICaZqG9Ab49t04cquV+XHjyx3ZrClWtO6/WAF4YojicD7idB/rl8+D vyArMNwR79Tk8LtjH/5ShIK9IAR9kGnIDSedu2BA= Date: Tue, 17 Dec 2019 20:41:48 -0800 From: Andrew Morton 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-12-17-20-41 uploaded Message-ID: <20191218044148.otzgcpSL5%akpm@linux-foundation.org> In-Reply-To: <20191206170123.cb3ad1f76af2b48505fabb33@linux-foundation.org> User-Agent: s-nail v14.8.16 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org The mm-of-the-moment snapshot 2019-12-17-20-41 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. https://github.com/hnaz/linux-mm 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 also available at https://github.com/hnaz/linux-mm This mmotm tree contains the following patches against 5.5-rc2: (patches marked "*" will be included in linux-next) origin.patch * kasan-fix-crashes-on-access-to-memory-mapped-by-vm_map_ram.patch * kasan-fix-crashes-on-access-to-memory-mapped-by-vm_map_ram-v2.patch * mm-add-apply_to_existing_pages-helper.patch * mm-add-apply_to_existing_pages-helper-fix.patch * mm-add-apply_to_existing_pages-helper-fix-fix.patch * mm-add-apply_to_existing_pages-helper-fix-fix-fix.patch * kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow.patch * kasan-use-apply_to_existing_pages-for-releasing-vmalloc-shadow-fix.patch * kasan-dont-assume-percpu-shadow-allocations-will-succeed.patch * mm-vmscan-protect-shrinker-idr-replace-with-config_memcg.patch * lib-kconfigdebug-fix-some-messed-up-configurations.patch * lib-kconfigdebug-fix-some-messed-up-configurations-checkpatch-fixes.patch * proc-kpageflags-prevent-an-integer-overflow-in-stable_page_flags.patch * proc-kpageflags-do-not-use-uninitialized-struct-pages.patch * mm-zsmallocc-fix-the-migrated-zspage-statistics.patch * mm-thp-tweak-reclaim-compaction-effort-of-local-only-and-all-node-allocations.patch * x86-mm-split-vmalloc_sync_all.patch * kcov-fix-struct-layout-for-kcov_remote_arg.patch * memcg-account-security-cred-as-well-to-kmemcg.patch * mm-move_pages-return-valid-node-id-in-status-if-the-page-is-already-on-the-target-node.patch * fs-direct-ioc-include-fs-internalh-for-missing-prototype.patch * fs-nsfsc-include-headers-for-missing-declarations.patch * fs-namespacec-make-to_mnt_ns-static.patch * hexagon-define-ioremap_uc.patch * hexagon-parenthesize-registers-in-asm-predicates.patch * hexagon-work-around-compiler-crash.patch * fs-fix-posix_aclc-kernel-doc-warnings.patch * revert-ipcsem-remove-uneeded-sem_undo_list-lock-usage-in-exit_sem.patch * mm-oom-fix-pgtables-units-mismatch-in-killed-process-message.patch * mm-gup-fix-memory-leak-in-__gup_benchmark_ioctl.patch * mm-gup-fix-memory-leak-in-__gup_benchmark_ioctl-fix.patch * mm-fix-uninitialized-memmaps-on-a-partially-populated-last-section.patch * fs-proc-pagec-allow-inspection-of-last-section-and-fix-end-detection.patch * mm-initialize-memmap-of-unavailable-memory-directly.patch * mm-hugetlb-defer-freeing-of-huge-pages-if-in-non-task-context.patch * mm-memory_hotplug-dont-free-usage-map-when-removing-a-re-added-early-section.patch * ocfs2-call-journal-flush-to-mark-journal-as-empty-after-journal-recovery-when-mount.patch * init-kconfig-enable-o3-for-all-arches.patch * ramfs-support-o_tmpfile.patch mm.patch * mm-avoid-slub-allocation-while-holding-list_lock.patch * mm-cleanup-some-useless-code.patch * mm-vmscan-expose-cgroup_ino-for-memcg-reclaim-tracepoints.patch * mm-pgmap-use-correct-alignment-when-looking-at-first-pfn-from-a-region.patch * mm-mmap-fix-the-adjusted-length-error.patch * mm-memmap_init-update-variable-name-in-memmap_init_zone.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-early_remap-use-%pa-to-print-resource_size_t-variables.patch * mm-oom-avoid-printk-iteration-under-rcu.patch * mm-oom-avoid-printk-iteration-under-rcu-fix.patch * mm-hugetlb-controller-for-cgroups-v2.patch * mm-clean-up-obsolete-check-on-space-in-page-flags.patch * mm-remove-dead-code-totalram_pages_set.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 * lib-zlib-add-s390-hardware-support-for-kernel-zlib_deflate.patch * s390-boot-rename-heap_size-due-to-name-collision.patch * lib-zlib-add-s390-hardware-support-for-kernel-zlib_inflate.patch * s390-boot-add-dfltcc=-kernel-command-line-parameter.patch * lib-zlib-add-zlib_deflate_dfltcc_enabled-function.patch * btrfs-use-larger-zlib-buffer-for-s390-hardware-compression.patch * string-add-stracpy-and-stracpy_pad-mechanisms.patch * documentation-checkpatch-prefer-stracpy-strscpy-over-strcpy-strlcpy-strncpy.patch * elf-smaller-code-generation-around-auxv-vector-fill.patch * elf-fix-start_code-calculation.patch * elf-dont-copy-elf-header-around.patch * elf-better-codegen-around-current-mm.patch * elf-make-bad_addr-unlikely.patch * init-mainc-log-arguments-and-environment-passed-to-init.patch * init-mainc-remove-unnecessary-repair_env_string-in-do_initcall_level.patch * init-mainc-fix-quoted-value-handling-in-unknown_bootoption.patch * execve-warn-if-process-starts-with-executable-stack.patch * io-mapping-use-phys_pfn-macro-in-io_mapping_map_atomic_wc.patch * aio-simplify-read_events.patch * smp_mb__beforeafter_atomic-update-documentation.patch * ipc-mqueuec-remove-duplicated-code.patch * ipc-mqueuec-update-document-memory-barriers.patch * ipc-msgc-update-and-document-memory-barriers.patch * ipc-semc-document-and-update-memory-barriers.patch * ipc-consolidate-all-xxxctl_down-functions.patch linux-next.patch linux-next-git-rejects.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 * mm-remove-__krealloc.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