| /linux/scripts/ |
| H A D | integer-wrap-ignore.scl | 1 …flow,signed-integer-overflow,implicit-signed-integer-truncation,implicit-unsigned-integer-truncati…
|
| H A D | Makefile.ubsan | 25 -fsanitize=implicit-signed-integer-truncation \ 26 -fsanitize=implicit-unsigned-integer-truncation \
|
| H A D | Makefile.warn | 39 KBUILD_CFLAGS += $(call cc-option, -Wno-format-truncation-non-kprintf) 136 KBUILD_CFLAGS += -Wno-format-truncation 138 KBUILD_CFLAGS += $(call cc-option, -Wno-stringop-truncation)
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | Makefile | 20 $(call cc-option, -Wformat-truncation) \ 22 $(call cc-option, -Wstringop-truncation)
|
| /linux/lib/ |
| H A D | Kconfig.ubsan | 127 depends on $(cc-option,-fsanitize=implicit-signed-integer-truncation) 128 depends on $(cc-option,-fsanitize=implicit-unsigned-integer-truncation) 133 implicit-signed-integer-truncation, and implicit-unsigned-integer-truncation.
|
| /linux/lib/tests/ |
| H A D | Makefile | 18 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-truncation)
|
| /linux/fs/btrfs/ |
| H A D | Makefile | 14 $(call cc-option, -Wstringop-truncation) \
|
| /linux/drivers/acpi/acpica/ |
| H A D | Makefile | 8 CFLAGS_tbfind.o += $(call cc-disable-warning, stringop-truncation)
|
| /linux/Documentation/networking/device_drivers/ethernet/meta/ |
| H A D | fbnic.rst | 152 …- ``rde_[i]_pkt_err``: packets with MAC EOP, RPC parser, RXB truncation, or RDE frame truncation e…
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-trap.rst | 415 might be because of packet truncation or the I flag is not set. 422 include unexpected packet truncation. 432 could include unexpected header truncation 441 from packet truncation thus the total length field exceeds the received 456 truncation.
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.ips | 65 - Fix truncation of /proc files with cat
|
| /linux/drivers/gpu/drm/ |
| H A D | Makefile | 21 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation)
|
| /linux/Documentation/userspace-api/ |
| H A D | landlock.rst | 401 file descriptor and will be used for subsequent truncation and ioctl attempts 643 File truncation (ABI < 3) 646 File truncation could not be denied before the third Landlock ABI, so it is 650 truncation thanks to the new ``LANDLOCK_ACCESS_FS_TRUNCATE`` access right.
|
| /linux/tools/perf/util/ |
| H A D | synthetic-events.c | 438 bool truncation = false; in perf_event__synthesize_mmap_events() local 489 truncation = true; in perf_event__synthesize_mmap_events() 511 if (truncation) in perf_event__synthesize_mmap_events() 543 if (truncation) in perf_event__synthesize_mmap_events()
|
| /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/process/ |
| H A D | email-clients.rst | 252 Pine has had some whitespace truncation issues in the past, but these
|
| /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 | 896 truncation, punch hole or a complete invalidation of the address 899 should be updated to reflect this truncation. If offset is 0 968 normally set to generic_error_remove_folio if truncation is ok
|
| H A D | locking.rst | 319 truncation.
|
| H A D | porting.rst | 316 block truncation on error exit from ->write_begin, and ->direct_IO 328 size update and on finally on-disk truncation which should not fail.
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | Makefile | 890 $(OUTPUT)/veristat.o: CFLAGS += -Wno-format-truncation
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro.rst | 527 Upon truncation the remaining part of the message is discarded.
|
| /linux/tools/testing/selftests/mm/ |
| H A D | guard-regions.c | 1853 TEST_F(guard_regions, truncation) in TEST_F() argument
|