| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kcsan.rst | 4 The Kernel Concurrency Sanitizer (KCSAN) is a dynamic race detector, which 24 A typical data race report looks like this:: 27 BUG: KCSAN: data-race in generic_permission / kernfs_refresh_inode 62 the race. It is followed by the access types and stack traces of the 2 threads 63 involved in the data race. 65 The other less common type of data race report looks like this:: 68 BUG: KCSAN: data-race in e1000_clean_rx_irq+0x551/0xb10 70 race at unknown origin, with read to 0xffff933db8a2ae6c of 1 bytes by interrupt on cpu 0: 92 racing thread, but a race was inferred due to the data value of the watched 100 It may be desirable to disable data race detection for specific accesses, [all …]
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.cat | 189 let pre-race = ext & ((Plain * M) | ((M \ IW) * Plain)) 192 let wr-incoh = pre-race & rf & rw-xbstar^-1 193 let rw-incoh = pre-race & fr & wr-vis^-1 194 let ww-incoh = pre-race & co & ww-vis^-1 199 let ww-race = (pre-race & co) \ ww-nonrace 200 let wr-race = (pre-race & (co? ; rf)) \ wr-vis \ rw-xbstar^-1 201 let rw-race = (pre-race & fr) \ rw-xbstar 203 flag ~empty (ww-race | wr-race | rw-race) as data-race
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.kcsan | 24 bool "KCSAN: dynamic data race detector" 31 data-race detector that relies on compile-time instrumentation. 57 external functions on report generation; if a race report is 78 various race scenarios, and verifies the reports generated to 139 results in more aggressive race detection, whereas a larger value 162 int "Duration in milliseconds, in which any given race is only reported once" 165 Any given race is only reported once in the defined time window. 184 conflicting access is of unknown origin. This type of race is 185 reported if it was only possible to infer a race due to a data value 194 unchanged, do not report the data race. [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0027-HACK-qmake-Workaround-installation-race-of-qtdeclara.patch | 4 Subject: [PATCH 27/28] HACK: qmake: Workaround installation race of 11 That would cause a parallel installation race which might lead to: 29 + /* HACK: Workaround installation race of qtdeclarative's qmltypes */
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/ |
| H A D | direct-fs-lookup.rst | 22 a race is possible with loading the driver and the real rootfs not yet being 23 available. Stuffing the firmware into initramfs resolves this race issue, 24 however note that using initrd does not suffice to address the same race.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | 0009-Makefile.am-make-sure-autoheader-run-before-autoconf.patch | 5 autoconf needs, so there comes a race sometimes as below: 9 So make sure autoheader run before autoconf to avoid this race.
|
| H A D | 0010-Makefile.am-make-sure-autoheader-run-before-automake.patch | 5 comes below race: 9 so make automake run after autoheader to avoid the above race.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | makerace.patch | 4 Subject: [PATCH] python3: Fix make race 11 Add a dependency to avoid the race.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0006-apache2-fix-the-race-issue-of-parallel-installation.patch | 4 Subject: [PATCH] apache2: fix the race issue of parallel installation 8 fix following race issue when do parallel install
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | CVE-2021-4207.patch | 4 Subject: [PATCH] display/qxl-render: fix race condition in qxl_cursor 11 race condition. Refer to security advisory
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/icu/icu/ |
| H A D | fix-install-manx.patch | 4 Subject: [PATCH] icu: fix install race 8 parallel. For example, install-manx can fail if the two install processes race
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/attr/ |
| H A D | system-wide-dummy | 1 # Event added by system-wide or CPU perf-record to handle the race of
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | index.rst | 12 cluster-pm-race-avoidance
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | interp.patch | 1 The interp-36.7 patch has race conditions and is missing cleanup. This patch by
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/tumbler/ |
| H A D | tumbler_4.16.0.bb | 17 # Makefile seems to race on creation of symlink. So ensure creation here
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/neard/neard/ |
| H A D | Makefile.am-fix-parallel-issue.patch | 7 fix the race issue:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/ |
| H A D | automake_1.16.5.bb | 27 file://0001-build-fix-race-in-parallel-builds.patch \
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | TODO | 13 the race caused by the static variable in it's previous implementation.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/ |
| H A D | 0001-filesrc-Fix-stopping-race-in-pull-mode.patch | 4 Subject: [PATCH 1/2] filesrc: Fix stopping race in pull-mode
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libhandy/libhandy/ |
| H A D | 0001-Add-private-headers.patch | 7 there comes a race as below:
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/ |
| H A D | 0001-filesrc-Fix-stopping-race-in-pull-mode.patch | 4 Subject: [PATCH 1/4] filesrc: Fix stopping race in pull-mode
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/ |
| H A D | 0001-filesrc-Fix-stopping-race-in-pull-mode.patch | 4 Subject: [PATCH 1/4] filesrc: Fix stopping race in pull-mode
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | hpfs.rst | 239 Fixed a race-condition when write_inode is called while deleting file 243 Rewritten locking to avoid race-conditions 296 Fixed a possible bitmap race 302 Fixed a nondestructive race in rename 325 Fixed race-condition in buffer code - it is in all filesystems in Linux; 332 Fixed non-crashing race in unlink (Alexander Viro)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | makefile-libbb-race.patch | 1 There is a potential race when building libbb, as some header files
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/ |
| H A D | 0001-Makefile.in-make-sure-doc-generated-before-install.patch | 6 There is a race between the doc generation and the doc installation,
|