lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 28 Feb 2015 11:38:41 -0800
From:	"K. Y. Srinivasan" <kys@...rosoft.com>
To:	gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
	devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com,
	vkuznets@...hat.com
Cc:	"K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH 0/7] Drivers: hv: Collection fixes and enhancements 

This patch-set has a collection of fixes to the balloon driver as well
as some enhancements to the vmbus driver. Nick has implemented
a feature for notifying the host in the event of a guest panic.
I have implemented a couple of APIs for sending messages over the
VMBUS that gives more control to the users. This will help enable
batching of messages over VMBUS.

K. Y. Srinivasan (3):
  Drivers: hv: vmbus: Use a round-robin algorithm for picking the
    outgoing channel
  Drivers: hv: vmbus: Suport an API to send pagebuffers with additional
    control
  Drivers: hv: vmbus: Suport an API to send packet with additional
    control

Nick Meier (1):
  Drivers: hv: vmbus: Add support for VMBus panic notifier handler

Vitaly Kuznetsov (3):
  Drivers: hv: hv_balloon: eliminate the trylock path in
    acquire/release_region_mutex
  Drivers: hv: hv_balloon: report offline pages as being used
  Drivers: hv: hv_balloon: refuse to balloon below the floor

 drivers/hv/channel.c      |   76 ++++++++++++++++++++++++++++++-------------
 drivers/hv/channel_mgmt.c |   30 ++++++++--------
 drivers/hv/hv_balloon.c   |   79 +++++++++++++++++++++++---------------------
 drivers/hv/hyperv_vmbus.h |   11 ++++++
 drivers/hv/vmbus_drv.c    |   36 ++++++++++++++++++++
 include/linux/hyperv.h    |   20 +++++++++++
 6 files changed, 176 insertions(+), 76 deletions(-)

-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ