You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MdeModulePkg/SmmCorePerformanceLib: Remove offset from comm buffer dest space
A check validates that if perf records are being written to the comm
buffer (not a buffer pointed to from the comm buffer) that enough
space is available after the `SMM_BOOT_RECORD_COMMUNICATE` header in
the comm buffer for the boot record size requested. That check
currently removes the offset from the boot record size but that is
not needed since the offset is applied to the source buffer and the
record size is what is copied into the desintation (comm buffer).
Signed-off-by: Michael Kubacki <[email protected]>
0 commit comments