/openbmc/openbmc/poky/meta/recipes-kernel/linux/ |
H A D | cve-exclusion_6.12.inc | 2 # Auto-generated CVE metadata, DO NOT EDIT BY HAND. 3 # Generated at 2025-05-29 10:54:43.823437+00:00 for kernel version 6.12.30 4 # From cvelistV5 cve_2025-05-29_1000Z-1-g4f2590b715f 15 CVE_STATUS[CVE-2019-25160] = "fixed-version: Fixed from version 5.0" 17 CVE_STATUS[CVE-2019-25162] = "fixed-version: Fixed from version 6.0" 19 # CVE-2019-3459 has no known resolution 21 # CVE-2019-3460 has no known resolution 23 CVE_STATUS[CVE-2020-36775] = "fixed-version: Fixed from version 5.7" 25 CVE_STATUS[CVE-2020-36776] = "fixed-version: Fixed from version 5.13" 27 CVE_STATUS[CVE-2020-36777] = "fixed-version: Fixed from version 5.13" [all …]
|
H A D | cve-exclusion.inc | 1 CVE_STATUS[CVE-1999-0656] = "not-applicable-config: specific to ugidd, part of the old user-mode NF… 3 CVE_STATUS[CVE-2006-2932] = "not-applicable-platform: specific to RHEL" 5 CVE_STATUS[CVE-2007-2764] = "not-applicable-platform: specific to Sun/Brocade SilkWorm switches" 7 CVE_STATUS[CVE-2007-4998] = "cpe-incorrect: a historic cp bug, no longer an issue as per https://bu… 9 CVE_STATUS[CVE-2008-2544] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi… 11 CVE_STATUS[CVE-2010-0298] = "fixed-version: 2.6.34 (1871c6)" 13 CVE_STATUS[CVE-2014-2648] = "cpe-incorrect: not Linux" 15 CVE_STATUS[CVE-2016-0774] = "ignored: result of incomplete backport" 17 CVE_STATUS[CVE-2016-3695] = "not-applicable-platform: specific to RHEL with securelevel patches" 19 CVE_STATUS[CVE-2016-3699] = "not-applicable-platform: specific to RHEL with securelevel patches" [all …]
|
H A D | generate-cve-exclusions.py | 3 # Generate granular CVE status metadata for a specific version of the kernel 6 # SPDX-License-Identifier: GPL-2.0-only 16 from packaging.version import Version 21 Parse the version string and either return a packaging.version.Version, or 25 # packaging.version.Version doesn't approve of versions like v5.12-rc1-dontuse 26 s = s.replace("-dontuse", "") 27 return Version(s) 37 next_version = Version(str(base_version) + ".5000") 44 for version in affected["versions"]: 45 v = Version(version["version"]) [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina/ |
H A D | platform-temporary-software-versions.yml | 2 - Interface: "xyz.openbmc_project.Software.Version" 4 Version: 7 Default: Version::VersionPurpose::Other 10 - Interface: "xyz.openbmc_project.Software.Version" 12 Version: 15 Default: Version::VersionPurpose::Other 18 - Interface: "xyz.openbmc_project.Software.Version" 20 Version: 23 Default: Version::VersionPurpose::Other 26 - Interface: "xyz.openbmc_project.Software.Version" [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/clemente/ |
H A D | platform-temporary-software-versions.yml | 2 - Interface: "xyz.openbmc_project.Software.Version" 4 Version: 7 Default: Version::VersionPurpose::Other 10 - Interface: "xyz.openbmc_project.Software.Version" 12 Version: 15 Default: Version::VersionPurpose::Other 18 - Interface: "xyz.openbmc_project.Software.Version" 20 Version: 23 Default: Version::VersionPurpose::Other 26 - Interface: "xyz.openbmc_project.Software.Version" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/ |
H A D | crucible-go-mods.inc | 2 …gomod://cloud.google.com/go;version=v0.111.0;sha256sum=f17610c7b09a9582375daa59ec73761b0bd7ad31307… 3 …gomod://cloud.google.com/go;version=v0.26.0;mod=1;sha256sum=2218a34f20b971bc195216d4195f57520a2acb… 4 …gomod://cloud.google.com/go/compute;version=v1.23.3;sha256sum=9214cf85837ea8b96bd61e56e297f06d3008… 5 …gomod://cloud.google.com/go/compute/metadata;version=v0.2.3;sha256sum=292864dbd0b1de37a968e285e949… 6 …gomod://cloud.google.com/go/iam;version=v1.1.5;sha256sum=7d218318eef5255587d6db35f2aa9952125881c64… 7 …gomod://cloud.google.com/go/kms;version=v1.15.6;sha256sum=75e7a21b453cad66aae756e3d0c42a7550c299d6… 8 …gomod://cloud.google.com/go/longrunning;version=v0.5.4;sha256sum=a3eb14ee47bfdbca7df05c0011bcd9a86… 9 …gomod://cloud.google.com/go/security;version=v1.15.5;sha256sum=f4dd23e113cad47462715d654c95de55c1c… 10 …gomod://github.com/BurntSushi/toml;version=v0.3.1;mod=1;sha256sum=28021b4180a59c3993607a95b18e230d… 11 …gomod://github.com/census-instrumentation/opencensus-proto;version=v0.2.1;mod=1;sha256sum=dae64639… [all …]
|
/openbmc/linux/scripts/ |
H A D | ver_linux | 1 #!/usr/bin/awk -f 2 # SPDX-License-Identifier: GPL-2.0 9 usage = "If some fields are empty or look unusual you may have an old version.\n" 13 system("uname -a") 16 vernum = "[0-9]+([.]?[0-9]+)+" 17 libc = "libc[.]so[.][0-9]+$" 18 libcpp = "(libg|stdc)[+]+[.]so([.][0-9]+)+$" 20 printversion("GNU C", version("gcc -dumpversion")) 21 printversion("GNU Make", version("make --version")) 22 printversion("Binutils", version("ld -v")) [all …]
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | harma-temporary-software-versions.yml | 2 - Interface: "xyz.openbmc_project.Software.Version" 4 Version: 7 Default: Version::VersionPurpose::Other 10 - Interface: "xyz.openbmc_project.Software.Version" 12 Version: 15 Default: Version::VersionPurpose::Other 18 - Interface: "xyz.openbmc_project.Software.Version" 20 Version: 23 Default: Version::VersionPurpose::Other 26 - Interface: "xyz.openbmc_project.Software.Version" [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | yosemite4-temporary-host-software-versions.yml | 2 - Interface: "xyz.openbmc_project.Software.Version" 4 Version: 7 Default: Version::VersionPurpose::Other 10 - Interface: "xyz.openbmc_project.Software.Version" 12 Version: 15 Default: Version::VersionPurpose::Other 18 - Interface: "xyz.openbmc_project.Software.Version" 20 Version: 23 Default: Version::VersionPurpose::Other 26 - Interface: "xyz.openbmc_project.Software.Version" [all …]
|
H A D | yosemite4-temporary-software-versions.yml | 2 - Interface: "xyz.openbmc_project.Software.Version" 4 Version: 7 Default: Version::VersionPurpose::Other 10 - Interface: "xyz.openbmc_project.Software.Version" 12 Version: 15 Default: Version::VersionPurpose::Other 18 - Interface: "xyz.openbmc_project.Software.Version" 20 Version: 23 Default: Version::VersionPurpose::Other 27 - Interface: "xyz.openbmc_project.Software.Version" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
H A D | 0001-cargo-Update-tempfile-to-latest-3.x.patch | 3 Date: Sun, 6 Apr 2025 19:11:44 -0700 8 Upstream-Status: Pending 9 Signed-off-by: Khem Raj <raj.khem@gmail.com> 10 --- 11 Cargo.lock | 616 ++++++++++++++++++++++++++++++++--------------------- 12 Cargo.toml | 4 +- 13 2 files changed, 375 insertions(+), 245 deletions(-) 15 diff --git a/Cargo.lock b/Cargo.lock 17 --- a/Cargo.lock 19 @@ -1,18 +1,18 @@ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/ |
H A D | remove-host-information.patch | 4 Subject: [PATCH] lsof: remove host information from version.h 10 Upstream-Status: Inappropriate 11 Signed-off-by: Ross Burton <ross.burton@arm.com> 12 Signed-off-by: Alexander Kanavin <alex@linutronix.de> 13 --- 14 autotools/version.h.in | 16 ++++----- 15 lib/dialects/linux/Makefile | 69 ++++++------------------------------- 16 2 files changed, 19 insertions(+), 66 deletions(-) 18 diff --git a/autotools/version.h.in b/autotools/version.h.in 20 --- a/autotools/version.h.in [all …]
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/ |
H A D | minerva-temporary-software-versions.yml | 2 - Interface: "xyz.openbmc_project.Software.Version" 4 Version: 7 Default: Version::VersionPurpose::Other 10 - Interface: "xyz.openbmc_project.Software.Version" 12 Version: 15 Default: Version::VersionPurpose::Other 18 - Interface: "xyz.openbmc_project.Software.Version" 20 Version: 23 Default: Version::VersionPurpose::Other 26 - Interface: "xyz.openbmc_project.Software.Version" [all …]
|
/openbmc/linux/tools/testing/selftests/sparc64/drivers/ |
H A D | adi-test.c | 1 // SPDX-License-Identifier: GPL-2.0 107 ustats->total += measurement; in update_stats() 108 ustats->bytes += bytes; in update_stats() 109 ustats->count++; in update_stats() 115 ustats->name, ustats->count, in print_ustats() 116 (float)ustats->total / (float)ustats->count, in print_ustats() 117 (float)ustats->bytes / (float)ustats->count); in print_ustats() 124 "-------------------------------\n"); in print_stats() 145 return -errno; in build_memory_map() 153 * d0400000-10ffaffff : System RAM in build_memory_map() [all …]
|
/openbmc/linux/drivers/net/ipa/ |
H A D | ipa_version.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2019-2022 Linaro Ltd. 11 * @IPA_VERSION_3_0: IPA version 3.0/GSI version 1.0 12 * @IPA_VERSION_3_1: IPA version 3.1/GSI version 1.0 13 * @IPA_VERSION_3_5: IPA version 3.5/GSI version 1.2 14 * @IPA_VERSION_3_5_1: IPA version 3.5.1/GSI version 1.3 15 * @IPA_VERSION_4_0: IPA version 4.0/GSI version 2.0 16 * @IPA_VERSION_4_1: IPA version 4.1/GSI version 2.0 17 * @IPA_VERSION_4_2: IPA version 4.2/GSI version 2.2 [all …]
|
/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | tests.py | 5 # SPDX-License-Identifier: GPL-2.0-only 23 version = "dummy-1.0-r0" variable 24 pkgarch = "core2-64" 41 logging.basicConfig(level=logging.DEBUG, filename='prserv-%s.log' % name, filemode='w', 44 sys.stdout = open('prserv-stdout-%s.log' % name, 'w') 79 self.temp_dir = tempfile.TemporaryDirectory(prefix='bb-prserv') 115 self.table.store_value(version, pkgarch, checksum0, "0") 116 self.table.store_value(version, pkgarch, checksum1, "1") 118 self.table.store_value(version, pkgarch, checksum0, "2") 119 self.table.store_value(version, pkgarch, checksum2, "1.0") [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | def.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 2009-2010 Realtek Corporation.*/ 7 /*--------------------------Define -------------------------------------------*/ 163 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 164 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 165 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 166 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 167 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 168 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 170 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument [all …]
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | msl_verify.cpp | 26 MinimumShipLevel::Version min; in TEST_F() 27 MinimumShipLevel::Version actual; in TEST_F() 33 EXPECT_EQ(0, minimumShipLevel->compare(actual, min)); in TEST_F() 37 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F() 39 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F() 41 EXPECT_EQ(-1, minimumShipLevel->compare(actual, min)); in TEST_F() 45 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F() 47 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F() 49 EXPECT_EQ(1, minimumShipLevel->compare(actual, min)); in TEST_F() 54 MinimumShipLevel::Version version; in TEST_F() local [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | HalVerDef.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 55 #define GET_CVID_IC_TYPE(version) ((enum hal_ic_type_e)((version).ICType)) argument 56 #define GET_CVID_CHIP_TYPE(version) ((enum hal_chip_type_e)((version).ChipType)) argument 57 #define GET_CVID_MANUFACTUER(version) ((enum hal_vendor_e)((version).VendorType)) argument 58 #define GET_CVID_CUT_VERSION(version) ((enum hal_cut_version_e)((version).CUTVersion)) argument 59 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) argument 62 /* Common Macro. -- */ 67 #define IS_TEST_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false) argument 68 #define IS_NORMAL_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false) argument [all …]
|
/openbmc/phosphor-webui/ |
H A D | package-lock.json | 2 "name": "phosphor-webui", 3 "version": "2.8.0-dev", string 7 "@babel/code-frame": { 8 "version": "7.8.3", string 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz", 10 …"integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7V… 16 "@babel/compat-data": { 17 "version": "7.9.0", string 18 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.9.0.tgz", 19 …"integrity": "sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGS… [all …]
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | version.hpp | 7 #include "xyz/openbmc_project/Software/Version/server.hpp" 25 sdbusplus::xyz::openbmc_project::Software::server::Version, 33 class Version; 38 * D-Bus API. 45 * @param[in] bus - The D-Bus bus object 46 * @param[in] path - The D-Bus object path 47 * @param[in] parent - Parent object. 49 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& parent) : in Delete() 55 * @brief Delete the D-Bus object. 57 * Version class erase Method. [all …]
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | version.cpp | 4 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * http://www.apache.org/licenses/LICENSE-2.0 18 #include "version.hpp" 25 #include <phosphor-logging/lg2.hpp> 35 namespace version namespace 46 * @brief Get PSU version information 48 * @param[in] psuInventoryPath - The PSU inventory path. 50 * @return tuple - device path, PMBus access type, and sysfs file name 67 auto devicePath = devices->find(psuInventoryPath); in getVersionInfo() 68 if (devicePath == devices->end()) in getVersionInfo() [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/sass/libsass/ |
H A D | 0001-Remove-version.h-from-source-directory.patch | 4 Subject: [PATCH] Remove version.h from source directory 6 The version.h should be generated from version.h.in. If the build 7 directory is out of the source directory, the version.h is generated in 8 build directory and the original version.h in source directory is not 10 a missing runtime version: 12 $ sassc --version 18 Remove version.h from source directory to ensure that the version.h in 21 Also remove '--dirty' option from 'git describe' command line in 22 version.sh to get rid of '-dirty' suffix from version number that 25 Upstream-Status: Submitted [https://github.com/sass/libsass/pull/3196] [all …]
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | version.hpp | 7 #include <xyz/openbmc_project/Software/Version/server.hpp> 19 sdbusplus::xyz::openbmc_project::Software::server::Version>; 25 class Version; 30 * D-Bus API. 37 * @param[in] bus - The D-Bus bus object 38 * @param[in] path - The D-Bus object path 39 * @param[in] version - The Version object. 41 Delete(sdbusplus::bus_t& bus, const std::string& path, Version& version) : in Delete() argument 43 version(version) in Delete() 47 * @brief Delete the D-Bus object. [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | def.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 2009-2013 Realtek Corporation.*/ 18 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3 45 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 46 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 47 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 48 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 49 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 50 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 52 #define IS_81XXC(version) \ argument [all …]
|