Re: [Cocci] [PATCH 0/2] Add "use-patchdiff" option

2021-07-01 Thread Julia Lawall
On Fri, 2 Jul 2021, Sumera Priyadarsini wrote: > On Wed, May 26, 2021 at 10:13 PM Markus Elfring wrote: > > > > > This patchset adds a feature to enable Coccinelle > > > to only check all those files in a directory which were > > > modified. It parses all the files obtained from the > > >

Re: [Cocci] [PATCH 0/2] Add "use-patchdiff" option

2021-07-01 Thread Sumera Priyadarsini
On Wed, May 26, 2021 at 10:13 PM Markus Elfring wrote: > > > This patchset adds a feature to enable Coccinelle > > to only check all those files in a directory which were > > modified. It parses all the files obtained from the > > output of "git diff" and checks them against the specified > >

Re: [Cocci] wireguard project looking for coccinelles to assist with Linux->NT conversion (WinDRBD)

2021-07-01 Thread Johannes Thoma
Hi Jason, [ original mail: https://systeme.lip6.fr/pipermail/cocci/2021-July/008661.html ] I'm in the midst of doing something potentially a bit taboo in these parts: porting some Linux code to the NT kernel used by Windows. I am the developer of WinDRBD, a project that ports the (Linux) DRBD

[Cocci] wireguard project looking for coccinelles to assist with Linux->NT conversion

2021-07-01 Thread Jason A. Donenfeld
Hey list, I'm in the midst of doing something potentially a bit taboo in these parts: porting some Linux code to the NT kernel used by Windows. Specifically, I'm porting wireguard-linux to wireguard-nt. In evaluating whether to do a clean implementation or a 1:1 port, the latter was chosen, as