diff for duplicates of <5649F783.40109@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 80675d0..1a126c6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -72,4 +72,10 @@ which later will be removed from swapper_pg_dir by clear_pgds(). > Cheers > Suzuki -> +> + +-- +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 23398b4..30a5cc5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,25 @@ "ref\01444665180-301-1-git-send-email-ryabinin.a.a@gmail.com\0" "ref\020151013083432.GG6320@e104818-lin.cambridge.arm.com\0" "ref\05649BAFD.6030005@arm.com\0" - "From\0ryabinin.a.a@gmail.com (Andrey Ryabinin)\0" - "Subject\0[PATCH v7 0/4] KASAN for arm64\0" + "From\0Andrey Ryabinin <ryabinin.a.a@gmail.com>\0" + "Subject\0Re: [PATCH v7 0/4] KASAN for arm64\0" "Date\0Mon, 16 Nov 2015 18:34:27 +0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Suzuki K. Poulose <Suzuki.Poulose@arm.com>\0" + "Cc\0Catalin Marinas <catalin.marinas@arm.com>" + Will Deacon <will.deacon@arm.com> + linux-arm-kernel@lists.infradead.org + Yury <yury.norov@gmail.com> + Alexey Klimov <klimov.linux@gmail.com> + Arnd Bergmann <arnd@arndb.de> + linux-mm@kvack.org + Andrey Konovalov <andreyknvl@google.com> + Linus Walleij <linus.walleij@linaro.org> + Ard Biesheuvel <ard.biesheuvel@linaro.org> + linux-kernel@vger.kernel.org + kasan-dev <kasan-dev@googlegroups.com> + David Keitel <dkeitel@codeaurora.org> + Alexander Potapenko <glider@google.com> + " Dmitry Vyukov <dvyukov@google.com>\0" "\00:1\0" "b\0" "On 11/16/2015 02:16 PM, Suzuki K. Poulose wrote:\n" @@ -81,6 +96,12 @@ "\n" "> Cheers\n" "> Suzuki\n" - > + "> \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>" -472d916decf0cae5d73f3d6f3598a0c33bffd6c3327f0843581ef54493ee4481 +365f349b98ecfc64d47574299f6b67891776dddbb823375f5a0d37f323555252
diff --git a/a/1.txt b/N2/1.txt index 80675d0..a804e30 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,23 +17,23 @@ On 11/16/2015 02:16 PM, Suzuki K. Poulose wrote: > I get the following failure with KASAN + 16K_PAGES + 48BIT_VA, with 4.4-rc1: > > -> arch/arm64/mm/kasan_init.c: In function ?kasan_early_init?: -> include/linux/compiler.h:484:38: error: call to ?__compiletime_assert_95? declared with attribute error: BUILD_BUG_ON failed: !IS_ALIGNED(KASAN_SHADOW_END, PGDIR_SIZE) +> arch/arm64/mm/kasan_init.c: In function ‘kasan_early_init’: +> include/linux/compiler.h:484:38: error: call to ‘__compiletime_assert_95’ declared with attribute error: BUILD_BUG_ON failed: !IS_ALIGNED(KASAN_SHADOW_END, PGDIR_SIZE) > _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) > ^ -> include/linux/compiler.h:467:4: note: in definition of macro ?__compiletime_assert? +> include/linux/compiler.h:467:4: note: in definition of macro ‘__compiletime_assert’ > prefix ## suffix(); \ > ^ -> include/linux/compiler.h:484:2: note: in expansion of macro ?_compiletime_assert? +> include/linux/compiler.h:484:2: note: in expansion of macro ‘_compiletime_assert’ > _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) > ^ -> include/linux/bug.h:50:37: note: in expansion of macro ?compiletime_assert? +> include/linux/bug.h:50:37: note: in expansion of macro ‘compiletime_assert’ > #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) > ^ -> include/linux/bug.h:74:2: note: in expansion of macro ?BUILD_BUG_ON_MSG? +> include/linux/bug.h:74:2: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ > BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) > ^ -> arch/arm64/mm/kasan_init.c:95:2: note: in expansion of macro ?BUILD_BUG_ON? +> arch/arm64/mm/kasan_init.c:95:2: note: in expansion of macro ‘BUILD_BUG_ON’ > BUILD_BUG_ON(!IS_ALIGNED(KASAN_SHADOW_END, PGDIR_SIZE)); > > diff --git a/a/content_digest b/N2/content_digest index 23398b4..8d3df4a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,25 @@ "ref\01444665180-301-1-git-send-email-ryabinin.a.a@gmail.com\0" "ref\020151013083432.GG6320@e104818-lin.cambridge.arm.com\0" "ref\05649BAFD.6030005@arm.com\0" - "From\0ryabinin.a.a@gmail.com (Andrey Ryabinin)\0" - "Subject\0[PATCH v7 0/4] KASAN for arm64\0" + "From\0Andrey Ryabinin <ryabinin.a.a@gmail.com>\0" + "Subject\0Re: [PATCH v7 0/4] KASAN for arm64\0" "Date\0Mon, 16 Nov 2015 18:34:27 +0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Suzuki K. Poulose <Suzuki.Poulose@arm.com>\0" + "Cc\0Catalin Marinas <catalin.marinas@arm.com>" + Will Deacon <will.deacon@arm.com> + linux-arm-kernel@lists.infradead.org + Yury <yury.norov@gmail.com> + Alexey Klimov <klimov.linux@gmail.com> + Arnd Bergmann <arnd@arndb.de> + linux-mm@kvack.org + Andrey Konovalov <andreyknvl@google.com> + Linus Walleij <linus.walleij@linaro.org> + Ard Biesheuvel <ard.biesheuvel@linaro.org> + linux-kernel@vger.kernel.org + kasan-dev <kasan-dev@googlegroups.com> + David Keitel <dkeitel@codeaurora.org> + Alexander Potapenko <glider@google.com> + " Dmitry Vyukov <dvyukov@google.com>\0" "\00:1\0" "b\0" "On 11/16/2015 02:16 PM, Suzuki K. Poulose wrote:\n" @@ -26,23 +41,23 @@ "> I get the following failure with KASAN + 16K_PAGES + 48BIT_VA, with 4.4-rc1:\n" "> \n" "> \n" - "> arch/arm64/mm/kasan_init.c: In function ?kasan_early_init?:\n" - "> include/linux/compiler.h:484:38: error: call to ?__compiletime_assert_95? declared with attribute error: BUILD_BUG_ON failed: !IS_ALIGNED(KASAN_SHADOW_END, PGDIR_SIZE)\n" + "> arch/arm64/mm/kasan_init.c: In function \342\200\230kasan_early_init\342\200\231:\n" + "> include/linux/compiler.h:484:38: error: call to \342\200\230__compiletime_assert_95\342\200\231 declared with attribute error: BUILD_BUG_ON failed: !IS_ALIGNED(KASAN_SHADOW_END, PGDIR_SIZE)\n" "> _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)\n" "> ^\n" - "> include/linux/compiler.h:467:4: note: in definition of macro ?__compiletime_assert?\n" + "> include/linux/compiler.h:467:4: note: in definition of macro \342\200\230__compiletime_assert\342\200\231\n" "> prefix ## suffix(); \\\n" "> ^\n" - "> include/linux/compiler.h:484:2: note: in expansion of macro ?_compiletime_assert?\n" + "> include/linux/compiler.h:484:2: note: in expansion of macro \342\200\230_compiletime_assert\342\200\231\n" "> _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)\n" "> ^\n" - "> include/linux/bug.h:50:37: note: in expansion of macro ?compiletime_assert?\n" + "> include/linux/bug.h:50:37: note: in expansion of macro \342\200\230compiletime_assert\342\200\231\n" "> #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)\n" "> ^\n" - "> include/linux/bug.h:74:2: note: in expansion of macro ?BUILD_BUG_ON_MSG?\n" + "> include/linux/bug.h:74:2: note: in expansion of macro \342\200\230BUILD_BUG_ON_MSG\342\200\231\n" "> BUILD_BUG_ON_MSG(condition, \"BUILD_BUG_ON failed: \" #condition)\n" "> ^\n" - "> arch/arm64/mm/kasan_init.c:95:2: note: in expansion of macro ?BUILD_BUG_ON?\n" + "> arch/arm64/mm/kasan_init.c:95:2: note: in expansion of macro \342\200\230BUILD_BUG_ON\342\200\231\n" "> BUILD_BUG_ON(!IS_ALIGNED(KASAN_SHADOW_END, PGDIR_SIZE));\n" "> \n" "> \n" @@ -83,4 +98,4 @@ "> Suzuki\n" > -472d916decf0cae5d73f3d6f3598a0c33bffd6c3327f0843581ef54493ee4481 +41fac92ff179d7a5860ad70173b75b1b6775e8a274d11d7672dd57dc8f0ca3b3
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.