Re: [PATCH 00/19] Add generic user_landing tracking

2020-11-08 Thread Dmitry Safonov
On 11/8/20 7:07 PM, Andy Lutomirski wrote: > On Sat, Nov 7, 2020 at 9:17 PM Dmitry Safonov wrote: >> >> Started from discussion [1], where was noted that currently a couple of >> architectures support mremap() for vdso/sigpage, but not munmap(). >> If an application maps something on the ex-place

Re: [PATCH 00/19] Add generic user_landing tracking

2020-11-08 Thread Andy Lutomirski
On Sat, Nov 7, 2020 at 9:17 PM Dmitry Safonov wrote: > > Started from discussion [1], where was noted that currently a couple of > architectures support mremap() for vdso/sigpage, but not munmap(). > If an application maps something on the ex-place of vdso/sigpage, > later after processing signal

[PATCH 00/19] Add generic user_landing tracking

2020-11-07 Thread Dmitry Safonov
Started from discussion [1], where was noted that currently a couple of architectures support mremap() for vdso/sigpage, but not munmap(). If an application maps something on the ex-place of vdso/sigpage, later after processing signal it will land there (good luck!) Patches set is based on