K 10
svn:author
V 6
kevans
K 8
svn:date
V 27
2020-02-22T21:44:00.041920Z
K 7
svn:log
V 309
MFC r358109: kdump: decode SHM_ANON as first arg to legacy shm_open(2)

The first argument to shm_open(2) as well as shm_open2(2) may be a path or
SHM_ANON. Decode SHM_ANON, at least- paths will show up as namei results in
kdump output, which may be sufficient; in those cases, we'll have printed an
address.

END
