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

Abhishek Tiwari erabhishektiwarics at gmail.com
Mon Mar 27 14:47:24 UTC 2017


On Mon, Mar 27, 2017 at 3:16 AM, Dmitry V. Levin <ldv at altlinux.org> wrote:
> 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
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Strace-devel mailing list
> Strace-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/strace-devel
>

Made corrections in commit message...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v3-0001-Fix-missing-flags-in-stat-related-compatibility-s.patch
Type: text/x-patch
Size: 12509 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20170327/0a62ec7c/attachment.bin>


More information about the Strace-devel mailing list