Bug 2251637

Summary: vulkan-validation-layers needs to be updated to not give false positives that waste a huge amount of time for end users
Product: [Fedora] Fedora Reporter: john01dav
Component: vulkan-validation-layersAssignee: José Expósito <jexposit>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 39CC: airlied, ajax, jexposit
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: vulkan-validation-layers-1.3.268.0-2.fc39 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-11-30 13:57:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description john01dav 2023-11-27 02:45:25 UTC
Description of problem: The packaged version of vulkan-validation-layers due to some undefined behavior gives false positive warnings to users that if not immediately recognized as false positives (which is hard to do) can cause huge time-wastage trying to fix a non-existant bug in one's program.

The fix is simply to upgrade this package to at least 1.3.261, which is already available in Rawhide. If you want to backport the fix, here it is: https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/6049


Version-Release number of selected component (if applicable): 1.3.250.1


How reproducible: Very


Steps to Reproduce:
1. Download this MCVE: https://github.com/KhronosGroup/Vulkan-Docs/files/13404906/mcve.zip
2. Compile & Run it
3. Observe the validation errors printed to stderr/stdout, despite the program being correct

Actual results: Validation errors printed to stderr/stdout, despite the program being correct


Expected results: No validation errors are expected (verified on new version of vulkan-validation-layers)


Additional info: https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/6995

Comment 1 José Expósito 2023-11-27 11:08:35 UTC
Vulkan SDK 1.3.268.0 submitted for testing on Fedora 39:
https://bodhi.fedoraproject.org/updates/FEDORA-2023-6bd7de45ff

It should be available soon.

Comment 2 José Expósito 2023-11-30 13:57:41 UTC
Closing this issue as Vulkan SDK 1.3.268.0 is already available on Fedora 39:
https://src.fedoraproject.org/rpms/vulkan-validation-layers

Comment 3 Fedora Update System 2023-11-30 15:12:32 UTC
FEDORA-2023-92bea6ec75 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-92bea6ec75

Comment 4 Fedora Update System 2023-12-01 02:36:14 UTC
FEDORA-2023-92bea6ec75 has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-92bea6ec75`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-92bea6ec75

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2023-12-09 02:40:45 UTC
FEDORA-2023-92bea6ec75 has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.