Searched full:issues (Results 1 – 25 of 176) sorted by relevance
12345678
/Zephyr-Core-2.7.6/.github/workflows/ |
D | issue_count.yml | 15 track-issues: 23 …wget -q https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/.github/workflows/issues-report-… 29 - uses: brcrista/summarize-issues@v3 31 title: 'Issues Report for ${{ github.repository }}' 32 configPath: 'issues-report-config.json' 53 …aws s3 cp --quiet IssuesReport.html s3://testing.zephyrproject.org/issues/$GITHUB_REPOSITORY/index…
|
D | stale_issue.yml | 1 name: "Close stale pull requests/issues" 8 name: Find Stale issues and PRs
|
/Zephyr-Core-2.7.6/doc/security/ |
D | reporting.rst | 14 view the issues that they have reported. 24 Issues within this bug tracking system will transition through a 57 The issues created in this JIRA instance are kept private, due to the 58 sensitive nature of security reports. The issues are only visible to 75 attendance. During this review, they shall determine if new issues 79 and 2. Exploitability of the issue. Issues that the subcommittee 82 issue pointing to the bug tracking issue. These issues will be marked 87 within the Zephyr project to fix the issues, and 60 days for external 98 CVEs to these PRs (this information is within the JIRA issues), and 99 produce regular reports of the state of security issues. [all …]
|
/Zephyr-Core-2.7.6/doc/development_process/ |
D | index.rst | 16 issues 23 **Issues** to track feature, enhancement, and bug reports together with GitHub 25 community members work together to review these Issues and PRs, managing 30 We can only manage the volume of Issues and PRs, by requiring timely reviews,
|
D | communication.rst | 12 development of the code base. In general, bug reports and issues should 13 be entered and tracked in the bug tracking system (`GitHub Issues 14 <https://github.com/zephyrproject-rtos/zephyr/issues>`_) and not
|
D | dev_env_and_tools.rst | 18 and linked to any relevant :ref:`bug or feature tracking issues<bug_reporting>` 134 - Hot fixes: Fixing CI issues, reverts, and system breakage 182 - Can you fix unrelated issues 185 Closing Stale Issues and Pull Requests 188 - The Pull requests and issues sections on Github are NOT discussion forums. 191 - In case of both issues and pull-requests the original poster needs to respond 209 Developers are expected to fix issues and rework their patches and submit again. 213 - Run ''checkpatch'' for code style issues (can vote -1 on errors; see note) 227 accurately. As such it sometimes issues false positives. Known 245 Labeling issues and pull requests in GitHub [all …]
|
D | issues.rst | 7 issues, it is recommended to cross-reference source code commits with the 8 relevant GitHub issues and vice versa.
|
/Zephyr-Core-2.7.6/scripts/release/ |
D | list_issues.py | 7 # Lists all closes issues since a given date 55 class Issues: class 59 self.issues_url = "https://github.com/%s/%s/issues" % ( 82 url = ("%s/issues/%s" % (self.github_url, issue_nr)) 109 self.list_issues("%s/issues?state=%s&since=%s" % 133 parser.add_argument("-s", "--issues-since", 134 help="""List issues since date where date 137 parser.add_argument("-b", "--issues-in-pulls", 138 help="List issues in pulls for a given branch") 155 i = Issues(args.org, args.repo, token)
|
D | list_backports.py | 6 """Query issues in a release branch 8 This script searches for issues referenced via pull-requests in a release 216 """Return GitHub issues fixed in the provided date window""" 225 # check for issues in this pr 233 …\s*https://github\.com/{self._repo.organization.login}/{self._repo.name}/issues/([1-9][0-9]*).*", … 250 # report prs missing issues later 260 issues = list(issue_map.values()) 263 issues = sorted(issues, key=lambda x: x.number) 265 self._issues = issues 316 logging.error('The following PRs link to invalid issues:') [all …]
|
D | bug_bash.py | 118 """Return GitHub issues representing bugs in the provided date 124 issues = self._repo.get_issues(state='closed', labels=[ 127 for i in issues: 135 # ignore issues without a linked pull request 173 issues = bbt.get_issues() 175 n = len(issues) 180 issues[i].number, pulls[i].user.login, pulls[i].title))
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-1.12.rst | 49 * kernel: handle early entropy issues 77 * arm: syscalls: fix some register issues 284 These GitHub issues were closed since the previous 1.11.0 tagged release: 377 * :github:`5738` - [Coverity CID: 182194] Control flow issues in /subsys/storage/flash_map/flash_ma… 378 * :github:`5739` - [Coverity CID: 182193] Control flow issues in /subsys/storage/flash_map/flash_ma… 386 * :github:`5891` - [Coverity CID: 182585] Integer handling issues in /arch/x86/core/thread.c 387 * :github:`5892` - [Coverity CID: 182584] Integer handling issues in /kernel/sched.c 396 * :github:`6093` - [Coverity CID: 182778] Error handling issues in /samples/net/sockets/dumb_http_s… 397 * :github:`6094` - [Coverity CID: 182777] Error handling issues in /samples/net/sockets/dumb_http_s… 399 * :github:`6096` - [Coverity CID: 182775] Error handling issues in /tests/net/socket/udp/src/main.c [all …]
|
D | release-notes-1.14.rst | 25 Issues Fixed 28 These GitHub issues were addressed since the previous 1.14.0 tagged 78 Issues Fixed 81 These GitHub issues were addressed since the previous 1.14.0 tagged 134 * :github:`16417` - issues with can filter mode set 139 * :github:`16577` - [Coverity CID :198870]Error handling issues in /subsys/net/lib/lwm2m/lwm2m_obj_… 141 * :github:`16584` - [Coverity CID :198863]Error handling issues in /subsys/net/lib/sntp/sntp.c 208 * :github:`18297` - Bluetooth: SMP: Pairing issues 217 * :github:`18961` - [Coverity CID :203912]Error handling issues in /samples/net/sockets/coap_client… 276 Issues Fixed [all …]
|
D | release-notes-2.1.rst | 390 * Fixed several control procedure (LLCP) handling issues 457 These GitHub issues were addressed since the previous 2.0.0 tagged 471 * :github:`21077` - Help: Pull request "Identity/Emails issues" 473 * :github:`21049` - Bluetooth: Multiple issues with net\_buf usage 492 * :github:`20883` - [Coverity CID :205808] Integer handling issues in tests/net/lib/coap/src/main.c 493 * :github:`20882` - [Coverity CID :205806] Integer handling issues in tests/net/lib/coap/src/main.c 494 * :github:`20881` - [Coverity CID :205786] Integer handling issues in tests/net/lib/coap/src/main.c 495 * :github:`20880` - [Coverity CID :205780] Integer handling issues in tests/net/lib/coap/src/main.c 501 * :github:`20867` - [Coverity CID :205803] Integer handling issues in subsys/fs/nvs/nvs.c 502 * :github:`20866` - [Coverity CID :205795] Integer handling issues in subsys/fs/nvs/nvs.c [all …]
|
D | release-notes-2.0.rst | 503 These GitHub issues were addressed since the previous 1.14.0 tagged 523 * :github:`18799` - bt_uuid_create_le() and bt_uuid_create() have endianness issues, and only one o… 552 * :github:`18672` - [Coverity CID :198948]Control flow issues in /home/aasthagr/zephyrproject-exter… 553 * :github:`18671` - [Coverity CID :198947]Integer handling issues in /home/aasthagr/zephyrproject-e… 554 * :github:`18670` - [Coverity CID :182600]Integer handling issues in /home/aasthagr/zephyrproject-e… 556 * :github:`18668` - [Coverity CID :203544]Integer handling issues in /home/aasthagr/zephyrproject-e… 557 * :github:`18667` - [Coverity CID :203513]Integer handling issues in /home/aasthagr/zephyrproject-e… 558 * :github:`18666` - [Coverity CID :203506]Integer handling issues in /home/aasthagr/zephyrproject-e… 593 * :github:`18455` - [Coverity CID :203490]Error handling issues in /tests/net/socket/net_mgmt/src/m… 597 * :github:`18445` - [Coverity CID :203507]Error handling issues in /tests/kernel/mutex/sys_mutex/sr… [all …]
|
D | release-notes-1.9.rst | 181 * Navigation sidebar issues fixed for supported boards section 220 * :jira:`ZEP-1744` - UPF 56 BLE Controller Issues 224 * :jira:`ZEP-1892` - Fix issues with Fix Release 260 * :jira:`ZEP-2258` - Coverity static scan issues seen 293 * :jira:`ZEP-2343` - Coverity static scan issues seen 294 * :jira:`ZEP-2344` - Coverity static scan issues seen 295 * :jira:`ZEP-2345` - Coverity static scan issues seen 298 * :jira:`ZEP-2355` - Coverity static scan issues seen 339 * :jira:`ZEP-2465` - Static code scan (coverity) issues seen 340 * :jira:`ZEP-2467` - Static code scan (coverity) issues seen [all …]
|
D | release-notes-1.13.rst | 283 These GitHub issues were addressed since the previous 1.12.0 tagged 298 * :github:`9766` - [Coverity CID :187904] Integer handling issues in /tests/benchmarks/timing_info/… 321 * :github:`9644` - [Coverity CID :187817] Error handling issues in /tests/benchmarks/timing_info/sr… 322 * :github:`9643` - [Coverity CID :187818] Error handling issues in /tests/benchmarks/timing_info/sr… 328 * :github:`9637` - [Coverity CID :187824] Integer handling issues in /lib/cmsis_rtos_v1/cmsis_threa… 329 * :github:`9636` - [Coverity CID :187825] Error handling issues in /subsys/net/ip/udp.c 330 * :github:`9635` - [Coverity CID :187826] Error handling issues in /tests/benchmarks/timing_info/sr… 332 * :github:`9633` - [Coverity CID :187828] Error handling issues in /tests/benchmarks/timing_info/sr… 365 * :github:`9462` - [Coverity CID :187670] Integer handling issues in /tests/net/ethernet_mgmt/src/m… 381 * :github:`9297` - [Coverity CID :187318] Error handling issues in /tests/posix/pthread_key/src/pth… [all …]
|
D | release-notes-1.10.rst | 180 process (there are some known doxygen/sphinx issues), the build 200 These GitHub issues were addressed since the previous 1.9.0 tagged 206 * :github:`1166` - Keeping reusable components under samples/ leads to build issues 235 * :github:`1542` - filter-known-issues.py fails if input file is empty 337 * :github:`3897` - Static code scan (coverity) issues seen 472 * :github:`4780` - [Coverity CID: 178794] Error handling issues in /tests/subsys/dfu/mcuboot/src/ma… 478 * :github:`4786` - [Coverity CID: 178788] Control flow issues in /tests/net/context/src/main.c 512 * :github:`5055` - [Coverity CID: 179254] Possible Control flow issues in /samples/net/zperf/src/zp… 513 * :github:`5056` - [Coverity CID: 179253] Control flow issues in /samples/net/zperf/src/zperf_tcp_r… 515 * :github:`5058` - [Coverity CID: 179251] Control flow issues in /samples/net/zperf/src/zperf_udp_r… [all …]
|
/Zephyr-Core-2.7.6/include/linker/ |
D | app_smem.ld | 4 * This hackish way of including files is due to CMake issues: 5 * https://gitlab.kitware.com/cmake/cmake/issues/11985 6 * https://gitlab.kitware.com/cmake/cmake/issues/13718
|
D | app_smem_pinned.ld | 8 * This hackish way of including files is due to CMake issues: 9 * https://gitlab.kitware.com/cmake/cmake/issues/11985 10 * https://gitlab.kitware.com/cmake/cmake/issues/13718
|
/Zephyr-Core-2.7.6/ |
D | README.rst | 71 * **Issues**: https://github.com/zephyrproject-rtos/zephyr/issues 72 * **Security Issues**: Email vulnerabilities@zephyrproject.org to report 73 security issues; also see our `Security`_ documentation. Security issues are
|
D | CONTRIBUTING.rst | 30 * Issue and feature tracking is done using GitHub issues in this repo. 37 community, ask questions, discuss issues, and help each other.
|
/Zephyr-Core-2.7.6/subsys/debug/ |
D | asan_hacks.c | 12 * https://github.com/zephyrproject-rtos/zephyr/issues/20122 in __asan_default_options() 33 * https://github.com/google/sanitizers/issues/89 for more info.
|
/Zephyr-Core-2.7.6/soc/arm/st_stm32/stm32l0/ |
D | soc.c | 58 * See https://github.com/zephyrproject-rtos/zephyr/issues/#37119 in stm32l0_init() 61 * https://github.com/zephyrproject-rtos/zephyr/issues/#34324 ) in stm32l0_init()
|
/Zephyr-Core-2.7.6/soc/arm/st_stm32/common/ |
D | soc_config.c | 39 * See https://github.com/zephyrproject-rtos/zephyr/issues/34324 in st_stm32_common_config() 48 * See https://github.com/zephyrproject-rtos/zephyr/issues/34324 in st_stm32_common_config()
|
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/test-bindings/ |
D | false-positive.yaml | 2 # Used to check for issues with how we optimize binding loading.
|
12345678