All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH char-misc 1/1] x86/hyperv: Add interrupt handler annotations
@ 2018-04-03 19:57 Michael Kelley
  2018-04-03 20:09 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Kelley @ 2018-04-03 19:57 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, vkuznets, jasowang,
	leann.ogasawara, marcelo.cerri, sthemmin, kys
  Cc: mikelley

Add standard interrupt handler annotations to
hyperv_vector_handler().

Signed-off-by: Michael Kelley <mikelley@microsoft.com>
---
 arch/x86/kernel/cpu/mshyperv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c
index 4488cf0..20f6849 100644
--- a/arch/x86/kernel/cpu/mshyperv.c
+++ b/arch/x86/kernel/cpu/mshyperv.c
@@ -41,7 +41,7 @@ static void (*hv_stimer0_handler)(void);
 static void (*hv_kexec_handler)(void);
 static void (*hv_crash_handler)(struct pt_regs *regs);
 
-void hyperv_vector_handler(struct pt_regs *regs)
+__visible void __irq_entry hyperv_vector_handler(struct pt_regs *regs)
 {
 	struct pt_regs *old_regs = set_irq_regs(regs);
 
-- 
2.7.4

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH char-misc 1/1] x86/hyperv: Add interrupt handler annotations
  2018-04-03 19:57 [PATCH char-misc 1/1] x86/hyperv: Add interrupt handler annotations Michael Kelley
@ 2018-04-03 20:09 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-04-03 20:09 UTC (permalink / raw)
  To: mikelley
  Cc: olaf, sthemmin, jasowang, linux-kernel, marcelo.cerri, apw,
	devel, vkuznets, leann.ogasawara

On Tue, Apr 03, 2018 at 12:57:35PM -0700, Michael Kelley wrote:
> Add standard interrupt handler annotations to
> hyperv_vector_handler().
> 
> Signed-off-by: Michael Kelley <mikelley@microsoft.com>

Does not match the From: line :(
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-03 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 19:57 [PATCH char-misc 1/1] x86/hyperv: Add interrupt handler annotations Michael Kelley
2018-04-03 20:09 ` Greg KH

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.