Home
last modified time | relevance | path

Searched refs:violations (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/security/integrity/ima/
Dima_fs.c56 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations); in ima_show_htable_violations()
363 static struct dentry *violations; variable
484 violations = in ima_fs_init()
487 if (IS_ERR(violations)) in ima_fs_init()
498 securityfs_remove(violations); in ima_fs_init()
Dima_queue.c39 .violations = ATOMIC_LONG_INIT(0),
Dima_api.c146 atomic_long_inc(&ima_htable.violations); in ima_add_violation()
Dima.h173 atomic_long_t violations; member
/Linux-v5.4/arch/ia64/
DKconfig.debug22 bool "Print possible IA-64 dependency violations to console"
27 or Write-after-Read (WAR) violations. This option is ignored if you
/Linux-v5.4/Documentation/process/
Dsubmit-checklist.rst35 Check for trivial violations with the patch style checker prior to
37 You should be able to justify all violations that remain in
Dsubmitting-patches.rst237 Check your patch for basic style violations, details of which can be
261 You should be able to justify all violations that remain in your
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_mad.h194 __be16 violations; member
/Linux-v5.4/Documentation/core-api/
Dgfp_mask-from-fs-io.rst67 layering violations then the recommended way around that is to wrap ``vmalloc``
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt22 interrupt, used for reporting access violations. The second
/Linux-v5.4/Documentation/ia64/
Dmca.rst117 violations. Unfortunately MCA/INIT start off as massive layer
118 violations (can occur at _any_ time) and they build from there.
/Linux-v5.4/Documentation/x86/
Dintel_mpx.rst118 hardware during both bounds violations or when the tables are not
196 can get violation address and bounds when bounds violations occur.
/Linux-v5.4/security/
DKconfig167 bool "Allow usercopy whitelist violations to fallback to object size"
/Linux-v5.4/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt314 security violations. This also included rtc,
/Linux-v5.4/Documentation/hwmon/
Dsysfs-interface.rst58 make comparisons of readings to thresholds. This allows violations
/Linux-v5.4/Documentation/
DDMA-API.txt617 violations. If your architecture supports it you can select the "Enable
/Linux-v5.4/lib/
DKconfig.debug1143 This allows rt mutex semantics violations and rt mutex related
1160 This feature allows mutex semantics violations to be detected and
/Linux-v5.4/Documentation/driver-api/
Dlibata.rst289 :c:func:`ata_port_freeze` is called when HSM violations or some other
/Linux-v5.4/Documentation/networking/
Dip-sysctl.txt1035 frames. Such violations are normally logged via a kernel warning.
/Linux-v5.4/tools/memory-model/Documentation/
Dexplanation.txt608 expectation of cache coherence is so deeply ingrained that violations
/Linux-v5.4/
DMAINTAINERS37 (scripts/checkpatch.pl) to catch trivial style violations.