diff for duplicates of <1511275666.14446.1.camel@oracle.com> diff --git a/a/1.txt b/N1/1.txt index d4d025b..5a25be1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,35 +1,30 @@ On Thu, 2017-11-16 at 20:46 -0500, Pavel Tatashin wrote: > There is no need to have ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT, > as all the page initialization code is in common code. -> +>=20 > Also, there is no need to depend on MEMORY_HOTPLUG, as initialization > code > does not really use hotplug memory functionality. So, we can remove > this > requirement as well. -> +>=20 > This patch allows to use deferred struct page initialization on all > platforms with memblock allocator. -> +>=20 > Tested on x86, arm64, and sparc. Also, verified that code compiles on > PPC with CONFIG_MEMORY_HOTPLUG disabled. -> +>=20 > Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com> > --- -> arch/powerpc/Kconfig | 1 - -> arch/s390/Kconfig | 1 - -> arch/x86/Kconfig | 1 - -> mm/Kconfig | 7 +------ -> 4 files changed, 1 insertion(+), 9 deletions(-) -> -> +> =C2=A0arch/powerpc/Kconfig | 1 - +> =C2=A0arch/s390/Kconfig=C2=A0=C2=A0=C2=A0=C2=A0| 1 - +> =C2=A0arch/x86/Kconfig=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 1 - +> =C2=A0mm/Kconfig=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= +=A0=C2=A0| 7 +------ +> =C2=A04 files changed, 1 insertion(+), 9 deletions(-) +>=20 +>=20 Looks reasonable to me. Reviewed-by: Khalid Aziz <khalid.aziz@oracle.com> - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index c3bf5c7..69fc767 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -25,37 +25,32 @@ "On Thu, 2017-11-16 at 20:46 -0500, Pavel Tatashin wrote:\n" "> There is no need to have ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT,\n" "> as all the page initialization code is in common code.\n" - "> \n" + ">=20\n" "> Also, there is no need to depend on MEMORY_HOTPLUG, as initialization\n" "> code\n" "> does not really use hotplug memory functionality. So, we can remove\n" "> this\n" "> requirement as well.\n" - "> \n" + ">=20\n" "> This patch allows to use deferred struct page initialization on all\n" "> platforms with memblock allocator.\n" - "> \n" + ">=20\n" "> Tested on x86, arm64, and sparc. Also, verified that code compiles on\n" "> PPC with CONFIG_MEMORY_HOTPLUG disabled.\n" - "> \n" + ">=20\n" "> Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com>\n" "> ---\n" - "> \302\240arch/powerpc/Kconfig | 1 -\n" - "> \302\240arch/s390/Kconfig\302\240\302\240\302\240\302\240| 1 -\n" - "> \302\240arch/x86/Kconfig\302\240\302\240\302\240\302\240\302\240| 1 -\n" - "> \302\240mm/Kconfig\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 7 +------\n" - "> \302\2404 files changed, 1 insertion(+), 9 deletions(-)\n" - "> \n" - "> \n" + "> =C2=A0arch/powerpc/Kconfig | 1 -\n" + "> =C2=A0arch/s390/Kconfig=C2=A0=C2=A0=C2=A0=C2=A0| 1 -\n" + "> =C2=A0arch/x86/Kconfig=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 1 -\n" + "> =C2=A0mm/Kconfig=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n" + "=A0=C2=A0| 7 +------\n" + "> =C2=A04 files changed, 1 insertion(+), 9 deletions(-)\n" + ">=20\n" + ">=20\n" "\n" "Looks reasonable to me.\n" "\n" - "Reviewed-by: Khalid Aziz <khalid.aziz@oracle.com>\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + Reviewed-by: Khalid Aziz <khalid.aziz@oracle.com> -af2016c09a36db4070648e07789d22c0c654d68b368b65771ad9f914d998ea32 +cbee4c3bd7c045a4ffbc8bb8348cc09f57789b9798949d80553aaebbe137da6c
diff --git a/a/1.txt b/N2/1.txt index d4d025b..f09c8a9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -27,9 +27,3 @@ On Thu, 2017-11-16 at 20:46 -0500, Pavel Tatashin wrote: Looks reasonable to me. Reviewed-by: Khalid Aziz <khalid.aziz@oracle.com> - --- -To unsubscribe, send a message with 'unsubscribe linux-mm' in -the body to majordomo@kvack.org. For more info on Linux MM, -see: http://www.linux-mm.org/ . -Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N2/content_digest index c3bf5c7..f2db323 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -50,12 +50,6 @@ "\n" "Looks reasonable to me.\n" "\n" - "Reviewed-by: Khalid Aziz <khalid.aziz@oracle.com>\n" - "\n" - "--\n" - "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" - "the body to majordomo@kvack.org. For more info on Linux MM,\n" - "see: http://www.linux-mm.org/ .\n" - "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" + Reviewed-by: Khalid Aziz <khalid.aziz@oracle.com> -af2016c09a36db4070648e07789d22c0c654d68b368b65771ad9f914d998ea32 +ede70bfd0896970d82851f6ae5e69e4acdf27a0050b32a76cdafd9837420cbf7
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.