[Bug 269572] MAXCPU too low for contemporary servers

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 11 May 2023 13:33:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269572

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=0a300a95c10f079d4735c9c13bd6bea90402a87a

commit 0a300a95c10f079d4735c9c13bd6bea90402a87a
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2023-05-10 13:19:09 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-05-11 13:32:32 +0000

    vmm: Dynamically allocate a couple of per-CPU state save areas

    This avoids bloating the BSS when MAXCPU is large.

    No functional change intended.

    PR:             269572
    Reviewed by:    corvink, rew
    Tested by:      rew
    MFC after:      2 weeks
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D39805

    (cherry picked from commit 74ac712f72cfd6d7b3db3c9d3b72ccf2824aa183)

 sys/amd64/vmm/amd/svm.c   | 11 ++++++-----
 sys/amd64/vmm/intel/vmx.c | 12 ++++++++----
 2 files changed, 14 insertions(+), 9 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.