| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/arm/ |
| H A D | psci.rst | 40 offered by KVM to the guest via a HVC call. The workaround is described 47 firmware support for the workaround. The mitigation status for the 50 The workaround HVC call is 53 The workaround HVC call 58 offered by KVM to the guest via a HVC call. The workaround is described 64 A workaround is not 65 available. KVM does not offer firmware support for the workaround. 67 The workaround state is 68 unknown. KVM does not offer firmware support for the workaround. 70 The workaround is available, [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/common/ |
| H A D | vepu_common.c | 158 static RK_S32 check_stride_by_pixel(RK_S32 workaround, RK_S32 width, in check_stride_by_pixel() argument 161 if (!workaround && hor_stride < width * pixel_size) { in check_stride_by_pixel() 166 workaround = 1; in check_stride_by_pixel() 169 return workaround; in check_stride_by_pixel() 172 static RK_S32 check_8_pixel_aligned(RK_S32 workaround, RK_S32 hor_stride, in check_8_pixel_aligned() argument 176 if (!workaround && hor_stride != MPP_ALIGN(hor_stride, pixel_aign * pixel_size)) { in check_8_pixel_aligned() 181 workaround = 1; in check_8_pixel_aligned() 184 return workaround; in check_8_pixel_aligned()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/ |
| H A D | CVE-2021-45444_2.patch | 16 Etc/CVE-2021-45444-VCS_Info-workaround.patch | 98 ++++++++++++++++++++ 18 create mode 100644 Etc/CVE-2021-45444-VCS_Info-workaround.patch 28 + Etc/CVE-2021-45444-VCS_Info-workaround.patch: Add patch which 35 diff --git a/Etc/CVE-2021-45444-VCS_Info-workaround.patch b/Etc/CVE-2021-45444-VCS_Info-workaround.… 39 +++ b/Etc/CVE-2021-45444-VCS_Info-workaround.patch
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/ |
| H A D | pointers_data_members.hpp | 29 template<class T> struct workaround{ struct 32 …me decode_type_impl<boost::mpl::size_t<PTR_DATA_MEM_ID>, Iter>::template workaround<p1>::type type;
|
| H A D | register_mem_functions.hpp | 22 template<class T> struct workaround{ struct 25 typedef typename workaround<BOOST_PP_CAT(p, BOOST_PP_INC(n))>::type type;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.49-chk_retcodes.patch | 14 - chdir("/"); /* Cygwin chroot() bug workaround */ 15 + if (chdir("/") < 0) { /* Cygwin chroot() bug workaround */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libreport/files/ |
| H A D | 0001-Makefile.am-remove-doc-and-apidoc.patch | 6 There was a failure at do_install time, so remove doc to workaround. 8 Upstream-Status: Inappropriate workaround
|
| /OK3568_Linux_fs/buildroot/package/subversion/ |
| H A D | 0001-workaround-ac-run-ifelse.patch | 1 build/ac-macros/macosx.m4: workaround AC_RUN_IFELSE 7 workaround this by turning the test into an AC_COMPILE_IFELSE.
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Kconfig | 382 The workaround promotes data cache clean instructions to 384 Please note that this does not necessarily enable the workaround, 404 The workaround promotes data cache clean instructions to 406 Please note that this does not necessarily enable the workaround, 427 The workaround promotes data cache clean instructions to 430 workaround, as it depends on the alternative framework, which will 449 The workaround promotes data cache clean instructions to 451 Please note that this does not necessarily enable the workaround, 467 The workaround is to promote device loads to use Load-Acquire 469 Please note that this does not necessarily enable the workaround, [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-workaround-error-with-autoconf-2.7.patch | 4 Subject: [PATCH] workaround error with autoconf 2.7 12 remove the testing to workaround the error with autoconf 2.7
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto/ |
| H A D | 0001-setup.py-address-openssl-3.x-build-issue.patch | 11 Upstream-Status: Inappropriate [workaround] 28 # These two lines are a workaround for
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0018-Revert-Fix-workaround-in-pthread-destructor.patch | 4 Subject: [PATCH] Revert "Fix workaround in pthread destructor" 10 81ce2d1d6f Fix workaround in pthread destructor 36 + // The 'set to 1' workaround adds a bit of an overhead though,
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_imgproc.cpp | 443 static RK_S32 util_check_stride_by_pixel(RK_S32 workaround, RK_S32 width, in util_check_stride_by_pixel() argument 445 if (!workaround && hor_stride < width * pixel_size) { in util_check_stride_by_pixel() 450 workaround = 1; in util_check_stride_by_pixel() 453 return workaround; in util_check_stride_by_pixel() 456 static RK_S32 util_check_8_pixel_aligned(RK_S32 workaround, RK_S32 hor_stride, in util_check_8_pixel_aligned() argument 459 if (!workaround && hor_stride != RK_ALIGN(hor_stride, pixel_aign * pixel_size)) { in util_check_8_pixel_aligned() 464 workaround = 1; in util_check_8_pixel_aligned() 467 return workaround; in util_check_8_pixel_aligned()
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Kconfig | 854 recommended workaround. 860 This option enables the workaround for the 430973 Cortex-A8 867 The workaround enables the BTB/BTAC operations by setting ACTLR.IBE 877 This option enables the workaround for the 458693 Cortex-A8 (r2p0) 881 hazard might then cause a processor deadlock. The workaround enables 891 This option enables the workaround for the 460075 Cortex-A8 (r2p0) 895 workaround disables the write-allocate mode for the L2 cache via the 904 This option enables the workaround for the 742230 Cortex-A9 907 ordering of the two writes. This workaround sets a specific bit in 917 This option enables the workaround for the 742231 Cortex-A9 [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch | 7 Fedora-specific workaround for systemd-nspawn 25 + /* Fedora-specific workaround:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/iproute2/iproute2/ |
| H A D | 0001-libc-compat.h-add-musl-workaround.patch | 4 Subject: [PATCH] libc-compat.h: add musl workaround 13 https://git.buildroot.net/buildroot/tree/package/iproute2/0001-Add-the-musl-workaround-to-the-libc-…
|
| /OK3568_Linux_fs/buildroot/package/libnl/ |
| H A D | 0002-Add-musl-workaround-to-the-libc-compat.h-copy.patch | 4 Subject: [PATCH] Add musl workaround to the libc-compat.h copy 12 package/iproute2/0001-Add-the-musl-workaround-to-the-libc-compat.h-copy.patch.
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/ |
| H A D | 0003-chromium-workaround-for-too-long-.rps-file-name.patch | 4 Subject: [PATCH 03/14] chromium: workaround for too long .rps file name 29 + //quick workaround if filename length > 255 - ".rsp", just cut the dirs starting from the end
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0001-chromium-workaround-for-too-long-.rps-file-name.patch | 4 Subject: [PATCH] chromium: workaround for too long .rps file name 31 + //quick workaround if filename length > 255 - ".rsp", just cut the dirs starting from the end
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs4271.txt | 29 One (undocumented) workaround is to assert and de-assert the PDN bit 30 in the MODE2 register. This workaround can be enabled with this DT
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | fsl-fec.txt | 22 - fsl,err006687-workaround-present: If present indicates that the system has 23 the hardware workaround for ERR006687 applied and does not need a software 24 workaround.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | 0001-workaround-for-overlapping-sections-in-binary.patch | 4 Subject: [PATCH] workaround for overlapping sections in binary 11 This is naive workaround: skip .note.gnu.property section that overlap
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | Kconfig | 341 bool "Enable workaround for PWRSOFT-765" 353 bool "Disable workaround for BASE_HW_ISSUE_GPU2017_1336" 357 This option disables the default workaround for GPU2017-1336. The 358 workaround keeps the L2 cache powered up except for powerdown and reset. 360 The workaround introduces a limitation that will prevent the running of 365 bool "Use alternative workaround for BASE_HW_ISSUE_GPU2017_1336" 369 This option uses an alternative workaround for GPU2017-1336. Lowering
|
| /OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/ |
| H A D | models.rst | 36 Inverted internal mic workaround 57 Inverted internal mic workaround 70 Enable ALC269(VA) digital mic workaround 72 Enable ALC271X digital mic workaround 74 Inverted internal mic workaround 234 Speaker pin routing workaround on ALC298 298 Inverted internal mic workaround 395 Inverted internal mic workaround 397 VAIO Z/VGC-LN51JGB workaround (for fixed speaker DAC)
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | silicon-errata.rst | 15 Category A A critical error without a viable workaround. 17 workaround. 32 cases (e.g. those cases that both require a non-secure workaround *and*
|