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 <erabhishektiwar...@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
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel