bump Propolis - #11311
Open
iximeow wants to merge 2 commits into
Open
bump Propolis#11311iximeow wants to merge 2 commits into
iximeow wants to merge 2 commits into
Conversation
there are relatively few changes to think about with this one: * validate number of indirect desc in pop_avail (#1196) * Fix vsock test flake * softnpu: finagle a STREAMS rx buffer size for DLPI handles (#1204) * [server] restore SMBIOS type 1 input on instance ensure (#1200) * teach Propolis a -v flag with Git metadata (#702) * Deny broken doc comments (and fix a few warnings) (#1212) * nvme: compute number of requested log page words correctly (#1215) * bump viona API version to match stlouis (#1216) * standalone: support guest hv interface options (#1194) relevant to the product are: validating indirect descriptors in pop_avail, nvme log page request size, the viona API version, and as a QoL improvement for anyone who reads Propolis logs, the Git-metadata-to-propolis-logs plumbing. the SMBIOS issue was an (unfortunate!) regression in Propolis, but the default which was regressed-to is also the default in the product. likewise, softnpu and the hypervisor interface option plumbing aren't used outside dev/test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
there are relatively few changes to think about with this one:
relevant to the product are: validating indirect descriptors in pop_avail, nvme log page request size, the viona API version, and as a QoL improvement for anyone who reads Propolis logs, the Git-metadata-to-propolis-logs plumbing.
the SMBIOS issue was an (unfortunate!) regression in Propolis, but the default which was regressed-to is also the default in the product. likewise, softnpu and the hypervisor interface option plumbing aren't used outside dev/test.