diff for duplicates of <5649BAFD.6030005@arm.com> diff --git a/a/1.txt b/N1/1.txt index 62493c7..4380987 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,23 +16,23 @@ Hi, 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)); @@ -44,3 +44,9 @@ alignment really needed ? Thoughts on how best we could fix this ? 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 da21e94..a1f4d14 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,24 @@ "ref\01444665180-301-1-git-send-email-ryabinin.a.a@gmail.com\0" "ref\020151013083432.GG6320@e104818-lin.cambridge.arm.com\0" - "From\0Suzuki.Poulose@arm.com (Suzuki K. Poulose)\0" - "Subject\0[PATCH v7 0/4] KASAN for arm64\0" + "From\0Suzuki K. Poulose <Suzuki.Poulose@arm.com>\0" + "Subject\0Re: [PATCH v7 0/4] KASAN for arm64\0" "Date\0Mon, 16 Nov 2015 11:16:13 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Andrey Ryabinin <ryabinin.a.a@gmail.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 13/10/15 09:34, Catalin Marinas wrote:\n" @@ -24,23 +39,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" @@ -51,6 +66,12 @@ "alignment really needed ? Thoughts on how best we could fix this ?\n" "\n" "Cheers\n" - Suzuki + "Suzuki\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>" -09adb55b2117979742a728da47e7fe2fec1c74288fd45dc3b3e51a2691610855 +532d1f99e12e6581fde0f86ea164c082f77418a9bc5cbd6c46b3e74e7779bc05
diff --git a/a/1.txt b/N2/1.txt index 62493c7..4402e83 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -16,23 +16,23 @@ Hi, 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 da21e94..fd5b0fc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,24 @@ "ref\01444665180-301-1-git-send-email-ryabinin.a.a@gmail.com\0" "ref\020151013083432.GG6320@e104818-lin.cambridge.arm.com\0" - "From\0Suzuki.Poulose@arm.com (Suzuki K. Poulose)\0" - "Subject\0[PATCH v7 0/4] KASAN for arm64\0" + "From\0Suzuki K. Poulose <Suzuki.Poulose@arm.com>\0" + "Subject\0Re: [PATCH v7 0/4] KASAN for arm64\0" "Date\0Mon, 16 Nov 2015 11:16:13 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Andrey Ryabinin <ryabinin.a.a@gmail.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 13/10/15 09:34, Catalin Marinas wrote:\n" @@ -24,23 +39,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" @@ -53,4 +68,4 @@ "Cheers\n" Suzuki -09adb55b2117979742a728da47e7fe2fec1c74288fd45dc3b3e51a2691610855 +f86f3386ed1c89782c06609f184160cbe138a39e680efdad45696a9f70678a88
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.