Home
last modified time | relevance | path

Searched refs:untrusted (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate.c54 void *untrusted
140 validate_bin_pos(struct vc4_exec_info *exec, void *untrusted, uint32_t pos) in validate_bin_pos() argument
145 return (untrusted - 1 == exec->bin_u + pos); in validate_bin_pos()
225 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 1)) { in validate_flush()
254 if (!validate_bin_pos(exec, untrusted, exec->args->bin_cl_size - 2)) { in validate_increment_semaphore()
268 uint32_t length = *(uint32_t *)(untrusted + 1); in validate_indexed_prim_list()
269 uint32_t offset = *(uint32_t *)(untrusted + 5); in validate_indexed_prim_list()
270 uint32_t max_index = *(uint32_t *)(untrusted + 9); in validate_indexed_prim_list()
271 uint32_t index_size = (*(uint8_t *)(untrusted + 0) >> 4) ? 2 : 1; in validate_indexed_prim_list()
303 uint32_t length = *(uint32_t *)(untrusted + 1); in validate_gl_array_primitive()
[all …]
/linux/Documentation/admin-guide/hw-vuln/
H A Dattack_vector_controls.rst39 If no untrusted userspace applications are being run, such as with single-user
45 be run by untrusted users.
59 If no untrusted userspace applications are being run, consider disabling
79 If no untrusted VMs are being run, consider disabling guest-to-host mitigations.
93 If no untrusted VMs, or only a single VM is being run, consider disabling
125 techniques are used to prevent untrusted workloads from running on SMT siblings.
H A Dl1tf.rst258 which run untrusted guests, reduces the attack vector space.
260 Whether the interrupts with are affine to CPUs, which run untrusted
472 3. Virtualization with untrusted guests
521 affinity to the CPUs which run the untrusted guests can depending on
590 SMT systems vulnerable when running untrusted guests with EPT enabled.
597 - If regular users run untrusted guests on their machine, then L1TF is
598 just an add on to other malware which might be embedded in an untrusted
601 There is no technical way to prevent a user from running untrusted code
H A Dcore-scheduling.rst167 core. But there could be small window of time during which untrusted tasks run
204 Another approach to resolve these would be to make every untrusted task on the
205 system to not trust every other untrusted task. While this could reduce
206 parallelism of the untrusted tasks, it would still solve the above issues while
H A Dmultihit.rst163 3. Virtualization with untrusted guests
165 If the guest comes from an untrusted source, the guest host kernel will need
H A Dtsx_async_abort.rst247 untrusted code which is supplied externally, then the mitigation can be
254 If there are untrusted applications or guests on the system, enabling TSX
H A Dspectre.rst318 If SMT is used, Spectre variant 2 attacks from an untrusted guest
584 in use, an untrusted guest running in the sibling thread can have
616 execute externally supplied untrusted code, then the mitigations can
627 3. Sandbox untrusted programs
633 This prevents untrusted programs from polluting the branch target
H A Dprocessor_mmio_stale_data.rst10 provided to untrusted guests may need mitigation. These vulnerabilities are
145 is more critical, or the untrusted software has no MMIO access). Note that
H A Drsb.rst55 untrusted and trusted domains. But this has a performance impact and
/linux/Documentation/admin-guide/namespaces/
H A Dresource-control.rst14 groups to limit the maximum memory usable by any untrusted user.
/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco12 and therefore are not readable by the untrusted host.
H A Dsysfs-class-bdi123 affordable for given relatively slow (or untrusted) device. Turning
/linux/Documentation/security/
H A Dsnp-tdx-threat-model.rst111 coming from there is generally considered untrusted, unless userspace is
190 guest Linux kernel towards an untrusted host that is not covered by the
201 data should also be considered untrusted until its integrity and
/linux/Documentation/userspace-api/
H A Dcheck_exec.rst79 careful to not let untrusted users control this configuration.
139 The threat is malicious scripts run by untrusted users (but trusted code).
/linux/Documentation/arch/x86/
H A Dmds.rst65 There is one exception, which is untrusted BPF. The functionality of
66 untrusted BPF is limited, but it needs to be thoroughly investigated
H A Dexception-tables.rst10 mode memory whose address has been passed by an untrusted program.
/linux/Documentation/admin-guide/aoe/
H A Daoe.rst53 untrusted networks should be ignored as a matter of security. See
/linux/Documentation/core-api/
H A Dswiotlb.rst51 "untrusted", the device should be given access only to the memory containing
54 IOMMU access control is per-granule, the untrusted device can gain access to
135 "alloc_align_mask" parameter is used by IOMMU code when mapping for untrusted
/linux/Documentation/networking/
H A Dipvlan.rst132 (c) If the slave device is to be put into the hostile / untrusted network
/linux/Documentation/filesystems/
H A Doverlayfs.rst414 Do not use metacopy=on with untrusted upper/lower directories. Otherwise
419 for untrusted layers like from a pen drive.
520 an untrusted lower layer can be used to supply validated file content
521 for all metacopy files. If additionally the untrusted lower
H A Derofs.rst29 auditing and untrusted remote access. In addition, designs such as inline data,
/linux/Documentation/virt/hyperv/
H A Dcoco.rst238 the untrusted host partition and the untrusted hypervisor. Instead, the guest
/linux/Documentation/bpf/
H A Dsigning.rst106 Because the metadata map is the loader's only untrusted input, two existing map
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst10 that can run untrusted programs in a privileged context such as an
/linux/drivers/iommu/
H A Ddma-iommu.c593 return dev_is_pci(dev) && to_pci_dev(dev)->untrusted; in dev_is_untrusted()

12