| /openbmc/docs/ |
| H A D | kernel-development.md | 9 general development policy is that code must be upstream first. This is strongly 15 carried, as everything should be upstream. 20 1. When the OpenBMC kernel moves to a new upstream release 21 2. By backporting upstream commits from a newer kernel version to the OpenBMC 29 1. Submit your patch upstream. It doesn't need to be upstream, but it should be 37 When developing a new driver, your goal is to have the code accepted upstream. 39 hardware you wish to support. Check the OpenBMC `dev-` branches, check upstream, 43 driver, before sending it upstream to the relevant maintainers. You should feel 44 welcome to cc the OpenBMC list when sending upstream, so other kernel developers 45 can provide input where appropriate. Be sure to follow the (upstream development [all …]
|
| /openbmc/pldm/oem/ibm/libpldmresponder/ |
| H A D | file_io_by_type.cpp | 34 int FileHandler::transferFileData(int32_t fd, bool upstream, uint32_t offset, in transferFileData() argument 41 address, upstream); in transferFileData() 51 xdmaInterface.transferDataHost(fd, offset, length, address, upstream); in transferFileData() 74 int FileHandler::transferFileData(const fs::path& path, bool upstream, in transferFileData() argument 79 if (upstream) in transferFileData() 103 if (upstream) in transferFileData() 123 return transferFileData(fd(), upstream, offset, length, address); in transferFileData()
|
| H A D | file_io_by_type.hpp | 120 virtual int transferFileData(const fs::path& path, bool upstream, 124 virtual int transferFileData(int fd, bool upstream, uint32_t offset,
|
| H A D | file_io.cpp | 44 uint32_t upstream; //!< boolean indicating the direction of the DMA member 94 xdmaOp.upstream = 0; in transferHostDataToSocket() 123 uint64_t address, bool upstream) in transferDataHost() argument 161 vgaMem = mmap(nullptr, pageAlignedLength, upstream ? PROT_WRITE : PROT_READ, in transferDataHost() 174 if (upstream) in transferDataHost() 181 "ERROR_NUM", errno, "UPSTREAM", upstream, "OFFSET", offset); in transferDataHost() 195 "ERROR_NUM", errno, "UPSTREAM", upstream, "LENGTH", length, in transferDataHost() 203 "UPSTREAM", upstream, "LENGTH", length, "RC", rc); in transferDataHost() 211 xdmaOp.upstream = upstream ? 1 : 0; in transferDataHost() 221 "RC", rc, "UPSTREAM", upstream, "ADDRESS", address, "LENGTH", in transferDataHost() [all …]
|
| H A D | file_io.hpp | 63 uint64_t address, bool upstream); 98 bool upstream, uint8_t instanceId) in transferAll() argument 105 if (upstream) in transferAll() 130 upstream); in transferAll() 143 auto rc = intf->transferDataHost(fd(), offset, length, address, upstream); in transferAll()
|
| /openbmc/openbmc/poky/bitbake/lib/prserv/ |
| H A D | serv.py | 164 if self.server.upstream is not None: 165 self.upstream_client = await create_async_client(self.server.upstream) 208 def __init__(self, dbfile, read_only=False, upstream=None): argument 213 self.upstream = upstream 226 if self.upstream is not None: 227 self.logger.info("And upstream PRServer: %s " % (self.upstream)) 236 def __init__(self, dbfile, logfile, host, port, upstream): argument 241 self.upstream = upstream 244 self.prserv = PRServer(self.dbfile, upstream=self.upstream) 323 def start_daemon(dbfile, host, port, logfile, read_only=False, upstream=None): argument [all …]
|
| H A D | __init__.py | 15 def create_server(addr, dbpath, upstream=None, read_only=False): argument 18 s = serv.PRServer(dbpath, upstream=upstream, read_only=read_only)
|
| /openbmc/openbmc/poky/documentation/contributor-guide/ |
| H A D | recipe-style-guide.rst | 28 revisions that upstream are expecting people to use. 65 that reference the same upstream source version. It can be used to force a 129 - :term:`SUMMARY`: a one line description of the upstream project 131 - :term:`DESCRIPTION`: an extended description of the upstream project, 135 - :term:`HOMEPAGE`: the URL to the upstream projects homepage. 137 - :term:`BUGTRACKER`: the URL upstream projects bug tracking website, 263 try to link to upstream making/justifying that decision. 291 requires information about the upstream status of each patch. 302 upstream. 304 Keep in mind that every patch submitted upstream reduces the maintainance [all …]
|
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | topology.cpp | 219 BoardPathsView boardPaths, const Path& upstream, const Path& downstream, in fillAssocForPortId() argument 222 if (!assocName.allowedOnBoardTypes.contains(boardTypes[upstream])) in fillAssocForPortId() 226 "ASSOC", assocName.name, "PATH", upstream, "TYPE", in fillAssocForPortId() 227 boardTypes[upstream]); in fillAssocForPortId() 231 if (!std::ranges::contains(boardPaths, upstream)) in fillAssocForPortId() 243 result[upstream].insert({assocName.name, assocName.reverse, downstream}); in fillAssocForPortId()
|
| /openbmc/openbmc/poky/meta/recipes-support/libyaml/ |
| H A D | libyaml_0.2.5.bb | 20 CVE_STATUS[CVE-2024-35325] = "upstream-wontfix: Upstream thinks this is a misuse (or wrong use) of … 21 CVE_STATUS[CVE-2024-35326] = "upstream-wontfix: Upstream thinks there is no working code that is ex… 22 CVE_STATUS[CVE-2024-35328] = "upstream-wontfix: Upstream thinks there is no working code that is ex…
|
| /openbmc/openbmc/poky/meta/conf/distro/include/ |
| H A D | cve-extra-exclusions.inc | 19 CVE_STATUS[CVE-2000-0006] = "upstream-wontfix: cpe:*:strace: CVE is more than 20 years old \ 23 CVE_STATUS[CVE-2005-0238] = "upstream-wontfix: cpe:*:epiphany: \ 31 CVE_STATUS[CVE-2010-4756] = "upstream-wontfix: cpe:*:glibc: \ 53 CVE_STATUS_DB[status] = "upstream-wontfix: cpe:*:berkeley_db: Since Oracle relicensed bdb, the open… 69 CVE_STATUS[CVE-2021-20255] = "upstream-wontfix: cpe:*:qemu: \ 75 CVE_STATUS[CVE-2019-12067] = "upstream-wontfix: cpe:*:qemu: \ 76 There was a proposed patch but rejected by upstream qemu. It is unclear if the issue can \ 78 We'll pick up any fix when upstream accepts one." 81 CVE_STATUS[CVE-2020-18974] = "upstream-wontfix: cpe:*:netwide_assembler: \ 83 wouldn't expose an assembler. The upstream is inactive and there is little to be \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | determinism.patch | 8 Reported upstream: https://github.com/arsv/perl-cross/issues/87 12 Reported upstream: https://github.com/arsv/perl-cross/issues/88 16 This needs to go to upstream perl (not done) 20 Reported upstream: https://github.com/arsv/perl-cross/issues/87
|
| /openbmc/openbmc/poky/bitbake/lib/hashserv/ |
| H A D | __init__.py | 22 upstream=None, argument 53 upstream=upstream,
|
| H A D | server.py | 300 if self.server.upstream is not None: 301 self.upstream_client = await create_async_client(self.server.upstream) 387 upstream = None 426 upstream = await self.upstream_client.get_unihash(method, taskhash) 427 if upstream: 429 return upstream 819 upstream=None, argument 825 if upstream and read_only: 843 self.upstream = upstream 880 self.upstream [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 8 Reported upstream: https://github.com/arsv/perl-cross/issues/87 12 Reported upstream: https://github.com/arsv/perl-cross/issues/88 16 Submitted to upstream perl: https://github.com/dankogai/p5-encode/pull/179 20 Reported upstream: https://github.com/arsv/perl-cross/issues/87
|
| /openbmc/qemu/hw/misc/ |
| H A D | tz-mpc.c | 110 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify() 111 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_NS, event); in tz_mpc_iommu_notify() 120 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_S, event); in tz_mpc_iommu_notify() 126 memory_region_notify_iommu(&s->upstream, IOMMU_IDX_NS, event); in tz_mpc_iommu_notify() 429 TZMPC *s = TZ_MPC(container_of(iommu, TZMPC, upstream)); in tz_mpc_translate() 515 memory_region_init_iommu(&s->upstream, sizeof(s->upstream), in tz_mpc_realize() 525 s->blocksize = memory_region_iommu_get_min_page_size(&s->upstream); in tz_mpc_realize() 531 object_unref(OBJECT(&s->upstream)); in tz_mpc_realize() 544 sysbus_init_mmio(sbd, MEMORY_REGION(&s->upstream)); in tz_mpc_realize()
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | update-dtc-source.sh | 71 scripts/dtc: Update to upstream version ${dtc_version} 73 This adds the following commits from upstream:
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/ |
| H A D | 0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch | 8 let's remove it, until upstream and/or meson figure out that it's 11 Upstream-Status: Inappropriate [needs proper upstream fix]
|
| /openbmc/u-boot/tools/patman/ |
| H A D | gitutil.py | 132 upstream, msg = GuessUpstream(git_dir, branch) 133 return upstream, msg 155 upstream, msg = GetUpstream(git_dir, branch) 156 if not upstream: 158 rstr = '%s%s..%s' % (upstream, '~' if include_upstream else '', branch)
|
| /openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/console/obmc-console/ |
| H A D | server.ttyAMA3.conf | 2 upstream-tty = ttyAMA3
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3010-po-Fix-typos-in-oc.po-for-gettext-compatibility.patch | 8 Ws moved upstream, but upstream patch couldn't be applied.
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.1.2.rst | 11 - cairo: update patch for :cve_nist:`2019-6461` with upstream solution 49 - devtool/upgrade: correctly handle recipes where S is a subdir of upstream tree 66 - go: submit patch upstream 69 - groff: submit patches upstream 76 - kea: submit patch upstream 86 - libffi: submit patch upstream 110 - lttng-tools: submit determinism.patch upstream 129 - pango: replace a recipe fix with an upstream submitted patch 143 - rust: submit a rewritten version of crossbeam_atomic.patch upstream
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | security-subjects.rst | 76 Team. If you prefer to contact the upstream project directly, please send a 130 If the issue is confirmed and affects an upstream project, the YP security team 131 notifies the project. Usually, the upstream project analyzes the problem again. 146 the flaw to the upstream project. Normally the upstream project analyzes the 153 The security policy of the upstream project might include a notification to 157 When the upstream project releases a version with the fix, they are responsible 161 If an upstream project does not respond quickly 164 If an upstream project does not fix the problem in a reasonable time,
|
| /openbmc/obmc-console/conf/ |
| H A D | server.ttyVUART0.conf.in | 3 upstream-tty = ttyVUART0
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
| H A D | 0005-common.h-replace-getline-with-fgets.patch | 6 There is an unofficial upstream patch adding a simple getline() 9 keep the old hack and wait for commits upstream.
|