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
| ||
|
Message-ID: <Y4DaBH/mNVLQ2XhF@liuwe-devbox-debian-v2> Date: Fri, 25 Nov 2022 15:06:44 +0000 From: Wei Liu <wei.liu@...nel.org> To: Linus Torvalds <torvalds@...ux-foundation.org> Cc: Wei Liu <wei.liu@...nel.org>, Linux on Hyper-V List <linux-hyperv@...r.kernel.org>, Linux Kernel List <linux-kernel@...r.kernel.org>, kys@...rosoft.com, haiyangz@...rosoft.com, decui@...rosoft.com, Michael Kelley <mikelley@...rosoft.com> Subject: [GIT PULL] Hyper-V fixes for 6.1-rc7 Hi Linus, The following changes since commit e70af8d040d2b7904dca93d942ba23fb722e21b1: PCI: hv: Fix the definition of vector in hv_compose_msi_msg() (2022-11-03 15:50:28 +0000) are available in the Git repository at: ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20221125 for you to fetch changes up to 25c94b051592c010abe92c85b0485f1faedc83f3: Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register() (2022-11-21 10:57:42 +0000) ---------------------------------------------------------------- hyperv-fixes for 6.1-rc7 - Fix IRTE allocation in Hyper-V PCI controller (Dexuan Cui) - Fix handling of SCSI srb_status and capacity change events (Michael Kelley) - Restore VP assist page after CPU offlining and onlining (Vitaly Kuznetsov) - Fix some memory leak issues in VMBus (Yang Yingliang) ---------------------------------------------------------------- Dexuan Cui (1): PCI: hv: Only reuse existing IRTE allocation for Multi-MSI Michael Kelley (1): scsi: storvsc: Fix handling of srb_status and capacity change events Vitaly Kuznetsov (1): x86/hyperv: Restore VP assist page after cpu offlining/onlining Yang Yingliang (2): Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work() Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register() arch/x86/hyperv/hv_init.c | 54 +++++++++++----------- drivers/hv/channel_mgmt.c | 6 ++- drivers/hv/vmbus_drv.c | 1 + drivers/pci/controller/pci-hyperv.c | 90 ++++++++++++++++++++++++++++++------- drivers/scsi/storvsc_drv.c | 69 ++++++++++++++-------------- 5 files changed, 141 insertions(+), 79 deletions(-)
Powered by blists - more mailing lists