On Wed, Mar 12, 2014 at 1:36 PM, Dmitry V. Levin <[email protected]> wrote:
> On Wed, Mar 12, 2014 at 10:41:42AM -0700, enh wrote:
> [...]
>> In patch fb642bb6d63f7ffe2228bf48a6008bc8f56f67ff I fixed aarch64 but broke
>> x86_64.
>
> No code added under #ifdef AARCH64 can ever break x86_64.

true. the full story is that we need HAVE_STAT64 for a multi-arch
strace so it can decode stat syscalls correctly. so really it was me
turning on HAVE_STAT64 (in our Android makefile) after applying this
aarch64-only fix that broke x86_64. strictly speaking, this was the
change that broke the build:
https://android-review.googlesource.com/#/c/83896/

>> The workaround needed to be applied to all LP64 architectures, not
>> just aarch64. This patch fixes that and adds an explanatory comment.
>>
>> Change-Id: I73d495c7c52a72c5d34a803e106244e187c23e32
>
> What is Change-Id?

it's an Android git/gerrit thing. i wanted to use "git format-patch"
to send you the patch rather than just "git diff" which means i have
to commit, and committing automatically assigns a Change-Id. since
i'll just abandon my change and then cherrypick and submit whatever
you submit upstream, this is meaningless. the cherrypick will get a
new Change-Id.

 --elliott

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to