Searched refs:truncation (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.12.1/scripts/ |
D | Makefile.extrawarn | 104 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation) 109 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation-non-kprintf) 111 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation)
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | Makefile | 20 $(call cc-option, -Wformat-truncation) \ 22 $(call cc-option, -Wstringop-truncation)
|
/linux-6.12.1/fs/btrfs/ |
D | Makefile | 14 $(call cc-option, -Wstringop-truncation) \
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | Makefile | 8 CFLAGS_tbfind.o += $(call cc-disable-warning, stringop-truncation)
|
/linux-6.12.1/Documentation/networking/devlink/ |
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-6.12.1/Documentation/scsi/ |
D | ChangeLog.ips | 65 - Fix truncation of /proc files with cat
|
/linux-6.12.1/drivers/gpu/drm/ |
D | Makefile | 21 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation)
|
/linux-6.12.1/Documentation/userspace-api/ |
D | landlock.rst | 373 file descriptor and will be used for subsequent truncation and ioctl attempts 556 File truncation (ABI < 3) 559 File truncation could not be denied before the third Landlock ABI, so it is 563 truncation thanks to the new ``LANDLOCK_ACCESS_FS_TRUNCATE`` access right.
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | Makefile | 7 subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
|
/linux-6.12.1/tools/perf/util/ |
D | synthetic-events.c | 431 bool truncation = false; in perf_event__synthesize_mmap_events() local 482 truncation = true; in perf_event__synthesize_mmap_events() 504 if (truncation) in perf_event__synthesize_mmap_events() 536 if (truncation) in perf_event__synthesize_mmap_events()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | Makefile | 7 subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
|
/linux-6.12.1/Documentation/filesystems/caching/ |
D | netfs-api.rst | 33 (5) Resizing a data file (truncation) 225 If a network filesystem file is resized locally by truncation, the following
|
D | backend-api.rst | 345 the netfs file due to local truncation. The cache backend should make all
|
/linux-6.12.1/lib/ |
D | Makefile | 387 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-truncation)
|
/linux-6.12.1/Documentation/mm/ |
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-6.12.1/Documentation/filesystems/iomap/ |
D | operations.rst | 227 pagecache for non-truncation file operations that are not aligned to 249 pagecache from EOF to the end of the fsblock during a file truncation
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 2828 bool truncation; in dispc_wb_setup() local 2859 truncation = true; in dispc_wb_setup() 2862 truncation = false; in dispc_wb_setup() 2868 l = FLD_MOD(l, truncation, 10, 10); /* TRUNCATIONENABLE */ in dispc_wb_setup()
|
/linux-6.12.1/Documentation/process/ |
D | email-clients.rst | 252 Pine has had some whitespace truncation issues in the past, but these
|
D | maintainer-tip.rst | 706 truncation, expansion and 32/64-bit confusion.
|
/linux-6.12.1/Documentation/filesystems/ |
D | vfs.rst | 965 truncation, punch hole or a complete invalidation of the address 968 should be updated to reflect this truncation. If offset is 0 1037 normally set to generic_error_remove_folio if truncation is ok
|
D | locking.rst | 369 truncation.
|
D | porting.rst | 328 size update and on finally on-disk truncation which should not fail.
|
/linux-6.12.1/Documentation/userspace-api/netlink/ |
D | intro.rst | 527 Upon truncation the remaining part of the message is discarded.
|
/linux-6.12.1/Documentation/trace/ |
D | events.rst | 416 ('>' actually behaves like '>>') or truncation support to remove all
|
/linux-6.12.1/arch/x86/lib/ |
D | x86-opcode-map.txt | 287 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation
|
12