From mboxrd@z Thu Jan 1 00:00:00 1970 From: mjeanson@efficios.com (Michael Jeanson) Date: Thu, 25 Aug 2016 13:53:47 -0400 Subject: [lttng-dev] lttng-modules build failure on 4.8-rc2 Message-ID: <7c042582-e513-bf0c-b82a-04f8dbfdc8c6@efficios.com> Hi, These 2 commits break the block instrumentation in lttng modules master : https://github.com/torvalds/linux/commit/4e1b2d52a80d79296a5d899d73249748dea71a53 https://github.com/torvalds/linux/commit/288dab8a35a0bde426a09870943c8d3ee3a50dab The errors are : lttng-modules/probes/../instrumentation/events/lttng-module/block.h:35:13: error: ‘REQ_DISCARD’ undeclared (first use in this function) lttng-modules/probes/../instrumentation/events/lttng-module/block.h:41:14: error: ‘REQ_SECURE’ undeclared (first use in this function) I tried fixing it but this is out of the scope of my kernel fu. Michael