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

Dmitry V. Levin ldv at altlinux.org
Tue Mar 28 02:09:35 UTC 2017


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
-------------- 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/20170328/33dd11e2/attachment.bin>


More information about the Strace-devel mailing list