linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Juerg Haefliger <juerg.haefliger@hpe.com>
Cc: oberon@manjaro.org, linux-kernel@vger.kernel.org,
	linux-rt-users@vger.kernel.org, tglx@linutronix.de,
	C.Emde@osadl.org, jkacur@redhat.com, bigeasy@linutronix.de
Subject: Re: [PATCH] hyperv: Fix compilation issue with 4.4.19-rt27
Date: Thu, 1 Sep 2016 11:13:59 -0400	[thread overview]
Message-ID: <20160901111359.7811d741@gandalf.local.home> (raw)
In-Reply-To: <20160901085714.14815-1-juerg.haefliger@hpe.com>

On Thu,  1 Sep 2016 10:57:14 +0200
Juerg Haefliger <juerg.haefliger@hpe.com> wrote:

> Fix a compilation issue introduced by upstream commit
> 4b44f2d18a330565227a7348844493c59366171e
> 
> The upstream commit exports the symbol add_interrupt_randomness()
> which is now being used in the Hyper-V driver. The RT patch adds another
> argument to that function so its usage in the Hyper-V driver needs to
> be fixed.
> 

I guess I should have run "make allmodconfig" before posting. Just
didn't have the time. :-/

Thanks for the patch. I'm currently working to get my mainline work
finished (that's taking up my resources). I'll work to include this
patch either tomorrow, or it will have to wait for next week, as it's a
US holiday weekend.

-- Steve

> This patch should be merged with:
> patches/0216-random-Make-it-work-on-rt.patch
> commit 20985550b01a21ba00a587d17d7c26da61e01acc random: Make it work on rt
> 
> Signed-off-by: Juerg Haefliger <juerg.haefliger@hpe.com>
> Reviewed-by: T Makphaibulchoke <tmac@hpe.com>
> ---
>  drivers/hv/vmbus_drv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> index 9b5440f6b3b4..c9c4899834f2 100644
> --- a/drivers/hv/vmbus_drv.c
> +++ b/drivers/hv/vmbus_drv.c
> @@ -828,7 +828,7 @@ static void vmbus_isr(void)
>  			tasklet_schedule(&msg_dpc);
>  	}
>  
> -	add_interrupt_randomness(HYPERVISOR_CALLBACK_VECTOR, 0);
> +	add_interrupt_randomness(HYPERVISOR_CALLBACK_VECTOR, 0, 0);
>  }
>  
>  

      reply	other threads:[~2016-09-01 15:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-31 18:09 [ANNOUNCE] 4.4.19-rt27 Steven Rostedt
2016-09-01  7:46 ` Bernhard Landauer
2016-09-01  8:57   ` [PATCH] hyperv: Fix compilation issue with 4.4.19-rt27 Juerg Haefliger
2016-09-01 15:13     ` Steven Rostedt [this message]

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=20160901111359.7811d741@gandalf.local.home \
    --to=rostedt@goodmis.org \
    --cc=C.Emde@osadl.org \
    --cc=bigeasy@linutronix.de \
    --cc=jkacur@redhat.com \
    --cc=juerg.haefliger@hpe.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=oberon@manjaro.org \
    --cc=tglx@linutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).