Home
last modified time | relevance | path

Searched hist:"92 a38eacd6412bb09f98245ba5b3aa89e3dd6656" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/kasan/
H A Dreport.cdiff 92a38eacd6412bb09f98245ba5b3aa89e3dd6656 Mon Sep 05 16:05:43 CDT 2022 Andrey Konovalov <andreyknvl@google.com> kasan: rework function arguments in report.c

Pass a pointer to kasan_report_info to describe_object() and
describe_object_stacks(), instead of passing the structure's fields.

The untagged pointer and the tag are still passed as separate arguments to
some of the functions to avoid duplicating the untagging logic.

This is preparatory change for the next patch.

Link: https://lkml.kernel.org/r/2e0cdb91524ab528a3c2b12b6d8bcb69512fc4af.1662411799.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Marco Elver <elver@google.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Evgenii Stepanov <eugenis@google.com>
Cc: Peter Collingbourne <pcc@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>