Re: Tonight's tradeoff

Liste des GroupesRevenir à c arch 
Sujet : Re: Tonight's tradeoff
De : mitchalsup (at) *nospam* aol.com (MitchAlsup1) (mitchalsup@aol.com (MitchAlsup1))
Groupes : comp.arch
Date : 09. Mar 2024, 00:50:43
Autres entêtes
Organisation : Rocksolid Light
Message-ID : <59c91ae42cab0a86e64f754b0d1ddd83@www.novabbs.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14
User-Agent : Rocksolid Light
George Neuner wrote:

On Thu, 7 Mar 2024 16:02:45 -0500, Robert Finch <robfi680@gmail.com>
wrote:

A page marked RWE=000 is an unusable page.
Inaccessible, not unusable.
ENTER and EXIT check that the Safe-Stack is inaccessible to the application
{RWE = 000). This means the application cannot LD from or ST to the Safe-
Stack. ENTER and EXIT can !! This simple twist of the wrist eliminates the
ability to overrun data onto the data-stack does not alter the ABI guarantee
of callee returns to caller with all its preserved registers as if unchanged.

                                           Perhaps to signal bad memory.
That is eminently possible.

Or perhaps as a hidden data page full of comments or remarks. If its not readable-writeable or executable what is it? Nothing should be able to access it, except maybe the machine/debug operating mode.
A) it is accessible by more privileged levels of the system.
B) GuestOS can put information in process VaS that application cannot access
   {Say for example: to avoid keeping it in kernel address space.}
C) it can still be accessed by devices
d) it can be decrypted as touched (GuestOS exception)
e) A stack that Guarantees ABI in untrusted computing environments
.
The only one guaranteed no access is the application at the privilege level
of that applications memory map. All higher privilege applications access.

The ability to change (at least data) pages between "untouchable" and
RW is required for MMU assisted incremental GC.  If the GC also
handles code, then it must be able to mark pages executable as well.
Another use.

If an "untouchable" page can't be manipulated by user software, then
you've disallowed an entire class of GC systems.
I did not know of this technique, but it works in my design, too and without alteration.

Date Sujet#  Auteur
7 Mar 24 * Re: Tonight's tradeoff15Robert Finch
7 Mar 24 `* Re: Tonight's tradeoff14mitchalsup@aol.com (MitchAlsup1)
7 Mar 24  `* Re: Tonight's tradeoff13Robert Finch
7 Mar 24   +- Re: Tonight's tradeoff1mitchalsup@aol.com (MitchAlsup1)
8 Mar 24   `* Re: Tonight's tradeoff11George Neuner
9 Mar 24    +- Re: Tonight's tradeoff1mitchalsup@aol.com (MitchAlsup1)
9 Mar 24    `* Re: Tonight's tradeoff9Robert Finch
10 Mar 24     `* Re: Tonight's tradeoff8George Neuner
11 Mar 24      +* Re: Tonight's tradeoff5George Neuner
11 Mar 24      i+* Re: Tonight's tradeoff3Tim Rentsch
12 Mar 24      ii`* Re: Tonight's tradeoff2George Neuner
13 Mar 24      ii `- Re: Tonight's tradeoff1Tim Rentsch
12 Mar 24      i`- Re: Tonight's tradeoff1Robert Finch
11 Mar 24      `* Re: Tonight's tradeoff2Tim Rentsch
29 Apr 24       `- Re: Tonight's tradeoff1Tim Rentsch

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal