Home
last modified time | relevance | path

Searched refs:truncation (Results 1 – 22 of 22) sorted by relevance

/linux/scripts/
H A DMakefile.extrawarn104 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation)
106 # Clang checks for overflow/truncation with '%p', while GCC does not:
109 KBUILD_CFLAGS += $(call cc-disable-warning, format-truncation-non-kprintf)
111 KBUILD_CFLAGS += $(call cc-disable-warning, stringop-truncation)
/linux/drivers/hwtracing/coresight/
H A DMakefile20 $(call cc-option, -Wformat-truncation) \
22 $(call cc-option, -Wstringop-truncation)
/linux/drivers/acpi/acpica/
H A DMakefile8 CFLAGS_tbfind.o += $(call cc-disable-warning, stringop-truncation)
/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst415 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 DChangeLog.ips65 - Fix truncation of /proc files with cat
/linux/drivers/gpu/drm/
H A DMakefile21 subdir-ccflags-y += $(call cc-option, -Wstringop-truncation)
/linux/Documentation/userspace-api/
H A Dlandlock.rst373 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/tools/perf/util/
H A Dsynthetic-events.c431 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/drivers/gpu/drm/xe/
H A DMakefile7 subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst33 (5) Resizing a data file (truncation)
225 If a network filesystem file is resized locally by truncation, the following
H A Dbackend-api.rst345 the netfs file due to local truncation. The cache backend should make all
/linux/lib/
H A DMakefile392 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, stringop-truncation)
/linux/Documentation/mm/
H A Dunevictable-lru.rst509 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
H A Dprocess_addrs.rst314 file truncation, the :c:macro:`!MADV_DONTNEED` operation via
/linux/Documentation/filesystems/iomap/
H A Doperations.rst227 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/Documentation/process/
H A Demail-clients.rst252 Pine has had some whitespace truncation issues in the past, but these
H A Dmaintainer-tip.rst706 truncation, expansion and 32/64-bit confusion.
/linux/Documentation/filesystems/
H A Dvfs.rst965 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
H A Dlocking.rst369 truncation.
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst527 Upon truncation the remaining part of the message is discarded.
/linux/Documentation/trace/
H A Devents.rst416 ('>' actually behaves like '>>') or truncation support to remove all
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt287 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation