Source-Changes archive

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

CVS commit: [netbsd-8] src/sys/arch/vax



Module Name:    src
Committed By:   martin
Date:           Wed Jun 21 19:12:09 UTC 2023

Modified Files:
        src/sys/arch/vax/include [netbsd-8]: trap.h
        src/sys/arch/vax/vax [netbsd-8]: pmap.c

Log Message:
Pull up following revision(s) (requested by abs in ticket #1829):

        sys/arch/vax/vax/pmap.c: revision 1.196
        sys/arch/vax/include/trap.h: revision 1.25

Change CASMAGIC to 0xFEDABABE so that it cannot accidentally end up in
valid kernel memory.  Due to the VARM accesses above S0 should always
give a ptelen trap.

Bug found by Kalvis Duckmanton.

Ensure that the kernel do not try to allocate a S0 segment larger than 1G,
since the hardware prohibits that.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.46.1 src/sys/arch/vax/include/trap.h
cvs rdiff -u -r1.185 -r1.185.2.1 src/sys/arch/vax/vax/pmap.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