-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip: bump regex from 2024.5.15 to 2024.11.6 #5
Open
dependabot
wants to merge
16
commits into
main
Choose a base branch
from
dependabot/pip/regex-2024.11.6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
LICENSE updated to template README.md updated to template CODE_OF_CONDUCT.md committed SECURITY.md committed Microsoft mandatory file Common files for a project MU repo
This change added the implementation of secure partition entrypoint. It is supposed to bootstrap a secure partition just as another UEFI driver. Only SEL0 is supported at this point. Signed-off-by: Kun Qin <kun.qin@microsoft.com>
This change added the interface definition of PlatformFfaInterruptLib as well as the null implementation of PlatformFfaInterruptLib. This a library that should be used with secure partitions. Signed-off-by: Kun Qin <kun.qin@microsoft.com>
This change added the interface definition of ArmFfaLibEx as well as the implementation of ArmFfaLibEx. This a supplementary library that covers a few functionalities that is not included in ArmFfaLibEx. Signed-off-by: Kun Qin <kun.qin@microsoft.com>
…table lib This change adds a new library class SecurePartitionServicesTableLib for secure partitions library instances to share common resources within the partition environment. The entrypoint is updated to pair with the change to initialize the table before dispatching the driver entrypoint. Co-authored-by: Aaron Pop <aaronpop@microsoft.com> Signed-off-by: Kun Qin <kun.qin@microsoft.com> (cherry picked from commit 06b9664b6dd3c7628d27f25e1bf14d8e47e4d085)
This change adds the code to initialize gSpst in secure partition entrypoint to be used for other library instances. Signed-off-by: Kun Qin <kun.qin@microsoft.com> (cherry picked from commit 88838ef56fdf2843642b970cda8cd997e7d55a04)
… heap lib This changes adds a MemoryAllocationLib support for secure partitions. The change is based off the memory manager from Standalone MM core. The secure partition needs to specify the heap base address and size in the partition manifest to initialize the heap manager during runtime. Signed-off-by: Kun Qin <kun.qin@microsoft.com> (cherry picked from commit 706f8aff0f6297f4e12bed643150ca5bdf1962d5)
(cherry picked from commit 6d168fbe205eec459ec197f00decafeefb1993d9)
(cherry picked from commit 894be7ee9d70abe84f4427c10564b3fa5b76b744)
## Description Updated the TPM service to use a local static buffer rather than the CRB buffer for transfers to the TPM. This was to resolve an issue where the CRB buffer response length was getting adjusted by the TPM library. For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? ## How This Was Tested Ran the build with TPM enabled. ## Integration Instructions N/A (cherry picked from commit 3468c7a4ee4d48e1e28bbfee659fd92a9611db53) (cherry picked from commit cb82b439a6bb32bb9d50880086c7b47b19730c26)
Similar to the TPM service, moved the GUID and opcodes for the Notification and Test services into their own GUID headers. For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? Verified using the FfaPartitionTestApp. N/A (cherry picked from commit 8001fee41e1e995e08273065dc9438f4e5a37239)
Implemented a translation library for the TPM service to translate the Internal PC CRB to an external TPM type (CRB/FIFO). Updated the TPM service to support going through each phase of the TPM (cmdReady/Start/goIdle). Streamlined the Internal CRB clean-up. Updated the FF-A TPM library to go through the normal state procedure (cmdReady/Start/goIdle). For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? Verified by running the build with TPM2_ENABLE=TRUE. Verified with the FfaPartitionTestApp. N/A (cherry picked from commit 2441657e12ff763a2770550d668ff5f49009d69c)
## Description Updated the ID and Bitmap values to UINT32s. For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md). - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [ ] Backport to release branch? ## How This Was Tested Tested with the FfaPartitionTestApp ## Integration Instructions N/A (cherry picked from commit fc8f6fd677f6de60e597b0edadeb9fab2febe544)
…e partitions running in SEL0 do not have access to timer registers. (cherry picked from commit aaab34fc894041215a1d3110bf4a67fcb95f9eb1)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.5.15 to 2024.11.6. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2024.5.15...2024.11.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
The following labels could not be found: |
cd35588
to
13dad78
Compare
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.
Bumps regex from 2024.5.15 to 2024.11.6.
Changelog
Sourced from regex's changelog.
... (truncated)
Commits
930983a
Git issue 546: Partial match not working in some instances with non-greedy ca...64834c7
Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3 in ma...1bcd42e
Updated to actions/upload-artifact@v4 in main.yml.f467285
Updated to actions/download-artifact@v4 in main.yml.d3510fe
Updated to Unicode 16.0.0.e8a8d28
Git issue 539: Bug: Partial matching fails on a simple example6d086ff
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new ...You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)