Messages in this thread |  | | From | John Stultz <> | | Date | Thu, 4 Jan 2024 15:33:05 -0800 | | Subject | Re: [PATCH v7 14/23] sched: Handle blocked-waiter migration (and return migration) |
| |
On Tue, Jan 2, 2024 at 7:34 AM Phil Auld <pauld@redhat.com> wrote: > > On Thu, Dec 21, 2023 at 04:12:57PM +0000 Metin Kaya wrote: > > On 20/12/2023 12:18 am, John Stultz wrote: > > > Add logic to handle migrating a blocked waiter to a remote > > > cpu where the lock owner is runnable. > > > > > > Additionally, as the blocked task may not be able to run > > > on the remote cpu, add logic to handle return migration once > > > the waiting task is given the mutex. > > > > > > Because tasks may get migrated to where they cannot run, > > > this patch also modifies the scheduling classes to avoid > > > sched class migrations on mutex blocked tasks, leaving > > > proxy() to do the migrations and return migrations. > > > > s/proxy/find_proxy_task/ > > > > While fixing that paragraph, probably: > > s/this patch also modifies/also modify/
Fixed as well. Thanks! -john
|  |