VirtualBox

Changeset 97297 in vbox


Ignore:
Timestamp:
Oct 25, 2022 1:53:10 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154288
Message:

IEM: Fixed IRET with null SS (Linux 4.15 ftrace crash early in boot).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp

    r97289 r97297  
    36933693            return iemRaiseGeneralProtectionFault0(pVCpu);
    36943694        }
    3695         DescSS.Legacy.u = 0;
     3695        /* Make sure SS is sensible, marked as accessed etc. */
     3696        iemMemFakeStackSelDesc(&DescSS, (uNewSs & X86_SEL_RPL));
    36963697    }
    36973698    else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette