mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix a couple of crashes in netfront
@ 2018-01-11  9:36 Ross Lagerwall
  2018-01-11  9:36 ` [PATCH 1/2] xen/grant-table: Use put_page instead of free_page Ross Lagerwall
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Ross Lagerwall @ 2018-01-11  9:36 UTC (permalink / raw)
  To: xen-devel; +Cc: Ross Lagerwall, Boris Ostrovsky, Juergen Gross, linux-kernel

Here are a couple of patches to fix two crashes in netfront.

Ross Lagerwall (2):
  xen/grant-table: Use put_page instead of free_page
  xen-netfront: Fix race between device setup and open

 drivers/net/xen-netfront.c | 46 ++++++++++++++++++++++++----------------------
 drivers/xen/grant-table.c  |  4 ++--
 2 files changed, 26 insertions(+), 24 deletions(-)

-- 
2.9.5

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

end of thread, other threads:[~2018-02-06 14:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-11  9:36 [PATCH 0/2] Fix a couple of crashes in netfront Ross Lagerwall
2018-01-11  9:36 ` [PATCH 1/2] xen/grant-table: Use put_page instead of free_page Ross Lagerwall
2018-01-11 15:48   ` Ross Lagerwall
2018-01-16 18:47   ` Boris Ostrovsky
2018-01-11  9:36 ` [PATCH 2/2] xen-netfront: Fix race between device setup and open Ross Lagerwall
2018-01-11 15:26   ` David Miller
2018-01-11 15:49     ` Ross Lagerwall
2018-01-11 16:08       ` David Miller
2018-01-11 16:27         ` Ross Lagerwall
2018-01-11 16:36           ` David Miller
2018-01-16 18:56   ` Boris Ostrovsky
2018-01-11 15:48 ` [PATCH 0/2] Fix a couple of crashes in netfront Ross Lagerwall
2018-02-06 14:52 ` Juergen Gross

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

Powered by JetHome