From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CF93139337 for ; Sun, 25 Jul 2021 21:32:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E735FE0DDA; Sun, 25 Jul 2021 21:32:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D298AE0DDA for ; Sun, 25 Jul 2021 21:32:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1654342D00 for ; Sun, 25 Jul 2021 21:32:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4819B7D0 for ; Sun, 25 Jul 2021 21:32:55 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1627248763.36376bd99491780f5b5c0c04e69edc10d7fa3fd0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox/files/virtualbox-6.1.20-lsilogicsas_crash_fix.patch X-VCS-Directories: app-emulation/virtualbox/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 36376bd99491780f5b5c0c04e69edc10d7fa3fd0 X-VCS-Branch: master Date: Sun, 25 Jul 2021 21:32:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 347a6b6e-b8af-4e1a-9283-4c40fd53ebb2 X-Archives-Hash: 7497f66c472805d79cc71de887574b9c commit: 36376bd99491780f5b5c0c04e69edc10d7fa3fd0 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jul 25 21:19:57 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 25 21:32:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36376bd9 app-emulation/virtualbox: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/21766 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> .../virtualbox-6.1.20-lsilogicsas_crash_fix.patch | 41 ---------------------- 1 file changed, 41 deletions(-) diff --git a/app-emulation/virtualbox/files/virtualbox-6.1.20-lsilogicsas_crash_fix.patch b/app-emulation/virtualbox/files/virtualbox-6.1.20-lsilogicsas_crash_fix.patch deleted file mode 100644 index 7f1e4b17983..00000000000 --- a/app-emulation/virtualbox/files/virtualbox-6.1.20-lsilogicsas_crash_fix.patch +++ /dev/null @@ -1,41 +0,0 @@ -Index: /trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp -=================================================================== ---- trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (revision 88530) -+++ trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (revision 88643) -@@ -3678,8 +3678,6 @@ - LogFlowFunc(("pThis=%#p\n", pThis)); - -- /* Clear everything first. */ - AssertPtrReturnVoid(pThisCC->pConfigurationPages); - PMptConfigurationPagesSupported pPages = pThisCC->pConfigurationPages; -- memset(pPages, 0, sizeof(MptConfigurationPagesSupported)); - - /* Manufacturing Page 0. */ -Index: /trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h -=================================================================== ---- trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h (revision 82968) -+++ trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h (revision 88643) -@@ -3327,13 +3327,17 @@ - - #define MPT_CONFIG_PAGE_HEADER_INIT_MANUFACTURING(pg, type, nr, flags) \ -+ RT_ZERO(*pg); \ - MPT_CONFIG_PAGE_HEADER_INIT(pg, type, nr, flags | MPT_CONFIGURATION_PAGE_TYPE_MANUFACTURING) - - #define MPT_CONFIG_PAGE_HEADER_INIT_IO_UNIT(pg, type, nr, flags) \ -+ RT_ZERO(*pg); \ - MPT_CONFIG_PAGE_HEADER_INIT(pg, type, nr, flags | MPT_CONFIGURATION_PAGE_TYPE_IO_UNIT) - - #define MPT_CONFIG_PAGE_HEADER_INIT_IOC(pg, type, nr, flags) \ -+ RT_ZERO(*pg); \ - MPT_CONFIG_PAGE_HEADER_INIT(pg, type, nr, flags | MPT_CONFIGURATION_PAGE_TYPE_IOC) - - #define MPT_CONFIG_PAGE_HEADER_INIT_BIOS(pg, type, nr, flags) \ -+ RT_ZERO(*pg); \ - MPT_CONFIG_PAGE_HEADER_INIT(pg, type, nr, flags | MPT_CONFIGURATION_PAGE_TYPE_BIOS) - -@@ -3342,4 +3346,5 @@ - */ - #define MPT_CONFIG_EXTENDED_PAGE_HEADER_INIT(pg, cb, nr, flags, exttype) \ -+ RT_BZERO(pg, cb); \ - (pg)->u.fields.ExtHeader.u8PageType = (flags) | MPT_CONFIGURATION_PAGE_TYPE_EXTENDED; \ - (pg)->u.fields.ExtHeader.u8PageNumber = (nr); \