Files
systemd/src/test
Zbigniew Jędrzejewski-Szmek 0e85cbcfc3 util-lib: do not truncate kernel comm names
It turns out that the kernel allows comm names higher than our expected limit
of 16.
$ wc -c /proc/*/comm|sort -g|tail -n3
35 /proc/1292317/comm
35 /proc/1293610/comm
36 /proc/1287112/comm
$ cat /proc/1287112/comm
kworker/u9:3-kcryptd/253:0
2019-05-22 10:09:35 +02:00
..
2019-05-09 14:14:20 -04:00
2019-04-29 16:47:18 +02:00
2019-02-14 11:04:42 -08:00
2019-04-29 16:47:18 +02:00
2019-01-12 16:02:26 +01:00
2019-03-04 15:28:32 +09:00
2019-04-29 16:47:18 +02:00
2019-05-09 14:14:20 -04:00