Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/vax/vax



Module Name:    src
Committed By:   riastradh
Date:           Sat Mar 29 00:16:30 UTC 2025

Modified Files:
        src/sys/arch/vax/vax: trap.c

Log Message:
vax/trap.c: Back out revisions 1.139 and 1.141 for now.

These changes served to zero registers on exec in order to avoid
leaking secret register content to the replacement process image.

Unfortunately, I did not adequately test these changes, and the vax
testbed has been unhappy since they went in.  It's possible they're
not the culprit -- it's possible that 1.141 (setting PSL_U|PSL_PREVU)
was enough to fix the bug introduced by 1.139 -- but let's just try
backing both out so we can let the releng testbed figure out for me
whether to go chasing other parts of the trapframe to set up
(tf_trap=T_SYSCALL? tf_code=???) or this is a wild goose chase and
it's actually something else broken.

PR kern/59084: exec/spawn leaks register content


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 src/sys/arch/vax/vax/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index