public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Backport of patch series for stable 4.9 branch
@ 2021-01-05 11:01 SeongJae Park
  2021-01-05 11:01 ` [PATCH 1/5] xen/xenbus: Allow watches discard events before queueing SeongJae Park
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: SeongJae Park @ 2021-01-05 11:01 UTC (permalink / raw)
  To: stable
  Cc: SeongJae Park, doebel, aams, mku, jgross, julien, wipawel,
	linux-kernel

From: SeongJae Park <sjpark@amazon.de>

SeongJae Park (5):
  xen/xenbus: Allow watches discard events before queueing
  xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
  xen/xenbus/xen_bus_type: Support will_handle watch callback
  xen/xenbus: Count pending messages for each watch
  xenbus/xenbus_backend: Disallow pending watch messages

 drivers/block/xen-blkback/xenbus.c        |  3 +-
 drivers/net/xen-netback/xenbus.c          |  4 ++-
 drivers/xen/xen-pciback/xenbus.c          |  2 +-
 drivers/xen/xenbus/xenbus_client.c        |  8 ++++-
 drivers/xen/xenbus/xenbus_probe.c         |  1 +
 drivers/xen/xenbus/xenbus_probe.h         |  2 ++
 drivers/xen/xenbus/xenbus_probe_backend.c |  7 +++++
 drivers/xen/xenbus/xenbus_xs.c            | 38 +++++++++++++++--------
 include/xen/xenbus.h                      | 15 ++++++++-
 9 files changed, 62 insertions(+), 18 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-01-06 18:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-05 11:01 [PATCH 0/5] Backport of patch series for stable 4.9 branch SeongJae Park
2021-01-05 11:01 ` [PATCH 1/5] xen/xenbus: Allow watches discard events before queueing SeongJae Park
2021-01-05 11:01 ` [PATCH 2/5] xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() SeongJae Park
2021-01-05 11:01 ` [PATCH 3/5] xen/xenbus/xen_bus_type: Support will_handle watch callback SeongJae Park
2021-01-05 11:01 ` [PATCH 4/5] xen/xenbus: Count pending messages for each watch SeongJae Park
2021-01-05 11:02 ` [PATCH 5/5] xenbus/xenbus_backend: Disallow pending watch messages SeongJae Park
2021-01-06 18:09 ` [PATCH 0/5] Backport of patch series for stable 4.9 branch Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox