diff for duplicates of <564B4BFC.1020905@virtuozzo.com> diff --git a/a/1.txt b/N1/1.txt index c983d80..8801791 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -63,3 +63,9 @@ index 9ac16a4..bf7de69 100644 select HAVE_ARCH_TRACEHOOK -- 2.4.10 + +-- +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 1050060..532c38e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,10 +3,25 @@ "ref\05649BAFD.6030005@arm.com\0" "ref\05649F783.40109@gmail.com\0" "ref\0564B40A7.1000206@arm.com\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\0Tue, 17 Nov 2015 18:47:08 +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" "\n" @@ -73,6 +88,12 @@ " \tselect HAVE_ARCH_SECCOMP_FILTER\n" " \tselect HAVE_ARCH_TRACEHOOK\n" "-- \n" - 2.4.10 + "2.4.10\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>" -5df8fd0373a69c177a17a08435aababbdca6a429db4e7fc65905ac1391bc8b18 +cb949aa95727d9406ed4267a3780c48b847ab88648747b085d7c2c843402236a
diff --git a/a/1.txt b/N2/1.txt index c983d80..937fdb6 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -11,8 +11,8 @@ On 11/17/2015 05:58 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__) >>> ^ > @@ -35,8 +35,8 @@ From: Andrey Ryabinin <aryabinin@virtuozzo.com> 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 diff --git a/a/content_digest b/N2/content_digest index 1050060..5c049f5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,10 +3,25 @@ "ref\05649BAFD.6030005@arm.com\0" "ref\05649F783.40109@gmail.com\0" "ref\0564B40A7.1000206@arm.com\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\0Tue, 17 Nov 2015 18:47:08 +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" "\n" @@ -22,8 +37,8 @@ ">>> 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" "> \n" @@ -46,8 +61,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" @@ -75,4 +90,4 @@ "-- \n" 2.4.10 -5df8fd0373a69c177a17a08435aababbdca6a429db4e7fc65905ac1391bc8b18 +86842c27f11dcc56480ab13c29aac30fb106d2e0b5feff7310c4baa47a05a5da
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.