Re: [PATCHv4 3/6] x86/arch_prctl/vdso: add ARCH_MAP_VDSO_*

From: Dmitry Safonov
Date: Wed Aug 31 2016 - 12:38:06 EST


On 08/31/2016 05:56 PM, Andy Lutomirski wrote:
On Wed, Aug 31, 2016 at 7:04 AM, Dmitry Safonov <0x7f454c46@xxxxxxxxx> wrote:
Hi Andy,
can I have your acks for 2-3 patches, or should I fix something else
in those patches?

2016-08-31 16:59 GMT+03:00 Dmitry Safonov <dsafonov@xxxxxxxxxxxxx>:
Add API to change vdso blob type with arch_prctl.
As this is usefull only by needs of CRIU, expose
this interface under CONFIG_CHECKPOINT_RESTORE.


I thought the vm_file stuff was still being iterated on. Did I misunderstand?

Yep, vm_file is being iterated, separately from vdso-map/compatible
patches.