commit | 838d76d63ec4eaeaa12bedfa50f261480f615200 | [log] [tgz] |
---|---|---|
author | Dou Liyang <douly.fnst@cn.fujitsu.com> | Fri Jun 01 14:50:31 2018 +0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jun 06 13:38:02 2018 +0200 |
tree | db180c65a7eb0cde82f3814401622b64ba2d548f | |
parent | 336628128826a9acb045571a960e32e4414ccb61 [diff] |
x86/vector: Fix the args of vector_alloc tracepoint The vector_alloc tracepont reversed the reserved and ret aggs, that made the trace print wrong. Exchange them. Fixes: 8d1e3dca7de6 ("x86/vector: Add tracepoints for vector management") Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: hpa@zytor.com Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/20180601065031.21872-1-douly.fnst@cn.fujitsu.com