All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] kasan: bugfix and cleanup
@ 2023-03-01  0:35 ` Peter Collingbourne
  0 siblings, 0 replies; 12+ messages in thread
From: Peter Collingbourne @ 2023-03-01  0:35 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      | 30 ++++++------
 include/linux/page-flags.h     |  9 ----
 include/trace/events/mmflags.h | 12 +----
 mm/kasan/hw_tags.c             |  2 +-
 mm/page_alloc.c                | 84 +++++++++++++---------------------
 mm/vmalloc.c                   |  2 +-
 6 files changed, 49 insertions(+), 90 deletions(-)

-- 
2.39.2.722.g9855ee24e9-goog


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-03-09 21:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-01  0:35 [PATCH v3 0/2] kasan: bugfix and cleanup Peter Collingbourne
2023-03-01  0:35 ` Peter Collingbourne
2023-03-01  0:35 ` [PATCH v3 1/2] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare" Peter Collingbourne
2023-03-01  0:35   ` Peter Collingbourne
2023-03-09  1:46   ` Andrew Morton
2023-03-09  1:46     ` Andrew Morton
2023-03-09 21:36     ` Peter Collingbourne
2023-03-09 21:36       ` Peter Collingbourne
2023-03-01  0:35 ` [PATCH v3 2/2] kasan: remove PG_skip_kasan_poison flag Peter Collingbourne
2023-03-01  0:35   ` Peter Collingbourne
2023-03-01  0:57   ` Andrey Konovalov
2023-03-01  0:57     ` Andrey Konovalov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.