Re: svn commit: r360233 - in head: contrib/jemalloc . . . : This partially breaks a 2-socket 32-bit powerpc (old PowerMac G4) based on head -r360311

From: Mark Millard <marklmi_at_yahoo.com>
Date: Thu, 11 Jun 2020 21:05:05 -0700
There is another oddity in the code structure, in
that if pt was ever NULL the code would misuse the
NULL before the test for non-NULL is made:

                pt = moea_pvo_to_pte(pvo, -1);
. . .
                old_pte = *pt;

                /*
                 * If the PVO is in the page table, update that pte as well.
                 */
                if (pt != NULL) {

(I'm not claiming that this explains the panic.)

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)
Received on Fri Jun 12 2020 - 02:05:12 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:24 UTC