From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757245Ab2JYAQe (ORCPT ); Wed, 24 Oct 2012 20:16:34 -0400 Received: from mail-qc0-f202.google.com ([209.85.216.202]:59031 "EHLO mail-qc0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756900Ab2JYAQb (ORCPT ); Wed, 24 Oct 2012 20:16:31 -0400 Subject: mmotm 2012-10-24-17-15 uploaded To: mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-next@vger.kernel.org From: akpm@linux-foundation.org Date: Wed, 24 Oct 2012 17:16:27 -0700 Message-Id: <20121025001628.1DEDE100047@wpzn3.hot.corp.google.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The mm-of-the-moment snapshot 2012-10-24-17-15 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 (3.x or 3.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/?p=linux-mmotm.git;a=summary 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/?p=linux-mmots.git;a=summary and use of this tree is similar to http://git.cmpxchg.org/?p=linux-mmotm.git, described above. This mmotm tree contains the following patches against 3.7-rc2: (patches marked "*" will be included in linux-next) origin.patch * mm-fix-xfs-oops-due-to-dirty-pages-without-buffers-on-s390.patch * cgroup-fix-invalid-rcu-dereference.patch * device_cgroup-rename-deny_all-to-behavior.patch * device_cgroup-stop-using-simple_strtoul.patch * device_cgroup-add-proper-checking-when-changing-default-behavior.patch * backlight-ili9320-add-missing-spi-dependency.patch * genalloc-stop-crashing-the-system-when-destroying-a-pool.patch * rbtree-include-linux-compilerh-for-definition-of-__always_inline.patch * mm-page_allocc-alloc_contig_range-return-early-for-err-path.patch * uapi-fix-tools-vm-page-typesc.patch * tools-testing-selftests-epoll-test_epollc-fix-build.patch * mm-mmu_notifier-allocate-mmu_notifier-in-advance.patch * drivers-dma-dw_dmac-make-drivers-endianness-configurable.patch * pidns-limit-the-nesting-depth-of-pid-namespaces.patch * pidns-limit-the-nesting-depth-of-pid-namespaces-fix.patch * mm-numa-avoid-setting-zone_reclaim_mode-unless-a-node-is-sufficiently-distant.patch * drivers-rtc-rtc-imxdic-add-missing-spin-lock-initialization.patch * gen_init_cpio-avoid-stack-overflow-when-expanding.patch * fs-compat_ioctlc-video_set_spu_palette-missing-error-check.patch * revert-tools-testing-selftests-epoll-test_epollc-fix-build.patch * revert-epoll-support-for-disabling-items-and-a-self-test-app.patch linux-next.patch linux-next-git-rejects.patch i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch * mm-vmscan-scale-number-of-pages-reclaimed-by-reclaim-compaction-only-in-direct-reclaim.patch * proc-check-vma-vm_file-before-dereferencing.patch * include-linux-tickh-fix-warning.patch * memstick-remove-unused-field-from-state-struct.patch * memstick-ms_block-fix-complile-issue.patch * memstick-use-after-free-in-msb_disk_release.patch * memstick-memory-leak-on-error-in-msb_ftl_scan.patch * cris-fix-i-o-macros.patch * selinux-fix-sel_netnode_insert-suspicious-rcu-dereference.patch * vfs-d_obtain_alias-needs-to-use-as-default-name.patch * fs-block_devc-page-cache-wrongly-left-invalidated-after-revalidate_disk.patch * cpu_hotplug-unmap-cpu2node-when-the-cpu-is-hotremoved.patch * cpu_hotplug-unmap-cpu2node-when-the-cpu-is-hotremoved-fix.patch * acpi_memhotplugc-fix-memory-leak-when-memory-device-is-unbound-from-the-module-acpi_memhotplug.patch * acpi_memhotplugc-free-memory-device-if-acpi_memory_enable_device-failed.patch * acpi_memhotplugc-remove-memory-info-from-list-before-freeing-it.patch * acpi_memhotplugc-dont-allow-to-eject-the-memory-device-if-it-is-being-used.patch * acpi_memhotplugc-bind-the-memory-device-when-the-driver-is-being-loaded.patch * acpi_memhotplugc-auto-bind-the-memory-device-which-is-hotplugged-before-the-driver-is-loaded.patch * arch-x86-platform-iris-irisc-register-a-platform-device-and-a-platform-driver.patch * x86-numa-dont-check-if-node-is-numa_no_node.patch * arch-x86-tools-insn_sanityc-identify-source-of-messages.patch * uv-fix-incorrect-tlb-flush-all-issue.patch * olpc-fix-olpc-xo1-scic-build-errors.patch * fs-debugsfs-remove-unnecessary-inode-i_private-initialization.patch * pcmcia-move-unbind-rebind-into-dev_pm_opscomplete.patch * drm-i915-optimize-div_round_closest-call.patch cyber2000fb-avoid-palette-corruption-at-higher-clocks.patch * timeconstpl-remove-deprecated-defined-array.patch * time-dont-inline-export_symbol-functions.patch * fs-pstore-ramc-fix-up-section-annotations.patch * h8300-select-generic-atomic64_t-support.patch * drivers-message-fusion-mptscsihc-missing-break.patch * cciss-cleanup-bitops-usage.patch * cciss-use-check_signature.patch * block-store-partition_meta_infouuid-as-a-string.patch * init-reduce-partuuid-min-length-to-1-from-36.patch * block-partition-msdos-provide-uuids-for-partitions.patch * drbd-use-copy_highpage.patch * vfs-increment-iversion-when-a-file-is-truncated.patch * fs-change-return-values-from-eacces-to-eperm.patch * fs-block_devc-need-not-to-check-inode-i_bdev-in-bd_forget.patch * mm-slab-remove-duplicate-check.patch mm.patch * writeback-remove-nr_pages_dirtied-arg-from-balance_dirty_pages_ratelimited_nr.patch * mm-show-migration-types-in-show_mem.patch * memory-hotplug-suppress-device-memoryx-does-not-have-a-release-function-warning.patch * memory-hotplug-suppress-device-nodex-does-not-have-a-release-function-warning.patch * mm-memcg-make-mem_cgroup_out_of_memory-static.patch * mm-use-is_enabledconfig_numa-instead-of-numa_build.patch * mm-use-is_enabledconfig_compaction-instead-of-compaction_build.patch * thp-clean-up-__collapse_huge_page_isolate.patch * thp-clean-up-__collapse_huge_page_isolate-v2.patch * mm-introduce-mm_find_pmd.patch * thp-introduce-hugepage_vma_check.patch * thp-cleanup-introduce-mk_huge_pmd.patch * memory-hotplug-skip-hwpoisoned-page-when-offlining-pages.patch * memory-hotplug-update-mce_bad_pages-when-removing-the-memory.patch * memory-hotplug-update-mce_bad_pages-when-removing-the-memory-fix.patch * memory-hotplug-auto-offline-page_cgroup-when-onlining-memory-block-failed.patch * memory-hotplug-fix-nr_free_pages-mismatch.patch * memory-hotplug-allocate-zones-pcp-before-onlining-pages.patch * memory-hotplug-allocate-zones-pcp-before-onlining-pages-fix.patch * memory-hotplug-allocate-zones-pcp-before-onlining-pages-fix-2.patch * memory_hotplug-fix-possible-incorrect-node_states.patch * slub-hotplug-ignore-unrelated-nodes-hot-adding-and-hot-removing.patch * slab-ignore-internal-flags-in-cache-creation.patch * drop_caches-add-some-documentation-and-info-messsge.patch * drop_caches-add-some-documentation-and-info-messsge-checkpatch-fixes.patch * swap-add-a-simple-detector-for-inappropriate-swapin-readahead.patch * swap-add-a-simple-detector-for-inappropriate-swapin-readahead-fix.patch * mm-memblock-reduce-overhead-in-binary-search.patch * scripts-pnmtologo-fix-for-plain-pbm.patch * scripts-pnmtologo-fix-for-plain-pbm-checkpatch-fixes.patch * include-linux-inith-use-the-stringify-operator-for-the-__define_initcall-macro.patch * scripts-tagssh-add-magic-for-declarations-of-popular-kernel-type.patch * backlight-da903x_bl-use-dev_get_drvdata-instead-of-platform_get_drvdata.patch * backlight-88pm860x_bl-fix-checkpatch-warning.patch * backlight-atmel-pwm-bl-fix-checkpatch-warning.patch * backlight-corgi_lcd-fix-checkpatch-error-and-warning.patch * backlight-da903x_bl-fix-checkpatch-warning.patch * backlight-generic_bl-fix-checkpatch-warning.patch * backlight-hp680_bl-fix-checkpatch-error-and-warning.patch * backlight-ili9320-fix-checkpatch-error-and-warning.patch * backlight-jornada720-fix-checkpatch-error-and-warning.patch * backlight-l4f00242t03-fix-checkpatch-warning.patch * backlight-lm3630-fix-checkpatch-warning.patch * backlight-locomolcd-fix-checkpatch-error-and-warning.patch * backlight-omap1-fix-checkpatch-warning.patch * backlight-pcf50633-fix-checkpatch-warning.patch * backlight-platform_lcd-fix-checkpatch-error.patch * backlight-tdo24m-fix-checkpatch-warning.patch * backlight-tosa-fix-checkpatch-error-and-warning.patch * backlight-vgg2432a4-fix-checkpatch-warning.patch * backlight-lms283gf05-use-devm_gpio_request_one.patch * backlight-tosa-use-devm_gpio_request_one.patch * drivers-video-backlight-lp855x_blc-use-generic-pwm-functions.patch * drivers-video-backlight-lp855x_blc-use-generic-pwm-functions-fix.patch * drivers-video-backlight-lp855x_blc-remove-unnecessary-mutex-code.patch * drivers-video-backlight-da9052_blc-add-missing-const.patch * drivers-video-backlight-lms283gf05c-add-missing-const.patch * drivers-video-backlight-tdo24mc-add-missing-const.patch * drivers-video-backlight-vgg2432a4c-add-missing-const.patch * drivers-video-backlight-s6e63m0c-remove-unnecessary-cast-of-void-pointer.patch * string-introduce-helper-to-get-base-file-name-from-given-path.patch * lib-dynamic_debug-use-kbasename.patch * staging-rts_pstor-use-kbasename.patch * mm-use-kbasename.patch * procfs-use-kbasename.patch * trace-use-kbasename.patch * compat-generic-compat_sys_sched_rr_get_interval-implementation.patch * drivers-firmware-dmi_scanc-check-dmi-version-when-get-system-uuid.patch * drivers-firmware-dmi_scanc-check-dmi-version-when-get-system-uuid-fix.patch * drivers-firmware-dmi_scanc-fetch-dmi-version-from-smbios-if-it-exists.patch * drivers-firmware-dmi_scanc-fetch-dmi-version-from-smbios-if-it-exists-checkpatch-fixes.patch * checkpatch-improve-network-block-comment-style-checking.patch * drivers-edac-amd64_edacc-__amd64_set_scrub_rate-avoid-overindexing-scrubrates.patch * binfmt_elf-fix-corner-case-kfree-of-uninitialized-data.patch * binfmt_elf-fix-corner-case-kfree-of-uninitialized-data-checkpatch-fixes.patch * rtc-omap-kicker-mechanism-support.patch * arm-davinci-remove-rtc-kicker-release.patch * rtc-omap-dt-support.patch * rtc-omap-depend-on-am33xx.patch * rtc-omap-add-runtime-pm-support.patch * rtc-imxdi-support-for-imx53.patch * rtc-imxdi-add-devicetree-support.patch * arm-mach-imx-support-for-dryice-rtc-in-imx53.patch * hfsplus-add-on-disk-layout-declarations-related-to-attributes-tree.patch * hfsplus-add-functionality-of-manipulating-by-records-in-attributes-tree.patch * hfsplus-rework-functionality-of-getting-setting-and-deleting-of-extended-attributes.patch * hfsplus-add-support-of-manipulation-by-attributes-file.patch * hfsplus-add-support-of-manipulation-by-attributes-file-checkpatch-fixes.patch * hfsplus-code-style-fixes-reworked-support-of-extended-attributes.patch * fat-modify-nfs-mount-option.patch * fat-exportfs-rebuild-inode-if-ilookup-fails.patch * fat-exportfs-rebuild-inode-if-ilookup-fails-fix.patch * fat-exportfs-rebuild-directory-inode-if-fat_dget-fails.patch * documentation-update-nfs-option-in-filesystem-vfattxt.patch * kstrto-add-documentation.patch * simple_strto-annotate-function-as-obsolete.patch * proc-dont-show-nonexistent-capabilities.patch * procfs-add-vmflags-field-in-smaps-output-v4.patch * procfs-add-vmflags-field-in-smaps-output-v4-fix.patch * ipc-remove-forced-assignment-of-selected-message.patch * ipc-add-sysctl-to-specify-desired-next-object-id.patch * ipc-add-sysctl-to-specify-desired-next-object-id-checkpatch-fixes.patch * ipc-message-queue-receive-cleanup.patch * ipc-message-queue-receive-cleanup-checkpatch-fixes.patch * ipc-message-queue-copy-feature-introduced.patch * selftests-ipc-message-queue-copy-feature-test.patch * selftests-ipc-message-queue-copy-feature-test-checkpatch-fixes.patch * ipc-semc-alternatives-to-preempt_disable.patch * linux-compilerh-add-__must_hold-macro-for-functions-called-with-a-lock-held.patch * documentation-sparsetxt-document-context-annotations-for-lock-checking.patch * aoe-describe-the-behavior-of-the-err-character-device.patch * aoe-print-warning-regarding-a-common-reason-for-dropped-transmits.patch * aoe-print-warning-regarding-a-common-reason-for-dropped-transmits-v2.patch * aoe-print-warning-regarding-a-common-reason-for-dropped-transmits-fix.patch * aoe-update-cap-on-outstanding-commands-based-on-config-query-response.patch * aoe-support-the-forgetting-flushing-of-a-user-specified-aoe-target.patch * aoe-support-larger-i-o-requests-via-aoe_maxsectors-module-param.patch * aoe-payload-sysfs-file-exports-per-aoe-command-data-transfer-size.patch * aoe-cleanup-remove-unused-ata_scnt-function.patch * aoe-whitespace-cleanup.patch * aoe-update-driver-internal-version-number-to-60.patch * random-make-it-possible-to-enable-debugging-without-rebuild.patch * random-make-it-possible-to-enable-debugging-without-rebuild-fix.patch * dma-debug-new-interfaces-to-debug-dma-mapping-errors.patch * dma-debug-new-interfaces-to-debug-dma-mapping-errors-fix.patch * dma-debug-new-interfaces-to-debug-dma-mapping-errors-fix-fix.patch * include-linux-kfifoh-replace-open-coded-type-check-code-with-typecheck.patch * tools-testing-selftests-kcmp-kcmp_testc-print-reason-for-failure-in-kcmp_test.patch make-sure-nobodys-leaking-resources.patch journal_add_journal_head-debug.patch releasing-resources-with-children.patch make-frame_pointer-default=y.patch kernel-forkc-export-kernel_thread-to-modules.patch mutex-subsystem-synchro-test-module.patch mutex-subsystem-synchro-test-module-fix.patch mutex-subsystem-synchro-test-module-fix-2.patch mutex-subsystem-synchro-test-module-fix-3.patch slab-leaks3-default-y.patch put_bh-debug.patch add-debugging-aid-for-memory-initialisation-problems.patch workaround-for-a-pci-restoring-bug.patch single_open-seq_release-leak-diagnostics.patch add-a-refcount-check-in-dput.patch