diff for duplicates of <5656F991.8090108@virtuozzo.com> diff --git a/a/1.txt b/N1/1.txt index 2419c81..58fc992 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,8 +26,8 @@ I'm not able to test as I don't have any setup working with 16k pages. >> Subject: [PATCH] arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48) >> >> On KASAN + 16K_PAGES + 48BIT_VA ->> 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 a??kasan_early_inita??: +>> include/linux/compiler.h:484:38: error: call to a??__compiletime_assert_95a?? declared with attribute error: BUILD_BUG_ON failed: !IS_ALIGNED(KASAN_SHADOW_END, PGDIR_SIZE) >> _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__) >> >> Currently KASAN will not work on 16K_PAGES and 48BIT_VA, so @@ -58,6 +58,12 @@ I'm not able to test as I don't have any setup working with 16k pages. >> >> _______________________________________________ >> linux-arm-kernel mailing list ->> linux-arm-kernel at lists.infradead.org +>> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >> + +-- +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 f197381..71a4858 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,10 +5,25 @@ "ref\0564B40A7.1000206@arm.com\0" "ref\0564B4BFC.1020905@virtuozzo.com\0" "ref\020151126121007.GC32343@leverpostej\0" - "From\0aryabinin@virtuozzo.com (Andrey Ryabinin)\0" - "Subject\0[PATCH v7 0/4] KASAN for arm64\0" + "From\0Andrey Ryabinin <aryabinin@virtuozzo.com>\0" + "Subject\0Re: [PATCH v7 0/4] KASAN for arm64\0" "Date\0Thu, 26 Nov 2015 15:22:41 +0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Mark Rutland <mark.rutland@arm.com>" + " Catalin Marinas <catalin.marinas@arm.com>\0" + "Cc\0Suzuki K. Poulose <Suzuki.Poulose@arm.com>" + Yury <yury.norov@gmail.com> + Arnd Bergmann <arnd@arndb.de> + linux-mm@kvack.org + Linus Walleij <linus.walleij@linaro.org> + Ard Biesheuvel <ard.biesheuvel@linaro.org> + Will Deacon <will.deacon@arm.com> + linux-kernel@vger.kernel.org + kasan-dev <kasan-dev@googlegroups.com> + Alexey Klimov <klimov.linux@gmail.com> + Alexander Potapenko <glider@google.com> + Dmitry Vyukov <dvyukov@google.com> + David Keitel <dkeitel@codeaurora.org> + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 11/26/2015 03:10 PM, Mark Rutland wrote:\n" @@ -39,8 +54,8 @@ ">> Subject: [PATCH] arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48)\n" ">>\n" ">> On KASAN + 16K_PAGES + 48BIT_VA\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 a??kasan_early_inita??:\n" + ">> include/linux/compiler.h:484:38: error: call to a??__compiletime_assert_95a?? 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" ">> Currently KASAN will not work on 16K_PAGES and 48BIT_VA, so\n" @@ -71,8 +86,14 @@ ">>\n" ">> _______________________________________________\n" ">> linux-arm-kernel mailing list\n" - ">> linux-arm-kernel at lists.infradead.org\n" + ">> linux-arm-kernel@lists.infradead.org\n" ">> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\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>" -8f82a86dd6da2aaac19a45e2892ba9501211bdf2fa7788344ae04ab58f6fa1ba +2c70163a204bb6eaff0e2ae3d4a436ed980b415f9612de5f7d17185baad70761
diff --git a/a/1.txt b/N2/1.txt index 2419c81..5500b32 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -26,8 +26,8 @@ I'm not able to test as I don't have any setup working with 16k pages. >> Subject: [PATCH] arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48) >> >> On KASAN + 16K_PAGES + 48BIT_VA ->> 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__) >> >> Currently KASAN will not work on 16K_PAGES and 48BIT_VA, so @@ -58,6 +58,6 @@ I'm not able to test as I don't have any setup working with 16k pages. >> >> _______________________________________________ >> linux-arm-kernel mailing list ->> linux-arm-kernel at lists.infradead.org +>> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel >> diff --git a/a/content_digest b/N2/content_digest index f197381..78eb0b0 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,10 +5,25 @@ "ref\0564B40A7.1000206@arm.com\0" "ref\0564B4BFC.1020905@virtuozzo.com\0" "ref\020151126121007.GC32343@leverpostej\0" - "From\0aryabinin@virtuozzo.com (Andrey Ryabinin)\0" - "Subject\0[PATCH v7 0/4] KASAN for arm64\0" + "From\0Andrey Ryabinin <aryabinin@virtuozzo.com>\0" + "Subject\0Re: [PATCH v7 0/4] KASAN for arm64\0" "Date\0Thu, 26 Nov 2015 15:22:41 +0300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Mark Rutland <mark.rutland@arm.com>" + " Catalin Marinas <catalin.marinas@arm.com>\0" + "Cc\0Suzuki K. Poulose <Suzuki.Poulose@arm.com>" + Yury <yury.norov@gmail.com> + Arnd Bergmann <arnd@arndb.de> + <linux-mm@kvack.org> + Linus Walleij <linus.walleij@linaro.org> + Ard Biesheuvel <ard.biesheuvel@linaro.org> + Will Deacon <will.deacon@arm.com> + <linux-kernel@vger.kernel.org> + kasan-dev <kasan-dev@googlegroups.com> + Alexey Klimov <klimov.linux@gmail.com> + Alexander Potapenko <glider@google.com> + Dmitry Vyukov <dvyukov@google.com> + David Keitel <dkeitel@codeaurora.org> + " <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "On 11/26/2015 03:10 PM, Mark Rutland wrote:\n" @@ -39,8 +54,8 @@ ">> Subject: [PATCH] arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48)\n" ">>\n" ">> On KASAN + 16K_PAGES + 48BIT_VA\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" ">> Currently KASAN will not work on 16K_PAGES and 48BIT_VA, so\n" @@ -71,8 +86,8 @@ ">>\n" ">> _______________________________________________\n" ">> linux-arm-kernel mailing list\n" - ">> linux-arm-kernel at lists.infradead.org\n" + ">> linux-arm-kernel@lists.infradead.org\n" ">> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n" >> -8f82a86dd6da2aaac19a45e2892ba9501211bdf2fa7788344ae04ab58f6fa1ba +8dac82e341a7cd65125a2b92333a455c04b87a8603f36ad3ba87cc524c8a123b
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.