/openbmc/linux/io_uring/ |
H A D | opdef.c | 54 .issue = io_nop, 67 .issue = io_read, 80 .issue = io_write, 86 .issue = io_fsync, 98 .issue = io_read, 111 .issue = io_write, 118 .issue = io_poll_add, 123 .issue = io_poll_remove, 129 .issue = io_sync_file_range, 139 .issue = io_sendmsg, [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | cve-json-to-text.py | 110 for issue in package["issue"]: 112 if keys_in_issue - issue.keys(): 114 % (keys_in_issue - issue.keys(), package["name"])) 117 lines += "CVE: %s\n" % issue["id"] 118 lines += "CVE STATUS: %s\n" % issue["status"] 119 lines += "CVE DETAIL: %s\n" % issue["detail"] 120 if "description" in issue: 121 lines += "CVE DESCRIPTION: %s\n" % issue["description"] 122 if "summary" in issue: 123 lines += "CVE SUMMARY: %s\n" % issue["summary"] [all …]
|
/openbmc/openbmc-test-automation/tools/ |
H A D | github_issues_to_csv | 25 for issue in response.json(): 26 if "pull_request" not in issue: 27 labels = ", ".join([label["name"] for label in issue["labels"]]) 32 close_date = issue.get("closed_at") 34 close_date = issue.get("closed_at").split("T")[0] 36 assignee_resp = issue.get("assignees", "Not Assigned") 47 milestone_resp = issue.get("milestone", "Not Assigned") 55 issue.get("title").encode("utf-8"), 56 issue.get("state").encode("utf-8"), 57 issue.get("created_at").split("T")[0], [all …]
|
/openbmc/linux/Documentation/kbuild/ |
H A D | issues.rst | 5 issue #1 8 .. literalinclude:: Kconfig.recursion-issue-01 11 issue #2 14 .. literalinclude:: Kconfig.recursion-issue-02
|
H A D | Kconfig.recursion-issue-01 | 1 # Simple Kconfig recursive issue 6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig 8 # This Kconfig file has a simple recursive dependency issue. In order to 9 # understand why this recursive dependency issue occurs lets consider what 36 # Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be 41 # implications of this recursive issue where the solution is perhaps not so 45 mainmenu "Simple example to demo kconfig recursive dependency issue"
|
H A D | Kconfig.recursion-issue-02 | 1 # Cumulative Kconfig recursive issue 6 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig 23 # The example provided in Documentation/kbuild/Kconfig.recursion-issue-02 30 # other bells in the system cannot negate. The reason for this issue is 41 # For an example real world scenario issue refer to the attempt to remove
|
H A D | Kconfig.select-break | 1 # Select broken dependency issue 13 # example of this issue is below. 21 mainmenu "Simple example to demo kconfig select broken dependency issue"
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 184 #[unstable(feature = "thin_box", issue = "92791")] 201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 243 #[unstable(feature = "new_uninit", issue = "63291")] 270 #[unstable(feature = "new_uninit", issue = "63291")] 304 #[unstable(feature = "allocator_api", issue = "32838")] 330 #[unstable(feature = "allocator_api", issue = "32838")] 356 #[unstable(feature = "allocator_api", issue = "32838")] 379 #[unstable(feature = "allocator_api", issue = "32838")] 408 #[unstable(feature = "allocator_api", issue = "32838")] 441 #[unstable(feature = "allocator_api", issue = "32838")] [all …]
|
H A D | slice.rs | 38 #[unstable(feature = "slice_range", issue = "76393")] 40 #[unstable(feature = "array_chunks", issue = "74985")] 42 #[unstable(feature = "array_chunks", issue = "74985")] 44 #[unstable(feature = "array_windows", issue = "75027")] 52 #[unstable(feature = "slice_from_ptr_range", issue = "89792")] 62 #[unstable(feature = "slice_group_by", issue = "80552")] 437 #[unstable(feature = "allocator_api", issue = "32838")] 684 #[unstable(feature = "slice_concat_trait", issue = "27747")] 686 #[unstable(feature = "slice_concat_trait", issue = "27747")] 691 #[unstable(feature = "slice_concat_trait", issue = "27747")] [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | extract_if.rs | 22 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 49 #[unstable(feature = "allocator_api", issue = "32838")] 56 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 92 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")]
|
H A D | into_iter.rs | 37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 94 #[unstable(feature = "allocator_api", issue = "32838")] 344 #[unstable(feature = "trusted_len", issue = "37572")] 366 #[unstable(issue = "none", feature = "std_internals")] 372 #[unstable(issue = "none", feature = "std_internals")] 376 #[unstable(issue = "none", feature = "std_internals")] 426 #[unstable(issue = "none", feature = "inplace_iteration")] 430 #[unstable(issue = "none", feature = "inplace_iteration")]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | cve_check.py | 150 found_cves = { issue["id"]: issue["status"] for issue in package["issue"]} 259 for issue in package["issue"]: 260 found_cves[issue["id"]] = { 261 "status" : issue["status"], 262 "detail" : issue["detail"] if "detail" in issue else "", 263 "description" : issue["description"] if "description" in issue else ""
|
/openbmc/openbmc/poky/meta/recipes-core/base-files/ |
H A D | base-files_3.0.14.bb | 20 file://issue.net \ 21 file://issue \ 61 ${sysconfdir}/issue /${sysconfdir}/issue.net \ 155 install -m 644 ${S}/issue* ${D}${sysconfdir} 157 printf "${DISTRO_NAME} " >> ${D}${sysconfdir}/issue 158 printf "${DISTRO_NAME} " >> ${D}${sysconfdir}/issue.net 161 printf "%s " $distro_version_nodate >> ${D}${sysconfdir}/issue 162 printf "%s " $distro_version_nodate >> ${D}${sysconfdir}/issue.net 164 printf "\\\n \\\l\n" >> ${D}${sysconfdir}/issue 165 echo >> ${D}${sysconfdir}/issue [all …]
|
/openbmc/openbmc/meta-yadro/recipes-core/os-release/ |
H A D | os-release.bbappend | 119 with open(d.expand('${B}/issue'), 'w') as f: 124 install -m 0644 issue ${D}${sysconfdir}/issue 125 install -m 0644 issue ${D}${sysconfdir}/issue.net 128 CONFFILES:${PN} += " ${sysconfdir}/issue ${sysconfdir}/issue.net" 129 FILES:${PN} += " ${sysconfdir}/issue ${sysconfdir}/issue.net"
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | reporting-issues.rst | 16 <https://kernel.org/>`_. If it still shows the issue, report it to the stable 22 issue. Check the :ref:`MAINTAINERS <maintainers>` file for how its developers 27 <https://kernel.org/>`_. If the issue is present there, send a report. 29 The issue was fixed there, but you would like to see it resolved in a still 38 before the issue occurs. 42 issue, like the kernel and the distro used. In case of a regression, CC the 64 early if an issue that looks like a Linux kernel problem is actually caused by 68 * Are you facing an issue with a Linux kernel a hardware or software vendor 70 document and reporting the issue to your vendor instead, unless you are 79 * See if the issue you are dealing with qualifies as regression, security [all …]
|
/openbmc/linux/rust/alloc/collections/ |
H A D | mod.rs | 74 issue = "48043" 86 issue = "48043" 101 issue = "none", 114 issue = "48043" 123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_python_pylint.py | 62 for issue in self.pylint_test: 63 if self.pylint_test[issue] not in self.pylint_pretest.values(): 65 … data=[('Output', 'Please, fix the listed issues:'), ('', issue + ' ' + self.pylint_test[issue])])
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | identify-component.rst | 7 so the first step is to identify the component where the issue likely lies. 8 For example, if you have a hardware issue, it is likely related to the BSP 10 or :term:`layer`. If the issue is a build/configuration one and a distro is in 11 use, they would likely be the first place to ask questions. If the issue is a 19 If the issue is in the core metadata layer (OpenEmbedded-Core) or in BitBake,
|
/openbmc/linux/include/linux/ |
H A D | blk_types.h | 237 static inline u64 bio_issue_time(struct bio_issue *issue) in bio_issue_time() argument 239 return __bio_issue_time(issue->value); in bio_issue_time() 242 static inline sector_t bio_issue_size(struct bio_issue *issue) in bio_issue_size() argument 244 return ((issue->value & BIO_ISSUE_SIZE_MASK) >> BIO_ISSUE_SIZE_SHIFT); in bio_issue_size() 247 static inline void bio_issue_init(struct bio_issue *issue, in bio_issue_init() argument 251 issue->value = ((issue->value & BIO_ISSUE_RES_MASK) | in bio_issue_init()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb-lvstest | 9 Write to this node to issue "Get Device Descriptor" 32 Write to this node to issue "Reset" for Link Layer Validation 39 Write to this node to issue "U3 entry" for Link Layer 46 Write to this node to issue "U3 exit" for Link Layer 58 Write to this node to issue "Warm Reset" for Link Layer Validation
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | cve-extra-exclusions.inc | 2 # or there is no reasonable action the Yocto Project can take to resolve the issue. 3 # It contains all the information we are aware of about an issue and analysis about 24 The issue here is spoofing of domain names using characters from other character sets. \ 34 Upstream don't see it as a security issue, ftp servers shouldn't be passing \ 43 CVE applies to a netapp product as well as flagging a general issue. We don't ship anything \ 61 # ensure the bulk of the major kernel CVEs are fixed and we don't dive into each individual issue 63 CVE_STATUS[CVE-1999-0524] = "ignored: cpe:*:linux_kernel:issue is that ICMP exists, can be filewall… 72 The issue is of low impact, at worst sitting in an infinite loop rather than exploitable." 76 There was a proposed patch but rejected by upstream qemu. It is unclear if the issue can \
|
/openbmc/qemu/hw/intc/ |
H A D | rx_icu.c | 94 int issue; in rxicu_set_irq() local 107 issue = level; in rxicu_set_irq() 111 issue = (level == 0 && src->level == 1); in rxicu_set_irq() 115 issue = (level == 1 && src->level == 0); in rxicu_set_irq() 119 issue = ((level ^ src->level) & 1); in rxicu_set_irq() 125 if (issue == 0 && src->sense == TRG_LEVEL) { in rxicu_set_irq() 134 if (issue) { in rxicu_set_irq()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | fix-armv5.patch | 26 .../2024-10-16-12-12-39.gh-issue-125444.9tG2X6.rst | 1 + 28 …create mode 100644 Misc/NEWS.d/next/Core_and_Builtins/2024-10-16-12-12-39.gh-issue-125444.9tG2X6.r… 59 …Builtins/2024-10-16-12-12-39.gh-issue-125444.9tG2X6.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-… 63 +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-10-16-12-12-39.gh-issue-125444.9tG2X6.rst
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/ |
H A D | Modify-configure.in-and-etc-Makefile.am.patch | 50 -pkgsysconf_DATA = issue port-id-map radiusclient.conf \ 53 +pkgsysconf_DATA = issue port-id-map radiusclient.conf 59 EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \ 61 @@ -25,6 +27,7 @@ EXTRA_DIST = issue port-id-map dictionary dictionary.ascend \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/ |
H A D | 0001-define-__THROW-to-avoid-build-issue-with-musl.patch | 4 Subject: [PATCH 1/2] define __THROW to avoid build issue with musl 25 +/* define __THROW to avoid build issue when it's not available from the libc */ 40 +/* define __THROW to avoid build issue when it's not available from the libc */
|