linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] minor cleanups for kmsan
@ 2023-07-27  1:16 Peng Zhang
  2023-07-27  1:16 ` [PATCH 1/3] mm: kmsan: use helper function page_size() Peng Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Peng Zhang @ 2023-07-27  1:16 UTC (permalink / raw)
  To: linux-mm, linux-kernel
  Cc: glider, elver, dvyukov, kasan-dev, akpm, wangkefeng.wang,
	sunnanyong, ZhangPeng

From: ZhangPeng <zhangpeng362@huawei.com>

Use helper function and macros to improve code readability. No
functional modification involved.

ZhangPeng (3):
  mm: kmsan: use helper function page_size()
  mm: kmsan: use helper macro offset_in_page()
  mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWN

 mm/kmsan/hooks.c  | 4 ++--
 mm/kmsan/shadow.c | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2023-07-31 17:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27  1:16 [PATCH 0/3] minor cleanups for kmsan Peng Zhang
2023-07-27  1:16 ` [PATCH 1/3] mm: kmsan: use helper function page_size() Peng Zhang
2023-07-31 17:00   ` Alexander Potapenko
2023-07-27  1:16 ` [PATCH 2/3] mm: kmsan: use helper macro offset_in_page() Peng Zhang
2023-07-31 17:01   ` Alexander Potapenko
2023-07-27  1:16 ` [PATCH 3/3] mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWN Peng Zhang
2023-07-31 17:02   ` Alexander Potapenko
2023-07-31 17:02     ` Alexander Potapenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).