| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | README.rst | 14 against software drivers such as netdevsim. No extra preparation is required 22 Executing tests against a real device requires external preparation. 23 The netdevice against which tests will be run must exist, be running 27 the tests against a real device. 32 All tests in drivers/net must support running both against a software device 57 Name of the netdevice against which the test should be executed.
|
| /linux-6.15/tools/memory-model/scripts/ |
| H A D | README | 11 the results against the expected results recorded in the 29 Check a single litmus test against its "Result:" expected result. 34 Check the specified list of litmus tests against their "Result:" 55 against the .litmus file's "Result:" comment to judge whether 97 # Checks results against Result tags, runs in minutes:
|
| /linux-6.15/fs/verity/ |
| H A D | Kconfig | 17 against the Merkle tree. The file is also made read-only. 24 against a known good value, e.g. from a digital signature). 29 protection against malicious disks vs. an ahead-of-time hash.
|
| /linux-6.15/drivers/staging/iio/Documentation/ |
| H A D | inkernel.txt | 18 matched against the datasheet_name field of the iio_chan_spec. 44 * matching dev or dev_name against consumer_dev and consumer_dev_name 45 * matching consumer_channel against consumer_channel in the map
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | libbpf_build.rst | 7 against and must be installed on the system for applications to work. 30 To build both static libbpf.a and shared libbpf.so against a custom libelf
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | dtv-common.rst | 43 Two or more readers must be locked against each other. 46 Two or more writers must be locked against each other.
|
| /linux-6.15/Documentation/ |
| H A D | atomic_t.txt | 180 Where 'unordered' is against other memory locations. Address dependencies are 183 Fully ordered primitives are ordered against everything prior and everything 194 smp_mb__before_atomic() orders all earlier accesses against the RMW op 196 later accesses against the RMW op and all accesses preceding it. However, 226 a RELEASE because it orders preceding instructions against both the read 227 and write parts of the atomic_dec(), and against all following instructions 260 because it would not order the W part of the RMW against the following
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | review-checklist.rst | 10 2. Patches should be against kvm.git master branch. 39 12. Features must be robust against reset and kexec - for example, shared
|
| /linux-6.15/tools/testing/ktest/examples/ |
| H A D | README | 10 crosstests.conf - this config shows an example of testing a git repo against 22 snowball.conf - An example config that was used to demo ktest.pl against
|
| /linux-6.15/Documentation/security/tpm/ |
| H A D | tpm-security.rst | 21 Snooping and Alteration Attacks against the bus 27 successfully demonstrated against the `Windows Bitlocker TPM`_ system. 28 Most recently the same `attack against TPM based Linux disk 72 interception which HMAC protection alone cannot protect against, so 126 collect the name and verifies it against its derived key. 165 of the generated primary key against the one in the certificate (the 206 signature of the returned certifyInfo is verified against the public 214 .. _attack against TPM based Linux disk encryption: https://www.secura.com/blog/tpm-sniffing-attack…
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | ltc4260.rst | 46 value of the divider resistor against the measured voltage and R2 is the value 47 of the divider resistor against Ground.
|
| H A D | ltc4261.rst | 46 value of the divider resistor against the measured voltage and R2 is the value 47 of the divider resistor against Ground.
|
| H A D | ltc2945.rst | 46 value of the divider resistor against the measured voltage and R2 is the value 47 of the divider resistor against Ground.
|
| /linux-6.15/tools/memory-model/Documentation/ |
| H A D | ordering.txt | 12 all of the CPU's prior operations against some or all of its 16 against some or all of the CPU's prior accesses or some or all 68 accesses against all subsequent accesses from the viewpoint of all CPUs. 263 end in _release. These operations order their own store against all 307 Note that release ordering is guaranteed only against the 308 memory-store portion of the RMW operation, and not against the 322 operations order their own load against all of the CPU's subsequent 333 improves upon smp_rmb() by ordering against subsequent stores as well 334 as against subsequent loads. 344 Note that acquire ordering is guaranteed only against the [all …]
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | headers_install.rst | 19 means that a program built against a C library using older kernel headers 21 features), but a program built against newer kernel headers may not work on an
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx_2 | 31 - Check against memory allocation failure for SCRIPTZ and add the 33 - Check against GPIO3 pulled low for HVD controllers (driver did 84 - Mask GPCNTL against 0x1c (was 0xfc) for the reading of the NVRAM. 130 - Prepare a new patch against linux-2.4.13.
|
| /linux-6.15/tools/memory-model/litmus-tests/ |
| H A D | S+fencewmbonceonce+poacquireonce.litmus | 7 * store against a subsequent store?
|
| H A D | S+poonceonces.litmus | 7 * first store against P1()'s final load, if the smp_store_release()
|
| H A D | ISA2+poonceonces.litmus | 7 * against the last process's load, is ordering preserved if all of the
|
| /linux-6.15/Documentation/userspace-api/media/rc/ |
| H A D | rc-table-change.rst | 9 The event interface provides two ioctls to be used against the
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | mmp.rst | 7 filesystem against multiple hosts trying to use the filesystem 31 The checksum is calculated against the FS UUID and the MMP structure.
|
| /linux-6.15/Documentation/ABI/removed/ |
| H A D | devfs | 7 against the LSB, and can be replaced by using udev.
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | dlmfs.rst | 56 against raw disks. 83 and write(2) against the fd obtained via your open(2) call. The 94 domain directory. Locking against them is done via the open(2) system
|
| /linux-6.15/Documentation/driver-api/acpi/ |
| H A D | scan_handlers.rst | 56 to match a scan handler against each of them using the ids arrays of the 66 interesting to the given scan handler and may be matched against the next scan 79 is the order in which they are matched against device nodes during namespace
|
| /linux-6.15/Documentation/security/ |
| H A D | self-protection.rst | 6 structures within the Linux kernel to protect against security flaws in 16 but with systems in place that defend against the worst case we'll 18 still be kept in mind, is protecting the kernel against a _privileged_ 34 The most fundamental defense against security exploits is to reduce the 135 To protect against even privileged users, systems may need to either 149 kind of attack exist, and protections exist to defend against them. 268 attacks, it is important to defend against exposure of both kernel memory
|