Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239672
| From | Olaf Hering <olaf@aepfle.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] various hyperv fixes |
| Date | 2015-10-05 17:30 +0200 |
| Message-ID | <qgfS9-2Pr-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Various hyperv changes, based on v4.3-rc4 linux.git Olaf Olaf Hering (5): Drivers: hv: utils: run polling callback always in interrupt context tools: hv: report ENOSPC errors in hv_fcopy_daemon tools: hv: remove repeated HV_FCOPY string Drivers: hv: util: catch allocation errors Drivers: hv: utils: use memdup_user in hvt_op_write drivers/hv/hv_fcopy.c | 37 +++++++++++++------------------------ drivers/hv/hv_kvp.c | 28 ++++++++++------------------ drivers/hv/hv_snapshot.c | 29 +++++++++++------------------ drivers/hv/hv_utils_transport.c | 18 ++++++++++-------- drivers/hv/hyperv_vmbus.h | 6 +----- include/uapi/linux/hyperv.h | 1 + tools/hv/hv_fcopy_daemon.c | 24 +++++++++++++++++++----- 7 files changed, 65 insertions(+), 78 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] various hyperv fixes Olaf Hering <olaf@aepfle.de> - 2015-10-05 17:30 +0200 [PATCH 1/5] Drivers: hv: utils: run polling callback always in interrupt context Olaf Hering <olaf@aepfle.de> - 2015-10-05 17:30 +0200
csiph-web