History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2575
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Major Major
Assignee: Robin Shen
Reporter: Menka Tangri
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Build failures : GuC/HuC version string and build number string are overflowing

Created: 04/Nov/15 06:07 AM   Updated: 05/Nov/15 12:40 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Current GuC/HUC uKernel build is broken due to ubit version/build number corruption for engineering branch.
To give a background, ubit server updates the build number and version string in build.h in GuC uKernel for every build.
This info is embedded in CSS header in uKernel. ubit keeps incrementing these numbers for every build in ubit server.

Build number is 12byte and version string is 16byte long character array.
Latest GuC/HuC uKernel build is broken due to ubit build number and version string updated by ubit is overflowing the size defined.

Sample corrupted numbers as updated by ubit:
#define VERSIONSTR "01.00.00.1001653310\0"
//UBit Build Request Number
#define UB_BR_NUMBER "DEV-1.0.10016"

ubit should ensure build number(12byte) and version string(16byte) follow the size guidelines and manage the update accordingly.


 All   Comments   Work Log   Change History      Sort Order:
Change by Robin Shen [05/Nov/15 12:40 AM]
Field Original Value New Value
Status Open [ 1 ] Closed [ 6 ]
Resolution Won't Fix [ 2 ]