Compilation warning on Utopic
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| linux (Ubuntu) |
Triaged
|
Low
|
Unassigned | ||
| Utopic |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
[Impact]
When compiling the Utopic kernel, the following warning can is shown:
/tmp/kernel-
/tmp/kernel-
trace_
^
In file included from /tmp/kernel-
/tmp/kernel-
static inline void trace_##name(proto) \
/tmp/kernel-
__DECLARE_
^
/tmp/kernel-
DECLARE_
^
/tmp/kernel-
TRACE_
^
This is due to a wrong parameter type being used while invoking trace_open_exec()
[Test Case]
A simple compilation of the kernel shows this warning.
[Fix]
A patch with the following should fix it:
- trace_open_
+ trace_open_
| tags: | added: patch |
| Changed in linux (Ubuntu Utopic): | |
| status: | Triaged → Fix Committed |
| tags: | added: kernel-daily-bug |

This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification- needed- utopic' to 'verification- done-utopic' .
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/ /wiki.ubuntu. com/Testing/ EnableProposed for documentation how to enable and use -proposed. Thank you!