diff mbox

[4/8] Export jump_label_rate_limit()

Message ID 1344171513-4659-5-git-send-email-gleb@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Gleb Natapov Aug. 5, 2012, 12:58 p.m. UTC
CC: Jason Baron <jbaron@redhat.com>
CC: Ingo Molnar <mingo@elte.hu>
CC: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
---
 kernel/jump_label.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Avi Kivity Aug. 5, 2012, 2:16 p.m. UTC | #1
On 08/05/2012 03:58 PM, Gleb Natapov wrote:
> CC: Jason Baron <jbaron@redhat.com>
> CC: Ingo Molnar <mingo@elte.hu>
> CC: Peter Zijlstra <a.p.zijlstra@chello.nl>
> Signed-off-by: Gleb Natapov <gleb@redhat.com>
> ---
>  kernel/jump_label.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kernel/jump_label.c b/kernel/jump_label.c
> index 4304919..60f48fa 100644
> --- a/kernel/jump_label.c
> +++ b/kernel/jump_label.c
> @@ -118,6 +118,7 @@ void jump_label_rate_limit(struct static_key_deferred *key,
>  	key->timeout = rl;
>  	INIT_DELAYED_WORK(&key->work, jump_label_update_timeout);
>  }
> +EXPORT_SYMBOL_GPL(jump_label_rate_limit);
>  

Jason, please ack this if it is acceptable.
Jason Baron Aug. 6, 2012, 12:37 p.m. UTC | #2
On Sun, Aug 05, 2012 at 05:16:24PM +0300, Avi Kivity wrote:
> On 08/05/2012 03:58 PM, Gleb Natapov wrote:
> > CC: Jason Baron <jbaron@redhat.com>
> > CC: Ingo Molnar <mingo@elte.hu>
> > CC: Peter Zijlstra <a.p.zijlstra@chello.nl>
> > Signed-off-by: Gleb Natapov <gleb@redhat.com>
> > ---
> >  kernel/jump_label.c |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/kernel/jump_label.c b/kernel/jump_label.c
> > index 4304919..60f48fa 100644
> > --- a/kernel/jump_label.c
> > +++ b/kernel/jump_label.c
> > @@ -118,6 +118,7 @@ void jump_label_rate_limit(struct static_key_deferred *key,
> >  	key->timeout = rl;
> >  	INIT_DELAYED_WORK(&key->work, jump_label_update_timeout);
> >  }
> > +EXPORT_SYMBOL_GPL(jump_label_rate_limit);
> >  
> 
> Jason, please ack this if it is acceptable.
> 

Acked-by: Jason Baron <jbaron@redhat.com>
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/kernel/jump_label.c b/kernel/jump_label.c
index 4304919..60f48fa 100644
--- a/kernel/jump_label.c
+++ b/kernel/jump_label.c
@@ -118,6 +118,7 @@  void jump_label_rate_limit(struct static_key_deferred *key,
 	key->timeout = rl;
 	INIT_DELAYED_WORK(&key->work, jump_label_update_timeout);
 }
+EXPORT_SYMBOL_GPL(jump_label_rate_limit);
 
 static int addr_conflict(struct jump_entry *entry, void *start, void *end)
 {