All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>,
	Ralph Campbell <rcampbell@nvidia.com>,
	linux-mm@kvack.org, nouveau@lists.freedesktop.org
Cc: Jerome Glisse <jglisse@redhat.com>,
	John Hubbard <jhubbard@nvidia.com>,
	stable@vger.kernel.org
Subject: Re: [PATCH v3] mm/thp: fix __split_huge_pmd_locked() for migration PMD
Date: Sun, 06 Sep 2020 03:16:06 +0000	[thread overview]
Message-ID: <20200906031607.06BBD20760@mail.kernel.org> (raw)
In-Reply-To: <20200903183140.19055-1-rcampbell@nvidia.com>

Hi

[This is an automated email]

This commit has been processed because it contains a "Fixes:" tag
fixing commit: 84c3fc4e9c56 ("mm: thp: check pmd migration entry in common path").

The bot has tested the following trees: v5.8.6, v5.4.62, v4.19.143, v4.14.196.

v5.8.6: Build OK!
v5.4.62: Failed to apply! Possible dependencies:
    0d1c20722ab3 ("mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters")
    3fba69a56e16 ("mm: memcontrol: drop @compound parameter from memcg charging API")
    468c398233da ("mm: memcontrol: switch to native NR_ANON_THPS counter")
    72981e0e7b60 ("userfaultfd: wp: add UFFDIO_COPY_MODE_WP")
    83d116c53058 ("mm: fix double page fault on arm64 if PTE_AF is cleared")
    85b9f46e8ea4 ("mm, thp: track fallbacks due to failed memcg charges separately")
    92855270ff08 ("mm/memcontrol.c: cleanup some useless code")
    be5d0a74c62d ("mm: memcontrol: switch to native NR_ANON_MAPPED counter")
    c23a0c99793f ("mm/migrate: clean up some minor coding style")
    dcdf11ee1441 ("mm, shmem: add vmstat for hugepage fallback")
    f4129ea3591a ("mm: fix NUMA node file count error in replace_page_cache()")
    ffe945e633b5 ("khugepaged: do not stop collapse if less than half PTEs are referenced")

v4.19.143: Failed to apply! Possible dependencies:
    0ac261042084 ("x86/irq/64: Init hardirq_stack_ptr during CPU hotplug")
    0d1c20722ab3 ("mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters")
    117ed4548541 ("x86/irq/64: Remove stack overflow debug code")
    231c4846b106 ("x86/irq/32: Make irq stack a character array")
    30842211506e ("x86/exceptions: Remove unused stack defines on 32bit")
    39656e83dab9 ("mm: lift the x86_32 PAE version of gup_get_pte to common code")
    468c398233da ("mm: memcontrol: switch to native NR_ANON_THPS counter")
    4f44b8f0b33b ("x86/irq/64: Remove a hardcoded irq_stack_union access")
    66c7ceb47f62 ("x86/irq/32: Handle irq stack allocation failure proper")
    758a2e312228 ("x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr")
    7ac870747988 ("x86/vdso: Switch to generic vDSO implementation")
    99cb0dbd47a1 ("mm,thp: add read-only THP support for (non-shmem) FS")
    a754fe2b76d1 ("x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptr")
    aa641c287b2f ("x86/irq/32: Define IRQ_STACK_SIZE")
    be5d0a74c62d ("mm: memcontrol: switch to native NR_ANON_MAPPED counter")
    df835e7083be ("x86/irq/64: Sanitize the top/bottom confusion")
    e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages")

v4.14.196: Failed to apply! Possible dependencies:
    050e9baa9dc9 ("Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables")
    0d1c20722ab3 ("mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters")
    117ed4548541 ("x86/irq/64: Remove stack overflow debug code")
    152e93af3cfe ("mm, thp: Do not make pmd/pud dirty without a reason")
    2a61f4747eea ("stack-protector: test compiler capability in Kconfig and drop AUTO mode")
    2b8383927525 ("Makefile: move stack-protector compiler breakage test earlier")
    2bc2f688fdf8 ("Makefile: move stack-protector availability out of Kconfig")
    39656e83dab9 ("mm: lift the x86_32 PAE version of gup_get_pte to common code")
    44c6dc940b19 ("Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO")
    4645b9fe84bf ("mm/mmu_notifier: avoid call to invalidate_range() in range_end()")
    468c398233da ("mm: memcontrol: switch to native NR_ANON_THPS counter")
    59c66c5f8c4f ("mm: factor out page cache page freeing into a separate function")
    5ecc4d852c03 ("mm: factor out checks and accounting from __delete_from_page_cache()")
    76253fbc8fbf ("mm: move accounting updates before page_cache_tree_delete()")
    7ac870747988 ("x86/vdso: Switch to generic vDSO implementation")
    8373b7d9d174 ("Documentation: kconfig: add recommended way to describe compiler support")
    99cb0dbd47a1 ("mm,thp: add read-only THP support for (non-shmem) FS")
    be5d0a74c62d ("mm: memcontrol: switch to native NR_ANON_MAPPED counter")
    e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages")
    fadae2953072 ("thp: use mm_file_counter to determine update which rss counter")


NOTE: The patch will not be queued to stable trees until it is upstream.

How should we proceed with this patch?

-- 
Thanks
Sasha

WARNING: multiple messages have this Message-ID (diff)
From: Sasha Levin <sashal@kernel.org>
To: Sasha Levin <sashal@kernel.org>
To: Ralph Campbell <rcampbell@nvidia.com>
To: <linux-mm@kvack.org>, <nouveau@lists.freedesktop.org>
Cc: Jerome Glisse <jglisse@redhat.com>, John Hubbard <jhubbard@nvidia.com>
Cc: stable@vger.kernel.org
Subject: Re: [PATCH v3] mm/thp: fix __split_huge_pmd_locked() for migration PMD
Date: Sun, 06 Sep 2020 03:16:06 +0000	[thread overview]
Message-ID: <20200906031607.06BBD20760@mail.kernel.org> (raw)
In-Reply-To: <20200903183140.19055-1-rcampbell@nvidia.com>

Hi

[This is an automated email]

This commit has been processed because it contains a "Fixes:" tag
fixing commit: 84c3fc4e9c56 ("mm: thp: check pmd migration entry in common path").

The bot has tested the following trees: v5.8.6, v5.4.62, v4.19.143, v4.14.196.

v5.8.6: Build OK!
v5.4.62: Failed to apply! Possible dependencies:
    0d1c20722ab3 ("mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters")
    3fba69a56e16 ("mm: memcontrol: drop @compound parameter from memcg charging API")
    468c398233da ("mm: memcontrol: switch to native NR_ANON_THPS counter")
    72981e0e7b60 ("userfaultfd: wp: add UFFDIO_COPY_MODE_WP")
    83d116c53058 ("mm: fix double page fault on arm64 if PTE_AF is cleared")
    85b9f46e8ea4 ("mm, thp: track fallbacks due to failed memcg charges separately")
    92855270ff08 ("mm/memcontrol.c: cleanup some useless code")
    be5d0a74c62d ("mm: memcontrol: switch to native NR_ANON_MAPPED counter")
    c23a0c99793f ("mm/migrate: clean up some minor coding style")
    dcdf11ee1441 ("mm, shmem: add vmstat for hugepage fallback")
    f4129ea3591a ("mm: fix NUMA node file count error in replace_page_cache()")
    ffe945e633b5 ("khugepaged: do not stop collapse if less than half PTEs are referenced")

v4.19.143: Failed to apply! Possible dependencies:
    0ac261042084 ("x86/irq/64: Init hardirq_stack_ptr during CPU hotplug")
    0d1c20722ab3 ("mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters")
    117ed4548541 ("x86/irq/64: Remove stack overflow debug code")
    231c4846b106 ("x86/irq/32: Make irq stack a character array")
    30842211506e ("x86/exceptions: Remove unused stack defines on 32bit")
    39656e83dab9 ("mm: lift the x86_32 PAE version of gup_get_pte to common code")
    468c398233da ("mm: memcontrol: switch to native NR_ANON_THPS counter")
    4f44b8f0b33b ("x86/irq/64: Remove a hardcoded irq_stack_union access")
    66c7ceb47f62 ("x86/irq/32: Handle irq stack allocation failure proper")
    758a2e312228 ("x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr")
    7ac870747988 ("x86/vdso: Switch to generic vDSO implementation")
    99cb0dbd47a1 ("mm,thp: add read-only THP support for (non-shmem) FS")
    a754fe2b76d1 ("x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptr")
    aa641c287b2f ("x86/irq/32: Define IRQ_STACK_SIZE")
    be5d0a74c62d ("mm: memcontrol: switch to native NR_ANON_MAPPED counter")
    df835e7083be ("x86/irq/64: Sanitize the top/bottom confusion")
    e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages")

v4.14.196: Failed to apply! Possible dependencies:
    050e9baa9dc9 ("Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables")
    0d1c20722ab3 ("mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters")
    117ed4548541 ("x86/irq/64: Remove stack overflow debug code")
    152e93af3cfe ("mm, thp: Do not make pmd/pud dirty without a reason")
    2a61f4747eea ("stack-protector: test compiler capability in Kconfig and drop AUTO mode")
    2b8383927525 ("Makefile: move stack-protector compiler breakage test earlier")
    2bc2f688fdf8 ("Makefile: move stack-protector availability out of Kconfig")
    39656e83dab9 ("mm: lift the x86_32 PAE version of gup_get_pte to common code")
    44c6dc940b19 ("Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTO")
    4645b9fe84bf ("mm/mmu_notifier: avoid call to invalidate_range() in range_end()")
    468c398233da ("mm: memcontrol: switch to native NR_ANON_THPS counter")
    59c66c5f8c4f ("mm: factor out page cache page freeing into a separate function")
    5ecc4d852c03 ("mm: factor out checks and accounting from __delete_from_page_cache()")
    76253fbc8fbf ("mm: move accounting updates before page_cache_tree_delete()")
    7ac870747988 ("x86/vdso: Switch to generic vDSO implementation")
    8373b7d9d174 ("Documentation: kconfig: add recommended way to describe compiler support")
    99cb0dbd47a1 ("mm,thp: add read-only THP support for (non-shmem) FS")
    be5d0a74c62d ("mm: memcontrol: switch to native NR_ANON_MAPPED counter")
    e6401c130931 ("x86/irq/64: Split the IRQ stack into its own pages")
    fadae2953072 ("thp: use mm_file_counter to determine update which rss counter")


NOTE: The patch will not be queued to stable trees until it is upstream.

How should we proceed with this patch?

-- 
Thanks
Sasha


  reply	other threads:[~2020-09-06  3:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 18:31 [PATCH v3] mm/thp: fix __split_huge_pmd_locked() for migration PMD Ralph Campbell
2020-09-03 18:31 ` Ralph Campbell
2020-09-06  3:16 ` Sasha Levin [this message]
2020-09-06  3:16   ` Sasha Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200906031607.06BBD20760@mail.kernel.org \
    --to=sashal@kernel.org \
    --cc=jglisse@redhat.com \
    --cc=jhubbard@nvidia.com \
    --cc=linux-mm@kvack.org \
    --cc=nouveau@lists.freedesktop.org \
    --cc=rcampbell@nvidia.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.