mbox series

[v3,0/2] kasan: fixes for 5.11-rc

Message ID cover.1610731872.git.andreyknvl@google.com (mailing list archive)
Headers show
Series kasan: fixes for 5.11-rc | expand

Message

Andrey Konovalov Jan. 15, 2021, 5:41 p.m. UTC
Changes v2->v3:
- Fix up kernel pointer tag in do_tag_check_fault() instead of
  report_tag_fault().

Andrey Konovalov (2):
  kasan, mm: fix conflicts with init_on_alloc/free
  kasan, arm64: fix pointer tags in KASAN reports

 arch/arm64/mm/fault.c | 7 ++++---
 mm/slub.c             | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

Comments

Catalin Marinas Jan. 18, 2021, 6:31 p.m. UTC | #1
On Fri, 15 Jan 2021 18:41:51 +0100, Andrey Konovalov wrote:
> Changes v2->v3:
> - Fix up kernel pointer tag in do_tag_check_fault() instead of
>   report_tag_fault().
> 
> Andrey Konovalov (2):
>   kasan, mm: fix conflicts with init_on_alloc/free
>   kasan, arm64: fix pointer tags in KASAN reports
> 
> [...]

Applied to arm64 (for-next/fixes), thanks!

[2/2] kasan, arm64: fix pointer tags in KASAN reports
      https://git.kernel.org/arm64/c/3ed86b9a7140