| /linux/scripts/ |
| H A D | Makefile.ubsan | 25 -fsanitize=implicit-signed-integer-truncation \ 26 -fsanitize=implicit-unsigned-integer-truncation \
|
| H A D | Makefile.warn | 31 # Clang checks for overflow/truncation with '%p', while GCC does not: 34 KBUILD_CFLAGS += $(call cc-option, -Wno-format-truncation-non-kprintf) 131 KBUILD_CFLAGS += -Wno-format-truncation 133 KBUILD_CFLAGS += $(call cc-option, -Wno-stringop-truncation)
|
| /linux/drivers/acpi/acpica/ |
| H A D | Makefile | 8 CFLAGS_tbfind.o += $(call cc-disable-warning, stringop-truncation)
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.ips | 65 - Fix truncation of /proc files with cat
|
| /linux/tools/perf/util/ |
| H A D | synthetic-events.c | 509 bool truncation = false; in perf_event__synthesize_mmap_events() 578 truncation = true; in perf_event__synthesize_cgroup() 590 if (truncation) in perf_event__synthesize_cgroup() 622 if (truncation) in perf_event__walk_cgroup_tree() 438 bool truncation = false; perf_event__synthesize_mmap_events() local
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | Makefile | 7 subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
|
| /linux/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 33 (5) Resizing a data file (truncation) 225 If a network filesystem file is resized locally by truncation, the following
|
| H A D | backend-api.rst | 345 the netfs file due to local truncation. The cache backend should make all
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 509 File truncation or hole punching forcibly unmaps the deleted pages from 510 userspace; truncation even unmaps and deletes any private anonymous pages 520 present, if one of those pages were unmapped by truncation or hole punch before
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 274 pagecache for non-truncation file operations that are not aligned to 296 pagecache from EOF to the end of the fsblock during a file truncation
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 895 truncation, punch hole or a complete invalidation of the address 898 should be updated to reflect this truncation. If offset is 0 967 normally set to generic_error_remove_folio if truncation is ok
|
| H A D | locking.rst | 317 truncation.
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 1026 # snprintf(a, "%s/foo", b); // triggers -Wformat-truncation 1027 $(OUTPUT)/veristat.o: CFLAGS += -Wno-format-truncation
|
| /linux/tools/testing/selftests/mm/ |
| H A D | guard-regions.c | 1854 TEST_F(guard_regions, truncation) in TEST_F() argument
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1996 /* Limit buffer length to test truncation */ in main() 2188 CASE_TEST(truncation); EXPECT_VFPRINTF(1, "012345678901234567890123456789", "%s", "012345678901234567890123456789"); break;
|
| /linux/Documentation/trace/ |
| H A D | events.rst | 440 ('>' actually behaves like '>>') or truncation support to remove all
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 292 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 292 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation
|