/linux-6.3-rc2/tools/testing/selftests/lkdtm/ |
A D | tests.txt | 53 REFCOUNT_DEC_NEGATIVE Negative detected: saturated 54 REFCOUNT_DEC_AND_TEST_NEGATIVE Negative detected: saturated 55 REFCOUNT_SUB_AND_TEST_NEGATIVE Negative detected: saturated 58 REFCOUNT_INC_SATURATED Saturation detected: still saturated 59 REFCOUNT_DEC_SATURATED Saturation detected: still saturated 60 REFCOUNT_ADD_SATURATED Saturation detected: still saturated 78 FORTIFY_STRSCPY detected buffer overflow 79 FORTIFY_STR_OBJECT detected buffer overflow 80 FORTIFY_STR_MEMBER detected buffer overflow 81 FORTIFY_MEM_OBJECT detected buffer overflow [all …]
|
/linux-6.3-rc2/scripts/kconfig/tests/err_recursive_dep/ |
A D | expected_stderr | 1 Kconfig:11:error: recursive dependency detected! 6 Kconfig:5:error: recursive dependency detected! 11 Kconfig:17:error: recursive dependency detected! 17 Kconfig:32:error: recursive dependency detected! 23 Kconfig:37:error: recursive dependency detected! 29 Kconfig:60:error: recursive dependency detected! 34 Kconfig:51:error: recursive dependency detected!
|
/linux-6.3-rc2/tools/perf/ |
A D | Makefile.config | 16 detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected) 60 $(call detected,CONFIG_X86) 65 $(call detected,CONFIG_X86_64) 103 $(call detected,CONFIG_PERF_REGS) 498 $(call detected,CONFIG_SETNS) 525 $(call detected,CONFIG_LIBELF) 557 $(call detected,CONFIG_DWARF) 645 $(call detected,CONFIG_JITDUMP) 772 $(call detected,CONFIG_TRACE) 795 $(call detected,CONFIG_CRYPTO) [all …]
|
/linux-6.3-rc2/drivers/parport/ |
A D | daisy.c | 107 int detected = 0; in parport_daisy_init() local 170 detected += assign_addrs(port); in parport_daisy_init() 179 detected++; in parport_daisy_init() 184 if (!detected && !last_try) { in parport_daisy_init() 199 return detected; in parport_daisy_init() 433 int detected; in assign_addrs() local 495 detected = numdevs - thisdev; in assign_addrs() 496 pr_debug("%s: Found %d daisy-chained devices\n", port->name, detected); in assign_addrs() 506 return detected; in assign_addrs()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-hid-wiimote | 25 supported and if detected, it's no longer reported as static 35 done. This file shows the detected device type. "pending" means 37 device couldn't be detected or loaded. "generic" means, that the 38 device couldn't be detected but supports basic Wii Remote 55 Description: This attribute is only provided if the device was detected as a 71 Description: This attribute is only provided if the device was detected as a 82 Calibration data is detected by the kernel during device setup.
|
A D | sysfs-class-fpga-manager | 49 * reconfig operation error - invalid operations detected by 53 * reconfig CRC error - CRC error detected by 57 * reconfig IP protocol error - protocol errors detected by 59 * reconfig fifo overflow error - FIFO overflow detected by
|
A D | sysfs-class-power-twl4030 | 9 "auto" draw power as appropriate for detected 30 "auto" draw power as appropriate for detected
|
A D | sysfs-platform-dfl-fme | 52 Description: Read-Write. Read this file for errors detected on pcie0 link. 61 Description: Read-Write. Read this file for errors detected on pcie1 link. 70 Description: Read-only. It returns non-fatal errors detected. 76 Description: Read-only. It returns catastrophic and fatal errors detected. 91 Description: Read-Write. Read this file to get errors detected on FME. 100 Description: Read-only. Read this file to get the first error detected by 107 Description: Read-only. Read this file to get the second error detected by
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-query-dv-timings.rst | 47 timings are detected. Instead, drivers should send the 53 :ref:`VIDIOC_QUERY_DV_TIMINGS`, and if the detected timings are valid they 57 If the timings could not be detected because there was no signal, then 58 ENOLINK is returned. If a signal was detected, but it was unstable and 79 No timings could be detected because no signal was found.
|
A D | vidioc-querystd.rst | 43 between 50 and 60 Hz systems. If no signal was detected, then the driver 51 automatically if a new video standard is detected. Instead, drivers 57 will have to call :ref:`VIDIOC_QUERYSTD`, and if the detected video
|
A D | dev-rds.rst | 50 Whether an RDS signal is present can be detected by looking at the 52 ``V4L2_TUNER_SUB_RDS`` will be set if RDS data was detected. 172 - A bit error was detected but corrected.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | maxim,max8903.yaml | 21 description: Valid DC power has been detected (active low, input) 25 description: Valid USB power has been detected (active low, input)
|
A D | tps65090-charger.yaml | 22 Enables charging when a low current is detected while the default logic is to stop charging.
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | debug-objects.rst | 32 detected problems so the kernel can continue to work and the debug 56 Each detected error is reported in the statistics and a limited number 185 usage of the object is detected by the other debug checks. 214 debug_object_init is detected. The function takes the address of the 232 debug_object_activate is detected. 260 debug_object_destroy is detected. 273 debug_object_free is detected. Further it can be called from the debug 274 checks in kfree/vfree, when an active object is detected from the 289 debug_object_assert_init is detected.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/bus/ |
A D | brcm,bus-axi.txt | 9 The cores on the AXI bus are automatically detected by bcma with the 19 detected (e.g. IRQ numbers). Also some of the cores may be responsible
|
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/ |
A D | README | 22 If no context switch error was detected, you will see output such as 57 If an error was detected, details of the mismatch will be printed 98 If no error is detected, you will see output from each sve-stress
|
/linux-6.3-rc2/arch/arm64/boot/dts/amlogic/ |
A D | meson-sm1-odroid-hc4.dts | 47 /* Powers the SATA Disk 0 regulator, which is enabled when a disk load is detected */ 60 /* Powers the SATA Disk 1 regulator, which is enabled when a disk load is detected */
|
/linux-6.3-rc2/scripts/kconfig/tests/err_recursive_inc/ |
A D | expected_stderr | 1 Recursive inclusion detected.
|
/linux-6.3-rc2/Documentation/driver-api/soundwire/ |
A D | error_handling.rst | 11 The errors can be detected with multiple mechanisms: 21 and after a number of such errors are detected the bus might be reset. Note 26 identify Slaves which detected a Bus Clash or a Parity Error, but they may
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/ |
A D | snps,dw-pcie.yaml | 143 correctable error is detected by the automotive/safety 147 Indicates that the internal safety mechanism has detected an 155 DSP AXI MSI Interrupt detected. It gets de-asserted when there is 165 Error condition detected and a flag is set in the Root Error Status 176 Hot-plug event is detected. That is a bit has been set in the
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | gcc-plugins.rst | 106 Run gcc (native or cross-compiler) to ensure plugin headers are detected:: 111 The word "plugin" means they are not detected:: 115 A full path means they are detected::
|
/linux-6.3-rc2/drivers/gpu/drm/msm/hdmi/ |
A D | hdmi_hpd.c | 186 bool detected = !!(hpd_int_status & HDMI_HPD_INT_STATUS_CABLE_DETECTED); in msm_hdmi_hpd_irq() local 196 if (!detected) in msm_hdmi_hpd_irq()
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | g_NCR5380.rst | 28 This driver provides some information on what it has detected in 29 /proc/scsi/g_NCR5380/x where x is the scsi card number as detected at boot
|
/linux-6.3-rc2/Documentation/i2c/ |
A D | gpio-fault-injection.rst | 101 should be corrupted and that should be detected properly. That means that the 104 should be detected beforehand. Also note, that SCL going down is monitored 124 This file is write only and you need to write the delay between the detected 129 Start of a transfer is detected by waiting for SCL going down by the master
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | radiotrack.rst | 93 0xff ==> no stereo detected, 0xfd ==> stereo detected. 154 x=0xff ==> "not stereo", x=0xfd ==> "stereo detected"
|