Page MenuHomeFreeBSD

Apply r355883 to i386
ClosedPublic

Authored by alc on Dec 20 2019, 7:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 21 2024, 4:18 PM
Unknown Object (File)
May 13 2024, 2:49 PM
Unknown Object (File)
Dec 20 2023, 1:47 AM
Unknown Object (File)
Dec 1 2023, 9:39 AM
Unknown Object (File)
Nov 26 2023, 4:35 AM
Unknown Object (File)
Oct 3 2023, 12:22 AM
Unknown Object (File)
Sep 27 2023, 8:19 PM
Unknown Object (File)
Jun 26 2023, 7:51 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Peter, can you please test this patch on i386?

In D22890#501069, @alc wrote:

Peter, can you please test this patch on i386?

Sure. Building it now.

sys/i386/i386/pmap.c
3966 ↗(On Diff #65847)

I missed this previous time. Should this be !pmap_every_pte_zero() ?

Correct a mistakenly inverted condition.

alc marked an inline comment as done.Dec 20 2019, 6:58 PM
alc added inline comments.
sys/i386/i386/pmap.c
3966 ↗(On Diff #65847)

Yes, you are correct. I will commit the fix to amd64 and arm64 shortly.

This revision is now accepted and ready to land.Dec 20 2019, 8:59 PM

So far, I have seen two (unrelated?) problems while testing with D22890.65867.diff:
https://people.freebsd.org/~pho/stress/log/alc012.txt
https://people.freebsd.org/~pho/stress/log/alc013.txt
I have resumed the tests.

In D22890#501483, @pho wrote:

So far, I have seen two (unrelated?) problems while testing with D22890.65867.diff:
https://people.freebsd.org/~pho/stress/log/alc012.txt
https://people.freebsd.org/~pho/stress/log/alc013.txt
I have resumed the tests.

alc012 seems to be either KVA fragmentation or depletion.
alc013 should be not related, I will look into it later.

I completed testing D22890.65867.diff without seeing any problems. The test included a buildworld.

This revision was automatically updated to reflect the committed changes.
alc marked an inline comment as done.