USB: cdc-acm: fix possible deadlock with multiple openers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / s390 / Kconfig.debug
blob45e0c6199f36d6484df7adc657527c02c7974a4e
1 menu "Kernel hacking"
3 config TRACE_IRQFLAGS_SUPPORT
4         bool
5         default y
7 source "lib/Kconfig.debug"
9 config DEBUG_STRICT_USER_COPY_CHECKS
10         bool "Strict user copy size checks"
11         ---help---
12           Enabling this option turns a certain set of sanity checks for user
13           copy operations into compile time warnings.
15           The copy_from_user() etc checks are there to help test if there
16           are sufficient security checks on the length argument of
17           the copy operation, by having gcc prove that the argument is
18           within bounds.
20           If unsure, or if you run an older (pre 4.4) gcc, say N.
22 endmenu