| commit | 176bc1f14419b0b5ad0d540fe7992de952d9f95d | [log] [tgz] |
|---|---|---|
| author | Steven Rostedt (Google) <[email protected]> | Sat Sep 14 04:11:20 2024 -0400 |
| committer | Steven Rostedt (Google) <[email protected]> | Fri Oct 11 14:50:48 2024 -0400 |
| tree | f255d29924e95094d02bf7de103860aacd7ba162 | |
| parent | 75e3b8681d6eff381879831a147cde9f8e817665 [diff] |
trace-cmd record: Fix compression when files are greater than 2GB Several file size references in the compression code is defined as "int", but that can only be used for sizes less than 2GB. Convert them to size_t and ssize_t. Also convert some long long and unsigned long long to use ssize_t and size_t respectively for consistency. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=219264 Link: https://lore.kernel.org/[email protected] Reported-by: Arnaud Lefebvre <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>