]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kmsan: use stack_depot_save instead of __stack_depot_save
authorAndrey Konovalov <andreyknvl@google.com>
Mon, 20 Nov 2023 17:47:12 +0000 (18:47 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:16:39 +0000 (13:16 -0800)
commitb45dec28c4d92b1fb45429dab68bc5a9a0a79ae6
tree505f7cc792d9857051f96d8bf64dc3b494d924ca
parent6d499f7066fdae26b7351b92938628f03c4cda4b
kmsan: use stack_depot_save instead of __stack_depot_save

Make KMSAN use stack_depot_save instead of __stack_depot_save, as it
  always passes true to __stack_depot_save as the last argument.

Link: https://lkml.kernel.org/r/18092240699efdc6acd78b51e41ea782953e6c8d.1700502145.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Evgenii Stepanov <eugenis@google.com>
Cc: Marco Elver <elver@google.com>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/kmsan/core.c