https://bugs.kde.org/show_bug.cgi?id=376956
--- Comment #8 from Daniel Glöckner <daniel...@gmx.net> --- Created attachment 104515 --> https://bugs.kde.org/attachment.cgi?id=104515&action=edit Second half of the fix The drm-version.patch allocates temporary memory to pass the buffer sizes to POST(sys_ioctl). I chose not to abuse ARG4-6 to do this since the kernel appears to always preserve these registers on the three architectures that I checked. The patch adds a macro container_of to pub_tool_basics.h. Contrary to the definition inside the Linux kernel, this one does not use GCC extensions to force an error if the pointer does not match the type of the member. Shall the macro be renamed to VG_something? -- You are receiving this mail because: You are watching all bug changes.