On 10/6/21 9:39 AM, Randy Dunlap wrote: >>>> ../mm/migrate.c:3216:22: error: 'migrate_on_reclaim_callback' defined >>>> but not used [-Werror=unused-function] >>>>   static int __meminit migrate_on_reclaim_callback(struct >>>> notifier_block >>>> *self, >>>>                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>> ../mm/migrate.c:3197:13: error: 'set_migration_target_nodes' defined >>>> but >>>> not used [-Werror=unused-function] >>>>   static void set_migration_target_nodes(void) >>>>               ^~~~~~~~~~~~~~~~~~~~~~~~~~ >>>> >>>> >>>> (example usage to get the randconfig files: >>>> KCONFIG_SEED=0xBFBEA13C make [ARCH=x86_64] randconfig >>>> ) Randy, thanks for the .config! That did the trick. Andrew, attached is a replacement patch for mm-migrate-add-cpu-hotplug-to-demotion-ifdef.patch I could do an incremental as well if that would be easier. But, the fix here required a bit of a change of tactics from the original and necessitated a rewrite of the changelog.