Re: [PATCH v3 2/4] sched: Introduce migratable()

From: Valentin Schneider
Date: Thu Jan 27 2022 - 13:23:55 EST


On 27/01/22 11:07, Sebastian Andrzej Siewior wrote:
> On 2022-01-26 18:10:51 [+0000], Valentin Schneider wrote:
>> > | 2021-08-11 21:13 +0100 Valentin Schneider ∙ sched: Introduce migratable()
>> > | 2021-08-11 21:13 +0100 Valentin Schneider ∙ arm64: mm: Make arch_faults_on_old_pte() check for migratability
>
>> Heh, had forgotten about those - I'm happy to repost with the
>> s/migratable/is_migratable/. I also need to go back to those splats I got
>> on my emag and fix the PMU/GPIO warnings...
>
> Now that I look at it gain, you might want to drop #1 and then #2 would
> switch to cant_migrate(). This might work…
>

Wasn't aware of cant_migrate(), that does look even better. Lemme give it a shot.

> Sebastian