From: Steven Rostedt <rostedt@goodmis.org>
To: Bernhard Landauer <oberon@manjaro.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
linux-rt-users <linux-rt-users@vger.kernel.org>,
"Thomas Gleixner" <tglx@linutronix.de>,
"Carsten Emde" <C.Emde@osadl.org>,
"John Kacur" <jkacur@redhat.com>,
"Sebastian Andrzej Siewior" <bigeasy@linutronix.de>,
"Julia Cartwright" <julia@ni.com>,
"Daniel Wagner" <daniel.wagner@siemens.com>,
"Tom Zanussi" <tom.zanussi@linux.intel.com>,
"Philip Müller" <philm@manjaro.org>
Subject: Re: [ANNOUNCE] 4.14.63-rt40
Date: Mon, 27 Aug 2018 22:41:21 -0400 [thread overview]
Message-ID: <20180827224121.2dc55b30@vmware.local.home> (raw)
In-Reply-To: <20180824121751.606659c9@gandalf.local.home>
On Fri, 24 Aug 2018 12:17:51 -0400
Steven Rostedt <rostedt@goodmis.org> wrote:
> On Fri, 24 Aug 2018 18:14:43 +0200
> Bernhard Landauer <oberon@manjaro.org> wrote:
>
> > Hello everyone,
> >
> > for some reason I am not able to build 4.14.63-rt40 for Manjarolinux.
> > Even after removing all our custom patches build fails at
> >
> > LD [M] drivers/gpu/drm/drm.o
> > AR drivers/gpu/built-in.o
> > make: *** [Makefile:1035: drivers] Error 2
> >
> > My config can be found here for information:
> > https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt
> >
> > Thank you for any advice!
> >
>
> Thanks for the report, I'll take a look.
>
This appears to fix it:
-- Steve
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index cedf225d4182..7df4cced6ac0 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -35,6 +35,7 @@
#include <linux/clockchips.h>
#include <linux/cpu.h>
#include <linux/sched/task_stack.h>
+#include <linux/irq.h>
#include <asm/hyperv.h>
#include <asm/hypervisor.h>
next prev parent reply other threads:[~2018-08-28 2:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-22 18:14 [ANNOUNCE] 4.14.63-rt40 Steven Rostedt
2018-08-23 9:31 ` Tiejun Chen
2018-08-24 0:32 ` Steven Rostedt
2018-08-24 16:14 ` Bernhard Landauer
2018-08-24 16:17 ` Steven Rostedt
2018-08-28 2:41 ` Steven Rostedt [this message]
2018-08-28 11:49 ` Bernhard Landauer
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=20180827224121.2dc55b30@vmware.local.home \
--to=rostedt@goodmis.org \
--cc=C.Emde@osadl.org \
--cc=bigeasy@linutronix.de \
--cc=daniel.wagner@siemens.com \
--cc=jkacur@redhat.com \
--cc=julia@ni.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=oberon@manjaro.org \
--cc=philm@manjaro.org \
--cc=tglx@linutronix.de \
--cc=tom.zanussi@linux.intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.