[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210313084505.16132-1-alex@ghiti.fr>
Date: Sat, 13 Mar 2021 03:45:03 -0500
From: Alexandre Ghiti <alex@...ti.fr>
To: Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Nylon Chen <nylon7@...estech.com>,
Nick Hu <nickhu@...estech.com>,
Andrey Ryabinin <aryabinin@...tuozzo.com>,
Alexander Potapenko <glider@...gle.com>,
Dmitry Vyukov <dvyukov@...gle.com>,
linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org,
kasan-dev@...glegroups.com
Cc: Alexandre Ghiti <alex@...ti.fr>
Subject: [PATCH v3 0/2] Improve KASAN_VMALLOC support
This patchset improves KASAN vmalloc implementation by fixing an
oversight where kernel page table was not flushed in patch 1 and by
reworking the kernel page table PGD level population in patch 2.
Changes in v3:
- Split into 2 patches
- Add reviewed-by
Changes in v2:
- Quiet kernel test robot warnings about missing prototypes by declaring
the introduced functions as static.
Alexandre Ghiti (2):
riscv: Ensure page table writes are flushed when initializing KASAN
vmalloc
riscv: Cleanup KASAN_VMALLOC support
arch/riscv/mm/kasan_init.c | 61 +++++++++++++-------------------------
1 file changed, 20 insertions(+), 41 deletions(-)
--
2.20.1
Powered by blists - more mailing lists