* Who maintains util/userfaultfd.c?
@ 2023-01-19 6:40 Markus Armbruster
2023-01-19 8:12 ` Juan Quintela
0 siblings, 1 reply; 3+ messages in thread
From: Markus Armbruster @ 2023-01-19 6:40 UTC (permalink / raw)
To: qemu-devel
Cc: Andrey Gruzdev, Juan Quintela, Dr. David Alan Gilbert, Peter Xu
commit 0e9b5cd6b238b7ca9a3a50d957f50c37082705a0
Author: Andrey Gruzdev <andrey.gruzdev@virtuozzo.com>
Date: Fri Jan 29 13:14:04 2021 +0300
migration: introduce UFFD-WP low-level interface helpers
Glue code to the userfaultfd kernel implementation.
Querying feature support, createing file descriptor, feature control,
memory region registration, IOCTLs on registered registered regions.
Signed-off-by: Andrey Gruzdev <andrey.gruzdev@virtuozzo.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-Id: <20210129101407.103458-3-andrey.gruzdev@virtuozzo.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Fixed up range.start casting for 32bit
added util/userfaultfd.c without covering it in MAINTAINERS. Only user
is migration/ram.c, as far as I can tell. Should it be added to
MAINTAINERS section "Migration"?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Who maintains util/userfaultfd.c?
2023-01-19 6:40 Who maintains util/userfaultfd.c? Markus Armbruster
@ 2023-01-19 8:12 ` Juan Quintela
2023-01-19 8:48 ` Markus Armbruster
0 siblings, 1 reply; 3+ messages in thread
From: Juan Quintela @ 2023-01-19 8:12 UTC (permalink / raw)
To: Markus Armbruster
Cc: qemu-devel, Andrey Gruzdev, Dr. David Alan Gilbert, Peter Xu
Markus Armbruster <armbru@redhat.com> wrote:
> commit 0e9b5cd6b238b7ca9a3a50d957f50c37082705a0
> Author: Andrey Gruzdev <andrey.gruzdev@virtuozzo.com>
> Date: Fri Jan 29 13:14:04 2021 +0300
>
> migration: introduce UFFD-WP low-level interface helpers
>
> Glue code to the userfaultfd kernel implementation.
> Querying feature support, createing file descriptor, feature control,
> memory region registration, IOCTLs on registered registered regions.
>
> Signed-off-by: Andrey Gruzdev <andrey.gruzdev@virtuozzo.com>
> Reviewed-by: Peter Xu <peterx@redhat.com>
> Message-Id: <20210129101407.103458-3-andrey.gruzdev@virtuozzo.com>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> Fixed up range.start casting for 32bit
>
> added util/userfaultfd.c without covering it in MAINTAINERS. Only user
> is migration/ram.c, as far as I can tell. Should it be added to
> MAINTAINERS section "Migration"?
Hi
It should be added to the Migration maintainers. Who used to develop
in that particular corner is David.
Later, Juan.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Who maintains util/userfaultfd.c?
2023-01-19 8:12 ` Juan Quintela
@ 2023-01-19 8:48 ` Markus Armbruster
0 siblings, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2023-01-19 8:48 UTC (permalink / raw)
To: Juan Quintela
Cc: qemu-devel, Andrey Gruzdev, Dr. David Alan Gilbert, Peter Xu
Juan Quintela <quintela@redhat.com> writes:
> Markus Armbruster <armbru@redhat.com> wrote:
>> commit 0e9b5cd6b238b7ca9a3a50d957f50c37082705a0
>> Author: Andrey Gruzdev <andrey.gruzdev@virtuozzo.com>
>> Date: Fri Jan 29 13:14:04 2021 +0300
>>
>> migration: introduce UFFD-WP low-level interface helpers
>>
>> Glue code to the userfaultfd kernel implementation.
>> Querying feature support, createing file descriptor, feature control,
>> memory region registration, IOCTLs on registered registered regions.
>>
>> Signed-off-by: Andrey Gruzdev <andrey.gruzdev@virtuozzo.com>
>> Reviewed-by: Peter Xu <peterx@redhat.com>
>> Message-Id: <20210129101407.103458-3-andrey.gruzdev@virtuozzo.com>
>> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>> Fixed up range.start casting for 32bit
>>
>> added util/userfaultfd.c without covering it in MAINTAINERS. Only user
>> is migration/ram.c, as far as I can tell. Should it be added to
>> MAINTAINERS section "Migration"?
>
> Hi
>
> It should be added to the Migration maintainers. Who used to develop
> in that particular corner is David.
I'll post a patch. Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-19 10:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 6:40 Who maintains util/userfaultfd.c? Markus Armbruster
2023-01-19 8:12 ` Juan Quintela
2023-01-19 8:48 ` Markus Armbruster
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).