Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1689310 > unrolled thread

[PATCH 0/2] irq,xen: fix event channel masking on suspend/resume

Started byJuergen Gross <jgross@suse.com>
First post2017-07-17 19:50 +0200
Last post2017-07-17 19:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] irq,xen: fix event channel masking on suspend/resume Juergen Gross <jgross@suse.com> - 2017-07-17 19:50 +0200

#1689310 — [PATCH 0/2] irq,xen: fix event channel masking on suspend/resume

FromJuergen Gross <jgross@suse.com>
Date2017-07-17 19:50 +0200
Subject[PATCH 0/2] irq,xen: fix event channel masking on suspend/resume
Message-ID<u4ijE-85t-17@gated-at.bofh.it>
Commit bf22ff45bed664aefb5c4e43029057a199b7070c ("genirq: Avoid
unnecessary low level irq function calls") broke Xen suspend/resume
handling as Xen fiddled with masking/unmasking of event channels (or
irqs) without letting the irq subsystem know about it.

Fix this by setting the correct states in irq and remove the masking
from Xen.

Juergen Gross (2):
  irq: adjust state of irq in resume_irq() when IRQF_FORCE_RESUME set
  xen: dont fiddle with event channel masking in suspend/resume

 drivers/xen/events/events_base.c | 13 +++----------
 kernel/irq/chip.c                | 10 ----------
 kernel/irq/internals.h           | 10 ++++++++++
 kernel/irq/pm.c                  |  2 ++
 4 files changed, 15 insertions(+), 20 deletions(-)

-- 
2.12.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web