https://bugs.kde.org/show_bug.cgi?id=492422

--- Comment #7 from Mark Wielaard <m...@klomp.org> ---
(In reply to Mark Wielaard from comment #6)
> Urgh, somehow the VKI_SYNC_IOC_MERGE macro in valgrind is broken/wrong.

O no. We got the constant and data structure definitions for sync_file from
some ancient android linux kernel.
Turns out that when merged into the upstream linux kernel the ABI changed...

include/uapi/linux/sync_file.h says:

/*
 * Opcodes  0, 1 and 2 were burned during a API change to avoid users of the
 * old API to get weird errors when trying to handling sync_files. The API
 * change happened during the de-stage of the Sync Framework when there was
 * no upstream users available.
 */

Will update the valgrind defintions to match.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to