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]
Message-Id: <20180605203536.29751-1-kys@linuxonhyperv.com>
Date:   Tue,  5 Jun 2018 13:35:36 -0700
From:   kys@...uxonhyperv.com
To:     gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
        devel@...uxdriverproject.org, olaf@...fle.de, apw@...onical.com,
        jasowang@...hat.com, sthemmin@...rosoft.com,
        Michael.H.Kelley@...rosoft.com, vkuznets@...hat.com
Cc:     "K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH 0/8] Drivers: hv: Miscellaneous fixes/improvements 

From: "K. Y. Srinivasan" <kys@...rosoft.com>

Some miscellaneous fixes/improvements. 

Arjan van de Ven (1):
  use the new async probing feature for the hyperv drivers

Dexuan Cui (1):
  Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()

Michael Kelley (4):
  x86/hyperv: Add interrupt handler annotations
  Drivers: hv: vmbus: Add comments on ring buffer signaling
  Drivers: hv: vmbus: Remove x86 MSR refs in arch independent code
  Drivers: hv: vmbus: Make TLFS #define names architecture neutral

Olaf Hering (1):
  tools: hv: update lsvmbus to be compatible with python3

Vitaly Kuznetsov (1):
  Tools: hv: vss: fix loop device detection

 arch/x86/hyperv/hv_init.c             |  4 +-
 arch/x86/include/asm/hyperv-tlfs.h    | 12 ++---
 arch/x86/include/asm/mshyperv.h       | 12 +++--
 arch/x86/kernel/cpu/mshyperv.c        |  6 +--
 drivers/hid/hid-hyperv.c              |  3 ++
 drivers/hv/channel_mgmt.c             |  4 +-
 drivers/hv/hv.c                       | 30 ++++++-------
 drivers/hv/hv_balloon.c               |  3 ++
 drivers/hv/hv_util.c                  |  3 ++
 drivers/hv/ring_buffer.c              | 65 ++++++++++++++++++++++-----
 drivers/input/serio/hyperv-keyboard.c |  3 ++
 drivers/net/hyperv/netvsc_drv.c       |  3 ++
 drivers/scsi/storvsc_drv.c            |  3 ++
 drivers/video/fbdev/hyperv_fb.c       |  6 +++
 include/linux/hyperv.h                | 31 +++++++++----
 tools/hv/hv_vss_daemon.c              | 65 +++++++++++++++++++++++++--
 tools/hv/lsvmbus                      | 12 ++---
 17 files changed, 201 insertions(+), 64 deletions(-)

-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ