Home
last modified time | relevance | path

Searched +full:pull +full:- +full:requests (Results 1 – 9 of 9) sorted by relevance

/optee_os/
H A DCHANGELOG.md1 # OP-TEE - version 4.8.0 (2025-10-24)
3 - Links to the release pages, commits and pull requests merged into this release for:
4- OP-TEE/optee_os: [release page][OP_TEE_optee_os_release_4_8_0], [commits][OP_TEE_optee_os_commit…
5- OP-TEE/optee_client: [release page][OP_TEE_optee_client_release_4_8_0], [commits][OP_TEE_optee_c…
6- OP-TEE/optee_test: [release page][OP_TEE_optee_test_release_4_8_0], [commits][OP_TEE_optee_test_…
7- OP-TEE/build: [release page][OP_TEE_build_release_4_8_0], [commits][OP_TEE_build_commits_4_8_0] …
8- linaro-swg/optee_examples: [release page][linaro_swg_optee_examples_release_4_8_0], [commits][li…
11 [OP_TEE_optee_os_release_4_8_0]: https://github.com/OP-TEE/optee_os/releases/tag/4.8.0
12 [OP_TEE_optee_os_commits_4_8_0]: https://github.com/OP-TEE/optee_os/compare/4.7.0...4.8.0
13 …s_pr_4_8_0]: https://github.com/OP-TEE/optee_os/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3…
[all …]
H A DMAINTAINERS1 Maintainers in the OP-TEE project
3 Linaro as such maintains OP-TEE, but for individual devices which might not be
5 sub-maintainers for these platforms.
10 Note that OP-TEE development mainly occurs on GitHub [2] so this file should be
14 For example, [@jbech-linaro].
16 2. Patches should generally be submitted as GitHub pull requests (more details
18 e-mail addresses below. Maintainers normally are subscribed to GitHub
19 notifications, so they should see your pull requests. If you need to 'ping'
20 some maintainer, just mention his/her GitHub account in a comment in the pull
31 [2] https://github.com/OP-TEE/optee_os
[all …]
/optee_os/.github/workflows/
H A Dstales.yml1 name: 'Close stale issues and pull requests with no recent activity'
4 - cron: "15 00 * * *"
8 pull-requests: write
12 runs-on: ubuntu-latest
14 - uses: actions/stale@v10.0.0
16 repo-token: ${{ secrets.GITHUB_TOKEN }}
17-issue-message: 'This issue has been marked as a stale issue because it has been open (more than) …
18-pr-message: 'This pull request has been marked as a stale pull request because it has been open (…
19 stale-issue-label: Stale
20 stale-pr-label: Stale
[all …]
H A Dnotify.yml2 # for pull requests against the OP-TEE OS main repository in a secure way.
4 # (issues: write) using the default short-lived GITHUB_TOKEN. Due to this
15 pull-requests: write
17 notify-maintainers:
18 runs-on: ubuntu-latest
20 - name: Checkout base branch
22 - name: Install python3-github
24 sudo apt-get update
25 sudo apt-get install python3-github
26 - name: Compute maintainers
[all …]
/optee_os/.github/
H A Dpull_request_template.md1 <!--
2 If you are new to submitting pull requests to OP-TEE, then please have a
3 look at the list below and tick them off before submitting the pull request.
11 3. You should run checkpatch preferably before submitting the pull request.
14 add tags like `Reviewed-by`, `Acked-by`, `Tested-by` etc. More details
17 NOTE: This comment will not be shown in the pull request, so no harm keeping
19 -->
/optee_os/scripts/
H A Dupdate_changelog.py2 # SPDX-License-Identifier: BSD-2-Clause
16 ' --changelog-file CHANGELOG.md'
17 ' --release-version 3.7.0'
18 ' --previous-release-version 3.6.0'
19 ' --release-date 2019-10-11')
21 parser.add_argument('--changelog-file', action='store', required=False,
25 parser.add_argument('--release-date', action='store', required=True,
26 help='The release date (yyyy-mm-dd).')
28 parser.add_argument('--release-version', action='store', required=True,
31 parser.add_argument('--previous-release-version', action='store',
[all …]
/optee_os/core/lib/scmi-server/
H A Dsub.mk1 # SCMI server library is built from SCP-firmware source tree.
4 # CFG_SCPFW_MOD_* switches. SCP-firmware needs a C source and
10 scpfw-path = $(CFG_SCP_FIRMWARE)
11 scpfw-product = optee/$(CFG_SCMI_SCPFW_PRODUCT)
12 scpfw-out-path := $(out-dir)/$(libdir)
14 scpfw-integ-version-maj = 2
15 scpfw-integ-version-min = 14
16 scpfw-integ-version-pat = 0
17 scpfw-integ-version = $(scpfw-integ-version-maj).$(scpfw-integ-version-min).$(scpfw-integ-version-p…
19 srcs-y += scmi_server.c
[all …]
/optee_os/core/drivers/
H A Dstm32_gpio.c1 // SPDX-License-Identifier: BSD-3-Clause
3 * Copyright (c) 2017-2024, STMicroelectronics
17 #include <dt-bindings/gpio/stm32mp_gpio.h>
18 #include <dt-bindings/pinctrl/stm32-pinfunc.h>
153 * struct stm32_pinctrl_array - Array of pins in a pin control state
163 * struct stm32_gpio_bank - GPIO bank instance
172 * @seccfgr: non-RIF bank secure configuration data
175 * @is_tdcid: True if OP-TEE runs as Trusted Domain CID
194 * struct stm32_gpio_pm_state - Consumed GPIO for PM purpose
236 return bank->bank_id; in stm32_gpio_chip_bank_id()
[all …]
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3 = Mbed TLS 3.6.4 branch released 2025-06-30
8 session, according to the TLS-Exporter specification in RFC 8446 and 5705.
15 CVE-2025-49601
19 CVE-2025-49600
30 CVE-2025-52496
31 * Fix possible use-after-free or double-free in code calling
36 they were free()d, resulting in high risk of use-after-free or double-free,
39 were affected (use-after-free if the san string contains more than one DN).
42 CVE-2025-47917
54 CVE-2025-48965
[all …]