summaryrefslogtreecommitdiff
path: root/kernel/trace
diff options
context:
space:
mode:
authorSteven Cahail <scahail@codeaurora.org>2015-11-24 21:14:24 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:15:11 -0700
commitd9ad69783bbbaeba1c00d02846c1584b1f74292c (patch)
treea1cd93ec96cade193f4b911e9ec33045765da280 /kernel/trace
parentfedf20a0701eb2a56db85fd1786380a85637a593 (diff)
trace: ipc_logging: Increase maximum size of logging context name
The current maximum length of an IPC Logging log context name is 20 characters. Some clients are now using names longer than this. Increase the maximum length to 32. This change increases the IPC Logging version to 3. Change-Id: I9daecb8a7c6c3aea427efd1c75e307456e9c6c21 Signed-off-by: Steven Cahail <scahail@codeaurora.org>
Diffstat (limited to 'kernel/trace')
-rw-r--r--kernel/trace/ipc_logging_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/ipc_logging_private.h b/kernel/trace/ipc_logging_private.h
index bc371b69ced2..3ac950695086 100644
--- a/kernel/trace/ipc_logging_private.h
+++ b/kernel/trace/ipc_logging_private.h
@@ -15,8 +15,8 @@
#include <linux/ipc_logging.h>
-#define IPC_LOG_VERSION 0x0002
-#define IPC_LOG_MAX_CONTEXT_NAME_LEN 20
+#define IPC_LOG_VERSION 0x0003
+#define IPC_LOG_MAX_CONTEXT_NAME_LEN 32
/**
* struct ipc_log_page_header - Individual log page header