linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] kasan: bugfix and cleanup
@ 2023-02-28  6:32 Peter Collingbourne
  2023-02-28  6:32 ` [PATCH v2 1/2] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare" Peter Collingbourne
  2023-02-28  6:32 ` [PATCH v2 2/2] kasan: remove PG_skip_kasan_poison flag Peter Collingbourne
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Collingbourne @ 2023-02-28  6:32 UTC (permalink / raw)
  To: catalin.marinas, andreyknvl
  Cc: Peter Collingbourne, linux-mm, kasan-dev, ryabinin.a.a,
	linux-arm-kernel, vincenzo.frascino, will, eugenis

Hi,

This patch series reverts a cleanup patch that turned out to introduce
a bug, and does some cleanup of its own by removing some flags that I
realized were redundant while investigating the bug.

Peter

Peter Collingbourne (2):
  Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
  kasan: remove PG_skip_kasan_poison flag

 include/linux/gfp_types.h      | 28 +++++-------
 include/linux/page-flags.h     |  9 ----
 include/trace/events/mmflags.h | 12 +----
 mm/kasan/hw_tags.c             |  2 +-
 mm/page_alloc.c                | 82 +++++++++++++---------------------
 mm/vmalloc.c                   |  2 +-
 6 files changed, 46 insertions(+), 89 deletions(-)

-- 
2.39.2.722.g9855ee24e9-goog



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-01  0:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28  6:32 [PATCH v2 0/2] kasan: bugfix and cleanup Peter Collingbourne
2023-02-28  6:32 ` [PATCH v2 1/2] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare" Peter Collingbourne
2023-02-28  6:32 ` [PATCH v2 2/2] kasan: remove PG_skip_kasan_poison flag Peter Collingbourne
2023-02-28 20:48   ` Andrey Konovalov
2023-03-01  0:36     ` Peter Collingbourne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox