From: Mathieu Desnoyers Date: Mon, 1 Dec 2014 23:12:53 +0000 (-0500) Subject: Fix: context alignment not properly handled X-Git-Tag: v2.6.0-rc2~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ebfdc61210a82cb0d2015fad92359a97a75d49ce;hp=ebfdc61210a82cb0d2015fad92359a97a75d49ce;p=lttng-modules.git Fix: context alignment not properly handled This issue affects only architectures without efficient unaligned accesses, only when a context field with larger alignment follows a context field with smaller alignment. It generates unreadable traces when such context fields are enabled in this configuration. Fixes #858 Signed-off-by: Mathieu Desnoyers ---