| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bug.c | 56 static inline unsigned long bug_addr(const struct bug_entry *bug) in bug_addr() argument 59 return bug->bug_addr; in bug_addr() 61 return (unsigned long)bug + bug->bug_addr_disp; in bug_addr() 72 struct bug_entry *bug = NULL; in module_find_bug() local 78 bug = mod->bug_table; in module_find_bug() 79 for (i = 0; i < mod->num_bugs; ++i, ++bug) in module_find_bug() 80 if (bugaddr == bug_addr(bug)) in module_find_bug() 83 bug = NULL; in module_find_bug() 87 return bug; in module_find_bug() 137 struct bug_entry *bug; in find_bug() local [all …]
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | changelog-1.4.0.txt | 27 2. 修复一些已知的bug: 28 1) 修复了一些图优化和量化bug 34 2. 修复一些已知的bug: 36 2) 修复了一些图优化bug 43 2. 修复一些已知的bug: 53 4. 修复一些已知的bug: 55 2) 修复了一些图优化bug 66 3. 修复一些已知的bug: 68 2)修复了一些图优化bug 70 4)修复了多输入的转换和推理bug [all …]
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | changelog-1.4.0.txt | 27 2. 修复一些已知的bug: 28 1) 修复了一些图优化和量化bug 34 2. 修复一些已知的bug: 36 2) 修复了一些图优化bug 43 2. 修复一些已知的bug: 53 4. 修复一些已知的bug: 55 2) 修复了一些图优化bug 66 3. 修复一些已知的bug: 68 2)修复了一些图优化bug 70 4)修复了多输入的转换和推理bug [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | changelog-1.5.0.txt | 15 1. 修复普通API多输入多输出模型动态shape出错的bug 255 2.修复RK3588输入自动填充虚宽值的重复运行错误的bug。 268 1.修复非LSTM模型共享权重时rknn_init失败的bug。 273 1.修复RK3588分支合并后的bug。 278 1.修复大分辨率输入的bug。 284 1.修复32-bit库matmul错误的bug。 318 2. 修复lstm的bug 355 2. 修复一些已知的bug: 356 1) 修复了一些图优化和量化bug 362 2. 修复一些已知的bug: [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | reporting-bugs.rst | 17 If you've found a bug on a kernel version that isn't listed on kernel.org, 20 kernels, and see if you can reproduce the bug on that. It's preferable 21 to reproduce the bug on the latest -rc kernel. 32 increases your chances of getting your bug fixed. Simply posting to the 33 generic linux-kernel mailing list (LKML) may cause your bug report to be 46 bug report. Some maintainers prefer bugs to be reported via bugzilla 50 To find out where to send an emailed bug report, find your subsystem or 52 entries, and send your bug report to the person(s) listed in the "M:" 62 If it is a security bug, please copy the Security Contact listed in the 67 a bug in kernel.org bugzilla and send email to [all …]
|
| H A D | bug-bisect.rst | 1 Bisecting a bug 10 not confident in doing that please report the bug to your distribution vendor 17 Before you submit a bug report read 26 Finding patch that caused a bug 29 Using the provided tools with ``git`` makes finding bugs easy provided the bug 56 depending if the bug happened on the changeset you're testing 58 likely caused the bug.
|
| /OK3568_Linux_fs/tools/linux/Linux_Upgrade_Tool/Linux_Upgrade_Tool/ |
| H A D | revision.txt | 5 1.fix download sparse bug casue of use the default_rw_sectors 19 1.fix sparse size larger than 4g bug on computing total size 23 1.fix chunk data size bug on writing sparse 27 1.fix multi-storage firmware compatible bug 30 1.fix upgrade multi-storage firmware bug 49 1.fix upgrade env update bug 59 1.fix upgrade firmware bug after ssd 65 2.fix wl command for ubi bug 78 1.fix rc4 size bug
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | NEWS.txt | 3 * Fixed a bug in which short Unicode input was improperly encoded to 5 disk. [bug=1227016] 8 filenames. [bug=1232604] 10 * Fixed a bug that caused Unicode data put into UnicodeDammit to 11 return None instead of the original data. [bug=1214983] 14 run by nosetests. [bug=1212445] 20 parsing. [bug=1189267] 22 * Fixed a bug that caused the optimized version of find_all() to 23 return nothing. [bug=1212655] 36 systems. [bug=1180527] [all …]
|
| /OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/ |
| H A D | revision.txt | 2 1.fix grow partition ending lba bug 6 2. fix export config without set partsize bug 26 2.fix some buffer init bug on library 29 1.fix chunk data size large 4G bug on download sparse 33 2.fix multi-storage compatible bug 48 2.fix two parameter bug on multi-storage case 90 1.fix lastusedlba in gpt bug 126 1.fix download image at last partition bug up
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | howto.rst | 228 “没有人知道新内核何时会被发布,因为发布是根据已知bug的情况来决定 275 报告bug 279 户在这个工具中报告找到的所有bug。如何使用内核bugzilla的细节请访问: 284 文件里有一个很好的模板。它指导用户如何报告可能的内核bug以及需要提供哪些信息 288 利用bug报告 291 练习内核开发技能的最好办法就是修改其他人报告的bug。你不光可以帮助内核变 293 者感受到你的存在。修改bug是赢得其他开发者赞誉的最好办法,因为并不是很多 294 人都喜欢浪费时间去修改别人报告的bug。 296 要尝试修改已知的bug,请访问 http://bugzilla.kernel.org 网址。
|
| H A D | code-of-conduct-interpretation.rst | 69 使用 kernel.org bugzilla和其他子系统bugzilla 或bug跟踪工具的开发人员应该遵循 81 视为违反。然而,不适当的语言可以被视为一个bug;如果任何相关方提交补丁, 82 这样的bug将被更快地修复。当前属于用户/内核API的一部分的表达式,或者反映已 83 发布标准或规范中使用的术语的表达式,不被视为bug。
|
| H A D | 5.Posting.rst | 92 补丁,即使真正的bug在其他地方。只要有可能,添加新代码的补丁程序应该立即 126 bug搜寻人员想知道补丁是否负责他们正在追查的问题,想知道内核如何变化的用户。 131 一个bug,请引用引入该bug的commit(如果可能,请在引用commits时同时提供commit id 215 - 如果您正在修复一个bug,请考虑该修复是否应进入下一个稳定更新。如果是这样,
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 126 goto bug; in load_ksp_mmu() 130 goto bug; in load_ksp_mmu() 134 goto bug; in load_ksp_mmu() 138 goto bug; in load_ksp_mmu() 142 goto bug; in load_ksp_mmu() 147 goto bug; in load_ksp_mmu() 165 bug: in load_ksp_mmu()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/flex/flex/ |
| H A D | check-funcs.patch | 3 Due to a bug, autoheader (2.69) will treat M4 dnl comments in a quoted 9 mine that revealed this autoheader bug, and the affected config.h.in 12 I have reported the autoheader bug here: 13 <https://lists.gnu.org/archive/html/bug-autoconf/2018-02/msg00005.html> 49 +dnl Autoheader (<= 2.69) bug: "dnl" comments in a quoted argument of 51 +dnl (https://lists.gnu.org/archive/html/bug-autoconf/2018-02/msg00005.html)
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 9 ** 1.10.00.10 10/10/2004 Erich Chen bug fix for SMP & ioctl 10 ** 1.20.00.00 11/29/2004 Erich Chen bug fix with arcmsr_bus_reset when PHY error 11 ** 1.20.00.02 12/09/2004 Erich Chen bug fix with over 2T bytes RAID Volume 25 ** 1.20.00.07 3/23/2005 Erich Chen bug fix with arcmsr_scsi_host_template_init 29 ** bug fix enormous stack usage (Adrian Bunk's comment) 30 ** 1.20.00.08 6/23/2005 Erich Chen bug fix with abort command, 33 ** 1.20.00.09 9/12/2005 Erich Chen bug fix with abort command handling, firmware versi… 34 ** and firmware update notify for hardware bug fix 42 ** 1.20.00.12 9/30/2005 Erich Chen bug fix with 64bit platform's ccbs using if over 4G…
|
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | history.txt | 22 - The bug was fixed: 51 - The bug in ANSI-C LZMA Decoder was fixed: 65 - The bug was fixed: 105 - The bug in versions 4.33b:4.38b was fixed: 117 - The bug was fixed in C++ version of LZMA Decoder: 138 - The bug in 7z_C (7zIn.c) was fixed: 155 - The bug in LzmaDecodeSize.c was fixed: 200 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder): 213 - The bug in v4.05 was fixed:
|
| /OK3568_Linux_fs/buildroot/package/icu/ |
| H A D | 0002-workaround-toolchain-bugs.patch | 3 Many of ARM Sourcery CodeBench toolchain have a bug when compiling 4 icu's translit.cpp source file. The bug is trigerred when there is a 6 error. The bug has been reported to Mentor Graphics. 8 Even though it is clearly a toolchain bug, having a workaround for it
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/cairo/cairo/ |
| H A D | CVE-2020-35492.patch | 15 test/bug-image-compositor.c | 39 ++++++++++++++++++++ 16 test/reference/bug-image-compositor.ref.png | Bin 0 -> 185 bytes 18 create mode 100644 test/bug-image-compositor.c 19 create mode 100644 test/reference/bug-image-compositor.ref.png
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2022-37434.patch | 10 Fix a bug when getting a gzip header extra field with inflate(). 18 Fix extra field processing bug that dereferences NULL state->head. 20 The recent commit to fix a gzip header extra field processing bug 21 introduced the new bug fixed here.
|
| /OK3568_Linux_fs/external/mpp/debian/ |
| H A D | changelog | 23 * [h264e]: fix bug: vepu1 h264 encode 24 * [h264d]: fix bug: when judge whether is end of frame 31 * [h264e]: fix bug: vepu h264 encode rate control 74 * [h265d]: fix bug: when has no short_rps, it should be has no rps 84 * [h265d]: fix bug: malloc buffer matching 87 * [h264e]: fix rate-control bug 91 * [h264]: fix xrgb encode bug 110 * [h264e]: fix rate control bug 128 * [mpp_buf_slot]: fix bug: should return the info_set frame back 167 * [h264e]: fix h264 xrgb encode bug
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | traps.c | 92 const struct bug_entry *bug; in handle_BUG() local 99 bug = find_bug(bugaddr); in handle_BUG() 102 if (bug->flags & BUGFLAG_UNWINDER) in handle_BUG() 150 BUILD_TRAP_HANDLER(bug) in BUILD_TRAP_HANDLER() argument
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | hpfs.rst | 195 unbalanced trees too :-) but both HPFS and HPFS386 contain bug that it rarely 215 marks them as short (and writes "minor fs error corrected"). This bug is not in 229 0.91 Fixed bug that caused shooting to memory when write_inode was called on 232 0.93 Fixed bug that locked up the machine when there were too many filenames 236 0.95 Fixed a bug that i_hpfs_parent_dir was not updated when moving files 238 1.91 Fixed a bug that chk_sectors failed when sectors were at the end of disk 240 Fixed a bug that could possibly happen (with very low probability) when 258 1.92 Corrected a bug when sync was called just before closing file 272 Fixed a bug that slowed down alloc and prevented allocating 100% space 273 (this bug was not destructive) [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | r4k-bugs64.c | 121 int bug, fix, i; in check_mult_sh() local 143 bug = 0; in check_mult_sh() 146 bug = 1; in check_mult_sh() 148 if (bug == 0) { in check_mult_sh()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | tlb.c | 268 int bug = 0; in check_tlb_sanity() local 273 bug |= check_tlb_entry(w, e, true); in check_tlb_sanity() 276 bug |= check_tlb_entry(w, e, false); in check_tlb_sanity() 277 if (bug & TLB_INSANE) in check_tlb_sanity() 279 if (bug & TLB_SUSPICIOUS) in check_tlb_sanity()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | charconv | 122 static_assert(is_integral<_Tp>::value, "implementation bug"); 123 static_assert(is_unsigned<_Tp>::value, "implementation bug"); 163 static_assert(is_integral<_Tp>::value, "implementation bug"); 164 static_assert(is_unsigned<_Tp>::value, "implementation bug"); 210 static_assert(is_integral<_Tp>::value, "implementation bug"); 211 static_assert(is_unsigned<_Tp>::value, "implementation bug"); 234 static_assert(is_integral<_Tp>::value, "implementation bug"); 235 static_assert(is_unsigned<_Tp>::value, "implementation bug"); 288 static_assert(is_integral<_Tp>::value, "implementation bug"); 289 static_assert(is_unsigned<_Tp>::value, "implementation bug"); [all …]
|