| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_hw.c | 121 const enum base_hw_issue *issues = NULL; in kbase_hw_get_issues_for_new_id() local 127 const enum base_hw_issue *issues; in kbase_hw_get_issues_for_new_id() member 192 issues = product->map[v].issues; in kbase_hw_get_issues_for_new_id() 202 fallback_issues = product->map[v].issues; in kbase_hw_get_issues_for_new_id() 206 if ((issues == NULL) && (fallback_issues != NULL)) { in kbase_hw_get_issues_for_new_id() 209 issues = fallback_issues; in kbase_hw_get_issues_for_new_id() 233 return issues; in kbase_hw_get_issues_for_new_id() 238 const enum base_hw_issue *issues; in kbase_hw_set_issues_mask() local 250 issues = kbase_hw_get_issues_for_new_id(kbdev); in kbase_hw_set_issues_mask() 251 if (issues == NULL) { in kbase_hw_set_issues_mask() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_hw.c | 129 const enum base_hw_issue *issues = NULL; in kbase_hw_get_issues_for_new_id() local 135 const enum base_hw_issue *issues; in kbase_hw_get_issues_for_new_id() member 281 issues = product->map[v].issues; in kbase_hw_get_issues_for_new_id() 297 fallback_issues = product->map[v].issues; in kbase_hw_get_issues_for_new_id() 302 if ((issues == NULL) && (fallback_issues != NULL)) { in kbase_hw_get_issues_for_new_id() 306 issues = fallback_issues; in kbase_hw_get_issues_for_new_id() 331 return issues; in kbase_hw_get_issues_for_new_id() 336 const enum base_hw_issue *issues; in kbase_hw_set_issues_mask() local 344 issues = kbase_hw_get_issues_for_new_id(kbdev); in kbase_hw_set_issues_mask() 345 if (issues == NULL) { in kbase_hw_set_issues_mask() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/classes/ |
| H A D | bandit.bbclass | 1 # Class to scan Python code for security issues, using Bandit. 6 # No output if no issues found, a warning if issues found. 25 # Whether Bandit finding issues results in a warning (0) or an error (1). 41 bb.note("Bandit found no issues (report written to %s)" % report) 45 bb.error("Bandit found issues (report written to %s)" % report) 47 bb.warn("Bandit found issues (report written to %s)" % report)
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | embargoed-hardware-issues.rst | 3 Embargoed hardware issues 9 Hardware issues which result in security problems are a different category 13 Hardware issues like Meltdown, Spectre, L1TF etc. must be treated 16 hardware vendors and other parties. For some of the issues, software 29 issues. Reports of pure software security bugs in the Linux kernel are not 46 While hardware security issues are often handled by the affected hardware 79 is aware of the sensitive nature of such issues and offers a Memorandum of 87 keep hardware security issues under embargo for coordination between 91 issues in the past and has the necessary mechanisms in place to allow 95 initial contact, which oversees the process of handling such issues under [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/jquery/ |
| H A D | jquery_3.6.0.bb | 22 # https://github.com/jquery/jquery/issues/3927 23 # There are ways jquery can expose security issues but any issues are in the apps exposing them
|
| /OK3568_Linux_fs/docs/cn/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux5.10_SDK_Note.md | 24 - Update weston to suppor some issues 65 - Update Blueman to resolve abnormal Bluetooth power management issues after sleep wake-up 66 - Update alsa to address audio issues after sleep wake-up 72 - Resolve task - c command line exception issues 94 - Update RK817/RK809 driver to address sleep wake-up issues 196 ### SDK main fix issues 198 - Fix ubi format partition packaging and mounting issues 205 - Solve HDMI/MIPI plug and display issues
|
| /OK3568_Linux_fs/docs/en/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux5.10_SDK_Note.md | 24 - Update weston to suppor some issues 65 - Update Blueman to resolve abnormal Bluetooth power management issues after sleep wake-up 66 - Update alsa to address audio issues after sleep wake-up 72 - Resolve task - c command line exception issues 94 - Update RK817/RK809 driver to address sleep wake-up issues 196 ### SDK main fix issues 198 - Fix ubi format partition packaging and mounting issues 205 - Solve HDMI/MIPI plug and display issues
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | determinism.patch | 5 Reported upstream: https://github.com/arsv/perl-cross/issues/87 9 Reported upstream: https://github.com/arsv/perl-cross/issues/88 17 Reported upstream: https://github.com/arsv/perl-cross/issues/87
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 5 Reported upstream: https://github.com/arsv/perl-cross/issues/87 9 Reported upstream: https://github.com/arsv/perl-cross/issues/88 17 Reported upstream: https://github.com/arsv/perl-cross/issues/87
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gpu.c | 163 u64 issues; member 166 u64 issues; member 175 .issues = hw_issues_##_name, \ 182 .issues = hw_issues_##name##_r##_rev##p##_p##stat, \ 281 hw_issues |= model->issues; in panfrost_gpu_init_features() 291 hw_issues |= model->revs[best].issues; in panfrost_gpu_init_features()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/jansson/ |
| H A D | jansson_2.13.1.bb | 3 BUGTRACKER = "https://github.com/akheron/jansson/issues" 14 # upstream considers it isn't a real bug https://github.com/akheron/jansson/issues/548
|
| /OK3568_Linux_fs/buildroot/package/let-me-create/ |
| H A D | Config.in | 7 # build issues in static libs configuration 8 # see https://github.com/CreatorDev/LetMeCreate/issues/28
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch | 19 posix/thread.c:79:5: warning: #warning Monotonic clock not available. Expect timing issues. [-Wcpp] 20 # warning Monotonic clock not available. Expect timing issues. 64 -# warning Monotonic clock not available. Expect timing issues. 93 -# warning Monotonic clock not available. Expect timing issues.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/ |
| H A D | 0014-blink-rtc-Force-disabling-optimized-video-scaling.patch | 7 https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6 23 + // https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/ |
| H A D | 0013-blink-rtc-Force-disabling-optimized-video-scaling.patch | 7 https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6 23 + // https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/ |
| H A D | no-static-libs.inc | 10 # openjade/sgml-common have build issues without static libs 13 # openssl has build issues without static libs
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/ |
| H A D | 0015-blink-rtc-Force-disabling-optimized-video-scaling.patch | 7 https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6 23 + // https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/ |
| H A D | 0013-blink-rtc-Force-disabling-optimized-video-scaling.patch | 7 https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6 23 + // https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/ |
| H A D | 0014-blink-rtc-Force-disabling-optimized-video-scaling.patch | 7 https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6 23 + // https://bugs.chromium.org/p/chromium/issues/detail?id=1193457#c6
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/ |
| H A D | Readme.txt | 9 2. Known issues 10 3. Known platform issues 51 No known issues.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/ |
| H A D | 0001-This-patch-fixed-include-dir-to-usr-include-.-Obviou.patch | 6 https://github.com/uclouvain/openjpeg/issues/1174 9 https://github.com/uclouvain/openjpeg/issues/1320
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/ |
| H A D | fix-security-format.patch | 1 zip: Fixing security formatting issues 3 Fix security formatting issues related to printing without NULL argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/ |
| H A D | README.md | 11 code from Github. Please report issues through Github issues. This plugin is
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | deterministic_imports.patch | 1 There are two issues here. Firstly, the modules are accessed in on disk order. This 5 has caused a long string of different issues for us.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxcrypt/files/ |
| H A D | fix_cflags_handling.patch | 29 + # Remove empty elements, particularly leading ones which cause issues with popen below 33 # cause issues with popen below.
|