[PATCH v2] Fix missing flags in stat related compatibility syscalls.

Dmitry V. Levin ldv at altlinux.org
Sun Mar 26 21:46:48 UTC 2017


On Fri, Mar 24, 2017 at 10:15:03AM +0530, Abhishek Tiwari wrote:
> From 952707cc5a136751217d7c2659ce269571919dba Mon Sep 17 00:00:00 2001
> From: Abhishek Tiwari <erabhishektiwarics at gmail.com>
> Date: Sun, 19 Mar 2017 10:18:48 +0530
> Subject: [PATCH v2] Fix missing flags in stat related compatibility syscalls.

We don't use the trailing dot in the first line of commit messages.

> Following command does the fix:
> 
> Add TF flag:
> 	git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
>   		's/0\(,[[:space:]]*SEN(.*_l\?stat[^i]\)/TF\1/'
> 
> Add TD flag:
> 	git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
> 	  's/0\(,[[:space:]]*SEN(.*_fstat\)/TD\1/'
> 
> * linux/alpha/syscallent.h: Add missing TF and TD flag for stat related syscalls in compat world.

"flags", not "flag";
"compat syscalls", not "syscalls in compat world".

> * linux/mips/syscallent-compat.h: Likewise.

Please correct these commit message issues,
so I could apply the patch without further editing.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20170327/b3c8d6e8/attachment.bin>


More information about the Strace-devel mailing list