mbox series

[v2,0/2] kasan: bugfix and cleanup

Message ID 20230228063240.3613139-1-pcc@google.com (mailing list archive)
Headers show
Series kasan: bugfix and cleanup | expand

Message

Peter Collingbourne Feb. 28, 2023, 6:32 a.m. UTC
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(-)