[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1357378446-19656-1-git-send-email-jasowang@redhat.com>
Date: Sat, 5 Jan 2013 17:34:03 +0800
From: Jason Wang <jasowang@...hat.com>
To: davem@...emloft.net, mst@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Jason Wang <jasowang@...hat.com>
Subject: [PATCH V2 0/3] handle polling errors in vhost/vhost_net
This is an update version of last version to fix the handling of polling errors
in vhost/vhost_net.
Currently, vhost and vhost_net ignores errors of polling which can lead kernel
crashing for buggy/malicious userspace. Fix this by extending the idea of tx
polling state to all other vhost_polls and changing the state only when polling
succeed.
Jason Wang (3):
vhost_net: correct error handling in vhost_net_set_backend()
vhost: handle polling errors
tuntap: don't add to waitqueue when POLLERR
drivers/net/tun.c | 5 +--
drivers/vhost/net.c | 89 ++++++++++++++++++++----------------------------
drivers/vhost/vhost.c | 25 +++++++++++---
drivers/vhost/vhost.h | 11 +++++-
4 files changed, 68 insertions(+), 62 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists