Files
kernel_xiaomi_cepheus/fs/proc
Sultan Alsawaf 2247502408 mm: Fix truncated major/minor output in PID maps
The major and minor can be up to 12 bits and 20 bits long, respectively.
The current output generated after the micro-optimizations applied to
show_vma_header_prefix() only show up to 8 bits of each (2 hex digits),
resulting in the major and minor being truncated.

Fix it by introducing new optimized macros to print up to 3 and 5 hex
digits for the major and minor, respectively.

Reported-by: LoveSy <shana@zju.edu.cn>
Reported-by: 南宫雪珊 <vvb2060@gmail.com>
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
2023-08-09 17:48:38 -05:00
..
2022-10-07 12:15:21 +03:00
2022-07-19 06:36:29 +00:00
2022-05-27 08:51:18 +00:00
2022-07-19 06:36:29 +00:00
2022-07-19 06:36:29 +00:00