lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 27 Aug 2018 22:41:21 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Bernhard Landauer <oberon@...jaro.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        linux-rt-users <linux-rt-users@...r.kernel.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Carsten Emde <C.Emde@...dl.org>,
        John Kacur <jkacur@...hat.com>,
        Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
        Julia Cartwright <julia@...com>,
        Daniel Wagner <daniel.wagner@...mens.com>,
        Tom Zanussi <tom.zanussi@...ux.intel.com>,
        Philip Müller <philm@...jaro.org>
Subject: Re: [ANNOUNCE] 4.14.63-rt40

On Fri, 24 Aug 2018 12:17:51 -0400
Steven Rostedt <rostedt@...dmis.org> wrote:

> On Fri, 24 Aug 2018 18:14:43 +0200
> Bernhard Landauer <oberon@...jaro.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>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ