Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1175852
| From | Andrey Ryabinin <a.ryabinin@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/6] x86_64 kasan fixes |
| Date | 2015-07-02 11:20 +0200 |
| Message-ID | <pHIP0-Na-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Changes since v1: Split 'fix kasan shadow region page tables' into two patches: * x86_64: kasan: fix kasan shadow region page tables * x86_64, init: clear init_level4_pgt earlier Alexander Popov (1): x86_64: kasan: fix kasan shadow region page tables Andrey Ryabinin (5): x86_64, init: clear init_level4_pgt earlier x86_64: kasan: flush tlbs after switching cr3 x86_64: kasan: fix boot crash on AMD processors x86_64: kasan: add message about kasan being initialized x86_64: kasan: move KASAN_SHADOW_OFFSET to the arch Kconfig arch/x86/Kconfig | 5 +++++ arch/x86/include/asm/kasan.h | 8 ++------ arch/x86/kernel/head64.c | 10 ++++------ arch/x86/kernel/head_64.S | 29 --------------------------- arch/x86/mm/kasan_init_64.c | 47 +++++++++++++++++++++++++++++++++++++++----- lib/Kconfig.kasan | 4 ---- 6 files changed, 53 insertions(+), 50 deletions(-) -- 2.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/6] x86_64 kasan fixes Andrey Ryabinin <a.ryabinin@samsung.com> - 2015-07-02 11:20 +0200 [PATCH v2 4/6] x86_64: kasan: fix boot crash on AMD processors Andrey Ryabinin <a.ryabinin@samsung.com> - 2015-07-02 11:20 +0200 [PATCH v2 2/6] x86_64: kasan: fix kasan shadow region page tables Andrey Ryabinin <a.ryabinin@samsung.com> - 2015-07-02 11:20 +0200 [PATCH v2 5/6] x86_64: kasan: add message about kasan being initialized Andrey Ryabinin <a.ryabinin@samsung.com> - 2015-07-02 11:20 +0200 [PATCH v2 3/6] x86_64: kasan: flush tlbs after switching cr3 Andrey Ryabinin <a.ryabinin@samsung.com> - 2015-07-02 11:20 +0200
csiph-web