[PATCH v3] Fix missing flags in stat related compatibility syscalls

Abhishek Tiwari erabhishektiwarics at gmail.com
Tue Mar 28 03:56:20 UTC 2017


On Tue, Mar 28, 2017 at 7:39 AM, Dmitry V. Levin <ldv at altlinux.org> wrote:
> On Mon, Mar 27, 2017 at 08:17:24PM +0530, Abhishek Tiwari wrote:
>> From cc7f3c7473f8e9dd93eca7f173b5bba86bb14330 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 v3] Fix missing flags in stat related compatibility syscalls
>>
>> Following command does the fix:
>>
>> Add TF flag, fixed by:
>>       git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
>>               's/0\(,[[:space:]]*SEN(.*_l\?stat[^i]\)/TF\1/'
>>
>> Add TD flag, fixed by:
>>       git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
>>         's/0\(,[[:space:]]*SEN(.*_fstat\)/TD\1/'
>>
>> * linux/alpha/syscallent.h: Add TF and TD flags for stat related compat syscalls .
>> * linux/mips/syscallent-compat.h: Likewise.
>
> Applying: Fix missing flags in stat related compatibility syscalls
> error: patch failed: linux/alpha/syscallent.h:64
> error: linux/alpha/syscallent.h: patch does not apply
> Patch failed at 0001 Fix missing flags in stat related compatibility syscalls
>
> I think the patch has to be rebased.
>
>
> --
> 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
>

rebased..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4-0001-Fix-missing-flags-in-stat-related-compatibility-s.patch
Type: text/x-patch
Size: 12312 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20170328/bf7b68da/attachment.bin>


More information about the Strace-devel mailing list