linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] mm/migrate: de-duplicate migrate_reason strings
@ 2021-09-22  4:17 John Hubbard
  2021-09-22  4:17 ` [PATCH 1/1] " John Hubbard
  0 siblings, 1 reply; 4+ messages in thread
From: John Hubbard @ 2021-09-22  4:17 UTC (permalink / raw)
  To: o451686892
  Cc: akpm, almasrymina, dave.hansen, jhubbard, khandual, linux-kernel,
	linux-mm, mhocko, minchan, osalvador, pasha.tatashin, weixugc,
	willy, yang.shi, ying.huang, ziy

Here is a follow-up that avoids the need for a BUILD_BUG_ON().

Pre-requisite: today's linux.git, plus Weizhao Ouyang's series v2, here:

https://lore.kernel.org/all/20210921064553.293905-1-o451686892@gmail.com/

Testing: I've done some cross-compile testing with various .config's, and
a short LTP test run. However, I have not yet attempted to verify the
actual reason strings during debugging.

I also noticed that migrate_mode is correctly passed around as an enum,
but migrate_reason is inaccurately passed around as an int. Not sure if
I'll follow up on that, as there is precious little (none, actually?)
type safety assistance from the compiler in discerning between an int
and an enum, so not much value in fixing it up.

Cc: Weizhao Ouyang <o451686892@gmail.com>
Cc: "Huang, Ying" <ying.huang@intel.com>

John Hubbard (1):
  mm/migrate: de-duplicate migrate_reason strings

 include/linux/migrate.h      | 19 +------------------
 include/linux/migrate_mode.h | 13 +++++++++++++
 mm/debug.c                   | 20 +++++++++++---------
 3 files changed, 25 insertions(+), 27 deletions(-)

-- 
2.33.0



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

end of thread, other threads:[~2021-09-22  6:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22  4:17 [PATCH 0/1] mm/migrate: de-duplicate migrate_reason strings John Hubbard
2021-09-22  4:17 ` [PATCH 1/1] " John Hubbard
2021-09-22  5:53   ` Weizhao Ouyang
2021-09-22  6:00     ` John Hubbard

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).