From: Pawel Moll <pawel.moll@arm.com>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>, Ingo Molnar <mingo@redhat.com>,
Arnaldo Carvalho de Melo <acme@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Drew Richardson <Drew.Richardson@arm.com>
Subject: Re: [PATCH v2] perf: Handle compat ioctl
Date: Thu, 14 Aug 2014 13:25:58 +0100 [thread overview]
Message-ID: <1408019158.21373.8.camel@hornet> (raw)
In-Reply-To: <20140814105135.GG16043@twins.programming.kicks-ass.net>
On Thu, 2014-08-14 at 11:51 +0100, Peter Zijlstra wrote:
> On Thu, Aug 14, 2014 at 11:17:48AM +0100, Pawel Moll wrote:
> > Has it managed to hold on to the ground between the cracks then? ;-)
> >
> > (asking because can't see it in your perf/core branch on git.kernel.org)
>
> Damn this patch is cursed;
So it seems :-)
> I've no idea where it went. Lemme stick it in
> perf/urgent, this is ridiculous.
... but it was supposed to be v2, not v1 ;-) as v1 was missing an
include...
8<------------------------------------------------
>From 0ce6aa357790a3423751954d7f094cc53871cc72 Mon Sep 17 00:00:00 2001
From: Pawel Moll <pawel.moll@arm.com>
Date: Thu, 14 Aug 2014 13:25:07 +0100
Subject: [PATCH] perf: Add missing compat header
Patch 783c1428fa91798090a0ace57f35e9a72646088f "perf:
Handle compat ioctl" is using a type defined in compat.h
header, but wasn't including it. Fixed now.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
---
kernel/events/core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/events/core.c b/kernel/events/core.c
index 2c5cbda..cc7065c 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -41,6 +41,7 @@
#include <linux/cgroup.h>
#include <linux/module.h>
#include <linux/mman.h>
+#include <linux/compat.h>
#include "internal.h"
--
1.9.1
next prev parent reply other threads:[~2014-08-14 12:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 15:03 [PATCH] " Pawel Moll
2014-06-17 12:13 ` Peter Zijlstra
2014-06-17 12:43 ` [PATCH v2] " Pawel Moll
2014-07-01 16:06 ` Pawel Moll
2014-07-07 12:43 ` Peter Zijlstra
2014-08-14 10:17 ` Pawel Moll
2014-08-14 10:51 ` Peter Zijlstra
2014-08-14 12:25 ` Pawel Moll [this message]
2014-06-17 13:19 ` [PATCH] " Pawel Moll
2014-08-20 8:18 ` [tip:perf/urgent] " tip-bot for Pawel Moll
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408019158.21373.8.camel@hornet \
--to=pawel.moll@arm.com \
--cc=Drew.Richardson@arm.com \
--cc=acme@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome