Re: [PATCH v3 0/3] Update memdup_user.cocci

2020-07-26 Thread Markus Elfring
… > > Changes in v3: > > - add missing '-' for patch rule in kmalloc/kzalloc call args > > - selfcheck rule dropped from patchset … > All three applied. … Will the software development discussion be continued by patches according to previously mentioned ideas and remaining open issues? Regards,

Re: [Cocci] [PATCH v3 0/3] Update memdup_user.cocci

2020-07-26 Thread Markus Elfring
> All three applied. … Can the accepted software adjustment be seen by the interface of a public development repository? Regards, Markus

Re: [PATCH v3 0/3] Update memdup_user.cocci

2020-07-24 Thread Julia Lawall
On Mon, 20 Jul 2020, Denis Efremov wrote: > Add GFP_USER to the allocation flags and handle vmemdup_user(). > > Changes in v2: > - memdup_user/vmemdup_user matching suppressed > - PoC for selfcheck virtual rule > Changes in v3: > - add missing '-' for patch rule in kmalloc/kzalloc call args

[PATCH v3 0/3] Update memdup_user.cocci

2020-07-20 Thread Denis Efremov
Add GFP_USER to the allocation flags and handle vmemdup_user(). Changes in v2: - memdup_user/vmemdup_user matching suppressed - PoC for selfcheck virtual rule Changes in v3: - add missing '-' for patch rule in kmalloc/kzalloc call args - selfcheck rule dropped from patchset Denis Efremov (3):